.elementor-30 .elementor-element.elementor-element-76e1453{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:100px;--padding-bottom:100px;--padding-left:10px;--padding-right:10px;}.elementor-30 .elementor-element.elementor-element-76e1453:not(.elementor-motion-effects-element-type-background), .elementor-30 .elementor-element.elementor-element-76e1453 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://vikingenergy.se/wp-content/uploads/hero2.webp");background-position:center center;background-repeat:no-repeat;background-size:contain;}.elementor-30 .elementor-element.elementor-element-4000723{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-30 .elementor-element.elementor-element-9f1ea55{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-30 .elementor-element.elementor-element-4000723{--width:60%;}.elementor-30 .elementor-element.elementor-element-9f1ea55{--width:40%;}}@media(max-width:1024px){.elementor-30 .elementor-element.elementor-element-76e1453{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}}@media(max-width:767px){.elementor-30 .elementor-element.elementor-element-76e1453{--padding-top:25px;--padding-bottom:25px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for html, class: .elementor-element-7b3d00b */.ve-hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 40px 20px;
}

.ve-hero-inner {
  text-align: left;
}

.ve-hero-title {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e8d2a0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.ve-hero-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 520px;
  margin: 0 0 18px;
}

.ve-hero-divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(201, 160, 87, 0),
    rgba(201, 160, 87, 0.7),
    rgba(201, 160, 87, 0)
  );
}

.ve-divider-dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: radial-gradient(circle, #e8d2a0 0%, #b8873a 100%);
  box-shadow: 0 0 10px rgba(201, 160, 87, 0.5);
}

.ve-hero-subtitle {
  margin: 0 0 28px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d9bf86;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
}

.ve-hero-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 0 28px;
  border: 1px solid rgba(201, 160, 87, 0.45);
  background: linear-gradient(
    180deg,
    rgba(18, 18, 24, 0.92) 0%,
    rgba(10, 10, 14, 0.96) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 24px rgba(0, 0, 0, 0.28);
  border-radius: 4px;
  color: #d9bf86;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ve-hero-button:hover {
  transform: translateY(-1px);
  border-color: rgba(232, 210, 160, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 30px rgba(0, 0, 0, 0.32);
  color: #f0ddb3;
}

.ve-icons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

.ve-icons span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.95;
}

/* Tablet */
@media (max-width: 1024px) {
  .ve-hero-title {
    font-size: 56px;
  }

  .ve-hero-subtitle {
    font-size: 20px;
  }

  .ve-hero-button {
    min-height: 56px;
    padding: 0 22px;
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ve-hero-content {
    max-width: 100%;
    padding: 20px 16px;
  }

  .ve-hero-title {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .ve-hero-divider {
    gap: 10px;
    margin-bottom: 12px;
  }

  .ve-hero-subtitle {
    font-size: 14px;
    letter-spacing: 0.16em;
    margin-bottom: 20px;
  }

  .ve-hero-button {
    min-height: 52px;
    padding: 0 18px;
    font-size: 16px;
    gap: 10px;
  }

  .ve-icons {
    font-size: 14px;
    gap: 6px;
  }
}/* End custom CSS */