                                                                @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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: 1350px;
  padding: 0;
  margin: 0 auto;
}

.nw_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;
}

p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
.sevc_blk p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: black;
}
.breadcrumbs {
  margin-top: -143px;
  position: relative;
}
.breadcrumbs .ptnt {
  text-align: center;
}
.breadcrumbs .ptnt b {
  font-size: 45px;
  line-height: 54px;
  font-weight: bold;
  display: block;
  padding-bottom: 12px;
  color: #fff;
}
.breadcrumbs .ptnt ul {
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: center;
}
.breadcrumbs .ptnt ul li,
.breadcrumbs .ptnt ul span {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

.breadcrumbs .ptnt ul li a,
.breadcrumbs .ptnt ul span a {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
    header .prnt .menu ul li{
        margin-bottom: 17px;
        width: 100%;
    }
}
.breadcrumbs .ptnt ul li a:hover,
.breadcrumbs .ptnt ul span a:hover {
  color: #ffbca6;
}

header {
  background-color: #6699cc;
  border: 12px solid #fff;
  border-radius: 24px;
  padding-bottom: 564px;
  position: relative;
}
header .prnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .prnt .menu .cls_icn {
  display: none;
}
header .prnt .menu ul {
  background-color: #7da8d4;
  border-radius: 44px;
  overflow: hidden;
}
header .prnt .menu ul li {
  display: inline-block;
}
header .prnt .menu ul li a {
  border-radius: 33px;
  font-size: 19px;
  display: inline-block;
  color: #fff;
  padding: 14px 42px;
  transition: all 0.1s ease-in-out;
}
header .prnt .menu ul li a.active {
  background-color: #ff6633;
}
header .prnt .menu ul li a:hover {
  background-color: #ff6633;
}
header .prnt .lgo {
  margin: 0px 69px;
}
header .prnt .lgo a {
  display: block;
}
header .prnt .lgo a img {
  width: 260px;
  height: 131px;
}
header .prnt .burgr_icn {
  display: none;
}
header .prnt .srch_ {
  position: relative;
  width: 400px;
}
header .prnt .srch_ form {
  position: relative;
}
/*  */
.srch_ form {
  position: relative !important;
}

.srch_ form input {
  width: 100%;
  padding-right: 45px !important;
}

.clear-search {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  left: auto !important;
  transform: translateY(-50%) !important;

  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  margin: 0 !important;

  display: none;
  border: none !important;
  background: transparent !important;

  font-size: 24px !important;
  line-height: 24px !important;
  color: #000 !important;
  cursor: pointer;
  z-index: 999 !important;
}

.clear-search img {
  display: none !important;
}
.srch_ {
  position: relative;
}

.auto_sug {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
/* Mobile */
@media (max-width: 768px) {
  .srch_ form input {
    padding-right: 42px !important;
  }

  .clear-search {
    right: 12px !important;
    top: 50% !important;
    font-size: 22px !important;
  }
}
/*  */
header .prnt .srch_ form input {
  width: 100%;
  background-color: #fff;
  padding: 15px 20px 15px 62px;
  border-radius: 30px;
  font-size: 17px;
  line-height: 23px;
  font-family: "Inter Tight", sans-serif;
  color: #333333;
}
header .prnt .srch_ form button {
  position: absolute;
  top: 14px;
  left: 18px;
  background: unset;
}
header .prnt .srch_ form button img {
  width: 25px;
  height: 25px;
}
header .prnt .srch_ .auto_sug {
  position: absolute;
  width: 100%;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
header .prnt .srch_ .auto_sug ul {
  border-radius: 9px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #767676;
  height: 410px;
  overflow-y: auto;
}
header .prnt .srch_ .auto_sug ul li {
  padding: 13px;
  background: unset;
}
header .prnt .srch_ .auto_sug ul li a {
  display: flex;
  align-items: center;
  gap: 21px;
}
header .prnt .srch_ .auto_sug ul li a img {
  height: 47px;
  width: 47px;
  min-width: 47px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
header .prnt .srch_ .auto_sug ul li:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}
header .prnt .srch_ .auto_sug ul li:hover {
  background-color: #cfcdcd;
}
header .prnt .srch_ .auto_sug.shw_ {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 60px;
}
header .prnt .phn_ {
  display: flex;
  gap: 14px;
  width: 185px;
}
header .prnt .phn_ ul {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .prnt .phn_ ul .phnn {
  height: 53px;
  width: 53px;
  min-width: 53px;
  border-radius: 50%;
  background-color: #ff6633;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .prnt .phn_ ul .phnn img {
  height: 21px;
  width: 21px;
  filter: invert(1);
}
header .prnt .phn_ ul .dtl b {
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  font-weight: 400;
  display: block;
  padding-bottom: 4px;
}
header .prnt .phn_ ul .dtl a {
  font-size: 19px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
header.sub {
  padding-bottom: 140px;
}

.banner_blk {
  position: relative;
  margin-top: -568px;
}
.banner_blk .img_blk {
  position: relative;
  width: 100%;
  height: 745px;
  border-radius: 20px;
  overflow: hidden;
}
.banner_blk .img_blk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.banner_blk .img_blk::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 39%, #000000 60%);
  opacity: 77%;
}
.banner_blk .pnrt {
  position: relative;
}
.banner_blk .pnrt .ovlry_cnt {
  position: absolute;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 85px;
  left: 0;
}
.banner_blk .pnrt .ovlry_cnt strong {
  font-size: 75px;
  line-height: 84px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.banner_blk .pnrt .ovlry_cnt strong span {
  background-color: #ff6633;
  padding: 14px 36px;
  border-radius: 15px;
  display: inline-block;
  margin-top: 10px;
}
.banner_blk .pnrt .ovlry_cnt .btns {
  width: 27%;
  gap: 17px;
  display: flex;
  flex-direction: column;
  margin-left: 233px;
}
.banner_blk .pnrt .ovlry_cnt .btns a {
  background-color: #ffffff;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  display: block;
  max-width: 280px;
}
.banner_blk .pnrt .ovlry_cnt .btns a:hover {
  background-color: #ff6633;
  color: #fff;
}
.banner_blk .pnrt .ovlry_cnt .btns a:last-child {
  background-color: #ff6633;
  color: #fff;
}

.usp_blk {
  padding: 80px 0px 70px;
}
.usp_blk .prnt {
  display: flex;
  gap: 13px;
  gap: 115px;
}
.usp_blk .prnt .itm {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.usp_blk .prnt .itm .img_blk {
  width: 124px;
  height: 124px;
  background: #6699cc;
  transform: rotate(47deg);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.usp_blk .prnt .itm .img_blk img {
  transform: rotate(312deg);
}
.usp_blk .prnt .itm span {
  text-align: center;
  display: block;
  padding-top: 34px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}
.usp_blk .prnt .itm:hover .img_blk {
  background-color: #ff6633;
}

.sevc_blk {
  background: url(../images/caro_bg.png) no-repeat;
  background-size: cover;
  padding: 60px 0px;
  margin: 0px 10px;
  border-radius: 16px;
}
.sevc_blk .hd {
  text-align: center;
  margin-bottom: 30px;
}
.sevc_blk .item {
  border-radius: 28px;
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.sevc_blk .item .img_blk img {
  height: 210px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sevc_blk .item .txt_blk {
  background-color: #fff;
  padding: 24px 26px;
  border-bottom: 9px solid transparent;
  transition: all 0.2s ease-in-out;
}
.sevc_blk .item .txt_blk b {
  color: #222222;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  display: block;
  padding-bottom: 9px;
}
.sevc_blk .item .txt_blk span {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 400;
}
.sevc_blk .item .txt_blk > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
}
.sevc_blk .item .txt_blk > div img {
  height: auto;
  width: auto;
}
.sevc_blk .item .txt_blk > div span {
  color: #ff6633;
  font-size: 15px;
  line-height: 23px;
  display: block;
  text-transform: uppercase;
}
.sevc_blk .item:hover {
  border-color: #ff6633;
}
.sevc_blk .item:hover .txt_blk {
  border-color: #ff6633;
}
.sevc_blk .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 43%;
}
.sevc_blk .owl-nav button {
  height: 50px;
  width: 50px;
  border: 1px solid #6699cc !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: unset !important;
}
.sevc_blk .owl-nav button span {
  display: none;
}
.sevc_blk .owl-nav button.owl-prev {
  background: url(../images/lfarw.svg) center no-repeat !important;
  left: -107px;
}
.sevc_blk .owl-nav button.owl-prev:hover {
  background: #fff url(../images/lfarw.svg) center no-repeat !important;
  border: 1px solid #fff !important;
}
.sevc_blk .owl-nav button.owl-next {
  background: url(../images/rarw.svg) center no-repeat !important;
  right: -107px;
}
.sevc_blk .owl-nav button.owl-next:hover {
  background: #fff url(../images/rarw.svg) center no-repeat !important;
  border: 1px solid #fff !important;
}

.kb_blk .prnt {
  display: flex;
  align-items: center;
}
.kb_blk .prnt .prd {
  position: relative;
  width: 49%;
  height: 318px;
  border-radius: 23px 0px 0px 23px;
  overflow: hidden;
}
.kb_blk .prnt .prd .img_blk {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.kb_blk .prnt .prd .img_blk img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.kb_blk .prnt .prd .cnt {
  max-width: unset;
  padding: 37px 35px 37px 18px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.kb_blk .prnt .prd .cnt b {
  font-size: 40px;
  display: block;
  text-transform: uppercase;
  color: white;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  color: #ff6633;
  letter-spacing: 1px;
}
.kb_blk .prnt .prd .cnt span {
  font-size: 20px;
  line-height: 28px;
  display: block;
  padding: 8px;
  color: #fff;
  font-weight: 500;
}
.kb_blk .prnt .prd .cnt p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
}
.kb_blk .prnt .prd .cnt a {
  background-color: #ffffff;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}
.kb_blk .prnt .prd .cnt a:hover {
  background-color: #ff6633;
  color: #fff;
}
.kb_blk .prnt > .img_blk {
  width: 51%;
}
.kb_blk .prnt > .img_blk img {
  height: 318px;
  width: 100%;
  border-radius: 0px 23px 23px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ikrtstr {
  padding: 60px 0px;
}
.ikrtstr .prnt {
  display: flex;
  align-items: center;
}
.ikrtstr .prnt .lft {
  width: 50%;
}
.ikrtstr .prnt .lft img {
  height: 600px;
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ikrtstr .prnt .rgt {
  width: 50%;
}
.ikrtstr .prnt .rgt > p {
  color: #666666;
  padding: 23px 0px;
}
.ikrtstr .prnt .rgt ul p {
  color: #666666;
}
.ikrtstr .prnt .rgt ul li {
  display: flex;
  gap: 26px;
}
.ikrtstr .prnt .rgt ul li .im {
  height: 98px;
  width: 98px;
  min-width: 98px;
  border-radius: 50%;
  background-color: #f7fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ikrtstr .prnt .rgt ul li .txt b {
  font-size: 20px;
  line-height: 27px;
  display: block;
  padding-bottom: 10px;
}
.ikrtstr .prnt .rgt ul li:not(:last-child) {
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #e5e5e5;
}
.ikrtstr .prnt .rgt a {
  background-color: #ffffff;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff6633;
  margin-top: 34px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 13px 45px;
}
.ikrtstr .prnt .rgt a:hover {
  background-color: #6699cc;
  color: #000000;
}

.our_prdccts {
  padding: 80px 0px;
  background-color: #eff4fa;
  margin: 10px;
  border-radius: 16px;
}
.our_prdccts .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.our_prdccts .hd a {
  background-color: #ffffff;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff6633;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 13px 45px;
}
.our_prdccts .hd a:hover {
  background-color: #6699cc;
  color: #000000;
}
.our_prdccts .prnt {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.our_prdccts .prnt .itm {
  width: 32.4%;
  background-color: #fff;
  border-radius: 21px;
  transition: all 0.2s ease-in-out;
  display: block;
  border: 1px solid transparent;
  overflow: hidden;
}
.our_prdccts .prnt .itm .img_blk {
  text-align: center;
  margin: 24px 0px;
}
.our_prdccts .prnt .itm .img_blk img {
  height: 219px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.our_prdccts .prnt .itm .txt_blk {
  padding: 24px 30px;
  border-top: 1px solid #e5e5e5;
  transition: all 0.2s ease-in-out;
  border-bottom: 9px solid transparent;
}
.our_prdccts .prnt .itm .txt_blk b {
  font-size: 20px;
  line-height: 27px;
  display: block;
  color: #222222;
  padding-bottom: 10px;
}
.our_prdccts .prnt .itm .txt_blk p {
  color: #666666;
  padding-bottom: 15px;
}
.our_prdccts .prnt .itm .txt_blk .rt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.our_prdccts .prnt .itm .txt_blk .rt b {
  font-size: 25px;
  line-height: 29px;
  color: #6699cc;
  display: inline-block;
}
.our_prdccts .prnt .itm .txt_blk .rt b del {
  font-size: 17px;
  line-height: 21px;
  color: #666666;
  padding-left: 6px;
}
.our_prdccts .prnt .itm:hover {
  border-color: #ff6633;
}
.our_prdccts .prnt .itm:hover .txt_blk {
  border-color: #ff6633;
}

.get_tch {
  padding: 75px 0px;
}
.get_tch .prnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.get_tch .prnt .lft {
  width: 50%;
}
.get_tch .prnt .lft p {
  color: #222222;
  padding: 11px 0px 20px;
}
.get_tch .prnt .lft ul li {
  display: flex;
  gap: 22px;
}
.get_tch .prnt .lft ul li .img_blk {
  height: 54px;
  width: 54px;
  min-width: 54px;
  background-color: #6699cc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get_tch .prnt .lft ul li .img_blk img {
  filter: brightness(50);
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.get_tch .prnt .lft ul li:not(:last-child) {
  padding-bottom: 24px;
}
.get_tch .prnt .lft ul li .txt_blk b {
  font-size: 20px;
  line-height: 28px;
  display: block;
  padding-bottom: 7px;
  color: #222222;
}
.get_tch .prnt .lft ul li .txt_blk a,
.get_tch .prnt .lft ul li .txt_blk span {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}
.get_tch .prnt .lft ul li .txt_blk span {
  display: block;
}
.get_tch .prnt .rgt {
  width: 50%;
  max-width: 662px;
  border-radius: 16px;
  box-shadow: 0px 0px 7px lightgray;
  padding: 30px 34px;
}
.get_tch .prnt .rgt form > strong {
  font-size: 30px;
  line-height: 39px;
  color: #222222;
  font-weight: bold;
  display: block;
  padding-bottom: 19px;
}
.get_tch .prnt .rgt form .dbl {
  display: flex;
  align-items: center;
  gap: 13px;
}
.get_tch .prnt .rgt form b {
  font-size: 17px;
  line-height: 25px;
  color: #222222;
  display: block;
  padding-bottom: 6px;
}
.get_tch .prnt .rgt form label {
  width: 100%;
}
.get_tch .prnt .rgt form label input {
  width: 100%;
  border-radius: 30px;
  padding: 13px 23px;
  border: 1px solid #e5e5e5 !important;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-family: "Inter Tight", sans-serif;
}
.get_tch .prnt .rgt form label select {
  width: 100%;
  border-radius: 30px;
  padding: 13px 23px;
  border: 1px solid #e5e5e5 !important;
  background: url(../images/drpdwn.svg) no-repeat center right 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-family: "Inter Tight", sans-serif;
}
.get_tch .prnt .rgt form label {
  margin-bottom: 20px;
}
.get_tch .prnt .rgt form textarea {
  width: 100%;
  border-radius: 30px;
  height: 110px;
  padding: 18px 23px;
  border: 1px solid #e5e5e5 !important;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-family: "Inter Tight", sans-serif;
}
.get_tch .prnt .rgt form button {
  background-color: #ffffff;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff6633;
  margin-top: 20px;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}
.get_tch .prnt .rgt form button:hover {
  background-color: #6699cc;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #25d366;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  background: #1ebe5d;
}

.whatsapp-float img {
  width: 24px;
  height: 24px;
}
@media (max-width: 576px) {
  .whatsapp-float {
    right: 15px;
    bottom: 15px;
    padding: 12px;
    border-radius: 50%;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float img {
    width: 28px;
    height: 28px;
  }
}
.call-float {
  position: fixed;
  right: 20px;
  bottom: 85px;
  background: #ff5b35;
  color: #fff;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  z-index: 99999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.call-float:hover {
  background: #e94b28;
}
.prrlg {
  margin-bottom: -202px;
  position: relative;
}
.prrlg .prnt {
  display: flex;
  align-items: center;
  background-color: #fbd1a2;
  padding: 16px;
  border-radius: 17px;
}
.prrlg .prnt .lft {
  width: 50%;
}
.mp_sctn {
  width: 420px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.mp_sctn iframe {
  width: 100%;
  height: 300px;
  display: block;
}

.mp_sctn a {
  display: block;
  text-align: center;
  padding: 10px;
  background: #1a73e8;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.3px;
}

.mp_sctn a:hover {
  background: #1558b0;
}
.prrlg .prnt .rgt {
  width: 50%;
  padding: 0px 12px 0px 46px;
}
.prrlg .prnt .rgt p {
  color: #222222;
  padding-top: 10px;
}
.prrlg .prnt .rgt a {
  background-color: #ffffff;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff6633;
  margin-top: 30px;
  color: #fff;
  padding: 13px 33px;
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.prrlg .prnt .rgt a:hover {
  background-color: #6699cc;
}

footer {
  background-color: #6699cc;
  margin: 10px;
  padding: 256px 0px 14px 0px;
  border-radius: 16px;
}
footer .tp {
  padding-bottom: 60px;
}
footer .tp .prnt {
  display: flex;
  align-items: center;
}
footer .tp .prnt .itm {
  width: 15%;
  color: #fff;
}
footer .tp .prnt .itm b {
  font-size: 25px;
  line-height: 31px;
  display: block;
  padding-bottom: 19px;
}
footer .tp .prnt .itm ul li {
  display: block;
}
footer .tp .prnt .itm ul li a {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}
footer .tp .prnt .itm ul li a:hover {
  color: #dfd21d;
}
footer .tp .prnt .itm ul li:not(:last-child) {
  padding-bottom: 15px;
}
footer .tp .prnt .itm:nth-child(3) {
  width: 32%;
  text-align: center;
}
footer .tp .prnt .itm:nth-child(3) a {
  display: block;
}
footer .tp .prnt .itm:nth-child(3) p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  padding: 19px 0px;
}
footer .tp .prnt .itm:nth-child(3) ul {
  display: flex;
  align-self: center;
  gap: 11px;
  justify-content: center;
}
footer .tp .prnt .itm:nth-child(3) ul li a {
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
footer .tp .prnt .itm:nth-child(3) ul li a:hover {
  background-color: #ff6633;
  border-color: #ff6633;
}
footer .tp .prnt .itm:nth-child(4) {
  width: 20%;
  padding-left: 60px;
}
footer .tp .prnt .itm:last-child {
  width: 19%;
  padding-left: 11px;
}
footer .tp .prnt .itm:last-child li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
footer .tp .prnt .itm:last-child li img {
  height: 27px;
  width: 27px;
  -o-object-fit: contain;
  object-fit: contain;
  min-width: 27px;
}
footer .tp .prnt .itm:last-child li a {
  display: block;
}
footer .btm {
  background-color: #7facd8;
  display: flex;
  align-items: center;
  border-radius: 19px;
  padding: 26px 34px;
}
footer .btm .lft {
  width: 50%;
}
footer .btm .lft b {
  font-size: 35px;
  line-height: 43px;
  display: block;
  padding-bottom: 8px;
  color: #fff;
}
footer .btm .lft p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
}
footer .btm .rgt {
  width: 50%;
}
footer .btm .rgt form {
  position: relative;
}
footer .btm .rgt 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 .btm .rgt form button {
  background-color: #ffffff;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  margin-top: unset;
  background-color: #ff6633;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 13px 41px;
}

.mp_sction {
  padding: 143px 0px 100px;
}
.mp_sction .prnt {
  display: flex;
  align-items: center;
}
.mp_sction .prnt .lft {
  width: 55%;
}
.mp_sction .prnt .lft p {
  color: #666666;
  padding: 11px 155px 25px 0px;
}
.mp_sction .prnt .lft .drp {
  display: flex;
  gap: 37px;
}
.mp_sction .prnt .lft .drp .mp_sctn {
  width: 330px;
  min-width: 330px;
}
.mp_sction .prnt .lft .drp .mp_sctn img {
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 9px;
}
.mp_sction .prnt .lft ul {
  margin-top: 13px;
}
.mp_sction .prnt .lft ul li {
  display: flex;
  gap: 22px;
}
.mp_sction .prnt .lft ul li .img_blk {
  height: 54px;
  width: 54px;
  min-width: 54px;
  background-color: #6699cc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp_sction .prnt .lft ul li .img_blk img {
  filter: brightness(50);
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.mp_sction .prnt .lft ul li:not(:last-child) {
  padding-bottom: 24px;
}
.mp_sction .prnt .lft ul li .txt_blk b {
  font-size: 20px;
  line-height: 28px;
  display: block;
  padding-bottom: 7px;
  color: #222222;
}
.mp_sction .prnt .lft ul li .txt_blk a,
.mp_sction .prnt .lft ul li .txt_blk span {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}
.mp_sction .prnt .lft ul li .txt_blk span {
  display: block;
}
.mp_sction .prnt .rgt {
  width: 45%;
  max-width: 662px;
  border-radius: 16px;
  box-shadow: 0px 0px 7px lightgray;
  padding: 30px 34px;
}
.mp_sction .prnt .rgt form > strong {
  font-size: 30px;
  line-height: 39px;
  color: #222222;
  font-weight: bold;
  display: block;
  padding-bottom: 19px;
}
.mp_sction .prnt .rgt form .dbl {
  display: flex;
  align-items: center;
  gap: 13px;
}
.mp_sction .prnt .rgt form b {
  font-size: 17px;
  line-height: 25px;
  color: #222222;
  display: block;
  padding-bottom: 6px;
}
.mp_sction .prnt .rgt form label {
  width: 100%;
}
.mp_sction .prnt .rgt form label input {
  width: 100%;
  border-radius: 30px;
  padding: 13px 23px;
  border: 1px solid #e5e5e5 !important;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-family: "Inter Tight", sans-serif;
}
.mp_sction .prnt .rgt form label select {
  width: 100%;
  border-radius: 30px;
  padding: 13px 23px;
  border: 1px solid #e5e5e5 !important;
  background: url(../images/drpdwn.svg) no-repeat center right 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-family: "Inter Tight", sans-serif;
}
.mp_sction .prnt .rgt form label {
  margin-bottom: 20px;
}
.mp_sction .prnt .rgt form textarea {
  width: 100%;
  border-radius: 30px;
  height: 110px;
  padding: 18px 23px;
  border: 1px solid #e5e5e5 !important;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  font-family: "Inter Tight", sans-serif;
}
.mp_sction .prnt .rgt form button {
  background-color: #ffffff;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff6633;
  margin-top: 20px;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
}
.mp_sction .prnt .rgt form button:hover {
  background-color: #6699cc;
}

.prdt_blk {
  padding: 129px 0px 84px;
}
.prdt_blk .prnt {
  display: flex;
}
.prdt_blk .prnt .lft {
  width: 50%;
}
.prdt_blk .prnt .lft .gallery-container {
  width: 100%;
  max-width: unset;
  background: #fff;
  border-radius: 15px;
  position: relative;
}
.prdt_blk .prnt .lft {
  /* Main Slider Styles */
}
.prdt_blk .prnt .lft .main-slider {
  width: 100%;
  height: 510px;
  border: 1px solid #eee;
  border-radius: 20px;
  margin-bottom: 20px;
}
.prdt_blk .prnt .lft .main-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: zoom-in;
}
.prdt_blk .prnt .lft .main-slider .swiper-slide a {
  display: block;
}
.prdt_blk .prnt .lft .main-slider .swiper-slide a img {
  width: 100%;
  height: 345px;
  -o-object-fit: contain;
  object-fit: contain;
}
.prdt_blk .prnt .lft .thumb-slider {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 0 40px;
}
.prdt_blk .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;
}
.prdt_blk .prnt .lft .thumb-slider .swiper-slide img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}
.prdt_blk .prnt .lft .thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #ff6633;
}
.prdt_blk .prnt .lft {
  /* Navigation Arrows */
}
.prdt_blk .prnt .lft .swiper-button-next,
.prdt_blk .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 */
}
.prdt_blk .prnt .lft .swiper-button-next::after,
.prdt_blk .prnt .lft .swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}
.prdt_blk .prnt .lft .swiper-button-prev {
  left: 10px;
}
.prdt_blk .prnt .lft .swiper-button-next {
  right: 10px;
}
.prdt_blk .prnt .lft .expand-btn {
  position: absolute;
  top: 62px;
  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 */
}
.main-slider {
  position: relative;
}

.expand-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 50;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.expand-btn svg {
  width: 21px;
  height: 21px;
}

.expand-btn:hover {
  background: #ff5a35;
  color: #ffffff;
}

/* Popup */
.image-popup {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.92) !important;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999999 !important;
  padding: 20px;
}

.image-popup.active {
  display: flex !important;
}

.image-popup img {
  max-width: 90vw !important;
  max-height: 85vh !important;
  object-fit: contain !important;
}

.close-popup {
  position: fixed !important;
  top: 25px !important;
  right: 35px !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 36px !important;
  line-height: 40px !important;
  cursor: pointer !important;
  z-index: 9999999999 !important;
}

/* Tablet */
@media (max-width: 991px) {
  .expand-btn {
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
  }

  .expand-btn svg {
    width: 19px;
    height: 19px;
  }

  .close-popup {
    top: 20px !important;
    right: 20px !important;
    width: 42px !important;
    height: 42px !important;
    font-size: 32px !important;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .expand-btn {
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 7px;
  }

  .expand-btn svg {
    width: 17px;
    height: 17px;
  }

  .image-popup {
    padding: 12px;
  }

  .image-popup img {
    max-width: 95vw !important;
    max-height: 78vh !important;
  }

  .close-popup {
    top: 14px !important;
    right: 14px !important;
    width: 38px !important;
    height: 38px !important;
    font-size: 30px !important;
    line-height: 34px !important;
  }
}
.prdt_blk .prnt .lft .swiper-button-next,
.prdt_blk .prnt .lft .swiper-button-prev {
  background-color: #6699cc !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: white;
  top: unset;
  bottom: 36px;
}
.prdt_blk .prnt .lft .swiper-button-next {
  right: -10px;
}
.prdt_blk .prnt .lft .swiper-button-prev {
  left: -10px;
}
.prdt_blk .prnt .rgt {
  width: 50%;
  padding-left: 68px;
}
.prdt_blk .prnt .rgt .tp {
  display: flex;
  gap: 10px;
  align-items: center;
}
.prdt_blk .prnt .rgt .tp span:first-child {
  background-color: #eff5fa;
  border: 1px solid #6599cb;
  padding: 5px 23px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 23px;
  color: #6699cc;
}
.prdt_blk .prnt .rgt .tp span:last-child {
  background-color: #eff5fa;
  border: 1px solid #157f5d;
  padding: 5px 23px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 23px;
  color: #157f5d;
  display: flex;
  align-items: center;
  gap: 10px;
}
.prdt_blk .prnt .rgt h1 {
  padding: 11px 0px 15px;
}
.prdt_blk .prnt .rgt .prc {
  display: flex;
}
.prdt_blk .prnt .rgt .prc span {
  font-size: 40px;
  line-height: 48px;
  color: #ff6633;
  font-weight: bold;
}
.prdt_blk .prnt .rgt .prc del {
  font-size: 18px;
  line-height: 26px;
  color: #9c9c9c;
  font-weight: 600;
}
.prdt_blk .prnt .rgt p {
  color: #666666;
  padding: 11px 0px 20px;
}
.prdt_blk .prnt .rgt > a {
  background-color: #ffffff;
  padding: 13px 24px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0px;
  display: block;
  background-color: #ff6633;
  color: #fff;
  margin-bottom: 35px;
}
.prdt_blk .prnt .rgt > a:hover {
  background-color: #6599cb;
}
.prdt_blk .prnt .rgt b {
  font-size: 22px;
  color: #222222;
  line-height: 29px;
  display: block;
  padding-bottom: 22px;
}
.prdt_blk .prnt .rgt ul li {
  display: flex;
  align-items: center;
}
.prdt_blk .prnt .rgt ul li .lt img {
  height: 27px;
  width: 27px;
  -o-object-fit: contain;
  object-fit: contain;
}
.prdt_blk .prnt .rgt ul li .lt span {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  padding: 0px 12px 0px 9px;
  font-weight: 600;
  width: 160px;
  display: inline-block;
}
.prdt_blk .prnt .rgt ul li:not(:last-child) {
  padding-bottom: 12px;
}
.prdt_blk .prnt .rgt ul li strong {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 500;
}

.reltprdct {
  padding: 90px 0px;
  background-color: #eff4fa;
  border-radius: 16px;
  margin: 12px 12px 102px 12px;
}
.reltprdct .prn .item {
  background-color: #fff;
  border-radius: 21px;
  transition: all 0.2s ease-in-out;
  display: block;
  border: 1px solid transparent;
  overflow: hidden;
}
.reltprdct .prn .item .img_blk {
  text-align: center;
  margin: 24px 0px;
}
.reltprdct .prn .item .img_blk img {
  height: 219px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.reltprdct .prn .item .txt_blk {
  padding: 24px 30px;
  border-top: 1px solid #e5e5e5;
  transition: all 0.2s ease-in-out;
  border-bottom: 9px solid transparent;
}
.reltprdct .prn .item .txt_blk b {
  font-size: 20px;
  line-height: 27px;
  display: block;
  color: #222222;
  padding-bottom: 10px;
}
.reltprdct .prn .item .txt_blk p {
  color: #666666;
  padding-bottom: 15px;
}
.reltprdct .prn .item .txt_blk .rt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reltprdct .prn .item .txt_blk .rt b {
  font-size: 25px;
  line-height: 29px;
  color: #6699cc;
  display: inline-block;
}
.reltprdct .prn .item .txt_blk .rt b del {
  font-size: 17px;
  line-height: 21px;
  color: #666666;
  padding-left: 6px;
}
.reltprdct .prn .item:hover {
  border-color: #ff6633;
}
.reltprdct .prn .item:hover .txt_blk {
  border-color: #ff6633;
}
.reltprdct .prn .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 43%;
}
.reltprdct .prn .owl-nav button {
  height: 50px;
  width: 50px;
  border: 1px solid #6699cc !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: unset !important;
}
.reltprdct .prn .owl-nav button span {
  display: none;
}
.reltprdct .prn .owl-nav button.owl-prev {
  background: url(images/lfarw.svg) center no-repeat !important;
  left: -107px;
}
.reltprdct .prn .owl-nav button.owl-prev:hover {
  background: #fff url(images/lfarw.svg) center no-repeat !important;
  border: 1px solid #fff !important;
}
.reltprdct .prn .owl-nav button.owl-next {
  background: url(images/rarw.svg) center no-repeat !important;
  right: -107px;
}
.reltprdct .prn .owl-nav button.owl-next:hover {
  background: #fff url(images/rarw.svg) center no-repeat !important;
  border: 1px solid #fff !important;
}

.banner_1 img {
  width: 100%;
  display: block;
  border-radius: 0 12px 12px 0;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 50px;
}

.banner_1 {
  margin-top: 82px;
}

.service_pge .container .banner_1 p {
  margin-top: 16px;
  color: black;
  font-size: 17px;
  line-height: 27px;
}

.service_pge .container .banner_1 p:nth-child(4) {
  margin-top: 16px;
  margin-bottom: 10px;
  color: red;
  font-size: 17px;
  line-height: 27px;
}

/* features */
.features {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px;
  flex-wrap: wrap;
}

.feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
}

.feature p {
  font-size: 18px;
  color: #333;
  margin: 0;
}
.card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.arrow-badge {
  text-decoration: none;
  cursor: pointer;
}
.icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon img {
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.features {
  display: flex;
}

.feature {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  position: relative;
}

/* Divider line */
.feature:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #ddd;
}

/* cards */
.plating-section {
  width: 100%;
  padding: 20px 0;
  background: #ffffff;
}

.plating-section .container {
  width: 1356px; /* desktop fixed width */
  max-width: 100%;
  margin: 0 auto;
}

.owl-carousel .plating-card {
  margin: 5px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.plating-card {
  background: #f8f8f8;
  border: 1px solid #dddddd;
  border-radius: 14px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.plating-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-content {
  padding: 16px 14px 18px;
}

.card-content h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}

.owl-carousel .plating-card {
  margin: 5px;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.lightbox-content {
  background: #fff;
  width: 80%;
  max-width: 800px;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  padding: 20px;
  position: relative;
}

.lightbox-img img {
  width: 300px;
  height: auto;
  border-radius: 10px;
}

.lightbox-text {
  flex: 1;
}

.lightbox-text h2 {
  margin-bottom: 10px;
}

.lightbox-text ul {
  padding-left: 18px;
}

.lightbox-text li {
  margin-bottom: 5px;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .card-grid {
    display: block;
  }
}
/* 1701px - 1900px */
@media (max-width: 1900px) {
  .lightbox-content {
    max-width: 900px;
  }
}

/* 1501px - 1700px */
@media (max-width: 1700px) {
  .lightbox-content {
    max-width: 850px;
  }
}

/* 1201px - 1500px */
@media (max-width: 1500px) {
  .lightbox-content {
    max-width: 820px;
  }
}

/* 993px - 1200px */
@media (max-width: 1200px) {
  .lightbox-content {
    max-width: 760px;
    padding: 24px;
  }

  .lightbox-text h2 {
    font-size: 26px;
  }
}

/* 769px - 992px */
@media (max-width: 992px) {
  .lightbox-content {
    max-width: 680px;
    flex-direction: column;
    gap: 18px;
  }

  .lightbox-img {
    width: 100%;
  }

  .lightbox-img img {
    height: 280px;
  }

  .lightbox-text h2 {
    font-size: 24px;
  }
}

/* 601px - 768px */
@media (max-width: 768px) {
  .lightbox {
    padding: 18px;
  }

  .lightbox-content {
    max-width: 100%;
    padding: 22px;
    border-radius: 16px;
  }

  .lightbox-img img {
    height: 240px;
  }

  .lightbox-text h2 {
    font-size: 22px;
  }

  .lightbox-text p,
  .lightbox-text li {
    font-size: 14px;
  }
}

/* 481px - 600px */
@media (max-width: 600px) {
  .lightbox {
    padding: 14px;
  }

  .lightbox-content {
    padding: 18px;
    border-radius: 14px;
  }

  .lightbox-img img {
    height: 210px;
  }

  .lightbox-text h2 {
    font-size: 20px;
  }

  .lightbox-text h4 {
    font-size: 17px;
  }

  .close {
    font-size: 26px;
    top: 10px;
    right: 14px;
  }
}

/* 381px - 480px */
@media (max-width: 480px) {
  .lightbox {
    padding: 10px;
  }

  .lightbox-content {
    padding: 16px;
    max-height: 92vh;
  }

  .lightbox-img img {
    height: 180px;
  }

  .lightbox-text h2 {
    font-size: 19px;
  }

  .lightbox-text p,
  .lightbox-text li {
    font-size: 13.5px;
    line-height: 1.6;
  }
}

/* 320px - 380px */
@media (max-width: 380px) {
  .lightbox {
    padding: 8px;
  }

  .lightbox-content {
    padding: 14px;
    border-radius: 12px;
  }

  .lightbox-img img {
    height: 160px;
  }

  .lightbox-text h2 {
    font-size: 18px;
  }

  .lightbox-text h4 {
    font-size: 16px;
  }

  .close {
    font-size: 24px;
  }
}
/* powder coating */
.bnr_1 img {
  width: 1350px;
  height: 546px;
}

.mtl {
  margin-top: 82px;
}

.service_pge .container .mtl p:nth-child(2) {
  margin-top: 28px;
  color: black;
  font-size: 17px;
  line-height: 27px;
}

.service_pge .container .mtl p:nth-child(3) {
  margin-top: 29px;
  margin-bottom: 10px;
  color: red;
  font-size: 17px;
  line-height: 27px;
}

/* powder coating */
.banner_2 img {
  width: 100%;
  display: block;
  border-radius: 0 12px 12px 0;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 50px;
}

.banner_2 {
  margin-top: 82px;
}

.service_pge .container .banner_2 p {
  margin-top: 28px;
  color: black;
  font-size: 17px;
  line-height: 27px;
}

.service_pge .container .banner_2 p:nth-child(4) {
  margin-top: 29px;
  margin-bottom: 10px;
  color: red;
  font-size: 17px;
  line-height: 27px;
}

/* powder coating */
.powder-section {
  max-width: 1356px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 20px;
}

.powder-content {
  flex: 1;
}

.powder-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  line-height: 1.2;
}

.powder-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 18px;
  max-width: 95%;
}

.powder-list {
  list-style: none;
  margin-top: 15px;
}

.powder-list li {
  font-size: 16px;
  color: #222;
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.powder-list li::before {
  content: "✔";
  font-size: 15px;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.powder-image {
  flex: 1;
}

.powder-image img {
  width: 100%;
  display: block;
  border-radius: 0 12px 12px 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.page {
  max-width: 1350px;
  margin: 0 auto;
  padding: 130px 0px 48px;
}
.toolbar {
  display: flex;
  justify-content: space-between;
}
.toolbar-left {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px;
}

.icon-btn {
  width: 46px;
  height: 46px;
  border: none;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(45deg);
  transition: 0.3s ease;
}

.toolbar-left {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px;
}

.icon-btn {
  width: 46px;
  height: 46px;
  border: none;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(45deg);
  transition: 0.3s ease;
  padding: 0;
}

.icon-btn .icon {
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  fill: #777;
  display: block;
  flex-shrink: 0;
}

.icon-btn .icon path {
  fill: inherit;
}

.icon-btn.active {
  background: #6fa8dc;
}

.icon-btn:hover {
  background: #d7e9f8;
}

.icon-btn.active:hover {
  background: #6fa8dc;
}
.icon {
  width: 50px;
  height: 50px;

  min-width: 50px;
}

.filter {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #475569;
}

.filter select {
  border: 1px solid #dbe2ea;
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  font: inherit;
  color: #475569;
  outline: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e6ebf1;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  position: relative;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.card.active:hover {
  border-color: #ff7a45;
  box-shadow: 0 12px 28px rgba(255, 122, 69, 0.14);
  border-bottom: 8px solid #ff6b2f;
}

.grid .thumb {
    height: 321px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-bottom: 1px solid #eef2f7;
}

.thumb img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.content {
  padding: 16px 16px 14px;
}

.title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 8px;
  color: #0f172a;
}

.desc {
  font-size: 12px;
  line-height: 1.6;
  color: #7b8794;
  margin-bottom: 12px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.price {
  color: #57a5ef;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.old-price {
  color: #94a3b8;
  font-size: 13px;
  text-decoration: line-through;
  font-weight: 600;
}

.arrow-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #ff8b4e, #ff6b2f);
  color: #fff;
  box-shadow: 0 10px 20px rgba(255, 107, 47, 0.28);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.25s ease;
}

.card:hover .arrow-badge {
  opacity: 1;
  transform: translateY(0);
}

.pagination {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.page-btn {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid #cfd8e3;
  background: transparent;
  color: #475569;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

.page-btn:hover {
  border-color: #ff7a45;
  color: #ff7a45;
}

.page-btn.current:hover {
  background: #ff7a45;
  color: #fff;
  border-color: #ff7a45;
  box-shadow: 0 8px 18px rgba(255, 122, 69, 0.25);
}

.page-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.dots {
  color: #64748b;
  font-weight: 700;
}

.card {
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

/*  */
/* LIST VIEW STYLE */
.grid.list-view {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.grid.list-view .card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
}

.grid.list-view .thumb {
  width: 200px;
  height: 120px;
  flex-shrink: 0;
}

.grid.list-view .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid.list-view .content {
  flex: 1;
}

/*  */
.grid.list-view .title {
  font-size: 18px;
}

.grid.list-view .price {
  font-size: 20px;
}

.grid,
.card {
  transition: all 0.3s ease;
}
.image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.image-popup.active {
  display: flex;
}

.image-popup img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
}

.close-popup {
  position: fixed;
  top: 30px;
  right: 40px;
  width: 45px;
  height: 45px;
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 50%;
  font-size: 34px;
  line-height: 40px;
  cursor: pointer;
  z-index: 9999999;
}

.close-popup:hover {
  background: #ff5a35;
  color: #ffffff;
}
@media screen and (max-width: 1800px) {
  .nw_container {
    padding: 0px 10px;
  }
  .banner_blk .img_blk {
    height: 670px;
  }
  .banner_blk .pnrt {
    padding: 0px 11px;
  }
  header {
    padding-bottom: 510px;
  }
  .banner_blk {
    margin-top: -520px;
  }
  .card-grid {
    gap: 24px;
  }
}
@media screen and (max-width: 1700px) {
  header .prnt .menu ul li a {
    font-size: 18px;
    padding: 13px 25px;
  }
  header .prnt .lgo {
    margin: 0px 41px;
  }
  header .prnt .srch_ form button {
    top: 12px;
    left: 15px;
  }
  .banner_blk .img_blk {
    height: 630px;
  }
  .banner_blk .pnrt .ovlry_cnt strong {
    font-size: 60px;
    line-height: 69px;
  }
  .banner_blk .pnrt .ovlry_cnt strong span {
    padding: 12px 29px;
  }
  .owl-nav button.owl-prev {
    left: -82px !important;
  }
  .owl-nav button.owl-next {
    right: -82px !important;
  }
  .prrlg .prnt .lft img {
    height: 380px;
  }
}
@media screen and (max-width: 1600px) {
  header .prnt .menu ul li a {
    font-size: 17px;
    padding: 12px 22px;
  }
  header .prnt .lgo a img {
    width: 219px;
    height: 102px;
  }
  header {
    padding-bottom: 475px;
  }
  .banner_blk {
    margin-top: -480px;
  }
  .banner_blk .pnrt .ovlry_cnt {
    padding: 0px 66px;
  }
  .owl-nav button.owl-prev {
    left: -63px !important;
  }
  .owl-nav button.owl-next {
    right: -64px !important;
  }
  .prrlg .prnt .lft img {
    height: 350px;
  }
  .usp_blk .prnt .itm .img_blk {
    width: 115px;
    height: 115px;
  }
  .usp_blk .prnt .itm span {
    padding-top: 30px;
    font-size: 19px;
    line-height: 26px;
  }
  header .prnt {
    padding-top: 7px;
  }
}
@media screen and (max-width: 1500px) {
  header .prnt .menu ul li a {
    font-size: 16px;
    padding: 11px 19px;
  }
  header .prnt .lgo a img {
    width: 194px;
    height: 82px;
  }
  header .prnt .srch_ {
    position: relative;
    width: 376px;
  }
  header .prnt .srch_ .auto_sug ul {
    height: 376px;
  }
  header .prnt .phn_ ul .dtl a {
    font-size: 16px;
    line-height: 17px;
  }
  header .prnt .phn_ ul .dtl b {
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 3px;
  }
  .owl-nav {
    position: relative !important;
    top: unset !important;
    justify-content: center !important;
    gap: 15px !important;
    margin-top: 36px !important;
  }
  .owl-nav button.owl-prev,
  .owl-nav button.owl-next {
    position: unset !important;
  }
  .sevc_blk .item .img_blk img {
    height: 190px;
  }
  .our_prdccts .prnt {
    gap: 16px;
  }
  .our_prdccts .prnt .itm .img_blk img {
    height: 182px;
  }
  .banner_blk {
    margin-top: -474px;
  }
  .breadcrumbs {
    margin-top: -126px;
  }
  .breadcrumbs .ptnt b {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0px 10px;
  }
  header .prnt .menu ul li a {
    font-size: 15px;
    padding: 10px 16px;
  }
  header .prnt .lgo a img {
    width: 173px;
    height: 68px;
  }
  header .prnt .lgo {
    margin: 0px 20px;
  }
  header .prnt {
    padding-top: 11px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns {
    margin-left: 168px;
  }
  .banner_blk .pnrt .ovlry_cnt strong {
    font-size: 54px;
    line-height: 58px;
  }
  .banner_blk .img_blk {
    height: 560px;
  }
  .banner_blk {
    margin-top: -468px;
  }
  header .prnt .phn_ ul .dtl a {
    font-size: 15px;
    line-height: 12px;
  }
  .usp_blk .prnt {
    gap: 69px;
  }
  .sevc_blk .item .txt_blk b {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 7px;
  }
  .sevc_blk .item .txt_blk span {
    font-size: 15px;
    line-height: 23px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 36px;
    line-height: 47px;
  }
  .ikrtstr .prnt .lft img {
    height: 560px;
  }
  .our_prdccts .prnt .itm .img_blk img {
    height: 165px;
  }
  .our_prdccts .prnt .itm .txt_blk b {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 8px;
  }
  .prrlg {
    width: 98.5%;
    margin: 0 auto -202px auto;
  }
  .prdt_blk .prnt .rgt {
    padding-left: 39px;
  }
  .prdt_blk .prnt .lft .swiper-button-prev {
    left: -4px;
  }
  .prdt_blk .prnt .lft .swiper-button-next {
    right: -4px;
  }
  .reltprdct .prn .item .img_blk img {
    height: 187px;
  }
  .reltprdct .prn .item .txt_blk {
    padding: 20px 24px;
  }
  .page {
    padding: 110px 10px 48px;
  }
}
@media screen and (max-width: 1300px) {
  header .prnt .lgo a img {
    width: 147px;
    height: 45px;
  }
  header .prnt .lgo {
    margin: 0px 3px;
  }
  header .prnt .menu ul li a {
    font-size: 15px;
    padding: 9px 13px;
  }
  header .prnt .srch_ {
    width: 342px;
  }
  header .prnt .srch_ form input {
    padding: 12px 29px 12px 54px;
    font-size: 15px;
    line-height: 23px;
  }
  header .prnt .srch_ form button {
    top: 10px;
    left: 15px;
  }
  header .prnt .srch_ form button img {
    width: 20px;
    height: 20px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns {
    margin-left: 102px;
  }
  .usp_blk .prnt .itm .img_blk {
    width: 108px;
    height: 108px;
  }
  .usp_blk .prnt .itm .img_blk img {
    height: 48px;
  }
  .sevc_blk .item .txt_blk {
    padding: 22px 21px;
  }
  header {
    padding-bottom: 435px;
  }
  .banner_blk {
    margin-top: -432px;
  }
  .ikrtstr .prnt .rgt {
    padding-left: 30px;
  }
  .ikrtstr .prnt .rgt ul li .im {
    height: 88px;
    width: 88px;
    min-width: 88px;
  }
  footer .tp .prnt .itm:nth-child(4) {
    padding-left: 32px;
  }
  footer .tp .prnt .itm:last-child {
    padding-left: 0px;
  }
  .mp_sction .prnt .lft .drp .mp_sctn {
    width: 300px;
    min-width: 300px;
  }
  .mp_sction .prnt .lft .drp {
    gap: 17px;
  }
  .mp_sction {
    padding: 99px 0px 76px;
  }
  .prdt_blk .prnt .rgt .prc span {
    font-size: 34px;
    line-height: 38px;
  }
  .prdt_blk {
    padding: 109px 0px 61px;
  }
  .reltprdct {
    padding: 64px 0px;
  }
  .prdt_blk .prnt .rgt > a {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1201px) {
  footer .tp .prnt .itm b + ul {
    display: block !important;
  }
}
@media screen and (max-width: 1200px) {
  header .prnt {
    position: relative;
    justify-content: unset;
  }
  header .prnt .menu {
    background-color: #21283a;
    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;
  }
  header .prnt .burgr_icn {
    display: block;
  }
  header .prnt .burgr_icn img {
    filter: invert(1);
    transform: rotate(-180deg);
    height: 22px;
  }
  .nw_container {
    padding: 0px 12px;
  }
  header .prnt .lgo a img {
    width: 175px;
    height: 48px;
  }
  header .prnt .srch_ {
    width: 417px;
    margin-left: 40px;
  }
  header .prnt .burgr_icn {
    display: block;
    margin-left: auto;
    margin-right: 6px;
  }
  header .prnt .phn_ {
    width: unset;
    margin-left: auto;
  }
  header .prnt {
    padding-top: 16px;
  }
  header .prnt .phn_ ul .dtl a:last-child {
    padding-left: 6px;
  }
  .banner_blk {
    margin-top: -427px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns {
    margin-left: -14px;
  }
  header .prnt .menu.opn {
    right: 0;
  }
  header .prnt .menu ul {
    background-color: unset;
    border-radius: unset;
    overflow: unset;
  }
  header .prnt .menu ul li {
    display: block;
  }
  header .prnt .menu .cls_icn {
    display: block;
    position: absolute;
    z-index: 5;
    right: 25px;
    top: 16px;
  }
  header .prnt .menu .cls_icn img {
    filter: brightness(100);
    height: 19px;
  }
  header .prnt .menu ul li a {
    font-size: 18px;
    padding: 12px 13px;
    width: 100%;
    text-align: center;
    line-height: 28px;
    border-radius: 47px;
  }
  header .prnt .menu ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  .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;
  }
  .banner_blk .pnrt .ovlry_cnt {
    padding: 0px 45px;
  }
  header .prnt .menu ul li a {
    box-shadow: 0 4px 10px #ff6633;
    background-color: #ff6633;
  }
  header .prnt .menu ul li a:hover {
    background-color: #6699cc;
    box-shadow: 0 4px 10px #6699cc;
  }
  .whats_icnn {
    bottom: 12px;
    right: 19px;
  }
  .whats_icnn img {
    height: 50px;
  }
  .kb_blk .prnt .prd .cnt b {
    font-size: 36px;
    line-height: 43px;
  }
  .our_prdccts .prnt .itm {
    width: 100%;
  }
  footer .tp .prnt {
    flex-direction: column;
  }
  footer .tp .prnt .itm {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  footer .tp .prnt .itm:nth-child(3) {
    order: 1;
    margin-bottom: 38px;
  }
  footer .tp .prnt .itm:nth-child(1) {
    order: 2;
  }
  footer .tp .prnt .itm:nth-child(2) {
    order: 4;
  }
  footer .tp .prnt .itm:nth-child(4) {
    order: 2;
  }
  footer .tp .prnt .itm:nth-child(5) {
    order: 3;
  }
  footer .tp .prnt .itm b::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 18px;
    height: 3px;
    border-radius: 3px;
    transform: translateX(-50%);
    top: 33%;
    right: 2px;
  }
  footer .tp .prnt .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 .tp .prnt .itm b + ul {
    display: none;
    margin-bottom: 21px;
  }
  footer .tp .prnt .itm b:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #fff;
  }
  footer .tp .prnt .itm b {
    font-size: 21px;
    line-height: 28px;
    padding-bottom: 19px;
    display: block;
    position: relative;
    width: 100%;
  }
  footer .tp .prnt .itm.tg b::before {
    transform: translateX(-50%) rotate(-43deg);
  }
  footer .tp .prnt .itm.tg b::after {
    transform: translateX(-50%) rotate(47deg);
  }
  .prdt_blk .prnt .lft .main-slider .swiper-slide a img {
    height: 315px;
  }
  .prdt_blk .prnt .lft .main-slider {
    height: 480px;
  }
  .reltprdct .prn .item .img_blk img {
    height: 173px;
  }
  .reltprdct .prn .item .txt_blk p {
    padding-bottom: 11px;
  }
  .reltprdct .prn .item .txt_blk .rt b {
    font-size: 23px;
    line-height: 29px;
    padding-bottom: 0px;
  }
  .banner_1 p,
  .banner_2 p {
    font-size: 16px;
    line-height: 28px;
  }
  .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .powder-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
  }
  .powder-content h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1100px) {
  header .prnt .srch_ {
    width: 385px;
    margin-left: 30px;
  }
  .banner_blk .pnrt .ovlry_cnt strong {
    font-size: 43px;
    line-height: 43px;
  }
  .banner_blk .img_blk {
    height: 490px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns {
    gap: 12px;
  }
  header {
    padding-bottom: 388px;
  }
  .banner_blk {
    margin-top: -381px;
  }
  .get_tch .prnt .lft {
    padding-right: 15px;
  }
  .get_tch .prnt .lft ul li .txt_blk b {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 3px;
  }
  .get_tch .prnt .rgt {
    padding: 26px 26px;
  }
  .prrlg .prnt .lft img {
    height: 310px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 32px;
    line-height: 39px;
  }
  .ikrtstr .prnt .rgt > p {
    padding: 10px 0px;
  }
  .kb_blk .prnt .prd .cnt b {
    font-size: 30px;
    line-height: 40px;
  }
  .kb_blk .prnt .prd .cnt span {
    font-size: 19px;
    line-height: 37px;
  }
  .mp_sction .prnt .lft .drp .mp_sctn {
    width: 100%;
    min-width: unset;
  }
  .mp_sction .prnt .lft .drp {
    gap: 17px;
    flex-direction: column;
    margin-right: 29px;
  }
  .mp_sction .prnt .lft .drp .mp_sctn img {
    height: 270px;
    width: 500px;
  }
  .mp_sction .prnt .lft p {
    padding: 11px 10px 22px 0px;
  }
  .breadcrumbs .ptnt b {
    font-size: 35px;
    line-height: 42px;
    padding-bottom: 7px;
  }
  .breadcrumbs {
    margin-top: -118px;
  }
  .banner_1 p,
  .banner_2 p,
  .powder-content p,
  .powder-list li {
    font-size: 15px;
    line-height: 26px;
  }
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .card-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .powder-content h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .banner_blk .pnrt .ovlry_cnt .btns {
    width: 35%;
  }
  .features {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .feature {
    padding: 18px 14px;
  }
  .feature p {
    font-size: 15px;
    line-height: 24px;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .card-image img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .powder-section {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .powder-image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  header .prnt .phn_ ul .dtl a:last-child {
    padding-left: 0px;
  }
  header .prnt .phn_ {
    width: 169px;
  }
  .usp_blk .prnt .itm .img_blk {
    width: 108px;
    height: 108px;
    transform: rotate(0deg);
    border-radius: 34px 96px 107px 25px;
  }
  .usp_blk .prnt .itm .img_blk img {
    height: 38px;
    transform: rotate(361deg);
  }
  .usp_blk {
    padding: 45px 0px 45px;
  }
  .kb_blk .prnt .prd .cnt b {
    font-size: 26px;
    line-height: 32px;
  }
  .kb_blk .prnt .prd .cnt span {
    font-size: 16px;
    line-height: 22px;
  }
  .our_prdccts {
    padding: 60px 0px;
  }
  .ikrtstr .prnt {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 35px;
  }
  .ikrtstr .prnt .lft {
    width: 100%;
  }
  .ikrtstr .prnt .rgt {
    padding-left: 0px;
    width: 100%;
  }
  .ikrtstr .prnt .rgt > p {
    padding: 12px 0px 24px 0px;
  }
  .ikrtstr .prnt .lft img {
    height: 500px;
    margin: 0 auto;
    display: block;
  }
  footer .btm .lft b {
    font-size: 28px;
    line-height: 31px;
  }
  footer .btm {
    padding: 22px 23px;
  }
  .breadcrumbs {
    margin-top: -110px;
  }
  header.sub {
    padding-bottom: 113px;
  }
  .mp_sction .prnt {
    flex-direction: column;
    gap: 40px;
  }
  .mp_sction .prnt .rgt,
  .mp_sction .prnt .lft {
    width: 100%;
    max-width: unset;
  }
  .prdt_blk .prnt .lft .main-slider .swiper-slide a img {
    height: 277px;
  }
  .prdt_blk .prnt .rgt .prc span {
    font-size: 30px;
    line-height: 32px;
  }
  .banner_1 p,
  .banner_2 p,
  .powder-content p {
    font-size: 15px;
    line-height: 25px;
  }
  .feature {
    gap: 12px;
  }
  .feature .icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
  }
  .feature .icon img {
    width: 28px;
    height: 28px;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .thumb {
    height: 180px;
  }
  .title {
    font-size: 15px;
  }
  .price {
    font-size: 24px;
  }
}
@media screen and (max-width: 880px) {
  header .prnt .lgo a img {
    width: 140px;
    height: 42px;
  }
  header .prnt .srch_ {
    width: 337px;
    margin-left: 9px;
  }
  .banner_blk .img_blk {
    height: 410px;
  }
  .banner_blk .pnrt .ovlry_cnt strong {
    font-size: 33px;
    line-height: 34px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns a {
    padding: 10px 24px;
    font-size: 14px;
    line-height: 23px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns {
    width: 47%;
  }
  header {
    padding-bottom: 340px;
  }
  .banner_blk {
    margin-top: -336px;
  }
  .kb_blk .prnt .prd .cnt b {
    font-size: 24px;
    line-height: 27px;
  }
  .kb_blk .prnt .prd .cnt p {
    font-size: 15px;
    line-height: 23px;
  }
  .get_tch {
    padding: 45px 0px;
  }
  .get_tch .prnt {
    flex-direction: column;
  }
  .get_tch .prnt .lft {
    width: 100%;
    padding-right: 0px !important;
  }
  .get_tch .prnt .rgt {
    padding: 26px 26px;
    width: 100%;
    max-width: 100%;
    margin-top: 31px;
  }
  .prrlg .prnt .rgt {
    padding: 0px 12px 0px 28px;
  }
  footer .btm {
    padding: 22px 23px;
    flex-direction: column;
    gap: 12px;
  }
  footer .btm .lft {
    width: 100%;
  }
  footer .btm .rgt {
    width: 100%;
  }
  footer .btm .rgt form input {
    padding: 15.5px 39px;
  }
  footer .btm .rgt form button {
    right: 8px;
    top: 6px;
    padding: 10px 41px;
  }
  .prdt_blk .prnt {
    flex-direction: column;
  }
  .prdt_blk .prnt .lft {
    width: 100%;
  }
  .prdt_blk .prnt .rgt {
    padding-left: 0px;
    width: 100%;
    margin-top: 34px;
  }
  .prdt_blk {
    padding: 93px 0px 51px;
  }
  .service_pge {
    padding: 50px 0;
  }
  .banner_1 p,
  .banner_2 p,
  .powder-content p,
  .powder-list li {
    font-size: 14px;
    line-height: 24px;
  }
  .features {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .feature {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .card-content {
    padding: 18px 14px;
  }
}
@media screen and (max-width: 767px) {
  header .prnt {
    flex-wrap: wrap;
  }
  header .prnt .srch_ {
    width: 100%;
    margin-left: 0px;
    order: 4;
    margin-top: 13px;
  }
  header .prnt .srch_ form input {
    border-radius: 6px;
  }
  header .prnt .phn_ {
    width: -moz-fit-content;
    width: fit-content;
  }
  .banner_blk .pnrt .ovlry_cnt {
    padding: 0px 20px;
    flex-direction: column;
    gap: 10px;
    bottom: 18px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .banner_blk .pnrt .ovlry_cnt strong {
    font-size: 29px;
    line-height: 24px;
  }
  .banner_blk .pnrt .ovlry_cnt strong span {
    padding: 12px 29px;
    margin-top: 8px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns a {
    padding: 10px 42px;
  }
  .usp_blk .prnt .itm .img_blk {
    width: 98px;
    height: 98px;
  }
  .sevc_blk {
    padding: 45px 0px;
  }
  .kb_blk .prnt .prd {
    width: 100%;
    height: 253px;
    border-radius: 23px 23px 0px 0px;
  }
  .kb_blk .prnt {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .kb_blk .prnt > .img_blk {
    width: 100%;
  }
  .kb_blk .prnt > .img_blk img {
    height: 242px;
    border-radius: 0px 0px 23px 23px;
    margin-top: -12px;
  }
  .prrlg .prnt {
    flex-direction: column;
  }
  .prrlg .prnt .lft {
    width: 100%;
  }
  .prrlg .prnt .rgt {
    padding: 20px 2px 0px 0px;
    width: 100%;
  }
  .prrlg .prnt .rgt a {
    margin-top: 16px;
  }
  footer {
    padding: 240px 0px 14px 0px;
  }
  .prrlg .prnt .lft img {
    height: 280px;
  }
  .banner_1 p,
  .banner_2 p,
  .powder-content p,
  .powder-list li,
  .feature p {
    font-size: 14px;
    line-height: 23px;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .feature {
    flex-direction: row;
    text-align: left;
    padding: 16px 12px;
  }
  .card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .card-image img {
    height: 240px;
  }
  .powder-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 650px) {
  .kb_blk .prnt .prd {
    height: 269px;
  }
  .ikrtstr .prnt .lft img {
    height: 425px;
  }
  .breadcrumbs {
    margin-top: -99px;
  }
  header.sub {
    padding-bottom: 113px;
  }
  .breadcrumbs .ptnt b {
    font-size: 28px;
    line-height: 33px;
    padding-bottom: 4px;
  }
  .reltprdct .prn .item .img_blk img {
    height: 156px;
  }
  .reltprdct {
    margin: 12px 12px 73px 12px;
  }
  .prdt_blk .prnt .lft .main-slider {
    height: 390px;
  }
  .prdt_blk .prnt .lft .expand-btn {
    top: 17px;
    right: 15px;
  }
  .service_pge {
    padding: 40px 0;
  }
  .banner_1 p,
  .banner_2 p,
  .powder-content p {
    font-size: 13px;
    line-height: 22px;
  }
  .card-content p,
  .powder-list li {
    font-size: 13px;
    line-height: 22px;
  }
  hr {
    margin: 35px 0;
  }
  .page {
    padding: 73px 11px 48px;
  }
  .toolbar {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .thumb {
    height: 200px;
  }
  .content {
    padding: 14px;
  }
  .price {
    font-size: 22px;
  }
  .banner_1 {
    margin-top: 46px;
  }
}
@media screen and (max-width: 550px) {
  header .prnt .phn_ {
    width: 184px;
  }
  header .prnt .phn_ ul .dtl a {
    font-size: 14px;
    line-height: 8px;
  }
  header .prnt .lgo a img {
    width: 134px;
    height: 41px;
  }
  header .prnt .phn_ ul .phnn {
    height: 48px;
    width: 48px;
    min-width: 48px;
  }
  header .prnt .phn_ ul .dtl a:last-child {
    padding-left: 0px;
    margin-top: 3px;
    display: block;
  }
  .banner_blk .pnrt .ovlry_cnt .btns a {
    padding: 10px 29px;
  }
  .usp_blk .prnt .itm .img_blk {
    width: 80px;
    height: 80px;
  }
  .usp_blk .prnt .itm .img_blk img {
    height: 31px;
    transform: rotate(361deg);
  }
  .usp_blk .prnt .itm span {
    padding-top: 17px;
    font-size: 16px;
    line-height: 22px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 29px;
    line-height: 37px;
  }
  .prrlg .prnt .lft img {
    height: 245px;
  }
  .prrlg {
    width: 96%;
    margin: 0 auto -222px auto;
  }
  footer .tp .prnt .itm:nth-child(3) > a img {
    height: 57px;
  }
  .mp_sction {
    padding: 76px 0px 67px;
  }
  .mp_sction .prnt .rgt {
    padding: 20px 22px;
  }
  .mp_sction .prnt .rgt form > strong {
    font-size: 25px;
    line-height: 34px;
    padding-bottom: 19px;
  }
  .breadcrumbs .ptnt ul li a,
  .breadcrumbs .ptnt ul span a,
  .breadcrumbs .ptnt ul li,
  .breadcrumbs .ptnt ul span {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
  }
  .prdt_blk .prnt .rgt .prc span {
    font-size: 25px;
    line-height: 26px;
  }
  .reltprdct {
    padding: 45px 0px;
  }
  .feature {
    flex-direction: column;
    text-align: center;
    padding: 14px 10px;
  }
  .feature .icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
  .feature p {
    font-size: 13px;
    line-height: 21px;
  }
  .card-image img {
    height: 200px;
  }
  .card-content {
    padding: 16px 12px;
  }
}
@media screen and (max-width: 450px) {
  header .prnt .lgo a img {
    width: 116px;
    height: 40px;
  }
  header .prnt .phn_ {
    width: 158px;
  }
  header .prnt .phn_ ul .phnn {
    height: 43px;
    width: 43px;
    min-width: 43px;
  }
  header .prnt .phn_ ul .dtl a {
    font-size: 13px;
    line-height: 4px;
  }
  header .prnt .phn_ ul .dtl b {
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 1px;
  }
  .banner_blk .pnrt .ovlry_cnt {
    padding: 0px 12px;
    bottom: 18px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns a {
    padding: 8px 19px;
  }
  .banner_blk .pnrt .ovlry_cnt strong {
    font-size: 27px;
    line-height: 22px;
  }
  .kb_blk .prnt .prd .cnt b {
    font-size: 20px;
    line-height: 22px;
  }
  .kb_blk .prnt .prd .cnt span {
    font-size: 13px;
    line-height: 14px;
  }
  .ikrtstr .prnt .lft img {
    height: 339px;
  }
  .our_prdccts .hd a {
    font-size: 14px;
    line-height: 24px;
    padding: 9px 25px;
  }
  .our_prdccts .hd {
    margin-bottom: 24px;
  }
  .get_tch .prnt .rgt form .dbl {
    gap: 0px;
    flex-direction: column;
  }
  .get_tch .prnt .rgt form label input {
    padding: 10px 17px;
    font-size: 15px;
    line-height: 23px;
  }
  .get_tch .prnt .rgt {
    padding: 21px 22px;
  }
  .get_tch .prnt .rgt form > strong {
    font-size: 26px;
    line-height: 33px;
    padding-bottom: 14px;
  }
  footer .btm .lft b {
    font-size: 23px;
    line-height: 26px;
  }
  footer .btm .rgt form input {
    padding: 11.5px 39px;
  }
  footer .btm .rgt form button {
    right: 8px;
    top: 6px;
    padding: 6px 22px;
  }
  header .prnt .srch_ {
    margin-top: 18px;
  }
  .breadcrumbs {
    margin-top: -93px;
  }
  header.sub {
    padding-bottom: 99px;
  }
  .mp_sction {
    padding: 60px 0px 55px;
  }
  .mp_sction .prnt .lft ul li .txt_blk b {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 3px;
  }
  .mp_sction .prnt .lft ul li .txt_blk a,
  .mp_sction .prnt .lft ul li .txt_blk span {
    font-size: 15px;
    line-height: 21px;
    color: #666666;
  }
  .mp_sction .prnt .rgt form .dbl {
    gap: 0px;
    flex-direction: column;
  }
  .mp_sction .prnt .rgt form label input {
    padding: 8px 22px;
    font-size: 15px;
    line-height: 24px;
  }
  footer .btm .rgt form input {
    padding: 11.5px 20px;
  }
  .breadcrumbs .ptnt b {
    font-size: 23px;
    line-height: 29px;
    padding-bottom: 2px;
  }
  .breadcrumbs {
    margin-top: -89px;
  }
  .prdt_blk .prnt .lft .main-slider .swiper-slide a img {
    height: 220px;
  }
  .prdt_blk .prnt .lft .main-slider {
    height: 292px;
  }
  .prdt_blk {
    padding: 77px 0px 51px;
  }
}
@media scree and (max-width: 319px) {
  .arrow-badge {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  .kb_blk .prnt .prd .cnt a {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    margin-top: 4px;
  }
  .kb_blk .prnt .prd .cnt {
    max-width: unset;
    padding: 20px 35px 37px 33px;
    z-index: 1;
    position: relative;
    text-align: center;
  }
  .banner_blk .pnrt .ovlry_cnt strong {
    font-size: 15px;
    line-height: 22px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns a {
    padding: 10px 24px;
    font-size: 8px;
    line-height: 23px;
  }
  .banner_blk .pnrt .ovlry_cnt strong {
    font-size: 15px;
    line-height: 22px;
  }
  .banner_blk .pnrt .ovlry_cnt .btns {
    width: 100%;
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: center;
  }

  .banner_blk .pnrt .ovlry_cnt .btns a {
    padding: 9px 19px;
    font-size: 8px;
    line-height: 23px;
    margin-left: 7px;
  }

  .banner_blk .pnrt .ovlry_cnt strong {
    font-size: 15px;
    line-height: 22px;
  }
  .banner_blk .pnrt .ovlry_cnt strong span {
    padding: 10px 23px;
  }
  .banner_blk .pnrt .ovlry_cnt strong {
    text-align: center;
  }

  @media screen and (max-width: 766px) {
    .banner_blk .pnrt .ovlry_cnt .btns {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
    }
  }
}

.form-alert {
    position: fixed;
    top: 25px;
    right: 25px;
    background: #fff;
    color: #222;
    padding: 30px 21px;
    border-left: 8px solid #ff5a2a;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    font-size: 16px;
    font-weight: 600;
    z-index: 9999;
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
    transition: 0.6s ease;
}
.form-alert.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 570px){
  .form-alert {
  position: fixed;
  top: 25px;
  right: 25px;
  background: #fff;
  color: #222;
  padding: 14px 20px;
  border-left: 5px solid #ff5a2a;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 600;
  z-index: 9999;
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none;
  transition: 0.3s ease;
}

.form-alert.show {
  opacity: 1;
  transform: translateY(0);
}
}

/*# sourceMappingURL=style.css.map */
                                