.elementor-10549 .elementor-element.elementor-element-625ce00a:not(.elementor-motion-effects-element-type-background), .elementor-10549 .elementor-element.elementor-element-625ce00a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor3 );}.elementor-10549 .elementor-element.elementor-element-625ce00a > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, #1E293BD9 18%, #33A9FF00 100%);opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-10549 .elementor-element.elementor-element-625ce00a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0% 0% 0% 0%;}.elementor-10549 .elementor-element.elementor-element-506b1346 > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:1200px){.elementor-10549 .elementor-element.elementor-element-625ce00a{margin-top:0px;margin-bottom:0px;}}@media(max-width:1024px){.elementor-10549 .elementor-element.elementor-element-625ce00a{padding:0em 0em 0em 0em;}}/* Start custom CSS for html, class: .elementor-element-52b34fd5 *//* Featured Solution: VictoryXR with DHE */
.victoryxr-feature{
  background: radial-gradient(1200px 600px at 20% 0%, rgba(237,95,35,0.10), rgba(16,23,34,0) 55%),
              linear-gradient(180deg, #101722 0%, #0c121b 100%);
  padding: 70px 0;
  color: #C7CFD9;
}

.victoryxr-feature-container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* keep your shiny gradient style */
.victoryxr-feature-title.gradient-text-white{
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.1em;
  font-weight: 500;

  background: linear-gradient(
    to right,
    #ED5F23 20%,
    #ffffff 50%,
    #ffffff 70%,
    #ED5F23 80%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 8s ease-in-out infinite alternate;
}

@keyframes textShine{
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

.victoryxr-feature-sub{
  max-width: 980px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.5em;
  color: #C7CFD9;
  opacity: 0.95;
}

/* 4 cards */
.victoryxr-feature-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.victoryxr-feature-card{
  flex: 1;
  min-width: 220px;
  padding: 2em;
  border-radius: 10px;
  border: 1px solid rgba(237,95,35,0.6);
  background: rgba(255,255,255,0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  color: #C7CFD9;
  line-height: 1.3em;
}

.victoryxr-feature-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  border-color: rgba(237,95,35,1);
  background: rgba(255,255,255,0.05);
}

.victoryxr-feature-card h4{
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.15em;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.victoryxr-feature-card p{
  margin: 0;
  font-size: 16px;
  line-height: 1.45em;
  color: #C7CFD9;
  opacity: 0.95;
}

/* Button (reuse your existing class) */
.btn-dhe-cta{
  margin-top: 10px;
  display: inline-block;
  padding: 20px 25px;
  border-radius: 5px;
  background: #ED5F23;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 300 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border: none;
  transform: none !important;
  transition: box-shadow 0.25s ease;
}

.btn-dhe-cta:hover{
  color: #ffffff !important;
  font-weight: 500 !important;
  transform: none !important;
  box-shadow: 0 0 18px rgba(255, 140, 0, 0.9), 0 0 36px rgba(255, 140, 0, 0.6);
}

/* Responsive */
@media (max-width: 900px){
  .victoryxr-feature-title{ font-size: 38px; }
  .victoryxr-feature-card{ flex: 1 1 calc(50% - 22px); }
}

@media (max-width: 600px){
  .victoryxr-feature-title{ font-size: 32px; }
  .victoryxr-feature-sub{ font-size: 16px; }
  .victoryxr-feature-card{ flex: 1 1 100%; }
}/* End custom CSS */