.elementor-67 .elementor-element.elementor-element-5c06a5a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-2383c2d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-dd0d673{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-8c94dba{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-bb5d3df{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-69d3157{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-1d78f28{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-0f2a3bd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-0abe27d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-67 .elementor-element.elementor-element-ba68eb1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3d523d6 *//* =============================== */
/* VALVOLA GROUP - PRODUCTS SEC 1 HERO */
/* =============================== */

.vg-products-hero,
.vg-products-hero * {
  box-sizing: border-box;
}

.vg-products-hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: #111419;
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
}

/* tukar background product/valve dekat sini */
.vg-products-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("https://valvolagroup.com.my/wp-content/uploads/2026/05/WhatsApp-Image-2026-04-25-at-10.42.11-PM.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
  z-index: 1;
}

.vg-products-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(9, 12, 17, 0.80) 0%,
      rgba(9, 12, 17, 0.64) 42%,
      rgba(9, 12, 17, 0.36) 72%,
      rgba(9, 12, 17, 0.20) 100%
    ),
    linear-gradient(
      180deg,
      rgba(9, 12, 17, 0.14) 0%,
      rgba(9, 12, 17, 0.08) 50%,
      rgba(9, 12, 17, 0.72) 100%
    );
  z-index: 2;
}

.vg-products-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(225, 31, 42, 0.24), transparent 34%),
    radial-gradient(circle at 86% 68%, rgba(225, 31, 42, 0.13), transparent 34%);
  z-index: 3;
  pointer-events: none;
}

.vg-products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.28;
  z-index: 4;
  pointer-events: none;
}

/* FULL WIDTH CONTENT */
.vg-products-hero__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 56% 44%;
  align-items: center;
  padding: 150px 0 96px;
}

/* LEFT */

.vg-products-hero__content {
  width: 100%;
  padding-left: clamp(24px, 6vw, 92px);
  padding-right: clamp(24px, 5vw, 80px);
}

.vg-products-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.20);
  backdrop-filter: blur(14px);
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.vg-products-hero__label span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e11f2a;
  box-shadow: 0 0 0 6px rgba(225,31,42,0.18);
}

.vg-products-hero h1 {
  max-width: 940px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 6.4vw, 88px);
  line-height: 0.97;
  letter-spacing: -3.8px;
  font-weight: 950;
}

.vg-products-hero h1 strong {
  display: block;
  color: #ffffff;
  text-shadow: 0 18px 50px rgba(225,31,42,0.22);
}

.vg-products-hero h1 strong::after {
  content: "";
  display: block;
  width: min(330px, 62%);
  height: 5px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e11f2a, rgba(225,31,42,0));
}

.vg-products-hero__content > p {
  max-width: 780px;
  margin: 32px 0 0;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
  line-height: 1.78;
  font-weight: 450;
}

.vg-products-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.vg-products-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: 0.25s ease;
}

.vg-products-hero__btn--primary {
  color: #ffffff;
  background: #e11f2a;
  box-shadow: 0 18px 38px rgba(225,31,42,0.34);
}

.vg-products-hero__btn--primary:hover {
  transform: translateY(-3px);
  background: #c91620;
}

.vg-products-hero__btn--secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.26);
  backdrop-filter: blur(14px);
}

.vg-products-hero__btn--secondary:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.20);
}

.vg-products-hero__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  max-width: 720px;
  margin-top: 46px;
}

.vg-products-hero__trust div {
  position: relative;
  min-height: 94px;
  padding: 18px 18px 18px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.vg-products-hero__trust div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #e11f2a;
}

.vg-products-hero__trust strong {
  display: block;
  color: #ffffff;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
  margin-bottom: 10px;
}

.vg-products-hero__trust span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 650;
}

/* RIGHT PANEL */

.vg-products-hero__panel {
  width: auto;
  margin-right: clamp(24px, 6vw, 92px);
  padding: 30px;
  border-radius: 36px;
  background: rgba(255,255,255,0.91);
  color: #111419;
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 34px 90px rgba(0,0,0,0.28);
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
}

.vg-products-hero__panel::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -110px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(225,31,42,0.12);
  pointer-events: none;
}

.vg-products-hero__panel-head,
.vg-products-hero__list,
.vg-products-hero__panel-btn {
  position: relative;
  z-index: 2;
}

.vg-products-hero__panel-head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(17,20,25,0.08);
  margin-bottom: 22px;
}

.vg-products-hero__panel-head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #e11f2a;
  background: rgba(225,31,42,0.08);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.vg-products-hero__panel-head h3 {
  margin: 0;
  color: #111419;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.9px;
  font-weight: 950;
}

.vg-products-hero__list {
  display: grid;
  gap: 12px;
}

.vg-products-hero__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(17,20,25,0.08);
  box-shadow: 0 12px 32px rgba(17,20,25,0.055);
}

.vg-products-hero__item b {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 -10px 18px rgba(225,31,42,0.22);
}

.vg-products-hero__item h4 {
  margin: 0 0 7px;
  color: #111419;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}

.vg-products-hero__item p {
  margin: 0;
  color: #626d7a;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.vg-products-hero__panel-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 20px;
  border-radius: 999px;
  color: #ffffff;
  background: #e11f2a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(225,31,42,0.24);
  transition: 0.25s ease;
}

.vg-products-hero__panel-btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* BOTTOM STRIP */

.vg-products-hero__strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  padding: 18px clamp(24px, 6vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background: rgba(255,255,255,0.93);
  border-top: 1px solid rgba(255,255,255,0.72);
  backdrop-filter: blur(14px);
  overflow-x: auto;
  scrollbar-width: none;
}

.vg-products-hero__strip::-webkit-scrollbar {
  display: none;
}

.vg-products-hero__strip span {
  position: relative;
  flex: 0 0 auto;
  color: #20252d;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.vg-products-hero__strip span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e11f2a;
}

/* TABLET */

@media (max-width: 1100px) {
  .vg-products-hero__inner {
    grid-template-columns: 1fr;
    padding: 135px 0 110px;
  }

  .vg-products-hero__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vg-products-hero__panel {
    margin: 48px 24px 0;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .vg-products-hero {
    min-height: auto;
  }

  .vg-products-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(9,12,17,0.72) 0%,
        rgba(9,12,17,0.62) 42%,
        rgba(9,12,17,0.82) 100%
      );
  }

  .vg-products-hero__inner {
    min-height: auto;
    padding: 112px 0 105px;
  }

  .vg-products-hero__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vg-products-hero__label {
    font-size: 10.5px;
    letter-spacing: 1.1px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .vg-products-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
    letter-spacing: -2px;
    line-height: 1;
  }

  .vg-products-hero h1 strong::after {
    height: 4px;
    margin-top: 12px;
  }

  .vg-products-hero__content > p {
    margin-top: 24px;
    font-size: 15.5px;
    line-height: 1.7;
  }

  .vg-products-hero__actions {
    margin-top: 28px;
  }

  .vg-products-hero__btn {
    width: 100%;
    min-height: 50px;
  }

  .vg-products-hero__trust {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .vg-products-hero__panel {
    margin: 36px 16px 0;
    padding: 20px;
    border-radius: 26px;
  }

  .vg-products-hero__item {
    grid-template-columns: 40px 1fr;
    padding: 14px;
  }

  .vg-products-hero__item b {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .vg-products-hero__strip {
    padding: 15px 16px;
    justify-content: flex-start;
  }

  .vg-products-hero__strip span {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b18157f *//* =============================== */
/* VALVOLA GROUP - PRODUCTS SEC 2 CATEGORY OVERVIEW */
/* =============================== */

.vg-products-sec2,
.vg-products-sec2 * {
  box-sizing: border-box;
}

.vg-products-sec2 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(225, 31, 42, 0.075), transparent 34%),
    radial-gradient(circle at 90% 76%, rgba(17, 20, 25, 0.055), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 50%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-products-sec2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 20, 25, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 25, 0.032) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.38;
  pointer-events: none;
  z-index: 1;
}

.vg-products-sec2__mark {
  position: absolute;
  top: 38px;
  right: -42px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(70px, 12vw, 180px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

/* TOP */

.vg-products-sec2__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 50px;
  align-items: end;
  margin-bottom: 50px;
}

.vg-products-sec2__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-products-sec2__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-products-sec2 h2 {
  max-width: 980px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.9px;
  font-weight: 950;
}

.vg-products-sec2 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-products-sec2__right p {
  max-width: 720px;
  margin: 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-products-sec2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 24px;
  padding: 15px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: #e11f2a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(225, 31, 42, 0.24);
  transition: 0.25s ease;
}

.vg-products-sec2__btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* GRID */

.vg-products-sec2__grid {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.vg-products-sec2__card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 20px 55px rgba(17, 20, 25, 0.075);
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}

.vg-products-sec2__card:hover {
  transform: translateY(-7px);
  border-color: rgba(225, 31, 42, 0.28);
  box-shadow: 0 30px 78px rgba(17, 20, 25, 0.13);
}

/* 1:1 IMAGE */

.vg-products-sec2__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 24px;
  background:
    radial-gradient(circle at center, rgba(225, 31, 42, 0.10), transparent 48%),
    linear-gradient(135deg, #f5f7fa 0%, #ffffff 52%, #e8edf2 100%);
  border-bottom: 1px solid rgba(17, 20, 25, 0.07);
  overflow: hidden;
  flex: 0 0 auto;
}

.vg-products-sec2__image::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(17, 20, 25, 0.07);
  pointer-events: none;
}

.vg-products-sec2__image::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  height: 26px;
  border-radius: 50%;
  background: rgba(17, 20, 25, 0.12);
  filter: blur(14px);
  pointer-events: none;
}

.vg-products-sec2__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 22px 22px rgba(17, 20, 25, 0.20));
  transition: transform 0.35s ease;
}

.vg-products-sec2__card:hover .vg-products-sec2__image img {
  transform: scale(1.045);
}

/* BODY */

.vg-products-sec2__body {
  position: relative;
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vg-products-sec2__num {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #e11f2a;
  background: rgba(225, 31, 42, 0.08);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.vg-products-sec2__body h3 {
  margin: 0;
  color: #111419;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.5px;
  font-weight: 950;
  min-height: 48px;
}

.vg-products-sec2__body p {
  margin: 14px 0 0;
  color: #626d7a;
  font-size: 13.5px;
  line-height: 1.62;
  font-weight: 500;
  min-height: 88px;
}

.vg-products-sec2__body a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 12px 16px;
  border-radius: 999px;
  color: #111419;
  background: #f1f3f6;
  border: 1px solid rgba(17, 20, 25, 0.08);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 900;
  transition: 0.25s ease;
}

.vg-products-sec2__body a:hover {
  color: #ffffff;
  background: #e11f2a;
  border-color: #e11f2a;
}

/* RESPONSIVE */

@media (max-width: 1280px) {
  .vg-products-sec2__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .vg-products-sec2 {
    padding: 92px 24px;
  }

  .vg-products-sec2__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vg-products-sec2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .vg-products-sec2 {
    padding: 72px 16px;
  }

  .vg-products-sec2__mark {
    top: 28px;
    right: -16px;
    font-size: 58px;
    letter-spacing: -4px;
  }

  .vg-products-sec2__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-products-sec2__label span {
    width: 30px;
  }

  .vg-products-sec2 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-products-sec2__right p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-products-sec2__btn {
    width: 100%;
  }

  .vg-products-sec2__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vg-products-sec2__card {
    border-radius: 24px;
  }

  .vg-products-sec2__image {
    padding: 22px;
  }

  .vg-products-sec2__body {
    padding: 22px;
  }

  .vg-products-sec2__body h3,
  .vg-products-sec2__body p {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43daa7d *//* =============================== */
/* VALVOLA GROUP - PRODUCTS SEC 3 STANDARD VALVES */
/* =============================== */

.vg-products-sec3,
.vg-products-sec3 * {
  box-sizing: border-box;
}

.vg-products-sec3 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(225, 31, 42, 0.075), transparent 34%),
    radial-gradient(circle at 90% 78%, rgba(17, 20, 25, 0.055), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 50%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-products-sec3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 20, 25, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 25, 0.032) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.38;
  pointer-events: none;
  z-index: 1;
}

.vg-products-sec3__mark {
  position: absolute;
  top: 38px;
  right: -36px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(70px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-products-sec3__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 42px;
  align-items: start;
}

/* LEFT FEATURE */

.vg-products-sec3__feature {
  position: sticky;
  top: 110px;
}

.vg-products-sec3__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-products-sec3__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-products-sec3 h2 {
  max-width: 760px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.8px;
  font-weight: 950;
}

.vg-products-sec3 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-products-sec3__feature > p {
  max-width: 660px;
  margin: 28px 0 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-products-sec3__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-top: 34px;
  padding: 34px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(225, 31, 42, 0.12), transparent 48%),
    linear-gradient(135deg, #f5f7fa 0%, #ffffff 52%, #e8edf2 100%);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 24px 70px rgba(17, 20, 25, 0.12);
}

.vg-products-sec3__image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(17, 20, 25, 0.07);
  pointer-events: none;
}

.vg-products-sec3__image::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(17, 20, 25, 0.13);
  filter: blur(16px);
  pointer-events: none;
}

.vg-products-sec3__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 28px rgba(17, 20, 25, 0.22));
}

.vg-products-sec3__feature-card {
  position: relative;
  margin-top: -44px;
  margin-left: 28px;
  margin-right: 28px;
  padding: 22px;
  border-radius: 24px;
  background: #111419;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 20, 25, 0.18);
  z-index: 3;
}

.vg-products-sec3__feature-card span {
  display: block;
  color: #ff4a52;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vg-products-sec3__feature-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.45px;
  font-weight: 950;
}

/* RIGHT PRODUCT CARDS */

.vg-products-sec3__products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.vg-products-sec3__card {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 18px 48px rgba(17, 20, 25, 0.07);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  overflow: hidden;
  transition: 0.25s ease;
}

.vg-products-sec3__card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 31, 42, 0.26);
  box-shadow: 0 26px 70px rgba(17, 20, 25, 0.11);
}

.vg-products-sec3__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(225, 31, 42, 0.10), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(17, 20, 25, 0.025));
  pointer-events: none;
}

.vg-products-sec3__card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 5px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
  pointer-events: none;
}

.vg-products-sec3__num,
.vg-products-sec3__card h3,
.vg-products-sec3__card p,
.vg-products-sec3__tags {
  position: relative;
  z-index: 2;
}

.vg-products-sec3__num {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 -10px 18px rgba(225, 31, 42, 0.22);
}

.vg-products-sec3__card h3 {
  margin: 0;
  color: #111419;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.65px;
  font-weight: 950;
}

.vg-products-sec3__card p {
  max-width: 800px;
  margin: 12px 0 0;
  color: #626d7a;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.vg-products-sec3__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.vg-products-sec3__tags span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  color: #303843;
  background: #f1f3f6;
  border: 1px solid rgba(17, 20, 25, 0.07);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 850;
}

/* RED CARD */

.vg-products-sec3__card--red {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #e11f2a 0%, #a81119 100%);
  border-color: rgba(225, 31, 42, 0.20);
}

.vg-products-sec3__card--red::after {
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.vg-products-sec3__card--red .vg-products-sec3__num {
  background: #ffffff;
  color: #e11f2a;
  box-shadow: none;
}

.vg-products-sec3__card--red h3 {
  color: #ffffff;
}

.vg-products-sec3__card--red p {
  color: rgba(255, 255, 255, 0.78);
}

.vg-products-sec3__card--red .vg-products-sec3__tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.16);
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-products-sec3 {
    padding: 92px 24px;
  }

  .vg-products-sec3__inner {
    grid-template-columns: 1fr;
  }

  .vg-products-sec3__feature {
    position: relative;
    top: auto;
  }

  .vg-products-sec3__image {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  .vg-products-sec3 {
    padding: 72px 16px;
  }

  .vg-products-sec3__mark {
    top: 28px;
    right: -18px;
    font-size: 60px;
    letter-spacing: -4px;
  }

  .vg-products-sec3__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-products-sec3__label span {
    width: 30px;
  }

  .vg-products-sec3 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-products-sec3__feature > p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-products-sec3__image {
    padding: 24px;
    border-radius: 26px;
  }

  .vg-products-sec3__feature-card {
    margin-left: 16px;
    margin-right: 16px;
    padding: 18px;
    border-radius: 20px;
  }

  .vg-products-sec3__feature-card h3 {
    font-size: 17px;
  }

  .vg-products-sec3__card {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 24px;
  }

  .vg-products-sec3__num {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .vg-products-sec3__card h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34ad52b *//* =============================== */
/* VALVOLA GROUP - PRODUCTS SEC 4 ACTUATED VALVES */
/* =============================== */

.vg-products-sec4,
.vg-products-sec4 * {
  box-sizing: border-box;
}

.vg-products-sec4 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 16%, rgba(225, 31, 42, 0.18), transparent 34%),
    radial-gradient(circle at 88% 78%, rgba(225, 31, 42, 0.10), transparent 32%),
    linear-gradient(135deg, #101318 0%, #171d25 52%, #0b0e13 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-products-sec4::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.24;
  pointer-events: none;
  z-index: 1;
}

.vg-products-sec4__mark {
  position: absolute;
  top: 40px;
  right: -36px;
  color: rgba(255,255,255,0.035);
  font-size: clamp(70px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

/* TOP */

.vg-products-sec4__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 50px;
  align-items: end;
  margin-bottom: 52px;
}

.vg-products-sec4__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ff4a52;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-products-sec4__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #ff4a52, rgba(255,74,82,0));
}

.vg-products-sec4 h2 {
  max-width: 960px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.9px;
  font-weight: 950;
}

.vg-products-sec4 h2 strong {
  display: block;
  color: rgba(255,255,255,0.76);
}

.vg-products-sec4__right p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 450;
}

.vg-products-sec4__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 24px;
  padding: 15px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: #e11f2a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(225,31,42,0.28);
  transition: 0.25s ease;
}

.vg-products-sec4__btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* LAYOUT */

.vg-products-sec4__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 24px;
  align-items: stretch;
}

/* MAIN FEATURE */

.vg-products-sec4__feature {
  min-height: 100%;
  border-radius: 36px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055)),
    rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 28px 78px rgba(0,0,0,0.26);
  backdrop-filter: blur(18px);
}

.vg-products-sec4__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(225,31,42,0.22), transparent 50%),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.035));
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.vg-products-sec4__image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.10);
  pointer-events: none;
}

.vg-products-sec4__image::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 28px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,0.30);
  filter: blur(14px);
  pointer-events: none;
}

.vg-products-sec4__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 28px 28px rgba(0,0,0,0.35));
}

.vg-products-sec4__feature-content {
  padding: 30px;
}

.vg-products-sec4__feature-content span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(225,31,42,0.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.vg-products-sec4__feature-content h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.1;
  letter-spacing: -1.1px;
  font-weight: 950;
}

.vg-products-sec4__feature-content p {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.68);
  font-size: 14.5px;
  line-height: 1.72;
  font-weight: 450;
}

/* CARDS */

.vg-products-sec4__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.vg-products-sec4__card {
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055)),
    rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 24px 64px rgba(0,0,0,0.22);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}

.vg-products-sec4__card:hover {
  transform: translateY(-7px);
  border-color: rgba(255,74,82,0.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.17), rgba(255,255,255,0.075)),
    rgba(255,255,255,0.085);
}

.vg-products-sec4__card--wide {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 38% 62%;
}

.vg-products-sec4__card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 28px;
  background:
    radial-gradient(circle at center, rgba(225,31,42,0.20), transparent 50%),
    linear-gradient(135deg, rgba(255,255,255,0.10), rgba(255,255,255,0.035));
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.vg-products-sec4__card--wide .vg-products-sec4__card-image {
  height: 100%;
  aspect-ratio: auto;
  border-bottom: none;
  border-right: 1px solid rgba(255,255,255,0.10);
}

.vg-products-sec4__card-image::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0,0,0,0.28);
  filter: blur(13px);
}

.vg-products-sec4__card-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: drop-shadow(0 24px 24px rgba(0,0,0,0.34));
  transition: 0.3s ease;
}

.vg-products-sec4__card:hover .vg-products-sec4__card-image img {
  transform: scale(1.04);
}

.vg-products-sec4__card-body {
  padding: 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vg-products-sec4__num {
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #ff4a52;
  background: rgba(225,31,42,0.13);
  border: 1px solid rgba(225,31,42,0.18);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.vg-products-sec4__card h3 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -0.7px;
  font-weight: 950;
}

.vg-products-sec4__card p {
  margin: 15px 0 0;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
  line-height: 1.68;
  font-weight: 450;
}

.vg-products-sec4__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.vg-products-sec4__tags span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,0.84);
  background: rgba(255,255,255,0.095);
  border: 1px solid rgba(255,255,255,0.11);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 850;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .vg-products-sec4 {
    padding: 92px 24px;
  }

  .vg-products-sec4__top,
  .vg-products-sec4__layout {
    grid-template-columns: 1fr;
  }

  .vg-products-sec4__card--wide {
    grid-template-columns: 1fr;
  }

  .vg-products-sec4__card--wide .vg-products-sec4__card-image {
    aspect-ratio: 1 / 1;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.10);
  }
}

@media (max-width: 767px) {
  .vg-products-sec4 {
    padding: 72px 16px;
  }

  .vg-products-sec4__mark {
    top: 28px;
    right: -18px;
    font-size: 58px;
    letter-spacing: -4px;
  }

  .vg-products-sec4__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-products-sec4__label span {
    width: 30px;
  }

  .vg-products-sec4 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-products-sec4__right p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-products-sec4__btn {
    width: 100%;
  }

  .vg-products-sec4__feature,
  .vg-products-sec4__card {
    border-radius: 24px;
  }

  .vg-products-sec4__image,
  .vg-products-sec4__card-image {
    padding: 24px;
  }

  .vg-products-sec4__feature-content,
  .vg-products-sec4__card-body {
    padding: 22px;
  }

  .vg-products-sec4__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vg-products-sec4__card--wide {
    grid-column: span 1;
  }

  .vg-products-sec4__card h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a082754 *//* =============================== */
/* VALVOLA GROUP - PRODUCTS SEC 5 CONTROL ACCESSORIES */
/* =============================== */

.vg-products-sec5,
.vg-products-sec5 * {
  box-sizing: border-box;
}

.vg-products-sec5 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(225, 31, 42, 0.075), transparent 34%),
    radial-gradient(circle at 90% 78%, rgba(17, 20, 25, 0.055), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 50%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-products-sec5::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 20, 25, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 25, 0.032) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.38;
  pointer-events: none;
  z-index: 1;
}

.vg-products-sec5__mark {
  position: absolute;
  top: 38px;
  right: -34px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(70px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

/* TOP */

.vg-products-sec5__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 50px;
  align-items: end;
  margin-bottom: 52px;
}

.vg-products-sec5__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-products-sec5__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-products-sec5 h2 {
  max-width: 960px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.9px;
  font-weight: 950;
}

.vg-products-sec5 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-products-sec5__right p {
  max-width: 720px;
  margin: 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-products-sec5__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 24px;
  padding: 15px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: #e11f2a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(225, 31, 42, 0.24);
  transition: 0.25s ease;
}

.vg-products-sec5__btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* LAYOUT */

.vg-products-sec5__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 24px;
  align-items: stretch;
}

/* LEFT PANEL */

.vg-products-sec5__panel {
  position: relative;
  min-height: 100%;
  padding: 30px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 20% 16%, rgba(225, 31, 42, 0.18), transparent 36%),
    linear-gradient(135deg, #111419 0%, #202630 100%);
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(17, 20, 25, 0.18);
  overflow: hidden;
}

.vg-products-sec5__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.22;
  pointer-events: none;
}

.vg-products-sec5__panel-head,
.vg-products-sec5__diagram,
.vg-products-sec5__note {
  position: relative;
  z-index: 2;
}

.vg-products-sec5__panel-head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(225, 31, 42, 0.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.vg-products-sec5__panel-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.1;
  letter-spacing: -1.1px;
  font-weight: 950;
}

.vg-products-sec5__diagram {
  min-height: 360px;
  margin-top: 34px;
  border-radius: 28px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  overflow: hidden;
}

.vg-products-sec5__diagram::before,
.vg-products-sec5__diagram::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.16);
}

.vg-products-sec5__diagram::before {
  left: 50%;
  top: 52px;
  bottom: 52px;
  width: 1px;
}

.vg-products-sec5__diagram::after {
  top: 50%;
  left: 52px;
  right: 52px;
  height: 1px;
}

.vg-products-sec5__center {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 138px;
  height: 138px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #ffffff;
  color: #111419;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

.vg-products-sec5__center strong {
  color: #111419;
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
}

.vg-products-sec5__center span {
  margin-top: 7px;
  color: #e11f2a;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vg-products-sec5__node {
  position: absolute;
  z-index: 4;
  min-width: 108px;
  min-height: 42px;
  padding: 11px 13px;
  border-radius: 999px;
  background: rgba(225, 31, 42, 0.86);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11.5px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(225,31,42,0.22);
}

.vg-products-sec5__node--one {
  left: 50%;
  top: 34px;
  transform: translateX(-50%);
}

.vg-products-sec5__node--two {
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}

.vg-products-sec5__node--three {
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
}

.vg-products-sec5__node--four {
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
}

.vg-products-sec5__note {
  margin-top: 20px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.105);
  border: 1px solid rgba(255,255,255,0.12);
}

.vg-products-sec5__note b {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  margin-bottom: 9px;
}

.vg-products-sec5__note p {
  margin: 0;
  color: rgba(255,255,255,0.68);
  font-size: 13.5px;
  line-height: 1.62;
  font-weight: 450;
}

/* RIGHT GRID */

.vg-products-sec5__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.vg-products-sec5__card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(17,20,25,0.08);
  box-shadow: 0 20px 55px rgba(17,20,25,0.075);
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}

.vg-products-sec5__card:hover {
  transform: translateY(-7px);
  border-color: rgba(225,31,42,0.28);
  box-shadow: 0 30px 78px rgba(17,20,25,0.13);
}

/* 1:1 IMAGE */
.vg-products-sec5__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 24px;
  background:
    radial-gradient(circle at center, rgba(225,31,42,0.10), transparent 48%),
    linear-gradient(135deg, #f5f7fa 0%, #ffffff 52%, #e8edf2 100%);
  border-bottom: 1px solid rgba(17,20,25,0.07);
  overflow: hidden;
}

.vg-products-sec5__image::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(17,20,25,0.07);
  pointer-events: none;
}

.vg-products-sec5__image::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(17,20,25,0.12);
  filter: blur(14px);
  pointer-events: none;
}

.vg-products-sec5__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 22px 22px rgba(17,20,25,0.20));
  transition: 0.35s ease;
}

.vg-products-sec5__card:hover .vg-products-sec5__image img {
  transform: scale(1.045);
}

.vg-products-sec5__body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vg-products-sec5__num {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #e11f2a;
  background: rgba(225,31,42,0.08);
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.4px;
}

.vg-products-sec5__body h3 {
  margin: 0;
  color: #111419;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.5px;
  font-weight: 950;
  min-height: 48px;
}

.vg-products-sec5__body p {
  margin: 14px 0 0;
  color: #626d7a;
  font-size: 13.5px;
  line-height: 1.62;
  font-weight: 500;
}

/* RED CARD */

.vg-products-sec5__card--red {
  background:
    radial-gradient(circle at 18% 14%, rgba(255,255,255,0.18), transparent 34%),
    linear-gradient(135deg, #e11f2a 0%, #a81119 100%);
  border-color: rgba(225,31,42,0.20);
}

.vg-products-sec5__card--red .vg-products-sec5__image {
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.20), transparent 48%),
    linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06));
  border-bottom-color: rgba(255,255,255,0.15);
}

.vg-products-sec5__card--red .vg-products-sec5__num {
  color: #ffffff;
  background: rgba(255,255,255,0.16);
}

.vg-products-sec5__card--red h3 {
  color: #ffffff;
}

.vg-products-sec5__card--red p {
  color: rgba(255,255,255,0.78);
}

/* RESPONSIVE */

@media (max-width: 1280px) {
  .vg-products-sec5__layout {
    grid-template-columns: 1fr;
  }

  .vg-products-sec5__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .vg-products-sec5 {
    padding: 92px 24px;
  }

  .vg-products-sec5__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vg-products-sec5__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .vg-products-sec5 {
    padding: 72px 16px;
  }

  .vg-products-sec5__mark {
    top: 28px;
    right: -18px;
    font-size: 58px;
    letter-spacing: -4px;
  }

  .vg-products-sec5__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-products-sec5__label span {
    width: 30px;
  }

  .vg-products-sec5 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-products-sec5__right p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-products-sec5__btn {
    width: 100%;
  }

  .vg-products-sec5__panel {
    padding: 22px;
    border-radius: 26px;
  }

  .vg-products-sec5__diagram {
    min-height: 310px;
    border-radius: 22px;
  }

  .vg-products-sec5__center {
    width: 118px;
    height: 118px;
  }

  .vg-products-sec5__node {
    min-width: 92px;
    font-size: 10.5px;
  }

  .vg-products-sec5__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vg-products-sec5__card {
    border-radius: 24px;
  }

  .vg-products-sec5__body h3,
  .vg-products-sec5__body p {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c45df21 *//* =============================== */
/* VALVOLA GROUP - PRODUCTS SEC 6 PIPELINE / HOSE / FLEXIBLE JOINT */
/* =============================== */

.vg-products-sec6,
.vg-products-sec6 * {
  box-sizing: border-box;
}

.vg-products-sec6 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(225, 31, 42, 0.075), transparent 34%),
    radial-gradient(circle at 90% 78%, rgba(17, 20, 25, 0.055), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 50%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-products-sec6::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 20, 25, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 25, 0.032) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.38;
  pointer-events: none;
  z-index: 1;
}

.vg-products-sec6__mark {
  position: absolute;
  top: 38px;
  right: -34px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(70px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-products-sec6__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 42px;
  align-items: start;
}

/* LEFT */

.vg-products-sec6__content {
  position: sticky;
  top: 110px;
}

.vg-products-sec6__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-products-sec6__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-products-sec6 h2 {
  max-width: 760px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.8px;
  font-weight: 950;
}

.vg-products-sec6 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-products-sec6__content > p {
  max-width: 660px;
  margin: 28px 0 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

/* MAIN IMAGE */

.vg-products-sec6__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-top: 34px;
  padding: 34px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(225, 31, 42, 0.12), transparent 48%),
    linear-gradient(135deg, #f5f7fa 0%, #ffffff 52%, #e8edf2 100%);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 24px 70px rgba(17, 20, 25, 0.12);
}

.vg-products-sec6__image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(17, 20, 25, 0.07);
  pointer-events: none;
}

.vg-products-sec6__image::after {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(17, 20, 25, 0.13);
  filter: blur(16px);
  pointer-events: none;
}

.vg-products-sec6__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 28px 28px rgba(17, 20, 25, 0.22));
}

.vg-products-sec6__highlight {
  position: relative;
  z-index: 3;
  margin-top: -44px;
  margin-left: 28px;
  margin-right: 28px;
  padding: 22px;
  border-radius: 24px;
  background: #111419;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 20, 25, 0.18);
}

.vg-products-sec6__highlight span {
  display: block;
  color: #ff4a52;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vg-products-sec6__highlight h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.45px;
  font-weight: 950;
}

/* RIGHT GRID */

.vg-products-sec6__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.vg-products-sec6__card {
  position: relative;
  min-height: 300px;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 20px 55px rgba(17, 20, 25, 0.075);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}

.vg-products-sec6__card:hover {
  transform: translateY(-7px);
  border-color: rgba(225, 31, 42, 0.26);
  box-shadow: 0 30px 78px rgba(17, 20, 25, 0.12);
}

.vg-products-sec6__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(225, 31, 42, 0.10), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(17, 20, 25, 0.025));
  pointer-events: none;
}

.vg-products-sec6__card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 5px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
  pointer-events: none;
}

.vg-products-sec6__num,
.vg-products-sec6__card h3,
.vg-products-sec6__card p,
.vg-products-sec6__tags {
  position: relative;
  z-index: 2;
}

.vg-products-sec6__num {
  width: 52px;
  height: 52px;
  margin-bottom: 34px;
  border-radius: 17px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 -10px 18px rgba(225, 31, 42, 0.22);
}

.vg-products-sec6__card h3 {
  margin: 0;
  color: #111419;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.65px;
  font-weight: 950;
}

.vg-products-sec6__card p {
  margin: 15px 0 0;
  color: #626d7a;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.vg-products-sec6__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.vg-products-sec6__tags span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  color: #303843;
  background: #f1f3f6;
  border: 1px solid rgba(17, 20, 25, 0.07);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 850;
}

/* RED CARD */

.vg-products-sec6__card--red {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #e11f2a 0%, #a81119 100%);
  border-color: rgba(225, 31, 42, 0.20);
}

.vg-products-sec6__card--red::after {
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.vg-products-sec6__card--red .vg-products-sec6__num {
  background: #ffffff;
  color: #e11f2a;
  box-shadow: none;
}

.vg-products-sec6__card--red h3 {
  color: #ffffff;
}

.vg-products-sec6__card--red p {
  color: rgba(255, 255, 255, 0.78);
}

.vg-products-sec6__card--red .vg-products-sec6__tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.16);
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-products-sec6 {
    padding: 92px 24px;
  }

  .vg-products-sec6__inner {
    grid-template-columns: 1fr;
  }

  .vg-products-sec6__content {
    position: relative;
    top: auto;
  }

  .vg-products-sec6__image {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  .vg-products-sec6 {
    padding: 72px 16px;
  }

  .vg-products-sec6__mark {
    top: 28px;
    right: -18px;
    font-size: 58px;
    letter-spacing: -4px;
  }

  .vg-products-sec6__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-products-sec6__label span {
    width: 30px;
  }

  .vg-products-sec6 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-products-sec6__content > p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-products-sec6__image {
    padding: 24px;
    border-radius: 26px;
  }

  .vg-products-sec6__highlight {
    margin-left: 16px;
    margin-right: 16px;
    padding: 18px;
    border-radius: 20px;
  }

  .vg-products-sec6__highlight h3 {
    font-size: 17px;
  }

  .vg-products-sec6__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vg-products-sec6__card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .vg-products-sec6__num {
    margin-bottom: 24px;
  }

  .vg-products-sec6__card h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4e76e3 *//* =============================== */
/* VALVOLA GROUP - PRODUCTS SEC 7 PRODUCT SELECTION SUPPORT */
/* =============================== */

.vg-products-sec7,
.vg-products-sec7 * {
  box-sizing: border-box;
}

.vg-products-sec7 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(225, 31, 42, 0.075), transparent 34%),
    radial-gradient(circle at 90% 78%, rgba(17, 20, 25, 0.055), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 50%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-products-sec7::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 20, 25, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 25, 0.032) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.38;
  pointer-events: none;
  z-index: 1;
}

.vg-products-sec7__mark {
  position: absolute;
  top: 38px;
  right: -34px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(70px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

/* TOP */

.vg-products-sec7__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 50px;
  align-items: end;
  margin-bottom: 52px;
}

.vg-products-sec7__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-products-sec7__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-products-sec7 h2 {
  max-width: 960px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.9px;
  font-weight: 950;
}

.vg-products-sec7 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-products-sec7__right p {
  max-width: 720px;
  margin: 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-products-sec7__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 24px;
  padding: 15px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: #e11f2a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(225, 31, 42, 0.24);
  transition: 0.25s ease;
}

.vg-products-sec7__btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* LAYOUT */

.vg-products-sec7__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 26px;
  align-items: stretch;
}

/* PROCESS */

.vg-products-sec7__process {
  position: relative;
  display: grid;
  gap: 16px;
}

.vg-products-sec7__process::before {
  content: "";
  position: absolute;
  left: 29px;
  top: 38px;
  bottom: 38px;
  width: 2px;
  background: linear-gradient(180deg, #e11f2a, rgba(225, 31, 42, 0.10));
  z-index: 1;
}

.vg-products-sec7__step {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 18px 48px rgba(17, 20, 25, 0.07);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  overflow: hidden;
  transition: 0.25s ease;
}

.vg-products-sec7__step:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 31, 42, 0.26);
  box-shadow: 0 26px 70px rgba(17, 20, 25, 0.11);
}

.vg-products-sec7__step::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(225, 31, 42, 0.10), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(17, 20, 25, 0.025));
  pointer-events: none;
}

.vg-products-sec7__step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 5px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
  pointer-events: none;
}

.vg-products-sec7__num,
.vg-products-sec7__step h3,
.vg-products-sec7__step p {
  position: relative;
  z-index: 2;
}

.vg-products-sec7__num {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 -10px 18px rgba(225, 31, 42, 0.22);
}

.vg-products-sec7__step h3 {
  margin: 0;
  color: #111419;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.65px;
  font-weight: 950;
}

.vg-products-sec7__step p {
  margin: 12px 0 0;
  color: #626d7a;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

/* RIGHT PANEL */

.vg-products-sec7__panel {
  position: relative;
  min-height: 100%;
  padding: 30px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 20% 16%, rgba(225, 31, 42, 0.18), transparent 36%),
    linear-gradient(135deg, #111419 0%, #202630 100%);
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(17, 20, 25, 0.18);
  overflow: hidden;
}

.vg-products-sec7__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.22;
  pointer-events: none;
}

.vg-products-sec7__panel-head,
.vg-products-sec7__checklist,
.vg-products-sec7__contact-box {
  position: relative;
  z-index: 2;
}

.vg-products-sec7__panel-head {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
  margin-bottom: 22px;
}

.vg-products-sec7__panel-head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(225, 31, 42, 0.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.vg-products-sec7__panel-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.1;
  letter-spacing: -1.1px;
  font-weight: 950;
}

.vg-products-sec7__checklist {
  display: grid;
  gap: 12px;
}

.vg-products-sec7__checklist div {
  padding: 17px;
  border-radius: 20px;
  background: rgba(255,255,255,0.105);
  border: 1px solid rgba(255,255,255,0.12);
}

.vg-products-sec7__checklist b {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 950;
  margin-bottom: 8px;
}

.vg-products-sec7__checklist span {
  display: block;
  color: rgba(255,255,255,0.66);
  font-size: 12.8px;
  line-height: 1.52;
  font-weight: 550;
}

.vg-products-sec7__contact-box {
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255,255,255,0.16), transparent 34%),
    linear-gradient(135deg, #e11f2a 0%, #a81119 100%);
  border: 1px solid rgba(255,255,255,0.16);
}

.vg-products-sec7__contact-box strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  margin-bottom: 10px;
}

.vg-products-sec7__contact-box p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 13.5px;
  line-height: 1.62;
  font-weight: 450;
}

.vg-products-sec7__contact-box a {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #111419;
  background: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  transition: 0.25s ease;
}

.vg-products-sec7__contact-box a:hover {
  transform: translateY(-2px);
  background: #f2f2f2;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-products-sec7 {
    padding: 92px 24px;
  }

  .vg-products-sec7__top,
  .vg-products-sec7__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .vg-products-sec7 {
    padding: 72px 16px;
  }

  .vg-products-sec7__mark {
    top: 28px;
    right: -18px;
    font-size: 58px;
    letter-spacing: -4px;
  }

  .vg-products-sec7__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-products-sec7__label span {
    width: 30px;
  }

  .vg-products-sec7 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-products-sec7__right p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-products-sec7__btn {
    width: 100%;
  }

  .vg-products-sec7__process::before {
    display: none;
  }

  .vg-products-sec7__step {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 24px;
  }

  .vg-products-sec7__num {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .vg-products-sec7__step h3 {
    font-size: 22px;
  }

  .vg-products-sec7__panel {
    padding: 22px;
    border-radius: 26px;
  }

  .vg-products-sec7__panel-head h3 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67678be *//* =============================== */
/* VALVOLA GROUP - PRODUCTS SEC 8 CATALOGUE CTA */
/* =============================== */

.vg-products-sec8,
.vg-products-sec8 * {
  box-sizing: border-box;
}

.vg-products-sec8 {
  position: relative;
  width: 100vw;
  min-height: 760px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  background: #111419;
  padding: 112px clamp(24px, 6vw, 92px);
  display: flex;
  align-items: center;
}

/* tukar background dekat sini */
.vg-products-sec8__bg {
  position: absolute;
  inset: 0;
  background-image: url("https://valvolagroup.com.my/wp-content/uploads/2026/05/WhatsApp-Image-2026-04-25-at-10.42.11-PM-1.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
  z-index: 1;
}

.vg-products-sec8__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10, 13, 18, 0.78) 0%,
      rgba(10, 13, 18, 0.70) 45%,
      rgba(10, 13, 18, 0.46) 100%
    ),
    radial-gradient(circle at 12% 18%, rgba(225, 31, 42, 0.24), transparent 34%),
    radial-gradient(circle at 88% 75%, rgba(225, 31, 42, 0.16), transparent 32%);
  z-index: 2;
}

.vg-products-sec8::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.22;
  pointer-events: none;
  z-index: 3;
}

.vg-products-sec8::after {
  content: "CATALOGUE";
  position: absolute;
  right: -38px;
  top: 42px;
  color: rgba(255, 255, 255, 0.04);
  font-size: clamp(70px, 12vw, 180px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 3;
}

.vg-products-sec8__inner {
  position: relative;
  z-index: 4;
  width: 100%;
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 58px;
  align-items: center;
}

/* LEFT PREVIEW */

.vg-products-sec8__preview {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vg-products-sec8__catalogue {
  position: relative;
  z-index: 3;
  width: min(460px, 100%);
  padding: 24px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.92);
  color: #111419;
  border: 1px solid rgba(255, 255, 255, 0.70);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.vg-products-sec8__catalogue::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -100px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(225, 31, 42, 0.12);
  pointer-events: none;
}

.vg-products-sec8__catalogue-top,
.vg-products-sec8__cover,
.vg-products-sec8__catalogue-bottom {
  position: relative;
  z-index: 2;
}

.vg-products-sec8__catalogue-top {
  padding: 18px;
  border-radius: 24px;
  background: #111419;
  color: #ffffff;
}

.vg-products-sec8__catalogue-top span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.vg-products-sec8__catalogue-top small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 650;
}

.vg-products-sec8__cover {
  aspect-ratio: 1 / 1.24;
  margin: 18px 0;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(225, 31, 42, 0.12), transparent 48%),
    linear-gradient(135deg, #f5f7fa 0%, #ffffff 52%, #e8edf2 100%);
  border: 1px solid rgba(17, 20, 25, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.vg-products-sec8__cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vg-products-sec8__catalogue-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(225, 31, 42, 0.08);
  border: 1px solid rgba(225, 31, 42, 0.14);
}

.vg-products-sec8__catalogue-bottom strong {
  display: block;
  color: #111419;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
  margin-bottom: 6px;
}

.vg-products-sec8__catalogue-bottom span {
  display: block;
  color: #626d7a;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
}

.vg-products-sec8__catalogue-bottom b {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: #e11f2a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 950;
}

.vg-products-sec8__float {
  position: absolute;
  z-index: 4;
  width: 230px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(17, 20, 25, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
  color: #ffffff;
}

.vg-products-sec8__float strong {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  font-weight: 950;
  margin-bottom: 8px;
}

.vg-products-sec8__float span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 650;
}

.vg-products-sec8__float--one {
  top: 74px;
  right: 0;
}

.vg-products-sec8__float--two {
  left: 0;
  bottom: 92px;
}

/* RIGHT CONTENT */

.vg-products-sec8__content {
  max-width: 900px;
}

.vg-products-sec8__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ff4a52;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-products-sec8__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #ff4a52, rgba(255, 74, 82, 0));
}

.vg-products-sec8 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5.4vw, 78px);
  line-height: 1;
  letter-spacing: -3.2px;
  font-weight: 950;
}

.vg-products-sec8 h2 strong {
  display: block;
  color: rgba(255, 255, 255, 0.76);
}

.vg-products-sec8__content > p {
  max-width: 780px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.78;
  font-weight: 450;
}

.vg-products-sec8__checkgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.vg-products-sec8__checkgrid div {
  min-height: 165px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.vg-products-sec8__checkgrid b {
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: #ffffff;
  color: #e11f2a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
}

.vg-products-sec8__checkgrid span {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13.2px;
  line-height: 1.55;
  font-weight: 650;
}

.vg-products-sec8__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.vg-products-sec8__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.vg-products-sec8__btn--primary {
  color: #ffffff;
  background: #e11f2a;
  box-shadow: 0 18px 38px rgba(225, 31, 42, 0.32);
}

.vg-products-sec8__btn--primary:hover {
  transform: translateY(-3px);
  background: #c91620;
}

.vg-products-sec8__btn--secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}

.vg-products-sec8__btn--secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.20);
}

.vg-products-sec8__contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 12px 14px 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
}

.vg-products-sec8__contact span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.vg-products-sec8__contact a {
  color: #ffffff;
  background: #e11f2a;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 900;
  transition: 0.25s ease;
}

.vg-products-sec8__contact a:hover {
  background: #c91620;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-products-sec8 {
    min-height: auto;
    padding: 92px 24px;
  }

  .vg-products-sec8__inner {
    grid-template-columns: 1fr;
  }

  .vg-products-sec8__preview {
    min-height: 560px;
  }

  .vg-products-sec8__float--one {
    right: 12%;
  }

  .vg-products-sec8__float--two {
    left: 12%;
  }
}

@media (max-width: 767px) {
  .vg-products-sec8 {
    padding: 72px 16px;
  }

  .vg-products-sec8__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(10, 13, 18, 0.80) 0%,
        rgba(10, 13, 18, 0.72) 48%,
        rgba(10, 13, 18, 0.88) 100%
      ),
      radial-gradient(circle at 18% 12%, rgba(225, 31, 42, 0.18), transparent 38%);
  }

  .vg-products-sec8::after {
    top: 28px;
    right: -18px;
    font-size: 54px;
    letter-spacing: -4px;
  }

  .vg-products-sec8__preview {
    min-height: auto;
    display: block;
  }

  .vg-products-sec8__catalogue {
    width: 100%;
    padding: 18px;
    border-radius: 28px;
  }

  .vg-products-sec8__cover {
    border-radius: 22px;
  }

  .vg-products-sec8__float {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 14px;
  }

  .vg-products-sec8__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-products-sec8__label span {
    width: 30px;
  }

  .vg-products-sec8 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.04;
    letter-spacing: -1.8px;
  }

  .vg-products-sec8__content > p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-products-sec8__checkgrid {
    grid-template-columns: 1fr;
  }

  .vg-products-sec8__checkgrid div {
    min-height: auto;
  }

  .vg-products-sec8__btn {
    width: 100%;
  }

  .vg-products-sec8__contact {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
  }

  .vg-products-sec8__contact a {
    text-align: center;
  }
}/* End custom CSS */