.elementor-10662 .elementor-element.elementor-element-4ca2bc8{margin-top:-123px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-bd2aa9e *//* ===== ELECTRONIC MEDIA PAGE ===== */
/* CENTER ELECTRONIC HERO TEXT */
/* CENTER ELECTRONIC WHY TEXT */

.electronic-why .why-head h2{
  text-align:center;
}

.electronic-why .why-card{
  text-align:center;
  padding:40px;
}

.electronic-why .why-card h3{
  text-align:center;
}
.electronic-hero-text{
  text-align:center;
  margin:0 auto;
}

.electronic-hero-text h1{
  text-align:center;
}

.electronic-hero-text p{
  text-align:center;
  margin:0 auto 30px auto;
}

/* CENTER BUTTON */
.electronic-hero-text .btn-dark{
  display:inline-block;
  margin:auto;
}

/* CENTER IMAGE */
.electronic-hero-image{
  display:flex;
  justify-content:center;
}
.electronic-hero-wrapper {
  background: #f4f4f4;
  padding: 120px 0;
}

.electronic-hero-box {
  background: #ffcc00;
  padding: 90px 60px;
  border-radius: 35px;
  text-align: center;
  box-shadow: 0 40px 80px rgba(0,0,0,0.08);
}

.electronic-hero-box h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.electronic-hero-box p {
  max-width: 700px;
  margin: 0 auto 30px;
}

.btn-dark {
  background: #000;
  color: #fff;
  padding: 14px 38px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-dark:hover {
  background: #fff;
  color: #000;
}

/* SERVICES */
.electronic-services,
.radio-services {
  background: #fff;
  padding: 120px 0;
  text-align: center;
}

.electronic-grid,
.radio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
  margin-top: 50px;
}

.electronic-card,
.radio-card {
  background: #fff;
  padding: 45px;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.electronic-card:hover,
.radio-card:hover {
  transform: translateY(-8px);
}

.highlight {
  background: #ffcc00;
}

.radio-bottom-text {
  margin-top: 50px;
  font-size: 18px;
  color: #444;
}

/* WHY */
.electronic-why {
  background: #f4f4f4;
  padding: 120px 0;
}

.why-head {
  text-align: center;
  margin-bottom: 60px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.why-card {
  position: relative;
  background: #fff;
  padding: 40px 40px 40px 60px;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.05);
}

.why-card .accent {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 6px;
  background: #ffcc00;
  border-radius: 6px;
}

/* CTA */
.electronic-cta {
  background: #ffcc00;
  padding: 120px 0;
  text-align: center;
}

.electronic-cta p {
  margin-bottom: 25px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .electronic-grid,
  .radio-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .electronic-hero-box h1 {
    font-size: 28px;
  }
}
/* HERO SECTION */

.electronic-hero-wrapper{
  background:#e6e6e6;
  padding:120px 0;
}

.electronic-hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:60px;
}

/* TEXT */

.electronic-hero-text h1{
  font-size:44px;
  margin-bottom:20px;
}

.electronic-hero-text p{
  font-size:18px;
  color:#444;
  max-width:520px;
  margin-bottom:30px;
}

/* IMAGE */

.electronic-hero-image img{
  width:100%;
  max-width:520px;
  border-radius:18px;
  box-shadow:0 25px 70px rgba(0,0,0,0.15);
}

/* MOBILE */

@media(max-width:768px){

.electronic-hero-grid{
  grid-template-columns:1fr;
  text-align:center;
}

.electronic-hero-image{
  margin-top:35px;
}

}/* End custom CSS */