.elementor-9244 .elementor-element.elementor-element-625ce00a:not(.elementor-motion-effects-element-type-background), .elementor-9244 .elementor-element.elementor-element-625ce00a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-astglobalcolor3 );}.elementor-9244 .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-9244 .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-9244 .elementor-element.elementor-element-506b1346 > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:1200px){.elementor-9244 .elementor-element.elementor-element-625ce00a{margin-top:0px;margin-bottom:0px;}}@media(max-width:1024px){.elementor-9244 .elementor-element.elementor-element-625ce00a{padding:0em 0em 0em 0em;}}/* Start custom CSS for html, class: .elementor-element-52b34fd5 *//* Featured Solution: Apple Ecosystem with DHE */
.apple-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;
}

.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; 
  letter-spacing: 0px;
  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);
}

.apple-feature-container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.apple-feature-title{
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.1em;
  font-weight: 500;
  color: #ED5F23;
}

.apple-feature-sub{
  max-width: 980px;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.5em;
  color: #C7CFD9;
  opacity: 0.95;
}

/* 4 cards */
.apple-feature-grid{
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.apple-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;
}


.apple-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);
}


.apple-feature-card h4{
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.15em;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.apple-feature-card p{
  margin: 0;
  font-size: 16px;
  line-height: 1.45em;
  color: #C7CFD9;
  opacity: 0.95;
}

/* CTA placement */
.apple-feature-cta{
  display: inline-block;
  margin-top: 12px;
}

/* If btn-boxlight doesn't already have hover transform, keep it subtle here */
.btn-boxlight{
  display: inline-block;
  padding: 15px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  background: #ED5F23;
  color: #fff !important;
}

.btn-boxlight:hover{
  color: #fff !important;
  box-shadow: 0 0 20px rgba(255, 140, 0, 1),
              0 0 40px rgba(255, 140, 0, 0.6);
  transform: translateY(-2px);
}

/* Responsive: 2 + 2 on tablet/mobile */
@media (max-width: 900px){
  .apple-feature-title{ font-size: 38px; }
  .apple-feature-card{ flex: 1 1 calc(50% - 22px); }
}

/* Responsive: stack on small phones */
@media (max-width: 600px){
  .apple-feature-title{ font-size: 32px; }
  .apple-feature-sub{ font-size: 16px; }
  .apple-feature-card{ flex: 1 1 100%; }
}/* End custom CSS */