.elementor-51 .elementor-element.elementor-element-b1e19ba{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-e3d8ded{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-287049c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-4e0ebce{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-3cb2943{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-03bb9fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-77cf221{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-51 .elementor-element.elementor-element-9dc86e7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-dad9a85 *//* =============================== */
/* VALVOLA GROUP - ABOUT SEC 1 HERO */
/* =============================== */

.vg-about-hero,
.vg-about-hero * {
  box-sizing: border-box;
}

.vg-about-hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: #111419;
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
}

/* Tukar background image dekat sini */
.vg-about-hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("https://valvolagroup.com.my/wp-content/uploads/2026/05/WhatsApp-Image-2026-04-25-at-10.39.42-PM-1.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
  z-index: 1;
}

.vg-about-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(9, 12, 17, 0.78) 0%,
      rgba(9, 12, 17, 0.64) 42%,
      rgba(9, 12, 17, 0.34) 72%,
      rgba(9, 12, 17, 0.22) 100%
    ),
    linear-gradient(
      180deg,
      rgba(9, 12, 17, 0.18) 0%,
      rgba(9, 12, 17, 0.08) 50%,
      rgba(9, 12, 17, 0.72) 100%
    );
  z-index: 2;
}

.vg-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(225, 31, 42, 0.24), transparent 34%),
    radial-gradient(circle at 86% 68%, rgba(225, 31, 42, 0.13), transparent 34%);
  z-index: 3;
  pointer-events: none;
}

.vg-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.28;
  z-index: 4;
  pointer-events: none;
}

/* REAL FULL WIDTH INNER */
.vg-about-hero__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 56% 44%;
  align-items: center;
  padding: 150px 0 96px;
}

/* LEFT CONTENT */
.vg-about-hero__content {
  width: 100%;
  padding-left: clamp(24px, 6vw, 92px);
  padding-right: clamp(24px, 5vw, 80px);
}

.vg-about-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.20);
  backdrop-filter: blur(14px);
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.vg-about-hero__label span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e11f2a;
  box-shadow: 0 0 0 6px rgba(225,31,42,0.18);
}

.vg-about-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 6.4vw, 88px);
  line-height: 0.97;
  letter-spacing: -3.8px;
  font-weight: 950;
}

.vg-about-hero h1 strong {
  display: block;
  color: #ffffff;
  text-shadow: 0 18px 50px rgba(225,31,42,0.22);
}

.vg-about-hero h1 strong::after {
  content: "";
  display: block;
  width: min(330px, 62%);
  height: 5px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e11f2a, rgba(225,31,42,0));
}

.vg-about-hero__content > p {
  max-width: 760px;
  margin: 32px 0 0;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
  line-height: 1.78;
  font-weight: 450;
}

.vg-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.vg-about-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  transition: 0.25s ease;
}

.vg-about-hero__btn--primary {
  color: #ffffff;
  background: #e11f2a;
  box-shadow: 0 18px 38px rgba(225,31,42,0.34);
}

.vg-about-hero__btn--primary:hover {
  transform: translateY(-3px);
  background: #c91620;
}

.vg-about-hero__btn--secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.26);
  backdrop-filter: blur(14px);
}

.vg-about-hero__btn--secondary:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.20);
}

/* RIGHT PANEL */
.vg-about-hero__panel {
  width: 100%;
  margin-right: clamp(24px, 6vw, 92px);
  padding: 30px;
  border-radius: 36px;
  background: rgba(255,255,255,0.90);
  color: #111419;
  border: 1px solid rgba(255,255,255,0.70);
  box-shadow: 0 34px 90px rgba(0,0,0,0.28);
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
}

.vg-about-hero__panel::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -110px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(225,31,42,0.12);
  pointer-events: none;
}

.vg-about-hero__panel-head,
.vg-about-hero__stats,
.vg-about-hero__focus {
  position: relative;
  z-index: 2;
}

.vg-about-hero__panel-head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(17,20,25,0.08);
  margin-bottom: 22px;
}

.vg-about-hero__panel-head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #e11f2a;
  background: rgba(225,31,42,0.08);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.vg-about-hero__panel-head h3 {
  margin: 0;
  color: #111419;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.9px;
  font-weight: 950;
}

.vg-about-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.vg-about-hero__stat {
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(17,20,25,0.08);
  box-shadow: 0 12px 32px rgba(17,20,25,0.055);
}

.vg-about-hero__stat strong {
  display: block;
  color: #111419;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -1px;
  margin-bottom: 9px;
}

.vg-about-hero__stat span {
  display: block;
  color: #626d7a;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 750;
}

.vg-about-hero__focus {
  margin-top: 16px;
  padding: 20px;
  border-radius: 22px;
  background: #111419;
  color: #ffffff;
  overflow: hidden;
}

.vg-about-hero__focus span {
  display: block;
  color: #ff4a52;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vg-about-hero__focus p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 13.5px;
  line-height: 1.65;
  font-weight: 500;
}

/* BOTTOM STRIP */
.vg-about-hero__strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  padding: 18px clamp(24px, 6vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  background: rgba(255,255,255,0.93);
  border-top: 1px solid rgba(255,255,255,0.72);
  backdrop-filter: blur(14px);
  overflow-x: auto;
  scrollbar-width: none;
}

.vg-about-hero__strip::-webkit-scrollbar {
  display: none;
}

.vg-about-hero__strip span {
  position: relative;
  flex: 0 0 auto;
  color: #20252d;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.vg-about-hero__strip span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #e11f2a;
}

/* TABLET */
@media (max-width: 1100px) {
  .vg-about-hero__inner {
    grid-template-columns: 1fr;
    padding: 135px 0 110px;
  }

  .vg-about-hero__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vg-about-hero__panel {
    width: auto;
    margin: 48px 24px 0;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .vg-about-hero {
    min-height: auto;
  }

  .vg-about-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(9,12,17,0.72) 0%,
        rgba(9,12,17,0.62) 42%,
        rgba(9,12,17,0.82) 100%
      );
  }

  .vg-about-hero__inner {
    min-height: auto;
    padding: 112px 0 105px;
  }

  .vg-about-hero__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vg-about-hero__label {
    font-size: 10.5px;
    letter-spacing: 1.1px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .vg-about-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
    letter-spacing: -2px;
    line-height: 1;
  }

  .vg-about-hero h1 strong::after {
    height: 4px;
    margin-top: 12px;
  }

  .vg-about-hero__content > p {
    margin-top: 24px;
    font-size: 15.5px;
    line-height: 1.7;
  }

  .vg-about-hero__actions {
    margin-top: 28px;
  }

  .vg-about-hero__btn {
    width: 100%;
    min-height: 50px;
  }

  .vg-about-hero__panel {
    margin: 36px 16px 0;
    padding: 20px;
    border-radius: 26px;
  }

  .vg-about-hero__stats {
    grid-template-columns: 1fr;
  }

  .vg-about-hero__strip {
    padding: 15px 16px;
    justify-content: flex-start;
  }

  .vg-about-hero__strip span {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-828038e *//* =============================== */
/* VALVOLA GROUP - ABOUT SEC 2 COMPANY PROFILE */
/* =============================== */

.vg-about-sec2,
.vg-about-sec2 * {
  box-sizing: border-box;
}

.vg-about-sec2 {
  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 92% 80%, rgba(17, 20, 25, 0.055), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 52%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px 0;
}

.vg-about-sec2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 20, 25, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 25, 0.032) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.38;
  pointer-events: none;
  z-index: 1;
}

.vg-about-sec2__mark {
  position: absolute;
  top: 38px;
  right: -34px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(76px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-about-sec2__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  gap: 0;
}

/* LEFT MEDIA */

.vg-about-sec2__media {
  position: relative;
  width: 100%;
  padding-left: clamp(24px, 6vw, 92px);
  padding-right: clamp(20px, 4vw, 64px);
}

.vg-about-sec2__image {
  position: relative;
  width: 100%;
  min-height: 650px;
  border-radius: 0 42px 42px 0;
  overflow: hidden;
  background: #dfe4ea;
  box-shadow: 0 34px 90px rgba(17, 20, 25, 0.16);
}

.vg-about-sec2__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 20, 25, 0.04), rgba(17, 20, 25, 0.22)),
    radial-gradient(circle at 25% 20%, rgba(225, 31, 42, 0.18), transparent 40%);
  z-index: 2;
  pointer-events: none;
}

.vg-about-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-about-sec2__image img {
  width: 100%;
  height: 650px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.vg-about-sec2__card {
  position: absolute;
  right: 22px;
  bottom: 46px;
  width: min(290px, 72%);
  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-about-sec2__card span {
  display: block;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.vg-about-sec2__card strong {
  display: block;
  color: #111419;
  font-size: 58px;
  line-height: 0.9;
  letter-spacing: -2px;
  font-weight: 950;
  margin-bottom: 14px;
}

.vg-about-sec2__card p {
  margin: 0;
  color: #5d6671;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}

/* RIGHT CONTENT */

.vg-about-sec2__content {
  width: 100%;
  padding-left: clamp(24px, 5vw, 82px);
  padding-right: clamp(24px, 6vw, 92px);
}

.vg-about-sec2__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-about-sec2__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-about-sec2 h2 {
  max-width: 860px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.8px;
  font-weight: 950;
}

.vg-about-sec2 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-about-sec2__lead {
  max-width: 820px;
  margin: 28px 0 0;
  color: #343b45;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 520;
}

.vg-about-sec2__text {
  max-width: 800px;
  margin: 16px 0 0;
  color: #66707c;
  font-size: 15.5px;
  line-height: 1.78;
  font-weight: 500;
}

/* STATS */

.vg-about-sec2__stats {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.2fr;
  gap: 14px;
  margin-top: 34px;
}

.vg-about-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-about-sec2__stats div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #e11f2a;
}

.vg-about-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-about-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-about-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;
}

/* SCOPE */

.vg-about-sec2__scope {
  margin-top: 34px;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 20px 55px rgba(17, 20, 25, 0.075);
}

.vg-about-sec2__scope h3 {
  margin: 0 0 18px;
  color: #111419;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.45px;
}

.vg-about-sec2__scope-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vg-about-sec2__scope-grid 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-about-sec2__scope-grid span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #e11f2a;
}

/* TABLET */

@media (max-width: 1120px) {
  .vg-about-sec2 {
    padding: 90px 0;
  }

  .vg-about-sec2__inner {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .vg-about-sec2__media {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vg-about-sec2__image {
    min-height: 460px;
    border-radius: 32px;
  }

  .vg-about-sec2__image img {
    height: 460px;
  }

  .vg-about-sec2__card {
    right: 46px;
    bottom: 34px;
  }

  .vg-about-sec2__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .vg-about-sec2 {
    padding: 70px 0;
  }

  .vg-about-sec2__mark {
    top: 26px;
    right: -22px;
    font-size: 70px;
    letter-spacing: -4px;
  }

  .vg-about-sec2__inner {
    gap: 38px;
  }

  .vg-about-sec2__media {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vg-about-sec2__image {
    min-height: 340px;
    border-radius: 24px;
  }

  .vg-about-sec2__image img {
    height: 340px;
  }

  .vg-about-sec2__card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -42px;
    padding: 20px;
    border-radius: 22px;
  }

  .vg-about-sec2__card strong {
    font-size: 44px;
  }

  .vg-about-sec2__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vg-about-sec2__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-about-sec2__label span {
    width: 30px;
  }

  .vg-about-sec2 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-about-sec2__lead {
    margin-top: 22px;
    font-size: 15.5px;
    line-height: 1.72;
  }

  .vg-about-sec2__text {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .vg-about-sec2__stats {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .vg-about-sec2__scope {
    padding: 20px;
    border-radius: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d04ac8a *//* =============================== */
/* VALVOLA GROUP - ABOUT SEC 3 OUR MISSION */
/* =============================== */

.vg-about-sec3,
.vg-about-sec3 * {
  box-sizing: border-box;
}

.vg-about-sec3 {
  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.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-about-sec3::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 20, 25, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 25, 0.032) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.38;
  pointer-events: none;
  z-index: 1;
}

.vg-about-sec3__mark {
  position: absolute;
  top: 38px;
  right: -32px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(76px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-about-sec3__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 42px;
  align-items: start;
}

/* LEFT CONTENT */

.vg-about-sec3__content {
  position: sticky;
  top: 110px;
}

.vg-about-sec3__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-about-sec3__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-about-sec3 h2 {
  max-width: 760px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.8px;
  font-weight: 950;
}

.vg-about-sec3 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-about-sec3__content > p {
  max-width: 660px;
  margin: 28px 0 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-about-sec3__statement {
  margin-top: 34px;
  padding: 28px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 12%, rgba(225, 31, 42, 0.18), transparent 36%),
    linear-gradient(135deg, #111419 0%, #202630 100%);
  box-shadow: 0 26px 70px rgba(17, 20, 25, 0.16);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.vg-about-sec3__statement::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.22;
  pointer-events: none;
}

.vg-about-sec3__statement span,
.vg-about-sec3__statement h3 {
  position: relative;
  z-index: 2;
}

.vg-about-sec3__statement span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(225, 31, 42, 0.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.vg-about-sec3__statement h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.16;
  letter-spacing: -0.9px;
  font-weight: 950;
}

/* RIGHT CARDS */

.vg-about-sec3__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.vg-about-sec3__card {
  position: relative;
  min-height: 270px;
  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-about-sec3__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-about-sec3__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(225, 31, 42, 0.10), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(17, 20, 25, 0.025));
  pointer-events: none;
}

.vg-about-sec3__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-about-sec3__card--wide {
  grid-column: span 2;
}

.vg-about-sec3__card--red {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #e11f2a 0%, #a81119 100%);
  border-color: rgba(225, 31, 42, 0.20);
}

.vg-about-sec3__card--red::after {
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.vg-about-sec3__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;
  box-shadow: inset 0 -10px 18px rgba(225, 31, 42, 0.22);
}

.vg-about-sec3__card--red .vg-about-sec3__num {
  background: #ffffff;
  color: #e11f2a;
  box-shadow: none;
}

.vg-about-sec3__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-about-sec3__card p {
  position: relative;
  z-index: 2;
  margin: 15px 0 0;
  color: #626d7a;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.vg-about-sec3__card--red h3 {
  color: #ffffff;
}

.vg-about-sec3__card--red p {
  color: rgba(255, 255, 255, 0.78);
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-about-sec3 {
    padding: 92px 24px;
  }

  .vg-about-sec3__inner {
    grid-template-columns: 1fr;
  }

  .vg-about-sec3__content {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .vg-about-sec3 {
    padding: 72px 16px;
  }

  .vg-about-sec3__mark {
    top: 28px;
    right: -16px;
    font-size: 64px;
    letter-spacing: -4px;
  }

  .vg-about-sec3__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-about-sec3__label span {
    width: 30px;
  }

  .vg-about-sec3 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-about-sec3__content > p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-about-sec3__statement {
    padding: 22px;
    border-radius: 24px;
  }

  .vg-about-sec3__statement h3 {
    font-size: 24px;
  }

  .vg-about-sec3__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vg-about-sec3__card,
  .vg-about-sec3__card--wide {
    grid-column: span 1;
  }

  .vg-about-sec3__card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .vg-about-sec3__num {
    margin-bottom: 24px;
  }

  .vg-about-sec3__card h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59a1bdd *//* =============================== */
/* VALVOLA GROUP - ABOUT SEC 5 GROUP OF COMPANIES */
/* =============================== */

.vg-about-sec5,
.vg-about-sec5 * {
  box-sizing: border-box;
}

.vg-about-sec5 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(225, 31, 42, 0.075), transparent 34%),
    radial-gradient(circle at 90% 78%, rgba(17, 20, 25, 0.055), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 50%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-about-sec5::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 20, 25, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 25, 0.032) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.38;
  pointer-events: none;
  z-index: 1;
}

.vg-about-sec5__mark {
  position: absolute;
  top: 38px;
  right: -30px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(76px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

/* TOP */

.vg-about-sec5__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 50px;
  align-items: end;
  margin-bottom: 50px;
}

.vg-about-sec5__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e11f2a;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-about-sec5__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-about-sec5 h2 {
  max-width: 960px;
  margin: 0;
  color: #111419;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -2.9px;
  font-weight: 950;
}

.vg-about-sec5 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-about-sec5__right p {
  max-width: 720px;
  margin: 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-about-sec5__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 24px;
  padding: 15px 24px;
  border-radius: 999px;
  color: #ffffff;
  background: #e11f2a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(225, 31, 42, 0.24);
  transition: 0.25s ease;
}

.vg-about-sec5__btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* LAYOUT */

.vg-about-sec5__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 32% 68%;
  gap: 24px;
  align-items: stretch;
}

.vg-about-sec5__feature {
  position: relative;
  min-height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 16%, rgba(225, 31, 42, 0.18), transparent 36%),
    linear-gradient(135deg, #111419 0%, #202630 100%);
  box-shadow: 0 24px 70px rgba(17, 20, 25, 0.16);
}

.vg-about-sec5__feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.22;
  pointer-events: none;
}

.vg-about-sec5__feature::after {
  content: "VALVOLA";
  position: absolute;
  right: -18px;
  bottom: 22px;
  color: rgba(255, 255, 255, 0.045);
  font-size: 76px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -4px;
  pointer-events: none;
}

.vg-about-sec5__feature-inner {
  position: relative;
  z-index: 2;
  min-height: 100%;
  padding: 34px;
  display: flex;
  flex-direction: column;
}

.vg-about-sec5__feature-inner > span {
  width: fit-content;
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(225, 31, 42, 0.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.vg-about-sec5__feature h3 {
  margin: 76px 0 0;
  color: #ffffff;
  font-size: clamp(26px, 2.8vw, 40px);
  line-height: 1.1;
  letter-spacing: -1.1px;
  font-weight: 950;
}

.vg-about-sec5__feature p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14.8px;
  line-height: 1.72;
  font-weight: 450;
}

.vg-about-sec5__mini-grid {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 34px;
}

.vg-about-sec5__mini-grid div {
  padding: 17px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.105);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.vg-about-sec5__mini-grid strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  margin-bottom: 8px;
}

.vg-about-sec5__mini-grid small {
  display: block;
  color: rgba(255, 255, 255, 0.60);
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 650;
}

/* CARDS */

.vg-about-sec5__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.vg-about-sec5__card {
  position: relative;
  min-height: 560px;
  padding: 26px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 20px 55px rgba(17, 20, 25, 0.075);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}

.vg-about-sec5__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-about-sec5__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-about-sec5__card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 5px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
  pointer-events: none;
}

.vg-about-sec5__card--red {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #e11f2a 0%, #a81119 100%);
  border-color: rgba(225, 31, 42, 0.20);
}

.vg-about-sec5__card--red::after {
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.vg-about-sec5__card-top,
.vg-about-sec5__card h3,
.vg-about-sec5__card p,
.vg-about-sec5__info,
.vg-about-sec5__tags {
  position: relative;
  z-index: 2;
}

.vg-about-sec5__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 44px;
}

.vg-about-sec5__num {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 -10px 18px rgba(225, 31, 42, 0.22);
}

.vg-about-sec5__card-top > span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  color: #e11f2a;
  background: rgba(225, 31, 42, 0.08);
  font-size: 11px;
  font-weight: 950;
  white-space: nowrap;
}

.vg-about-sec5__card h3 {
  margin: 0;
  color: #111419;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.8px;
  font-weight: 950;
}

.vg-about-sec5__card p {
  margin: 18px 0 0;
  color: #626d7a;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 500;
}

.vg-about-sec5__info {
  margin-top: 26px;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(17, 20, 25, 0.075);
  box-shadow: 0 12px 32px rgba(17, 20, 25, 0.045);
}

.vg-about-sec5__info b {
  display: block;
  color: #e11f2a;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.vg-about-sec5__info span {
  display: block;
  color: #4f5966;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 600;
}

.vg-about-sec5__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}

.vg-about-sec5__tags span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  color: #303843;
  background: #f1f3f6;
  border: 1px solid rgba(17, 20, 25, 0.07);
  font-size: 11.5px;
  line-height: 1;
  font-weight: 850;
}

/* RED CARD TEXT */

.vg-about-sec5__card--red .vg-about-sec5__num {
  background: #ffffff;
  color: #e11f2a;
  box-shadow: none;
}

.vg-about-sec5__card--red .vg-about-sec5__card-top > span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.vg-about-sec5__card--red h3 {
  color: #ffffff;
}

.vg-about-sec5__card--red p {
  color: rgba(255, 255, 255, 0.78);
}

.vg-about-sec5__card--red .vg-about-sec5__info {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.vg-about-sec5__card--red .vg-about-sec5__info b {
  color: #ffffff;
}

.vg-about-sec5__card--red .vg-about-sec5__info span {
  color: rgba(255, 255, 255, 0.78);
}

.vg-about-sec5__card--red .vg-about-sec5__tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.16);
}

/* RESPONSIVE */

@media (max-width: 1280px) {
  .vg-about-sec5__layout {
    grid-template-columns: 1fr;
  }

  .vg-about-sec5__feature h3 {
    margin-top: 56px;
  }
}

@media (max-width: 1080px) {
  .vg-about-sec5 {
    padding: 92px 24px;
  }

  .vg-about-sec5__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vg-about-sec5__cards {
    grid-template-columns: 1fr;
  }

  .vg-about-sec5__card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .vg-about-sec5 {
    padding: 72px 16px;
  }

  .vg-about-sec5__mark {
    top: 28px;
    right: -16px;
    font-size: 62px;
    letter-spacing: -4px;
  }

  .vg-about-sec5__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-about-sec5__label span {
    width: 30px;
  }

  .vg-about-sec5 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-about-sec5__right p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-about-sec5__btn {
    width: 100%;
  }

  .vg-about-sec5__feature {
    border-radius: 24px;
  }

  .vg-about-sec5__feature-inner {
    padding: 22px;
  }

  .vg-about-sec5__feature h3 {
    margin-top: 42px;
    font-size: 26px;
  }

  .vg-about-sec5__card {
    padding: 22px;
    border-radius: 24px;
  }

  .vg-about-sec5__card-top {
    margin-bottom: 32px;
  }

  .vg-about-sec5__card h3 {
    font-size: 24px;
  }

  .vg-about-sec5__info {
    padding: 16px;
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c94aeee *//* =============================== */
/* VALVOLA GROUP - ABOUT SEC 7 QUALITY & CERTIFICATIONS */
/* =============================== */

.vg-about-sec7,
.vg-about-sec7 * {
  box-sizing: border-box;
}

.vg-about-sec7 {
  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.08), transparent 34%),
    radial-gradient(circle at 90% 78%, rgba(17, 20, 25, 0.055), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 50%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-about-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-about-sec7__mark {
  position: absolute;
  top: 38px;
  right: -30px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(76px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-about-sec7__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 28px;
  align-items: stretch;
}

/* LEFT DARK PANEL */

.vg-about-sec7__panel {
  position: relative;
  min-height: 100%;
  border-radius: 36px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 16%, rgba(225, 31, 42, 0.22), transparent 38%),
    linear-gradient(135deg, #111419 0%, #202630 100%);
  box-shadow: 0 28px 80px rgba(17, 20, 25, 0.18);
}

.vg-about-sec7__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.22;
  pointer-events: none;
}

.vg-about-sec7__panel::after {
  content: "VALVOLA";
  position: absolute;
  right: -24px;
  bottom: 24px;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(54px, 6vw, 92px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -5px;
  pointer-events: none;
}

.vg-about-sec7__panel-inner {
  position: relative;
  z-index: 2;
  min-height: 100%;
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vg-about-sec7__panel-inner > span {
  width: fit-content;
  display: inline-flex;
  margin-bottom: 24px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(225, 31, 42, 0.72);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.15px;
  text-transform: uppercase;
}

.vg-about-sec7 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: 1.02;
  letter-spacing: -2.8px;
  font-weight: 950;
}

.vg-about-sec7 h2 strong {
  display: block;
  color: rgba(255, 255, 255, 0.76);
}

.vg-about-sec7__panel p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 16px;
  line-height: 1.78;
  font-weight: 450;
}

.vg-about-sec7__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.vg-about-sec7__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.vg-about-sec7__btn--primary {
  color: #ffffff;
  background: #e11f2a;
  box-shadow: 0 18px 38px rgba(225, 31, 42, 0.28);
}

.vg-about-sec7__btn--primary:hover {
  transform: translateY(-3px);
  background: #c91620;
}

.vg-about-sec7__btn--secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
}

.vg-about-sec7__btn--secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.20);
}

/* RIGHT CERT LIST */

.vg-about-sec7__certs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.vg-about-sec7__cert {
  position: relative;
  min-height: 160px;
  padding: 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 18px 48px rgba(17, 20, 25, 0.07);
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  overflow: hidden;
  transition: 0.25s ease;
}

.vg-about-sec7__cert:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 31, 42, 0.26);
  box-shadow: 0 26px 70px rgba(17, 20, 25, 0.11);
}

.vg-about-sec7__cert::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-about-sec7__cert::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 4px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
  pointer-events: none;
}

.vg-about-sec7__icon,
.vg-about-sec7__cert h3,
.vg-about-sec7__cert p {
  position: relative;
  z-index: 2;
}

.vg-about-sec7__icon {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  box-shadow: inset 0 -10px 18px rgba(225, 31, 42, 0.22);
}

.vg-about-sec7__cert h3 {
  margin: 0;
  color: #111419;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.35px;
  font-weight: 950;
}

.vg-about-sec7__cert p {
  margin: 8px 0 0;
  color: #626d7a;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}

/* RED CERT */

.vg-about-sec7__cert--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-about-sec7__cert--red::after {
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.vg-about-sec7__cert--red .vg-about-sec7__icon {
  background: #ffffff;
  color: #e11f2a;
  box-shadow: none;
}

.vg-about-sec7__cert--red h3 {
  color: #ffffff;
}

.vg-about-sec7__cert--red p {
  color: rgba(255, 255, 255, 0.78);
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-about-sec7 {
    padding: 92px 24px;
  }

  .vg-about-sec7__inner {
    grid-template-columns: 1fr;
  }

  .vg-about-sec7__panel-inner {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .vg-about-sec7 {
    padding: 72px 16px;
  }

  .vg-about-sec7__mark {
    top: 28px;
    right: -16px;
    font-size: 62px;
    letter-spacing: -4px;
  }

  .vg-about-sec7__panel {
    border-radius: 26px;
  }

  .vg-about-sec7__panel-inner {
    padding: 22px;
  }

  .vg-about-sec7 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-about-sec7__panel p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-about-sec7__btn {
    width: 100%;
  }

  .vg-about-sec7__certs {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vg-about-sec7__cert {
    min-height: auto;
    padding: 18px;
    border-radius: 22px;
    grid-template-columns: 56px 1fr;
  }

  .vg-about-sec7__icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-363eb97 *//* =============================== */
/* VALVOLA GROUP - ABOUT SEC 8 FINAL CTA */
/* =============================== */

.vg-about-sec8,
.vg-about-sec8 * {
  box-sizing: border-box;
}

.vg-about-sec8 {
  position: relative;
  width: 100vw;
  min-height: 720px;
  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-about-sec8__bg {
  position: absolute;
  inset: 0;
  background-image: url("https://valvolagroup.com.my/wp-content/uploads/2026/05/WhatsApp-Image-2026-04-25-at-10.39.42-PM-2.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
  z-index: 1;
}

.vg-about-sec8__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(10, 13, 18, 0.82) 0%,
      rgba(10, 13, 18, 0.70) 45%,
      rgba(10, 13, 18, 0.46) 100%
    ),
    radial-gradient(circle at 12% 18%, rgba(225, 31, 42, 0.24), transparent 34%),
    radial-gradient(circle at 88% 75%, rgba(225, 31, 42, 0.16), transparent 32%);
  z-index: 2;
}

.vg-about-sec8::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.22;
  pointer-events: none;
  z-index: 3;
}

.vg-about-sec8::after {
  content: "VALVOLA";
  position: absolute;
  right: -28px;
  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-about-sec8__inner {
  position: relative;
  z-index: 4;
  width: 100%;
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 52px;
  align-items: center;
}

/* LEFT CONTENT */

.vg-about-sec8__content {
  max-width: 920px;
}

.vg-about-sec8__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ff4a52;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.vg-about-sec8__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #ff4a52, rgba(255, 74, 82, 0));
}

.vg-about-sec8 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5.4vw, 78px);
  line-height: 1;
  letter-spacing: -3.2px;
  font-weight: 950;
}

.vg-about-sec8 h2 strong {
  display: block;
  color: rgba(255, 255, 255, 0.76);
}

.vg-about-sec8__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-about-sec8__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  max-width: 780px;
}

.vg-about-sec8__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-about-sec8__chips span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #ff4a52;
}

/* RIGHT CARD */

.vg-about-sec8__card {
  position: relative;
  padding: 30px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.92);
  color: #111419;
  border: 1px solid rgba(255, 255, 255, 0.70);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.vg-about-sec8__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-about-sec8__card-head,
.vg-about-sec8__actions,
.vg-about-sec8__info {
  position: relative;
  z-index: 2;
}

.vg-about-sec8__card-head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(17, 20, 25, 0.08);
  margin-bottom: 22px;
}

.vg-about-sec8__card-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-about-sec8__card-head h3 {
  margin: 0;
  color: #111419;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.9px;
  font-weight: 950;
}

.vg-about-sec8__actions {
  display: grid;
  gap: 12px;
}

.vg-about-sec8__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
  transition: 0.25s ease;
}

.vg-about-sec8__btn--primary {
  color: #ffffff;
  background: #e11f2a;
  box-shadow: 0 18px 38px rgba(225, 31, 42, 0.28);
}

.vg-about-sec8__btn--primary:hover {
  transform: translateY(-3px);
  background: #c91620;
}

.vg-about-sec8__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-about-sec8__btn--secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(225, 31, 42, 0.28);
}

.vg-about-sec8__info {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.vg-about-sec8__info div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 15px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 12px 32px rgba(17, 20, 25, 0.045);
}

.vg-about-sec8__info b {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 -10px 18px rgba(225, 31, 42, 0.22);
}

.vg-about-sec8__info span {
  color: #596472;
  font-size: 13px;
  line-height: 1.48;
  font-weight: 650;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-about-sec8 {
    min-height: auto;
    padding: 92px 24px;
  }

  .vg-about-sec8__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .vg-about-sec8 {
    padding: 72px 16px;
  }

  .vg-about-sec8__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(10, 13, 18, 0.80) 0%,
        rgba(10, 13, 18, 0.72) 48%,
        rgba(10, 13, 18, 0.88) 100%
      ),
      radial-gradient(circle at 18% 12%, rgba(225, 31, 42, 0.18), transparent 38%);
  }

  .vg-about-sec8::after {
    top: 28px;
    right: -16px;
    font-size: 58px;
    letter-spacing: -4px;
  }

  .vg-about-sec8__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-about-sec8__label span {
    width: 30px;
  }

  .vg-about-sec8 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.04;
    letter-spacing: -1.8px;
  }

  .vg-about-sec8__content > p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-about-sec8__card {
    padding: 20px;
    border-radius: 26px;
  }

  .vg-about-sec8__info div {
    grid-template-columns: 38px 1fr;
    padding: 14px;
  }

  .vg-about-sec8__info b {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }
}/* End custom CSS */