.elementor-11 .elementor-element.elementor-element-52976d5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-cba92dc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-a17224c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-25b17e4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-11292ea{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-24d60c1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-1f92435{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-1de48f3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-92dddd1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-1bde603{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-bd030ba{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-ac03141{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-8910919{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3a28381 *//* =============================== */
/* VALVOLA GROUP - SEC 1 FULL WIDTH */
/* VIDEO BACKGROUND VERSION */
/* =============================== */

.vg-sec1,
.vg-sec1 * {
  box-sizing: border-box;
}

.vg-sec1 {
  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: #fff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
}

/* VIDEO BACKGROUND */
.vg-sec1__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #111419;
}

.vg-sec1__bg video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.03);
}

/* OVERLAY VIDEO */
.vg-sec1__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 10, 14, 0.84) 0%,
      rgba(7, 10, 14, 0.68) 38%,
      rgba(7, 10, 14, 0.40) 68%,
      rgba(7, 10, 14, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 10, 14, 0.18) 0%,
      rgba(7, 10, 14, 0.08) 52%,
      rgba(7, 10, 14, 0.76) 100%
    );
  z-index: 2;
}

.vg-sec1::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 13% 25%, rgba(225, 31, 42, 0.24), transparent 34%),
    radial-gradient(circle at 86% 62%, rgba(225, 31, 42, 0.12), transparent 34%);
  z-index: 3;
  pointer-events: none;
}

.vg-sec1::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.24;
  z-index: 4;
  pointer-events: none;
}

/* MAIN LAYOUT */
.vg-sec1__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 54% 46%;
  align-items: center;
  padding: 150px 0 92px;
}

/* LEFT CONTENT */
.vg-sec1__content {
  width: 100%;
  padding-left: clamp(24px, 6vw, 92px);
  padding-right: clamp(20px, 4vw, 70px);
  max-width: none;
}

.vg-sec1__tag {
  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);
  -webkit-backdrop-filter: blur(14px);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.vg-sec1__tag span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e11f2a;
  box-shadow: 0 0 0 6px rgba(225,31,42,0.18);
}

.vg-sec1 h1 {
  margin: 0;
  max-width: 850px;
  color: #fff;
  font-size: clamp(48px, 6.7vw, 92px);
  line-height: 0.96;
  letter-spacing: -4px;
  font-weight: 900;
}

.vg-sec1 h1 strong {
  display: block;
  color: #fff;
  text-shadow: 0 18px 50px rgba(225,31,42,0.22);
}

.vg-sec1 h1 strong::after {
  content: "";
  display: block;
  width: min(320px, 62%);
  height: 5px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e11f2a, rgba(225,31,42,0));
}

.vg-sec1__content > p {
  max-width: 720px;
  margin: 32px 0 0;
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 450;
}

/* BUTTON */
.vg-sec1__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.vg-sec1__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-sec1__btn--red {
  color: #fff;
  background: #e11f2a;
  box-shadow: 0 18px 38px rgba(225,31,42,0.34);
}

.vg-sec1__btn--red:hover {
  transform: translateY(-3px);
  background: #c91620;
}

.vg-sec1__btn--glass {
  color: #fff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.26);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.vg-sec1__btn--glass:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.20);
}

/* STATS */
.vg-sec1__stats {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.25fr;
  gap: 13px;
  max-width: 780px;
  margin-top: 50px;
}

.vg-sec1__stats div {
  position: relative;
  min-height: 98px;
  padding: 19px 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);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.vg-sec1__stats div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #e11f2a;
}

.vg-sec1__stats b {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
  margin-bottom: 10px;
}

.vg-sec1__stats span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 650;
}

/* RIGHT SIDE */
.vg-sec1__right {
  width: 100%;
  height: 100%;
  padding-left: clamp(18px, 3vw, 52px);
  padding-right: clamp(24px, 5vw, 86px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vg-sec1__box {
  width: min(520px, 100%);
  padding: 34px;
  border-radius: 32px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(255,255,255,0.70);
  box-shadow: 0 34px 90px rgba(0,0,0,0.30);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  color: #111419;
}

.vg-sec1__box-head {
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(17,20,25,0.12);
}

.vg-sec1__box-head span {
  display: block;
  margin-bottom: 9px;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.vg-sec1__box-head h3 {
  margin: 0;
  color: #111419;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.05;
  letter-spacing: -1.2px;
  font-weight: 950;
}

.vg-sec1__list {
  display: grid;
  gap: 14px;
  margin-top: 23px;
}

.vg-sec1__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(17,20,25,0.08);
  box-shadow: 0 12px 28px rgba(17,20,25,0.06);
}

.vg-sec1__item b {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #fff;
  background: #111419;
  font-size: 12px;
  font-weight: 950;
}

.vg-sec1__item h4 {
  margin: 0 0 7px;
  color: #111419;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}

.vg-sec1__item p {
  margin: 0;
  color: #5d6671;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.vg-sec1__box-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 23px;
  border-radius: 999px;
  color: #fff;
  background: #e11f2a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: 0.25s ease;
}

.vg-sec1__box-btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* BOTTOM STRIP FULL WIDTH */
.vg-sec1__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);
  -webkit-backdrop-filter: blur(14px);
  overflow-x: auto;
  scrollbar-width: none;
}

.vg-sec1__strip::-webkit-scrollbar {
  display: none;
}

.vg-sec1__strip span {
  position: relative;
  flex: 0 0 auto;
  color: #20252d;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.vg-sec1__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-sec1__inner {
    grid-template-columns: 1fr;
    padding: 135px 0 110px;
  }

  .vg-sec1__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vg-sec1__right {
    padding: 48px 24px 0;
    justify-content: flex-start;
  }

  .vg-sec1__box {
    width: min(760px, 100%);
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .vg-sec1 {
    min-height: auto;
  }

  .vg-sec1__bg video {
    object-position: center;
    transform: scale(1.12);
  }

  .vg-sec1__shade {
    background:
      linear-gradient(
        180deg,
        rgba(7,10,14,0.78) 0%,
        rgba(7,10,14,0.64) 42%,
        rgba(7,10,14,0.86) 100%
      );
  }

  .vg-sec1__inner {
    min-height: auto;
    padding: 112px 0 105px;
  }

  .vg-sec1__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vg-sec1__tag {
    font-size: 10.5px;
    letter-spacing: 1.1px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .vg-sec1 h1 {
    font-size: clamp(40px, 12vw, 58px);
    letter-spacing: -2px;
    line-height: 1;
  }

  .vg-sec1 h1 strong::after {
    height: 4px;
    margin-top: 12px;
  }

  .vg-sec1__content > p {
    margin-top: 24px;
    font-size: 15.5px;
    line-height: 1.7;
  }

  .vg-sec1__actions {
    margin-top: 28px;
  }

  .vg-sec1__btn {
    width: 100%;
    min-height: 50px;
  }

  .vg-sec1__stats {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .vg-sec1__stats div {
    min-height: auto;
  }

  .vg-sec1__right {
    padding: 36px 16px 0;
  }

  .vg-sec1__box {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,0.90);
  }

  .vg-sec1__item {
    grid-template-columns: 40px 1fr;
    padding: 15px;
  }

  .vg-sec1__item b {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .vg-sec1__strip {
    padding: 15px 16px;
    justify-content: flex-start;
  }

  .vg-sec1__strip span {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb6a86a *//* =============================== */
/* VALVOLA GROUP - SEC 2 ABOUT INTRO FULL WIDTH */
/* =============================== */

.vg-sec2,
.vg-sec2 * {
  box-sizing: border-box;
}

.vg-sec2 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 15%, rgba(225, 31, 42, 0.08), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f4f6f8 48%, #eef1f4 100%);
  color: #12161d;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 115px 0;
}

.vg-sec2__bgmark {
  position: absolute;
  right: -34px;
  top: 42px;
  color: rgba(18, 22, 29, 0.035);
  font-size: clamp(86px, 13vw, 210px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-sec2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(17, 20, 25, 0.06), transparent),
    repeating-linear-gradient(
      135deg,
      rgba(17, 20, 25, 0.035) 0,
      rgba(17, 20, 25, 0.035) 1px,
      transparent 1px,
      transparent 13px
    );
  z-index: 1;
  pointer-events: none;
}

.vg-sec2__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  gap: 0;
}

/* LEFT MEDIA */

.vg-sec2__media {
  position: relative;
  width: 100%;
  padding-left: clamp(24px, 6vw, 92px);
  padding-right: clamp(20px, 4vw, 64px);
}

.vg-sec2__image {
  position: relative;
  width: 100%;
  min-height: 610px;
  border-radius: 0 42px 42px 0;
  overflow: hidden;
  background: #d9dee5;
  box-shadow: 0 34px 90px rgba(17, 20, 25, 0.16);
}

.vg-sec2__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 20, 25, 0.06), rgba(17, 20, 25, 0.18)),
    radial-gradient(circle at 24% 24%, rgba(225, 31, 42, 0.20), transparent 38%);
  z-index: 2;
  pointer-events: none;
}

.vg-sec2__image::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 78%;
  height: 8px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
  z-index: 3;
}

.vg-sec2__image img {
  width: 100%;
  height: 610px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vg-sec2__float-card {
  position: absolute;
  right: 18px;
  bottom: 46px;
  width: min(270px, 70%);
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.74);
  box-shadow: 0 26px 64px rgba(17, 20, 25, 0.18);
  backdrop-filter: blur(14px);
  z-index: 4;
}

.vg-sec2__float-card span {
  display: block;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.vg-sec2__float-card strong {
  display: block;
  color: #111419;
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: -2px;
  font-weight: 950;
  margin-bottom: 14px;
}

.vg-sec2__float-card p {
  margin: 0;
  color: #5d6671;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}

/* RIGHT CONTENT */

.vg-sec2__content {
  width: 100%;
  padding-left: clamp(24px, 5vw, 82px);
  padding-right: clamp(24px, 6vw, 92px);
}

.vg-sec2__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-sec2__label span {
  width: 42px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-sec2 h2 {
  max-width: 840px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 1.02;
  letter-spacing: -2.6px;
  font-weight: 950;
}

.vg-sec2 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-sec2__lead {
  max-width: 820px;
  margin: 28px 0 0;
  color: #343b45;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 520;
}

.vg-sec2__text {
  max-width: 800px;
  margin: 16px 0 0;
  color: #66707c;
  font-size: 15.5px;
  line-height: 1.78;
  font-weight: 500;
}

/* POINT GRID */

.vg-sec2__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.vg-sec2__point {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 14px 34px rgba(17, 20, 25, 0.055);
}

.vg-sec2__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #111419;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 -8px 16px rgba(225, 31, 42, 0.24);
}

.vg-sec2__point h3 {
  margin: 0 0 7px;
  color: #111419;
  font-size: 15px;
  line-height: 1.28;
  font-weight: 950;
}

.vg-sec2__point p {
  margin: 0;
  color: #66707c;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

/* STATS */

.vg-sec2__stats {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.2fr;
  gap: 14px;
  margin-top: 34px;
}

.vg-sec2__stats div {
  position: relative;
  padding: 22px 22px 22px 26px;
  border-radius: 22px;
  background: #111419;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(17, 20, 25, 0.16);
}

.vg-sec2__stats div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #e11f2a;
}

.vg-sec2__stats div::after {
  content: "";
  position: absolute;
  right: -26px;
  top: -34px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: rgba(225, 31, 42, 0.18);
}

.vg-sec2__stats strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  margin-bottom: 10px;
}

.vg-sec2__stats span {
  position: relative;
  z-index: 2;
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 650;
}

/* TABLET */

@media (max-width: 1120px) {
  .vg-sec2 {
    padding: 90px 0;
  }

  .vg-sec2__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .vg-sec2__media {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vg-sec2__image {
    min-height: 460px;
    border-radius: 32px;
  }

  .vg-sec2__image img {
    height: 460px;
  }

  .vg-sec2__float-card {
    right: 46px;
    bottom: 34px;
  }

  .vg-sec2__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .vg-sec2 {
    padding: 70px 0;
  }

  .vg-sec2__bgmark {
    top: 26px;
    right: -22px;
    font-size: 78px;
    letter-spacing: -4px;
  }

  .vg-sec2::before {
    width: 100%;
    opacity: 0.55;
  }

  .vg-sec2__inner {
    gap: 38px;
  }

  .vg-sec2__media {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vg-sec2__image {
    min-height: 340px;
    border-radius: 24px;
  }

  .vg-sec2__image img {
    height: 340px;
  }

  .vg-sec2__float-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -42px;
    padding: 20px;
    border-radius: 22px;
  }

  .vg-sec2__float-card strong {
    font-size: 44px;
  }

  .vg-sec2__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vg-sec2__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-sec2__label span {
    width: 30px;
  }

  .vg-sec2 h2 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-sec2__lead {
    margin-top: 22px;
    font-size: 15.5px;
    line-height: 1.72;
  }

  .vg-sec2__text {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .vg-sec2__grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .vg-sec2__point {
    padding: 17px;
    border-radius: 20px;
  }

  .vg-sec2__stats {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-53a6610 *//* =============================== */
/* VALVOLA GROUP - SEC 4 EQUAL PRODUCT GRID */
/* =============================== */

.vg-sec4b,
.vg-sec4b * {
  box-sizing: border-box;
}

.vg-sec4b {
  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%),
    linear-gradient(135deg, #ffffff 0%, #f6f8fb 48%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-sec4b__bgtext {
  position: absolute;
  top: 42px;
  right: -40px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(72px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-sec4b::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.42;
  z-index: 1;
  pointer-events: none;
}

.vg-sec4b__top {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 50px;
  align-items: end;
  margin-bottom: 50px;
}

.vg-sec4b__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-sec4b__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-sec4b h2 {
  max-width: 940px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.9px;
  font-weight: 950;
}

.vg-sec4b h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-sec4b__right p {
  max-width: 700px;
  margin: 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-sec4b__top-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-sec4b__top-btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* IMPORTANT: semua card sama size */
.vg-sec4b__grid {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.vg-sec4b__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: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.vg-sec4b__card:hover {
  transform: translateY(-7px);
  border-color: rgba(225, 31, 42, 0.28);
  box-shadow: 0 30px 78px rgba(17, 20, 25, 0.13);
}

/* IMAGE 1:1 */
.vg-sec4b__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-sec4b__image::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(17, 20, 25, 0.07);
  pointer-events: none;
}

.vg-sec4b__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-sec4b__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-sec4b__card:hover .vg-sec4b__image img {
  transform: scale(1.045);
}

/* BODY sama tinggi */
.vg-sec4b__body {
  position: relative;
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vg-sec4b__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-sec4b__body h3 {
  margin: 0;
  color: #111419;
  font-size: 20px;
  line-height: 1.16;
  letter-spacing: -0.5px;
  font-weight: 950;
  min-height: 48px;
}

.vg-sec4b__body p {
  margin: 14px 0 0;
  color: #626d7a;
  font-size: 13.5px;
  line-height: 1.62;
  font-weight: 500;
  min-height: 88px;
}

.vg-sec4b__body ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 8px;
  min-height: 82px;
}

.vg-sec4b__body li {
  position: relative;
  padding-left: 17px;
  color: #303843;
  font-size: 12.8px;
  line-height: 1.4;
  font-weight: 750;
}

.vg-sec4b__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #e11f2a;
}

.vg-sec4b__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-sec4b__body a:hover {
  color: #ffffff;
  background: #e11f2a;
  border-color: #e11f2a;
}

/* TABLET */
@media (max-width: 1280px) {
  .vg-sec4b__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .vg-sec4b {
    padding: 92px 24px;
  }

  .vg-sec4b__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vg-sec4b__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .vg-sec4b {
    padding: 72px 16px;
  }

  .vg-sec4b__bgtext {
    top: 28px;
    right: -16px;
    font-size: 64px;
    letter-spacing: -4px;
  }

  .vg-sec4b__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-sec4b__label span {
    width: 30px;
  }

  .vg-sec4b h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-sec4b__right p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-sec4b__top-btn {
    width: 100%;
  }

  .vg-sec4b__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vg-sec4b__card {
    border-radius: 24px;
  }

  .vg-sec4b__image {
    padding: 22px;
  }

  .vg-sec4b__body {
    padding: 22px;
  }

  .vg-sec4b__body h3,
  .vg-sec4b__body p,
  .vg-sec4b__body ul {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce5e10a *//* =============================== */
/* VALVOLA GROUP - SEC 5 FEATURED SOLUTIONS */
/* =============================== */

.vg-sec5,
.vg-sec5 * {
  box-sizing: border-box;
}

.vg-sec5 {
  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.16), transparent 34%),
    radial-gradient(circle at 92% 72%, rgba(225, 31, 42, 0.10), transparent 32%),
    linear-gradient(135deg, #111419 0%, #171d25 52%, #0c0f14 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-sec5::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.26;
  pointer-events: none;
  z-index: 1;
}

.vg-sec5__bgword {
  position: absolute;
  right: -34px;
  top: 40px;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(78px, 14vw, 205px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-sec5__head {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1120px;
  margin-bottom: 52px;
}

.vg-sec5__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-sec5__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #ff4a52, rgba(255, 74, 82, 0));
}

.vg-sec5__head h2 {
  margin: 0;
  max-width: 1000px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.9px;
  font-weight: 950;
}

.vg-sec5__head h2 strong {
  display: block;
  color: rgba(255, 255, 255, 0.78);
}

.vg-sec5__head p {
  margin: 26px 0 0;
  max-width: 820px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 450;
}

/* GRID */

.vg-sec5__grid {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.vg-sec5__card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}

.vg-sec5__card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 74, 82, 0.42);
  box-shadow: 0 36px 92px rgba(0, 0, 0, 0.34);
}

.vg-sec5__card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72%;
  height: 6px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
  pointer-events: none;
}

/* IMAGE 1:1 */

.vg-sec5__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 30px;
  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-sec5__image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  pointer-events: none;
}

.vg-sec5__image::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  filter: blur(14px);
  pointer-events: none;
}

.vg-sec5__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 26px 28px rgba(0, 0, 0, 0.34));
  transition: transform 0.35s ease;
}

.vg-sec5__card:hover .vg-sec5__image img {
  transform: scale(1.045);
}

/* CONTENT */

.vg-sec5__content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.vg-sec5__tag {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  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.5px;
  text-transform: uppercase;
}

.vg-sec5__content h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.08;
  letter-spacing: -1.1px;
  font-weight: 950;
}

.vg-sec5__content p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14.5px;
  line-height: 1.72;
  font-weight: 450;
  min-height: 100px;
}

.vg-sec5__items {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.vg-sec5__items span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 9px 12px;
  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: 12px;
  font-weight: 800;
}

.vg-sec5__content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 14px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: #e11f2a;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(225, 31, 42, 0.22);
  transition: 0.25s ease;
}

.vg-sec5__content a:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* TABLET */

@media (max-width: 1080px) {
  .vg-sec5 {
    padding: 92px 24px;
  }

  .vg-sec5__grid {
    grid-template-columns: 1fr;
  }

  .vg-sec5__card {
    display: grid;
    grid-template-columns: 38% 62%;
    align-items: stretch;
  }

  .vg-sec5__image {
    height: 100%;
    aspect-ratio: auto;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .vg-sec5 {
    padding: 72px 16px;
  }

  .vg-sec5__bgword {
    top: 28px;
    right: -18px;
    font-size: 66px;
    letter-spacing: -4px;
  }

  .vg-sec5__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-sec5__label span {
    width: 30px;
  }

  .vg-sec5__head h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-sec5__head p {
    margin-top: 20px;
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-sec5__card {
    display: flex;
    border-radius: 26px;
  }

  .vg-sec5__image {
    aspect-ratio: 1 / 1;
    padding: 24px;
  }

  .vg-sec5__content {
    padding: 24px;
  }

  .vg-sec5__content h3 {
    font-size: 28px;
  }

  .vg-sec5__content p {
    min-height: auto;
  }

  .vg-sec5__content a {
    width: 100%;
    margin-top: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bafd42 *//* =============================== */
/* VALVOLA GROUP - SEC 6 LIGHT INDUSTRIES */
/* =============================== */

.vg-sec6-light,
.vg-sec6-light * {
  box-sizing: border-box;
}

.vg-sec6-light {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(225, 31, 42, 0.075), transparent 34%),
    radial-gradient(circle at 90% 82%, rgba(17, 20, 25, 0.055), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f6f8fb 52%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-sec6-light::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.42;
  pointer-events: none;
  z-index: 1;
}

.vg-sec6-light__mark {
  position: absolute;
  top: 42px;
  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-sec6-light__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 50px;
  align-items: end;
  margin-bottom: 50px;
}

.vg-sec6-light__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-sec6-light__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-sec6-light h2 {
  max-width: 950px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.9px;
  font-weight: 950;
}

.vg-sec6-light h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-sec6-light__right p {
  max-width: 700px;
  margin: 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-sec6-light__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-sec6-light__btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

.vg-sec6-light__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 24px;
  align-items: stretch;
}

.vg-sec6-light__feature {
  position: relative;
  min-height: 100%;
  border-radius: 32px;
  overflow: hidden;
  background: #dfe4ea;
  box-shadow: 0 24px 70px rgba(17, 20, 25, 0.12);
}

.vg-sec6-light__image {
  width: 100%;
  height: 100%;
  min-height: 720px;
  position: relative;
}

.vg-sec6-light__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 20, 25, 0.06), rgba(17, 20, 25, 0.54)),
    radial-gradient(circle at 30% 20%, rgba(225, 31, 42, 0.18), transparent 40%);
}

.vg-sec6-light__image img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.vg-sec6-light__feature-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(14px);
}

.vg-sec6-light__feature-card span {
  display: block;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vg-sec6-light__feature-card h3 {
  margin: 0;
  color: #111419;
  font-size: 23px;
  line-height: 1.22;
  letter-spacing: -0.6px;
  font-weight: 950;
}

.vg-sec6-light__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.vg-sec6-light__card,
.vg-sec6-light__cta {
  min-height: 228px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 18px 48px rgba(17, 20, 25, 0.07);
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}

.vg-sec6-light__card::before,
.vg-sec6-light__cta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 5px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-sec6-light__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-sec6-light__card b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  border-radius: 15px;
  color: #ffffff;
  background: #111419;
  font-size: 12px;
  font-weight: 950;
}

.vg-sec6-light__card h3 {
  margin: 0;
  color: #111419;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -0.45px;
  font-weight: 950;
}

.vg-sec6-light__card p {
  margin: 13px 0 0;
  color: #626d7a;
  font-size: 13.5px;
  line-height: 1.62;
  font-weight: 500;
}

.vg-sec6-light__cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #e11f2a 0%, #a81119 100%);
  border-color: rgba(225, 31, 42, 0.20);
}

.vg-sec6-light__cta span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.vg-sec6-light__cta h3 {
  margin: 0;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.23;
  letter-spacing: -0.55px;
  font-weight: 950;
}

.vg-sec6-light__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 24px;
  border-radius: 999px;
  color: #111419;
  background: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  transition: 0.25s ease;
}

.vg-sec6-light__cta a:hover {
  transform: translateY(-2px);
  background: #f2f2f2;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .vg-sec6-light {
    padding: 92px 24px;
  }

  .vg-sec6-light__top,
  .vg-sec6-light__layout {
    grid-template-columns: 1fr;
  }

  .vg-sec6-light__image,
  .vg-sec6-light__image img {
    min-height: 420px;
  }

  .vg-sec6-light__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .vg-sec6-light {
    padding: 72px 16px;
  }

  .vg-sec6-light__mark {
    top: 28px;
    right: -16px;
    font-size: 62px;
    letter-spacing: -4px;
  }

  .vg-sec6-light__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-sec6-light__label span {
    width: 30px;
  }

  .vg-sec6-light h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-sec6-light__right p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-sec6-light__btn {
    width: 100%;
  }

  .vg-sec6-light__image,
  .vg-sec6-light__image img {
    min-height: 340px;
  }

  .vg-sec6-light__feature {
    border-radius: 24px;
  }

  .vg-sec6-light__feature-card {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 18px;
    border-radius: 20px;
  }

  .vg-sec6-light__feature-card h3 {
    font-size: 18px;
  }

  .vg-sec6-light__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vg-sec6-light__card,
  .vg-sec6-light__cta {
    min-height: auto;
    padding: 20px;
    border-radius: 22px;
  }

  .vg-sec6-light__card b {
    margin-bottom: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5e3cea *//* =============================== */
/* VALVOLA GROUP - SEC 7 WHY CHOOSE */
/* =============================== */

.vg-sec7,
.vg-sec7 * {
  box-sizing: border-box;
}

.vg-sec7 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(225, 31, 42, 0.08), transparent 34%),
    radial-gradient(circle at 88% 76%, rgba(17, 20, 25, 0.055), transparent 34%),
    linear-gradient(135deg, #f7f9fb 0%, #ffffff 48%, #eef2f6 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-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-sec7__mark {
  position: absolute;
  top: 38px;
  right: -34px;
  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;
}

.vg-sec7__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 42px;
  align-items: start;
}

/* LEFT */

.vg-sec7__content {
  position: sticky;
  top: 110px;
}

.vg-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-sec7__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-sec7 h2 {
  max-width: 720px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.8px;
  font-weight: 950;
}

.vg-sec7 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-sec7__content > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-sec7__support-box {
  margin-top: 34px;
  padding: 24px;
  border-radius: 28px;
  background: #111419;
  color: #ffffff;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  box-shadow: 0 26px 70px rgba(17, 20, 25, 0.16);
  position: relative;
  overflow: hidden;
}

.vg-sec7__support-box::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(225, 31, 42, 0.22);
}

.vg-sec7__support-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #e11f2a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 950;
}

.vg-sec7__support-box h3,
.vg-sec7__support-box p {
  position: relative;
  z-index: 2;
}

.vg-sec7__support-box h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.4px;
}

.vg-sec7__support-box p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13.8px;
  line-height: 1.65;
  font-weight: 450;
}

/* RIGHT GRID */

.vg-sec7__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vg-sec7__card {
  position: relative;
  min-height: 265px;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 20px 55px rgba(17, 20, 25, 0.075);
  overflow: hidden;
  transition: 0.28s ease;
}

.vg-sec7__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-sec7__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-sec7__card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 68%;
  height: 5px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
  pointer-events: none;
}

.vg-sec7__num {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  border-radius: 16px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
}

.vg-sec7__card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #111419;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.65px;
  font-weight: 950;
}

.vg-sec7__card p {
  position: relative;
  z-index: 2;
  margin: 15px 0 0;
  color: #626d7a;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.vg-sec7__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-sec7__card--red .vg-sec7__num {
  background: #ffffff;
  color: #e11f2a;
}

.vg-sec7__card--red h3 {
  color: #ffffff;
}

.vg-sec7__card--red p {
  color: rgba(255, 255, 255, 0.76);
}

.vg-sec7__card--red::after {
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-sec7 {
    padding: 92px 24px;
  }

  .vg-sec7__inner {
    grid-template-columns: 1fr;
  }

  .vg-sec7__content {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .vg-sec7 {
    padding: 72px 16px;
  }

  .vg-sec7__mark {
    top: 28px;
    right: -16px;
    font-size: 60px;
    letter-spacing: -4px;
  }

  .vg-sec7__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-sec7__label span {
    width: 30px;
  }

  .vg-sec7 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-sec7__content > p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-sec7__support-box {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 24px;
  }

  .vg-sec7__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vg-sec7__card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .vg-sec7__num {
    margin-bottom: 24px;
  }

  .vg-sec7__card h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5adcb49 *//* =============================== */
/* VALVOLA GROUP - SEC 8 CERTIFICATIONS NEW DESIGN */
/* =============================== */

.vg-sec8-new,
.vg-sec8-new * {
  box-sizing: border-box;
}

.vg-sec8-new {
  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.06), transparent 36%),
    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-sec8-new::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-sec8-new__mark {
  position: absolute;
  top: 38px;
  right: -36px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(70px, 13vw, 185px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-sec8-new__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 42px;
  align-items: stretch;
}

/* LEFT CONTENT */

.vg-sec8-new__content {
  position: sticky;
  top: 110px;
  align-self: start;
}

.vg-sec8-new__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-sec8-new__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-sec8-new h2 {
  max-width: 720px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.8px;
  font-weight: 950;
}

.vg-sec8-new h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-sec8-new__content > p {
  max-width: 650px;
  margin: 28px 0 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-sec8-new__highlight {
  margin-top: 34px;
  padding: 24px;
  border-radius: 28px;
  background: #111419;
  color: #ffffff;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  box-shadow: 0 26px 70px rgba(17, 20, 25, 0.16);
  position: relative;
  overflow: hidden;
}

.vg-sec8-new__highlight::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: rgba(225, 31, 42, 0.22);
}

.vg-sec8-new__highlight-icon {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #e11f2a;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 950;
}

.vg-sec8-new__highlight h3,
.vg-sec8-new__highlight p {
  position: relative;
  z-index: 2;
}

.vg-sec8-new__highlight h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.4px;
}

.vg-sec8-new__highlight p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13.8px;
  line-height: 1.65;
  font-weight: 450;
}

.vg-sec8-new__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 28px;
  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-sec8-new__btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* RIGHT PANEL */

.vg-sec8-new__panel {
  position: relative;
  padding: 28px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68)),
    rgba(255, 255, 255, 0.80);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 28px 80px rgba(17, 20, 25, 0.11);
  overflow: hidden;
}

.vg-sec8-new__panel::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(225, 31, 42, 0.10);
  pointer-events: none;
}

.vg-sec8-new__panel-head {
  position: relative;
  z-index: 2;
  padding: 8px 8px 24px;
  border-bottom: 1px solid rgba(17, 20, 25, 0.08);
  margin-bottom: 22px;
}

.vg-sec8-new__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.2px;
  text-transform: uppercase;
}

.vg-sec8-new__panel-head h3 {
  margin: 0;
  max-width: 620px;
  color: #111419;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -1.2px;
  font-weight: 950;
}

/* CERT GRID */

.vg-sec8-new__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vg-sec8-new__cert {
  min-height: 250px;
  padding: 18px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(17, 20, 25, 0.075);
  box-shadow: 0 14px 36px rgba(17, 20, 25, 0.055);
  display: flex;
  flex-direction: column;
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}

.vg-sec8-new__cert:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 31, 42, 0.28);
  box-shadow: 0 24px 58px rgba(17, 20, 25, 0.11);
}

.vg-sec8-new__cert::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72%;
  height: 4px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-sec8-new__logo {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at center, rgba(225, 31, 42, 0.08), transparent 45%),
    linear-gradient(135deg, #f5f7fa 0%, #ffffff 52%, #e8edf2 100%);
  border: 1px solid rgba(17, 20, 25, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vg-sec8-new__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: grayscale(100%);
  opacity: 0.82;
  transition: 0.25s ease;
}

.vg-sec8-new__cert:hover .vg-sec8-new__logo img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.04);
}

.vg-sec8-new__cert h4 {
  margin: 0;
  color: #111419;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.35px;
  font-weight: 950;
}

.vg-sec8-new__cert p {
  margin: 9px 0 0;
  color: #626d7a;
  font-size: 12.8px;
  line-height: 1.48;
  font-weight: 500;
}

/* RESPONSIVE */

@media (max-width: 1280px) {
  .vg-sec8-new__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .vg-sec8-new {
    padding: 92px 24px;
  }

  .vg-sec8-new__inner {
    grid-template-columns: 1fr;
  }

  .vg-sec8-new__content {
    position: relative;
    top: auto;
  }

  .vg-sec8-new__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .vg-sec8-new__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .vg-sec8-new {
    padding: 72px 16px;
  }

  .vg-sec8-new__mark {
    top: 28px;
    right: -16px;
    font-size: 58px;
    letter-spacing: -4px;
  }

  .vg-sec8-new__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-sec8-new__label span {
    width: 30px;
  }

  .vg-sec8-new h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-sec8-new__content > p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-sec8-new__highlight {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 24px;
  }

  .vg-sec8-new__btn {
    width: 100%;
  }

  .vg-sec8-new__panel {
    padding: 18px;
    border-radius: 26px;
  }

  .vg-sec8-new__panel-head {
    padding: 4px 4px 20px;
  }

  .vg-sec8-new__panel-head h3 {
    font-size: 26px;
  }

  .vg-sec8-new__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vg-sec8-new__cert {
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
  }

  .vg-sec8-new__logo {
    aspect-ratio: 16 / 9;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b53601f *//* =============================== */
/* VALVOLA GROUP - SEC 9 OUR PRINCIPLE DARK */
/* =============================== */

.vg-sec9,
.vg-sec9 * {
  box-sizing: border-box;
}

.vg-sec9 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(225, 31, 42, 0.18), transparent 34%),
    radial-gradient(circle at 90% 76%, rgba(225, 31, 42, 0.10), transparent 34%),
    linear-gradient(135deg, #101318 0%, #171d25 52%, #0b0e13 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px) 96px;
}

.vg-sec9::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-sec9__mark {
  position: absolute;
  top: 40px;
  right: -34px;
  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;
}

.vg-sec9__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 62% 38%;
  gap: 42px;
  align-items: end;
  margin-bottom: 48px;
}

.vg-sec9__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-sec9__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #ff4a52, rgba(255,74,82,0));
}

.vg-sec9 h2 {
  max-width: 900px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.9px;
  font-weight: 950;
}

.vg-sec9 h2 strong {
  display: block;
  color: rgba(255,255,255,0.76);
}

.vg-sec9__copy p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255,255,255,0.68);
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 450;
}

.vg-sec9__side {
  padding: 26px;
  border-radius: 28px;
  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);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.22);
}

.vg-sec9__side span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(225,31,42,0.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.vg-sec9__side h3 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.18;
  letter-spacing: -0.7px;
  font-weight: 950;
}

/* LOGO WALL */

.vg-sec9__wall {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vg-sec9__logo-card {
  height: 155px;
  padding: 26px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.055)),
    rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 24px 64px rgba(0,0,0,0.22);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
  position: relative;
  overflow: hidden;
}

.vg-sec9__logo-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 5px;
  background: linear-gradient(90deg, #e11f2a, rgba(225,31,42,0));
}

.vg-sec9__logo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,74,82,0.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.075)),
    rgba(255,255,255,0.085);
}

.vg-sec9__logo-card img {
  width: 100%;
  height: 82px;
  object-fit: contain;
  object-position: center;
  display: block;
  filter: grayscale(100%) brightness(1.25);
  opacity: 0.78;
  transition: 0.25s ease;
}

.vg-sec9__logo-card:hover img {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.045);
}

/* LOOP STRIP */

.vg-sec9__loop {
  position: relative;
  z-index: 2;
  width: calc(100% + (clamp(24px, 6vw, 92px) * 2));
  margin-left: calc(clamp(24px, 6vw, 92px) * -1);
  margin-right: calc(clamp(24px, 6vw, 92px) * -1);
  margin-top: 28px;
  overflow: hidden;
  padding: 8px 0;
}

.vg-sec9__loop::before,
.vg-sec9__loop::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(70px, 10vw, 170px);
  height: 100%;
  z-index: 4;
  pointer-events: none;
}

.vg-sec9__loop::before {
  left: 0;
  background: linear-gradient(90deg, #111419 0%, rgba(17,20,25,0) 100%);
}

.vg-sec9__loop::after {
  right: 0;
  background: linear-gradient(270deg, #111419 0%, rgba(17,20,25,0) 100%);
}

.vg-sec9__track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: vgSec9Move 36s linear infinite;
  will-change: transform;
}

.vg-sec9__loop:hover .vg-sec9__track {
  animation-play-state: paused;
}

.vg-sec9__pill {
  flex: 0 0 auto;
  width: 190px;
  height: 92px;
  padding: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(14px);
}

.vg-sec9__pill img {
  width: 100%;
  height: 52px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%) brightness(1.35);
  opacity: 0.78;
  transition: 0.25s ease;
}

.vg-sec9__pill:hover img {
  filter: grayscale(0%) brightness(1);
  opacity: 1;
  transform: scale(1.04);
}

@keyframes vgSec9Move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* BOTTOM */

.vg-sec9__bottom {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  padding: 24px 26px;
  border-radius: 28px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.68);
  box-shadow: 0 24px 70px rgba(0,0,0,0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.vg-sec9__bottom span {
  display: block;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.vg-sec9__bottom strong {
  display: block;
  color: #111419;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
}

.vg-sec9__bottom a {
  flex: 0 0 auto;
  min-height: 52px;
  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-sec9__bottom a:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-sec9 {
    padding: 92px 24px 82px;
  }

  .vg-sec9__top {
    grid-template-columns: 1fr;
  }

  .vg-sec9__wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vg-sec9__loop {
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }

  .vg-sec9__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .vg-sec9__bottom a {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .vg-sec9 {
    padding: 72px 16px 68px;
  }

  .vg-sec9__mark {
    top: 28px;
    right: -16px;
    font-size: 58px;
    letter-spacing: -4px;
  }

  .vg-sec9__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-sec9__label span {
    width: 30px;
  }

  .vg-sec9 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-sec9__copy p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-sec9__side {
    padding: 20px;
    border-radius: 24px;
  }

  .vg-sec9__side h3 {
    font-size: 21px;
  }

  .vg-sec9__wall {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vg-sec9__logo-card {
    height: 132px;
    border-radius: 24px;
  }

  .vg-sec9__loop {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .vg-sec9__pill {
    width: 160px;
    height: 82px;
    padding: 16px;
  }

  .vg-sec9__track {
    animation-duration: 28s;
  }

  .vg-sec9__bottom {
    padding: 20px;
    border-radius: 24px;
  }

  .vg-sec9__bottom strong {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23bc05d *//* =============================== */
/* VALVOLA GROUP - SEC 10 CATALOGUE DOWNLOAD */
/* =============================== */

.vg-sec10,
.vg-sec10 * {
  box-sizing: border-box;
}

.vg-sec10 {
  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% 80%, rgba(17, 20, 25, 0.06), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 52%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-sec10::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-sec10__mark {
  position: absolute;
  top: 38px;
  right: -36px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(70px, 13vw, 185px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-sec10__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 52px;
  align-items: center;
}

/* LEFT CONTENT */

.vg-sec10__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-sec10__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-sec10 h2 {
  max-width: 820px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.9px;
  font-weight: 950;
}

.vg-sec10 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-sec10__content > p {
  max-width: 760px;
  margin: 28px 0 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-sec10__included {
  margin-top: 34px;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 20px 55px rgba(17, 20, 25, 0.075);
}

.vg-sec10__included h3 {
  margin: 0 0 18px;
  color: #111419;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.45px;
}

.vg-sec10__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vg-sec10__list span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #303843;
  background: #f1f3f6;
  border: 1px solid rgba(17, 20, 25, 0.07);
  font-size: 12.5px;
  line-height: 1;
  font-weight: 850;
}

.vg-sec10__list span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #e11f2a;
}

.vg-sec10__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.vg-sec10__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: 850;
  transition: 0.25s ease;
}

.vg-sec10__btn--primary {
  color: #ffffff;
  background: #e11f2a;
  box-shadow: 0 18px 38px rgba(225, 31, 42, 0.28);
}

.vg-sec10__btn--primary:hover {
  transform: translateY(-3px);
  background: #c91620;
}

.vg-sec10__btn--secondary {
  color: #111419;
  background: #ffffff;
  border: 1px solid rgba(17, 20, 25, 0.10);
  box-shadow: 0 14px 34px rgba(17, 20, 25, 0.06);
}

.vg-sec10__btn--secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(225, 31, 42, 0.28);
}

/* RIGHT PREVIEW */

.vg-sec10__preview {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vg-sec10__pdf-card {
  position: relative;
  z-index: 3;
  width: min(470px, 100%);
  padding: 24px;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 34px 90px rgba(17, 20, 25, 0.16);
  overflow: hidden;
}

.vg-sec10__pdf-card::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-sec10__pdf-top,
.vg-sec10__cover,
.vg-sec10__pdf-bottom {
  position: relative;
  z-index: 2;
}

.vg-sec10__pdf-top {
  padding: 18px;
  border-radius: 24px;
  background: #111419;
  color: #ffffff;
}

.vg-sec10__pdf-top span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.vg-sec10__pdf-top small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 650;
}

.vg-sec10__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-sec10__cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vg-sec10__pdf-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-sec10__pdf-bottom strong {
  display: block;
  color: #111419;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
  margin-bottom: 6px;
}

.vg-sec10__pdf-bottom span {
  display: block;
  color: #626d7a;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 650;
}

.vg-sec10__pdf-bottom small {
  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-sec10__floating {
  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(17, 20, 25, 0.18);
  color: #ffffff;
}

.vg-sec10__floating b {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  margin-bottom: 7px;
}

.vg-sec10__floating span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12.5px;
  line-height: 1.4;
  font-weight: 650;
}

.vg-sec10__floating--one {
  top: 84px;
  right: 4%;
}

.vg-sec10__floating--two {
  left: 2%;
  bottom: 98px;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-sec10 {
    padding: 92px 24px;
  }

  .vg-sec10__inner {
    grid-template-columns: 1fr;
  }

  .vg-sec10__preview {
    min-height: 560px;
  }

  .vg-sec10__floating--one {
    right: 12%;
  }

  .vg-sec10__floating--two {
    left: 12%;
  }
}

@media (max-width: 767px) {
  .vg-sec10 {
    padding: 72px 16px;
  }

  .vg-sec10__mark {
    top: 28px;
    right: -18px;
    font-size: 58px;
    letter-spacing: -4px;
  }

  .vg-sec10__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-sec10__label span {
    width: 30px;
  }

  .vg-sec10 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-sec10__content > p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-sec10__included {
    padding: 20px;
    border-radius: 24px;
  }

  .vg-sec10__btn {
    width: 100%;
  }

  .vg-sec10__preview {
    min-height: auto;
    display: block;
  }

  .vg-sec10__pdf-card {
    width: 100%;
    padding: 18px;
    border-radius: 28px;
  }

  .vg-sec10__cover {
    border-radius: 22px;
  }

  .vg-sec10__floating {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 14px;
  }

  .vg-sec10__floating--one,
  .vg-sec10__floating--two {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6594ab *//* =============================== */
/* VALVOLA GROUP - SEC 3 GROUP OF COMPANIES */
/* =============================== */

.vg-sec3,
.vg-sec3 * {
  box-sizing: border-box;
}

.vg-sec3 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(225, 31, 42, 0.16), transparent 32%),
    radial-gradient(circle at 86% 74%, rgba(225, 31, 42, 0.10), transparent 30%),
    linear-gradient(135deg, #111419 0%, #171c24 52%, #0d1015 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-sec3__pattern {
  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: 72px 72px;
  opacity: 0.28;
  z-index: 1;
  pointer-events: none;
}

.vg-sec3::before {
  content: "";
  position: absolute;
  right: -12%;
  top: -18%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(225, 31, 42, 0.16);
  filter: blur(20px);
  z-index: 1;
  pointer-events: none;
}

.vg-sec3::after {
  content: "GROUP";
  position: absolute;
  right: -24px;
  bottom: 34px;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(90px, 16vw, 240px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -10px;
  z-index: 1;
  pointer-events: none;
}

/* HEAD */

.vg-sec3__head {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1180px;
  margin-bottom: 54px;
}

.vg-sec3__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-sec3__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #ff3b45, rgba(255, 59, 69, 0));
}

.vg-sec3__head h2 {
  max-width: 1000px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -2.8px;
  font-weight: 950;
}

.vg-sec3__head h2 strong {
  display: block;
  color: rgba(255, 255, 255, 0.78);
}

.vg-sec3__head p {
  max-width: 820px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 450;
}

/* CARDS */

.vg-sec3__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 22px;
  align-items: stretch;
}

.vg-sec3__card {
  position: relative;
  min-height: 520px;
  padding: 28px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 26px 76px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.vg-sec3__card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 74, 82, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.155), rgba(255, 255, 255, 0.065)),
    rgba(255, 255, 255, 0.065);
}

.vg-sec3__card--featured {
  background:
    linear-gradient(180deg, rgba(225, 31, 42, 0.22), rgba(255, 255, 255, 0.065)),
    rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 74, 82, 0.30);
}

.vg-sec3__card-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 74, 82, 0.24), transparent 34%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.22) 100%);
  z-index: 1;
  pointer-events: none;
}

.vg-sec3__card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72%;
  height: 6px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
  z-index: 2;
}

.vg-sec3__top,
.vg-sec3__content {
  position: relative;
  z-index: 3;
}

.vg-sec3__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 56px;
}

.vg-sec3__number {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #111419;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.20);
}

.vg-sec3__badge {
  padding: 9px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.vg-sec3__content {
  margin-top: auto;
}

.vg-sec3__content h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.06;
  letter-spacing: -1.2px;
  font-weight: 950;
}

.vg-sec3__content > p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.75;
  font-weight: 450;
}

.vg-sec3__info {
  margin-top: 28px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.vg-sec3__info span {
  display: block;
  color: #ff4a52;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.vg-sec3__info strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
}

.vg-sec3__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.vg-sec3__meta div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.vg-sec3__meta span {
  display: block;
  color: rgba(255, 255, 255, 0.46);
  font-size: 11px;
  font-weight: 800;
  margin-bottom: 7px;
}

.vg-sec3__meta strong {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
}

/* BOTTOM CTA */

.vg-sec3__bottom {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.vg-sec3__bottom-left span {
  display: block;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.vg-sec3__bottom-left strong {
  display: block;
  color: #111419;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
}

.vg-sec3__btn {
  flex: 0 0 auto;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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-sec3__btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* TABLET */

@media (max-width: 1120px) {
  .vg-sec3 {
    padding: 92px 24px;
  }

  .vg-sec3__inner {
    grid-template-columns: 1fr;
  }

  .vg-sec3__card {
    min-height: auto;
  }

  .vg-sec3__top {
    margin-bottom: 46px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .vg-sec3 {
    padding: 72px 16px;
  }

  .vg-sec3::after {
    font-size: 84px;
    right: -16px;
    bottom: 18px;
    letter-spacing: -4px;
  }

  .vg-sec3__head {
    margin-bottom: 36px;
  }

  .vg-sec3__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-sec3__label span {
    width: 30px;
  }

  .vg-sec3__head h2 {
    font-size: clamp(34px, 10vw, 48px);
    letter-spacing: -1.6px;
    line-height: 1.04;
  }

  .vg-sec3__head p {
    margin-top: 20px;
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-sec3__card {
    padding: 20px;
    border-radius: 26px;
  }

  .vg-sec3__top {
    margin-bottom: 38px;
  }

  .vg-sec3__number {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .vg-sec3__badge {
    font-size: 10.5px;
    padding: 8px 11px;
  }

  .vg-sec3__content h3 {
    font-size: 27px;
  }

  .vg-sec3__content > p {
    font-size: 14.2px;
    line-height: 1.68;
  }

  .vg-sec3__meta {
    grid-template-columns: 1fr;
  }

  .vg-sec3__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 24px;
  }

  .vg-sec3__bottom-left strong {
    font-size: 16px;
  }

  .vg-sec3__btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e73c69e *//* =============================== */
/* VALVOLA GROUP - SEC 11 FORM CTA */
/* =============================== */

.vg-sec11-form,
.vg-sec11-form * {
  box-sizing: border-box;
}

.vg-sec11-form {
  position: relative;
  width: 100vw;
  min-height: 780px;
  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-sec11-form__bg {
  position: absolute;
  inset: 0;
  background-image: url("https://valvolagroup.com.my/wp-content/uploads/2026/05/WhatsApp-Image-2026-04-25-at-10.39.42-PM.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
  z-index: 1;
}

.vg-sec11-form__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10, 13, 18, 0.58) 0%,
      rgba(10, 13, 18, 0.70) 48%,
      rgba(10, 13, 18, 0.84) 100%
    ),
    radial-gradient(circle at 12% 18%, rgba(225, 31, 42, 0.20), transparent 34%),
    radial-gradient(circle at 88% 75%, rgba(225, 31, 42, 0.16), transparent 32%);
  z-index: 2;
}

.vg-sec11-form::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.20;
  pointer-events: none;
  z-index: 3;
}

.vg-sec11-form::after {
  content: "QUOTE";
  position: absolute;
  right: -24px;
  top: 42px;
  color: rgba(255, 255, 255, 0.04);
  font-size: clamp(78px, 14vw, 210px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 3;
}

.vg-sec11-form__inner {
  position: relative;
  z-index: 4;
  width: 100%;
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 54px;
  align-items: center;
}

/* LEFT FORM CARD */

.vg-sec11-form__form-card {
  position: relative;
  padding: 30px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.93);
  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);
  overflow: hidden;
}

.vg-sec11-form__form-card::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-sec11-form__form-head,
.vg-sec11-form__form {
  position: relative;
  z-index: 2;
}

.vg-sec11-form__form-head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(17, 20, 25, 0.08);
  margin-bottom: 22px;
}

.vg-sec11-form__form-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-sec11-form__form-head h3 {
  margin: 0;
  color: #111419;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.08;
  letter-spacing: -1px;
  font-weight: 950;
}

.vg-sec11-form__form-head p {
  margin: 14px 0 0;
  color: #626d7a;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.vg-sec11-form__form {
  display: grid;
  gap: 16px;
}

.vg-sec11-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.vg-sec11-form__field {
  display: grid;
  gap: 8px;
}

.vg-sec11-form__field label {
  color: #111419;
  font-size: 12.5px;
  line-height: 1;
  font-weight: 900;
}

.vg-sec11-form__field input,
.vg-sec11-form__field select,
.vg-sec11-form__field textarea {
  width: 100%;
  border: 1px solid rgba(17, 20, 25, 0.11);
  outline: none;
  border-radius: 16px;
  background: #ffffff;
  color: #111419;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 15px;
  transition: 0.22s ease;
  box-shadow: 0 10px 26px rgba(17, 20, 25, 0.04);
}

.vg-sec11-form__field input,
.vg-sec11-form__field select {
  min-height: 50px;
}

.vg-sec11-form__field textarea {
  resize: vertical;
  min-height: 130px;
}

.vg-sec11-form__field input::placeholder,
.vg-sec11-form__field textarea::placeholder {
  color: #8a94a3;
}

.vg-sec11-form__field input:focus,
.vg-sec11-form__field select:focus,
.vg-sec11-form__field textarea:focus {
  border-color: rgba(225, 31, 42, 0.55);
  box-shadow: 0 0 0 4px rgba(225, 31, 42, 0.10);
}

.vg-sec11-form__submit {
  min-height: 54px;
  border: none;
  border-radius: 999px;
  background: #e11f2a;
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(225, 31, 42, 0.28);
  transition: 0.25s ease;
}

.vg-sec11-form__submit:hover {
  transform: translateY(-3px);
  background: #c91620;
}

/* RIGHT CONTENT */

.vg-sec11-form__content {
  max-width: 880px;
}

.vg-sec11-form__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-sec11-form__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #ff4a52, rgba(255, 74, 82, 0));
}

.vg-sec11-form h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5.4vw, 78px);
  line-height: 1;
  letter-spacing: -3.2px;
  font-weight: 950;
}

.vg-sec11-form h2 strong {
  display: block;
  color: rgba(255, 255, 255, 0.76);
}

.vg-sec11-form__content > p {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.78;
  font-weight: 450;
}

.vg-sec11-form__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  max-width: 760px;
}

.vg-sec11-form__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
  font-size: 12.5px;
  font-weight: 850;
}

.vg-sec11-form__chips span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #ff4a52;
}

.vg-sec11-form__guide {
  max-width: 720px;
  margin-top: 34px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.vg-sec11-form__guide h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.4px;
}

.vg-sec11-form__guide-list {
  display: grid;
  gap: 12px;
}

.vg-sec11-form__guide-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
}

.vg-sec11-form__guide-list b {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #ffffff;
  color: #e11f2a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
}

.vg-sec11-form__guide-list span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13.8px;
  line-height: 1.5;
  font-weight: 650;
}

.vg-sec11-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.vg-sec11-form__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-sec11-form__btn--primary {
  color: #ffffff;
  background: #e11f2a;
  box-shadow: 0 18px 38px rgba(225, 31, 42, 0.32);
}

.vg-sec11-form__btn--primary:hover {
  transform: translateY(-3px);
  background: #c91620;
}

.vg-sec11-form__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-sec11-form__btn--secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.20);
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .vg-sec11-form {
    min-height: auto;
    padding: 92px 24px;
  }

  .vg-sec11-form__inner {
    grid-template-columns: 1fr;
  }

  .vg-sec11-form__content {
    order: 1;
  }

  .vg-sec11-form__form-card {
    order: 2;
  }
}

@media (max-width: 767px) {
  .vg-sec11-form {
    padding: 72px 16px;
  }

  .vg-sec11-form__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(10, 13, 18, 0.76) 0%,
        rgba(10, 13, 18, 0.76) 48%,
        rgba(10, 13, 18, 0.88) 100%
      ),
      radial-gradient(circle at 18% 12%, rgba(225, 31, 42, 0.18), transparent 38%);
  }

  .vg-sec11-form::after {
    top: 28px;
    right: -16px;
    font-size: 60px;
    letter-spacing: -4px;
  }

  .vg-sec11-form__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-sec11-form__label span {
    width: 30px;
  }

  .vg-sec11-form h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.04;
    letter-spacing: -1.8px;
  }

  .vg-sec11-form__content > p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-sec11-form__form-card {
    padding: 20px;
    border-radius: 26px;
  }

  .vg-sec11-form__row {
    grid-template-columns: 1fr;
  }

  .vg-sec11-form__form-head h3 {
    font-size: 25px;
  }

  .vg-sec11-form__submit,
  .vg-sec11-form__btn {
    width: 100%;
  }

  .vg-sec11-form__guide {
    padding: 20px;
    border-radius: 24px;
  }
}/* End custom CSS */