.elementor-124 .elementor-element.elementor-element-4a0ef25{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-124 .elementor-element.elementor-element-7af985e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-124 .elementor-element.elementor-element-b62f2b5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-124 .elementor-element.elementor-element-0f1b8bc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-124 .elementor-element.elementor-element-76ccfe4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d1094b1 *//* =============================== */
/* VALVOLA GROUP - CONTACT SEC 1 HERO */
/* =============================== */

.vg-contact-hero,
.vg-contact-hero * {
  box-sizing: border-box;
}

.vg-contact-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 dekat sini */
.vg-contact-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.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.03);
  z-index: 1;
}

.vg-contact-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(9, 12, 17, 0.80) 0%,
      rgba(9, 12, 17, 0.64) 42%,
      rgba(9, 12, 17, 0.36) 72%,
      rgba(9, 12, 17, 0.20) 100%
    ),
    linear-gradient(
      180deg,
      rgba(9, 12, 17, 0.14) 0%,
      rgba(9, 12, 17, 0.08) 50%,
      rgba(9, 12, 17, 0.72) 100%
    );
  z-index: 2;
}

.vg-contact-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-contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.28;
  z-index: 4;
  pointer-events: none;
}

/* FULL WIDTH INNER */

.vg-contact-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-contact-hero__content {
  width: 100%;
  padding-left: clamp(24px, 6vw, 92px);
  padding-right: clamp(24px, 5vw, 80px);
}

.vg-contact-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-contact-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-contact-hero h1 {
  max-width: 940px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 6.4vw, 88px);
  line-height: 0.97;
  letter-spacing: -3.8px;
  font-weight: 950;
}

.vg-contact-hero h1 strong {
  display: block;
  color: #ffffff;
  text-shadow: 0 18px 50px rgba(225,31,42,0.22);
}

.vg-contact-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-contact-hero__content > p {
  max-width: 790px;
  margin: 32px 0 0;
  color: rgba(255,255,255,0.86);
  font-size: 18px;
  line-height: 1.78;
  font-weight: 450;
}

.vg-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.vg-contact-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-contact-hero__btn--primary {
  color: #ffffff;
  background: #e11f2a;
  box-shadow: 0 18px 38px rgba(225,31,42,0.34);
}

.vg-contact-hero__btn--primary:hover {
  transform: translateY(-3px);
  background: #c91620;
}

.vg-contact-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-contact-hero__btn--secondary:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.20);
}

/* MINI BRANCH STATS */

.vg-contact-hero__mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  max-width: 740px;
  margin-top: 46px;
}

.vg-contact-hero__mini div {
  position: relative;
  min-height: 94px;
  padding: 18px 18px 18px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.vg-contact-hero__mini div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: #e11f2a;
}

.vg-contact-hero__mini strong {
  display: block;
  color: #ffffff;
  font-size: 23px;
  line-height: 1;
  font-weight: 950;
  margin-bottom: 10px;
}

.vg-contact-hero__mini span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 650;
}

/* RIGHT PANEL */

.vg-contact-hero__panel {
  width: auto;
  margin-right: clamp(24px, 6vw, 92px);
  padding: 30px;
  border-radius: 36px;
  background: rgba(255,255,255,0.91);
  color: #111419;
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 34px 90px rgba(0,0,0,0.28);
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
}

.vg-contact-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-contact-hero__panel-head,
.vg-contact-hero__list,
.vg-contact-hero__panel-bottom {
  position: relative;
  z-index: 2;
}

.vg-contact-hero__panel-head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(17,20,25,0.08);
  margin-bottom: 22px;
}

.vg-contact-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-contact-hero__panel-head h3 {
  margin: 0;
  color: #111419;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.9px;
  font-weight: 950;
}

.vg-contact-hero__list {
  display: grid;
  gap: 12px;
}

.vg-contact-hero__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(17,20,25,0.08);
  box-shadow: 0 12px 32px rgba(17,20,25,0.055);
}

.vg-contact-hero__item b {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 -10px 18px rgba(225,31,42,0.22);
}

.vg-contact-hero__item h4 {
  margin: 0 0 7px;
  color: #111419;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}

.vg-contact-hero__item p {
  margin: 0;
  color: #626d7a;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
}

.vg-contact-hero__panel-bottom {
  margin-top: 18px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(225,31,42,0.08);
  border: 1px solid rgba(225,31,42,0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.vg-contact-hero__panel-bottom span {
  color: #111419;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 850;
}

.vg-contact-hero__panel-bottom a {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 12px 16px;
  border-radius: 999px;
  color: #ffffff;
  background: #e11f2a;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 900;
  transition: 0.25s ease;
}

.vg-contact-hero__panel-bottom a:hover {
  background: #c91620;
  transform: translateY(-2px);
}

/* BOTTOM STRIP */

.vg-contact-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-contact-hero__strip::-webkit-scrollbar {
  display: none;
}

.vg-contact-hero__strip span {
  position: relative;
  flex: 0 0 auto;
  color: #20252d;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.vg-contact-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-contact-hero__inner {
    grid-template-columns: 1fr;
    padding: 135px 0 110px;
  }

  .vg-contact-hero__content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .vg-contact-hero__panel {
    margin: 48px 24px 0;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .vg-contact-hero {
    min-height: auto;
  }

  .vg-contact-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-contact-hero__inner {
    min-height: auto;
    padding: 112px 0 105px;
  }

  .vg-contact-hero__content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vg-contact-hero__label {
    font-size: 10.5px;
    letter-spacing: 1.1px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .vg-contact-hero h1 {
    font-size: clamp(40px, 12vw, 58px);
    letter-spacing: -2px;
    line-height: 1;
  }

  .vg-contact-hero h1 strong::after {
    height: 4px;
    margin-top: 12px;
  }

  .vg-contact-hero__content > p {
    margin-top: 24px;
    font-size: 15.5px;
    line-height: 1.7;
  }

  .vg-contact-hero__actions {
    margin-top: 28px;
  }

  .vg-contact-hero__btn {
    width: 100%;
    min-height: 50px;
  }

  .vg-contact-hero__mini {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .vg-contact-hero__panel {
    margin: 36px 16px 0;
    padding: 20px;
    border-radius: 26px;
  }

  .vg-contact-hero__item {
    grid-template-columns: 40px 1fr;
    padding: 14px;
  }

  .vg-contact-hero__item b {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .vg-contact-hero__panel-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .vg-contact-hero__panel-bottom a {
    text-align: center;
  }

  .vg-contact-hero__strip {
    padding: 15px 16px;
    justify-content: flex-start;
  }

  .vg-contact-hero__strip span {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-adc1f71 *//* =============================== */
/* VALVOLA GROUP - CONTACT SEC 2 FORM + QUICK ENQUIRY */
/* =============================== */

.vg-contact-sec2,
.vg-contact-sec2 * {
  box-sizing: border-box;
}

.vg-contact-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 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-contact-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-contact-sec2__mark {
  position: absolute;
  top: 38px;
  right: -34px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(70px, 13vw, 190px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

.vg-contact-sec2__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 42px;
  align-items: start;
}

/* FORM CARD */

.vg-contact-sec2__form-card {
  position: relative;
  padding: 32px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 28px 80px rgba(17, 20, 25, 0.13);
  overflow: hidden;
}

.vg-contact-sec2__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-contact-sec2__form-head,
.vg-contact-sec2__form {
  position: relative;
  z-index: 2;
}

.vg-contact-sec2__form-head {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(17, 20, 25, 0.08);
  margin-bottom: 24px;
}

.vg-contact-sec2__form-head span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  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-contact-sec2__form-head h2 {
  margin: 0;
  color: #111419;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.05;
  letter-spacing: -1.8px;
  font-weight: 950;
}

.vg-contact-sec2__form-head p {
  max-width: 720px;
  margin: 16px 0 0;
  color: #626d7a;
  font-size: 14.5px;
  line-height: 1.68;
  font-weight: 500;
}

/* FORM */

.vg-contact-sec2__form {
  display: grid;
  gap: 16px;
}

.vg-contact-sec2__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.vg-contact-sec2__field {
  display: grid;
  gap: 8px;
}

.vg-contact-sec2__field label {
  color: #111419;
  font-size: 12.5px;
  line-height: 1;
  font-weight: 900;
}

.vg-contact-sec2__field input,
.vg-contact-sec2__field select,
.vg-contact-sec2__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-contact-sec2__field input,
.vg-contact-sec2__field select {
  min-height: 50px;
}

.vg-contact-sec2__field textarea {
  resize: vertical;
  min-height: 150px;
}

.vg-contact-sec2__field input::placeholder,
.vg-contact-sec2__field textarea::placeholder {
  color: #8a94a3;
}

.vg-contact-sec2__field input:focus,
.vg-contact-sec2__field select:focus,
.vg-contact-sec2__field textarea:focus {
  border-color: rgba(225, 31, 42, 0.55);
  box-shadow: 0 0 0 4px rgba(225, 31, 42, 0.10);
}

.vg-contact-sec2__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-contact-sec2__submit:hover {
  transform: translateY(-3px);
  background: #c91620;
}

/* RIGHT GUIDE */

.vg-contact-sec2__guide {
  position: sticky;
  top: 110px;
}

.vg-contact-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-contact-sec2__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-contact-sec2__guide 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-contact-sec2__guide h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-contact-sec2__guide > p {
  max-width: 690px;
  margin: 28px 0 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-contact-sec2__checklist {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.vg-contact-sec2__checklist > div {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.90);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 16px 44px rgba(17, 20, 25, 0.065);
  overflow: hidden;
}

.vg-contact-sec2__checklist b {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 -10px 18px rgba(225, 31, 42, 0.22);
}

.vg-contact-sec2__checklist h3 {
  margin: 0 0 8px;
  color: #111419;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
}

.vg-contact-sec2__checklist span {
  display: block;
  color: #626d7a;
  font-size: 13.2px;
  line-height: 1.5;
  font-weight: 550;
}

.vg-contact-sec2__quick {
  margin-top: 22px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, #e11f2a 0%, #a81119 100%);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(225, 31, 42, 0.18);
}

.vg-contact-sec2__quick strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
  margin-bottom: 10px;
}

.vg-contact-sec2__quick p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13.8px;
  line-height: 1.62;
  font-weight: 500;
}

.vg-contact-sec2__quick a {
  display: inline-flex;
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #111419;
  background: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 950;
  transition: 0.25s ease;
}

.vg-contact-sec2__quick a:hover {
  transform: translateY(-2px);
  background: #f2f2f2;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
  .vg-contact-sec2 {
    padding: 92px 24px;
  }

  .vg-contact-sec2__inner {
    grid-template-columns: 1fr;
  }

  .vg-contact-sec2__guide {
    position: relative;
    top: auto;
  }
}

@media (max-width: 767px) {
  .vg-contact-sec2 {
    padding: 72px 16px;
  }

  .vg-contact-sec2__mark {
    top: 28px;
    right: -18px;
    font-size: 58px;
    letter-spacing: -4px;
  }

  .vg-contact-sec2__form-card {
    padding: 20px;
    border-radius: 26px;
  }

  .vg-contact-sec2__row {
    grid-template-columns: 1fr;
  }

  .vg-contact-sec2__form-head h2,
  .vg-contact-sec2__guide h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-contact-sec2__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-contact-sec2__label span {
    width: 30px;
  }

  .vg-contact-sec2__guide > p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-contact-sec2__checklist > div {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 20px;
  }

  .vg-contact-sec2__quick {
    padding: 20px;
    border-radius: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db1a407 *//* =============================== */
/* VALVOLA GROUP - CONTACT SEC 3 BRANCH OFFICES */
/* =============================== */

.vg-contact-sec3,
.vg-contact-sec3 * {
  box-sizing: border-box;
}

.vg-contact-sec3 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(225, 31, 42, 0.075), transparent 34%),
    radial-gradient(circle at 90% 78%, rgba(17, 20, 25, 0.055), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fb 50%, #edf1f5 100%);
  color: #111419;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  padding: 112px clamp(24px, 6vw, 92px);
}

.vg-contact-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-contact-sec3__mark {
  position: absolute;
  top: 38px;
  right: -38px;
  color: rgba(17, 20, 25, 0.035);
  font-size: clamp(68px, 12vw, 180px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -9px;
  pointer-events: none;
  z-index: 1;
}

/* TOP */

.vg-contact-sec3__top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 54% 46%;
  gap: 50px;
  align-items: end;
  margin-bottom: 50px;
}

.vg-contact-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-contact-sec3__label span {
  width: 44px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
}

.vg-contact-sec3 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-contact-sec3 h2 strong {
  display: block;
  color: #e11f2a;
}

.vg-contact-sec3__right p {
  max-width: 720px;
  margin: 0;
  color: #596472;
  font-size: 16.5px;
  line-height: 1.8;
  font-weight: 500;
}

.vg-contact-sec3__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-contact-sec3__btn:hover {
  transform: translateY(-2px);
  background: #c91620;
}

/* GRID */

.vg-contact-sec3__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.vg-contact-sec3__card {
  position: relative;
  min-height: 680px;
  padding: 28px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(17, 20, 25, 0.08);
  box-shadow: 0 22px 62px rgba(17, 20, 25, 0.09);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}

.vg-contact-sec3__card:hover {
  transform: translateY(-7px);
  border-color: rgba(225, 31, 42, 0.26);
  box-shadow: 0 32px 82px rgba(17, 20, 25, 0.13);
}

.vg-contact-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-contact-sec3__card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 5px;
  background: linear-gradient(90deg, #e11f2a, rgba(225, 31, 42, 0));
  pointer-events: none;
}

.vg-contact-sec3__card-head,
.vg-contact-sec3__card h3,
.vg-contact-sec3__card p,
.vg-contact-sec3__info,
.vg-contact-sec3__actions {
  position: relative;
  z-index: 2;
}

.vg-contact-sec3__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 42px;
}

.vg-contact-sec3__num {
  width: 52px;
  height: 52px;
  border-radius: 17px;
  background: #111419;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 950;
  box-shadow: inset 0 -10px 18px rgba(225, 31, 42, 0.22);
}

.vg-contact-sec3__card-head > 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-contact-sec3__card h3 {
  margin: 0;
  color: #111419;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -0.8px;
  font-weight: 950;
}

.vg-contact-sec3__card > p {
  margin: 18px 0 0;
  color: #626d7a;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 500;
}

.vg-contact-sec3__info {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.vg-contact-sec3__info div {
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(17, 20, 25, 0.075);
  box-shadow: 0 12px 32px rgba(17, 20, 25, 0.045);
}

.vg-contact-sec3__info b {
  display: block;
  color: #e11f2a;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.vg-contact-sec3__info span,
.vg-contact-sec3__info a {
  display: block;
  color: #4f5966;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
  text-decoration: none;
  word-break: break-word;
}

.vg-contact-sec3__info a:hover {
  color: #e11f2a;
}

.vg-contact-sec3__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
}

.vg-contact-sec3__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 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;
  text-align: center;
}

.vg-contact-sec3__action:hover {
  transform: translateY(-2px);
  border-color: rgba(225, 31, 42, 0.26);
}

.vg-contact-sec3__action--primary {
  color: #ffffff;
  background: #e11f2a;
  border-color: #e11f2a;
  box-shadow: 0 16px 34px rgba(225, 31, 42, 0.22);
}

.vg-contact-sec3__action--primary:hover {
  background: #c91620;
}

/* RED CARD */

.vg-contact-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-contact-sec3__card--red::after {
  background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}

.vg-contact-sec3__card--red .vg-contact-sec3__num {
  background: #ffffff;
  color: #e11f2a;
  box-shadow: none;
}

.vg-contact-sec3__card--red .vg-contact-sec3__card-head > span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
}

.vg-contact-sec3__card--red h3 {
  color: #ffffff;
}

.vg-contact-sec3__card--red > p {
  color: rgba(255, 255, 255, 0.78);
}

.vg-contact-sec3__card--red .vg-contact-sec3__info div {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.vg-contact-sec3__card--red .vg-contact-sec3__info b {
  color: #ffffff;
}

.vg-contact-sec3__card--red .vg-contact-sec3__info span,
.vg-contact-sec3__card--red .vg-contact-sec3__info a {
  color: rgba(255, 255, 255, 0.82);
}

.vg-contact-sec3__card--red .vg-contact-sec3__action {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.16);
}

.vg-contact-sec3__card--red .vg-contact-sec3__action--primary {
  color: #e11f2a;
  background: #ffffff;
  border-color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .vg-contact-sec3 {
    padding: 92px 24px;
  }

  .vg-contact-sec3__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vg-contact-sec3__grid {
    grid-template-columns: 1fr;
  }

  .vg-contact-sec3__card {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .vg-contact-sec3 {
    padding: 72px 16px;
  }

  .vg-contact-sec3__mark {
    top: 28px;
    right: -18px;
    font-size: 54px;
    letter-spacing: -4px;
  }

  .vg-contact-sec3__label {
    font-size: 10.5px;
    letter-spacing: 1.25px;
    margin-bottom: 18px;
  }

  .vg-contact-sec3__label span {
    width: 30px;
  }

  .vg-contact-sec3 h2 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    letter-spacing: -1.6px;
  }

  .vg-contact-sec3__right p {
    font-size: 14.8px;
    line-height: 1.7;
  }

  .vg-contact-sec3__btn {
    width: 100%;
  }

  .vg-contact-sec3__card {
    padding: 22px;
    border-radius: 24px;
  }

  .vg-contact-sec3__card-head {
    margin-bottom: 30px;
  }

  .vg-contact-sec3__card h3 {
    font-size: 24px;
  }

  .vg-contact-sec3__actions {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */