.elementor-6283 .elementor-element.elementor-element-e71d947 > .elementor-background-overlay{background-image:url("https://belladigitizers.com/wp-content/uploads/2025/05/4.jpg");opacity:0.5;}.elementor-6283 .elementor-element.elementor-element-861c1ac > .elementor-widget-container{margin:0px 0px 0px 0px;padding:65px 65px 65px 65px;}.elementor-6283 .elementor-element.elementor-element-e8a5809 > .elementor-widget-container{margin:-29px 0px -27px 2px;}.elementor-6283 .elementor-element.elementor-element-a89cde4 .ct-testimonial .item--title{color:#000000;}.elementor-6283 .elementor-element.elementor-element-a89cde4 .ct-testimonial .item--position{color:#000000;}.elementor-6283 .elementor-element.elementor-element-a89cde4 .ct-testimonial .item--description{color:#000000;}.elementor-widget-testimonial-carousel .elementor-testimonial__text{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__name{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial-carousel .elementor-testimonial__title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-6283 .elementor-element.elementor-element-ddd0930 .elementor-swiper-button{font-size:20px;}.elementor-widget-reviews .elementor-testimonial__header, .elementor-widget-reviews .elementor-testimonial__name{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-reviews .elementor-testimonial__text{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-6283 .elementor-element.elementor-element-b6aa787 .elementor-swiper-button{font-size:20px;}/* Start custom CSS for html, class: .elementor-element-861c1ac */.hero-overlay {
  background: #f5f5f5; /* Thoda subtle background */
  padding: 40px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 250px;
}

.hero-left {
  position: relative;
  max-width: 600px;
  padding-left: 30px; /* thoda left padding to adjust line */
}

.hero-left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px; /* Red vertical line width */
  height: 100%;
  background-color: #e10600; /* Bright red color */
  border-radius: 3px;
}

.hero-left h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: #222;
}

.hero-left p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #444;
  margin-bottom: 25px;
}

.cta-button {
  display: inline-block;
  background-color: #e10600;
  color: #fff;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: black;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5ea7b25 */.hero-right {
  flex: 1;
  min-width: 320px;
  background-color: black;
  color: #000;
  border-radius: 10px;
  padding: 25px;
}

.form-wrapper h2 {
  text-align: center;
  background-color: #c40000;
  color: white;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 1.2rem;
}/* End custom CSS */
/* Start custom CSS for ct_ctf7, class: .elementor-element-e8a5809 *//* Form container with black bg and padding */
.wpcf7 {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px 20px;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  animation: fadeInUp 1s ease forwards;
}

/* Input fields and textarea white bg with black text */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 18px;
  border: 2px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  color: #fff;
  font-size: 1rem;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  box-sizing: border-box;
}

/* Placeholder text white and slightly transparent */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

/* On focus: white bg, black text */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  background-color: #fff;
  color: #000;
  border-color: #1e90ff;
  outline: none;
}

/* Labels white and bold */
.wpcf7 label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
}

/* Submit button with gradient and hover effect */
.wpcf7 input[type="submit"] {
  background: linear-gradient(45deg, #1e90ff, #00cfff);
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(30, 144, 255, 0.6);
  transition: background 0.4s ease, box-shadow 0.4s ease;
  letter-spacing: 1px;
}

/* Hover effect on button */
.wpcf7 input[type="submit"]:hover {
  background: linear-gradient(45deg, #00cfff, #1e90ff);
  box-shadow: 0 8px 25px rgba(0, 207, 255, 0.8);
}

/* Error message styling */
.wpcf7 .wpcf7-not-valid-tip {
  color: #ff5252;
  font-size: 0.9rem;
  margin-top: -12px;
  margin-bottom: 15px;
}

/* Success message styling */
.wpcf7 .wpcf7-mail-sent-ok {
  background-color: #004d00;
  border: 1px solid #00cc00;
  padding: 12px;
  border-radius: 6px;
  color: #ccffcc;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

/* Simple fadeInUp animation */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */