.elementor-10 .elementor-element.elementor-element-9414979{--display:flex;}.elementor-10 .elementor-element.elementor-element-4fa4f69{--display:flex;}.elementor-10 .elementor-element.elementor-element-f0216c6{--display:flex;}.elementor-10 .elementor-element.elementor-element-a529e77{--display:flex;}body.elementor-page-10:not(.elementor-motion-effects-element-type-background), body.elementor-page-10 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7837cdc *//* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.hero-section {
  position: relative;
  padding: 100px 5%;
  font-family: 'Roboto', sans-serif;

  /* IMAGE BACKGROUND */
  background: url('https://belladigitizers.com/wp-content/uploads/2026/04/IMG_7608.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* DARK OVERLAY */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75); /* adjust darkness here */
  z-index: 1;
}

/* CONTENT ABOVE OVERLAY */
.hero-container {
  position: relative;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* LEFT */
.hero-left {
  flex: 1;
  color: #fff;
}

.hero-left h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-left h1 span {
  color: #ff0000;
}

.hero-left p {
  margin: 20px 0;
  font-size: 18px;
  color: #ddd;
}

/* BUTTON */
.hero-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #ff0000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #cc0000;
  box-shadow: 0 0 15px #ff0000;
}

/* FORM BOX */
.hero-right {
  flex: 1;
  background: rgba(0,0,0,0.6);
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 25px rgba(255,0,0,0.2);
}

/* FORM STYLE */
.hero-right input,
.hero-right textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background: #000;
  border: 1px solid #333;
  color: #fff;
}

.hero-right button {
  width: 100%;
  padding: 12px;
  background: #ff0000;
  border: none;
  color: #fff;
  cursor: pointer;
}

.hero-right button:hover {
  background: #cc0000;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-left h1 {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-left h1 {
    font-size: 30px;
  }

  .hero-btn {
    margin: auto;
  }
}
/* FORM BOX (GLASS EFFECT) */
.hero-right {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 35px;
  backdrop-filter: blur(12px);
  box-shadow: 
    0 0 40px rgba(255, 0, 0, 0.25),
    inset 0 0 20px rgba(255,255,255,0.05);
  transition: 0.3s ease;
}

.hero-right:hover {
  box-shadow: 
    0 0 60px rgba(255, 0, 0, 0.5),
    inset 0 0 25px rgba(255,255,255,0.08);
}

/* LABELS */
.hero-right label {
  color: #fff !important;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  opacity: 0.8;
}

/* INPUT FIELDS */
.hero-right input,
.hero-right textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 18px;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;

  color: #fff;
  font-size: 14px;

  outline: none;
  transition: 0.3s ease;
}

/* PLACEHOLDER */
.hero-right input::placeholder,
.hero-right textarea::placeholder {
  color: rgba(255,255,255,0.5);
}

/* INPUT FOCUS EFFECT 🔥 */
.hero-right input:focus,
.hero-right textarea:focus {
  border-color: #ff0000;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 10px rgba(255,0,0,0.5);
}

/* SUBMIT BUTTON (GRADIENT + GLOW) */
.hero-right button {
  width: 100%;
  padding: 14px;

  background: linear-gradient(45deg, #ff0000, #990000);
  border: none;
  border-radius: 8px;

  color: #fff;
  font-weight: 600;
  font-size: 15px;

  cursor: pointer;
  transition: 0.3s ease;
}

/* BUTTON HOVER */
.hero-right button:hover {
  box-shadow: 0 0 20px #ff0000;
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c5ce861 *//* SECTION */
.what-section {
  position: relative;
  background: #000;
  padding: 100px 5%;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  text-align: center;
}

/* CONTAINER */
.what-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}

/* HEADING */
.heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s ease forwards;
}

.heading span {
  color: #ff0000;
}

/* LINE */
.line {
  width: 80px;
  height: 3px;
  background: #ff0000;
  margin: 20px auto;
  border-radius: 5px;

  opacity: 0;
  animation: fadeIn 1s ease forwards;
  animation-delay: 0.4s;
}

/* TEXT */
.desc {
  color: #ccc;
  font-size: 17px;
  line-height: 1.8;
  max-width: 700px;
  margin: auto;

  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.8s;
}

/* RED HIGHLIGHT WORDS */
.desc span {
  color: #ff0000;
  position: relative;
}

/* SUBTLE GLOW */
.desc span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #ff0000;
  opacity: 0.5;
}

/* PARTICLES */
.particles::before,
.particles::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(#ff0000, transparent);
  opacity: 0.12;
  border-radius: 50%;
  animation: float 6s infinite ease-in-out;
}

.particles::before {
  top: 20%;
  left: 10%;
}

.particles::after {
  bottom: 10%;
  right: 15%;
}

/* ANIMATIONS */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .heading {
    font-size: 28px;
  }

  .desc {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68421b3 *//* SECTION */
.services-section {
  background: #000;
  padding: 100px 5%;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

/* MAIN HEADING */
.services-heading {
  font-size: 40px;
  color: #fff;
  margin-bottom: 50px;
}

.services-heading span {
  color: #ff0000;
}

/* CATEGORY */
.service-category {
  margin-bottom: 60px;
}

/* CATEGORY TITLE */
.service-category h3 {
  color: #ff0000;
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

/* UNDERLINE EFFECT */
.service-category h3::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background: #ff0000;
  margin: 6px auto 0;
  opacity: 0.6;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

/* CARD */
.service-card {
  position: relative;
  padding: 25px;
  background: #0a0a0a;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;

  transition: 0.3s ease;
}

/* BORDER ANIMATION */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  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;
}

/* HOVER EFFECT 🔥 */
.service-card:hover {
  transform: translateY(-8px) scale(1.03);
  background: #111;
  box-shadow: 0 0 25px rgba(255,0,0,0.5);
  color: #ff4d4d;
}

.service-card:hover::before {
  opacity: 1;
}

/* LOAD ANIMATION */
.service-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.6s ease forwards;
}

/* STAGGER */
.service-card:nth-child(1) { animation-delay: 0.1s; }
.service-card:nth-child(2) { animation-delay: 0.2s; }
.service-card:nth-child(3) { animation-delay: 0.3s; }
.service-card:nth-child(4) { animation-delay: 0.4s; }
.service-card:nth-child(5) { animation-delay: 0.5s; }
.service-card:nth-child(6) { animation-delay: 0.6s; }
.service-card:nth-child(7) { animation-delay: 0.7s; }
.service-card:nth-child(8) { animation-delay: 0.8s; }
.service-card:nth-child(9) { animation-delay: 0.9s; }

/* KEYFRAME */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .services-heading {
    font-size: 28px;
  }

  .service-category h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ad1d07 *//* WHY SECTION */
.why-section {
  background: #000;
  padding: 100px 5%;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

/* HEADING */
.why-heading {
  font-size: 40px;
  color: #fff;
  margin-bottom: 60px;
}

.why-heading span {
  color: #ff0000;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

/* CARD */
.why-card {
  background: #0a0a0a;
  padding: 25px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  cursor: pointer;

  transition: 0.3s ease;
}

/* SUBTEXT */
.why-card span {
  display: block;
  color: #ff4d4d;
  font-size: 14px;
  margin-top: 5px;
}

/* HOVER EFFECT 🔥 */
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 25px rgba(255,0,0,0.4);
  background: #111;
}

/* LEFT BORDER ANIMATION */
.why-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: #ff0000;
  transition: 0.3s;
}

.why-card:hover::before {
  height: 100%;
}

/* LOAD ANIMATION */
.why-card {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.6s ease forwards;
}

/* STAGGER */
.why-card:nth-child(1) { animation-delay: 0.1s; }
.why-card:nth-child(2) { animation-delay: 0.2s; }
.why-card:nth-child(3) { animation-delay: 0.3s; }
.why-card:nth-child(4) { animation-delay: 0.4s; }
.why-card:nth-child(5) { animation-delay: 0.5s; }

/* CTA SECTION */
.cta-section {
  background: linear-gradient(120deg, #ff0000, #990000);
  padding: 80px 5%;
  text-align: center;
}

/* CTA TEXT */
.cta-container h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 25px;
}

/* CTA BUTTON */
.cta-btn {
  display: inline-block;
  padding: 14px 35px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

/* BUTTON HOVER */
.cta-btn:hover {
  background: #111;
  box-shadow: 0 0 20px #000;
  transform: translateY(-2px);
}

/* ANIMATION */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-heading {
    font-size: 28px;
  }

  .cta-container h2 {
    font-size: 24px;
  }
}/* End custom CSS */