.elementor-53 .elementor-element.elementor-element-20ec352{--display:flex;}.elementor-53 .elementor-element.elementor-element-53634c0{--display:flex;}.elementor-53 .elementor-element.elementor-element-0282c16{--display:flex;}body.elementor-page-53:not(.elementor-motion-effects-element-type-background), body.elementor-page-53 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ee25e6a *//* SECTION */
.split-section {
  position: relative;
  height: 500px;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
}

/* IMAGES */
.split-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* LEFT IMAGE */
.split-img.left {
  left: 0;
  background: url('https://belladigitizers.com/wp-content/uploads/2026/04/footer-bg-image.jpg');
}

/* RIGHT IMAGE */
.split-img.right {
  right: 0;
  background: url('https://belladigitizers.com/wp-content/uploads/2026/04/fancy-box-pic-3.jpg');
}

/* DARK OVERLAY */
.split-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 1;
}

/* CONTENT */
.split-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 700px;
  margin: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 20px;

  animation: fadeUp 1s ease;
}

/* TEXT */
.split-content h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}

.split-content span {
  color: #ff0000;
}

.split-content p {
  color: #ddd;
  font-size: 17px;
  line-height: 1.8;
}

/* ANIMATION */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .split-img {
    width: 100%;
    opacity: 0.3;
  }

  .split-content h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e26371 *//* SECTION */
.mv-section {
  display: flex;
  background: #000;
  font-family: 'Roboto', sans-serif;
  min-height: 500px;
}

/* LEFT IMAGE */
.mv-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mv-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT CONTENT */
.mv-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 60px;
}

/* BOX */
.mv-box {
  background: #0a0a0a;
  padding: 25px;
  border-radius: 10px;
  transition: 0.3s;
}

/* TEXT */
.mv-box h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}

.mv-box span {
  color: #ff0000;
}

.mv-box p {
  color: #ccc;
  line-height: 1.7;
}

/* HOVER EFFECT 🔥 */
.mv-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 25px rgba(255,0,0,0.4);
}

/* IMAGE ZOOM */
.mv-left img {
  transition: 0.5s;
}

.mv-left:hover img {
  transform: scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .mv-section {
    flex-direction: column;
  }

  .mv-left {
    height: 250px;
  }

  .mv-right {
    padding: 30px;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5593d98 *//* SECTION */
.whypro-section {
  background: #000;
  padding: 100px 5%;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

/* HEADING */
.whypro-heading {
  font-size: 36px;
  color: #fff;
  margin-bottom: 60px;

  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
}

.whypro-heading span {
  color: #ff0000;
}

/* GRID */
.whypro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

/* CARD */
.whypro-card {
  background: #0a0a0a;
  padding: 35px 25px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;

  transition: 0.3s;
  cursor: pointer;

  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease forwards;
}

/* STAGGER ANIMATION */
.whypro-card:nth-child(1) { animation-delay: 0.2s; }
.whypro-card:nth-child(2) { animation-delay: 0.4s; }
.whypro-card:nth-child(3) { animation-delay: 0.6s; }

/* ICON */
.icon {
  font-size: 28px;
  color: #ff0000;
  margin-bottom: 15px;
  transition: 0.3s;
}

/* TEXT */
.whypro-card h3 {
  color: #fff;
  margin-bottom: 10px;
}

.whypro-card p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

/* HOVER EFFECT 🔥 */
.whypro-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(255,0,0,0.4);
}

/* ICON ANIMATION */
.whypro-card:hover .icon {
  transform: scale(1.2) rotate(5deg);
}

/* BORDER GLOW */
.whypro-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, #ff0000, transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: 0.3s;
}

.whypro-card:hover::before {
  opacity: 1;
}

/* ANIMATION */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .whypro-heading {
    font-size: 26px;
  }
}/* End custom CSS */