/* Success Stories */

.case-card {
  position: relative;
  overflow: hidden;
  height: 350px;
  cursor: pointer;
  padding: 20px;
   background-color:#deb0e0;
   color: #080808;
   box-shadow: 5px 0px 5px;
}

/* .case-card .content {
  background-color: #c511cb;
  position: absolute;
  inset: 0;
  background: #fff;
  padding: 30px;
  transition: all 0.4s ease;
  z-index: 1;
} */

.case-card1 .content {
  background: #fffdfd;
  color: #080808;
  padding: 20px;
  margin-top: 25px;
}

/* .case-card .hover-content {
  position: absolute;
  inset: 0;
  background:#df88e7;
  color: #fff;
  padding: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease;
  z-index: 2;
} */

.case-card1:hover .hover-content {
  opacity: 1;
  transform: translateY(0);
}

.case-title {
  font-size: 22px;
  font-weight: 600;
}

.view-moreee {
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  color: #080808;
}

.success_stories{
  background: linear-gradient(to right, #c511cb, #df88e7);
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 30px;

}

.cards_video{
  background-color: #f1c5f3;
}
/* Success Stories */


/* get a free trial */

.hero-section {
  background: linear-gradient(to right, #c511cb, #df88e7);
  padding: 80px 0;
}

.trial-form {
  background: #d973e2;
  padding: 30px;

}

.custom-input {
  border: 2px solid #ff3c2f;
  border-radius: 0;
  padding: 12px;
}

.custom-input:focus {
  box-shadow: none;
  border-color: #ff3c2f;
}

.captcha-box1 {
  background: #fff;
  padding: 10px 15px;
 height: 50px;
 width: 200px;

  border: 2px solid #ff3c2f;
}

.submit-btn_video {
  background:#c511cb;
  color: #fff;
  padding: 14px;
  font-weight: bold;
  border-radius: 0;
}

.submit-btn_video:hover {
  background:#df88e7;
}

.Video_form_control{
 height: 10px;
 width: 190px;
  border: #e63228;
}


/* get a free trial end */


/* hero section  */

.service-hero {
  background: linear-gradient(to right, #f1f1f1 50%, #c511cb);
  overflow: hidden;
}

.content-area {
  position: relative;
}

.year-text {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: rotate(-90deg);
  font-size: 90px;
  font-weight: 800;
  color: rgba(0,0,0,0.05);
}

.image-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-box {
  position: relative;
  max-width: 520px;
}

.image-box img {
  width: 100%;
  border-radius: 4px;
}

/* Corner Design */
.corner {
  position: absolute;
  width: 25px;
  height: 25px;
}

.corner.red {
  top: -10px;
  left: -10px;
  border-top: 4px solid #c511cb;
  border-left: 4px solid #c511cb;
}

.corner.white {
  bottom: -10px;
  right: -10px;
  border-bottom: 4px solid white;
  border-right: 4px solid white;
}

/* Responsive */
@media (max-width: 991px) {
  .service-hero {
    background: #f1f1f1;
  }

  .year-text {
    display: none;
  }

  .image-area {
    background: #0b0b0f;
    padding: 40px 0;
  }
}

/* hero section end */

/* 4card  */

.counter-box {
  /* background:  linear-gradient(to right, #c511cb, #df88e7);
  padding: 35px 20px;
  color: #fff; */

    background: #111;
    padding: 35px 20px;
    color: #fff;
    border-radius: 24px;

}

.counter-box h1 {
  /* color: #ffb400;
  font-size: 48px;
  font-weight: 800; */
    color: white;
    font-size: 48px;
    font-weight: 700;
}

.counter-box p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}

.section-tag {
  background:#c511cb;
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  display: inline-block;
}

.capability-card {
  border: 1px solid #ddd;
  padding: 15px;
  height: 100%;
  transition: 0.3s;
}

.capability-card img {
  margin-bottom: 15px;
}

.capability-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.capability-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* 4card end */


/*
CLIENTS FEEDBACK */



    .testimonials-sectionn {
      padding: 80px 0;
      position: relative;
      background-color: #f9b9ff;
    }

    .section-labell {
      color: #000000;
      font-size: 14px;
      letter-spacing: 1px;
      margin-bottom: 10px;
    }

    .section-title {
      font-size: 42px;
      font-weight: 700;
      line-height: 1.2;
    }

    .testimoniall-card {
      background: linear-gradient(to right, #c511cb, #c511cb);
      border-radius: 12px;
      padding: 30px;
      height: 100%;
    }

    .starss {
      color: #f5b942;
      margin-bottom: 15px;
      font-size: 14px;
    }

    .testimoniall-text {
      font-size: 16px;
      line-height: 1.6;
      margin-bottom: 25px;
      color: #e6e6e6;
    }

    .testimoniall-role {
      font-weight: 600;
      margin-bottom: 5px;
      color: #e6e6e6;
    }

    .testimoniall-company {
      font-size: 14px;
      color: #9ca3af;
    }

    @media (max-width: 768px) {
      .section-title {
        font-size: 32px;
      }
    }
/*
CLIENTS FEEDBACK end */

/*
SHOWCASE LIFE */
.heroo-section {
      position: relative;
      overflow: hidden;
      background: #ffffff;
      padding: 80px 0;
    }

    .heroo-title {
      font-size: 42px;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 20px;
    }

    .heroo-title span {
      color:  #c511cb;
    }

    .heroo-text {
      font-size: 16px;
      line-height: 1.7;
      color: #d1d1d1;
      max-width: 520px;
      margin-bottom: 30px;
    }

    .btn-cta {
      background-color:  #c511cb;
      color: #fff;
      border-radius: 50px;
      padding: 12px 30px;
      font-weight: 600;
      border: none;
    }

    .btn-cta:hover {
      background-color: #c511cb;
      color: #fff;
    }

    .heroo-image-wrapper {
      position: relative;
    }

    .heroo-image-wrapper img {
      width: 100%;
      border-radius: 8px;
      position: relative;
      z-index: 2;
    }


    /* .red-shape {
      position: absolute;
      width: 520px;
      height: 520px;
      background:  #c511cb;
      border-radius: 50% 40% 60% 50%;
      top: -80px;
      left: -120px;
      z-index: 1;
      padding-left: 200px;
    } */

    /* Decorative dots */
    .dott {
      position: absolute;
      border-radius: 50%;
      z-index: 3;
    }

    .dott.yellow {
      width: 18px;
      height: 18px;
      background: #facc15;
      top: 60px;
      left: 260px;
    }

    .dott.green {
      width: 12px;
      height: 12px;
      background: #84cc16;
      bottom: 80px;
      left: 320px;
    }

    @media (max-width: 991px) {
      .heroo-title {
        font-size: 32px;
      }

      .red-shape {
        width: 380px;
        height: 380px;
        left: -80px;
      }
    }

    @media (max-width: 768px) {
      .heroo-section {
        padding: 60px 0;
      }

      .heroo-image-wrapper {
        margin-top: 40px;
      }
    }


/* SHOWCASE LIFE end */


/* MAXIMIZE BUSINESS BENEFITS */

 .video-editing-section {
      padding: 80px 0;
    }

    .section-tagg {
      display: inline-block;
      background: #c511cb;
      color: #fff;
      font-size: 13px;
      padding: 6px 14px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .section-titlee {
      font-size: 42px;
      font-weight: 800;
      margin-bottom: 15px;
    }

    .section-texxt {
      font-size: 16px;
      color: #000000;
      max-width: 520px;
      margin-bottom: 30px;
    }

    .image-wrapper {
      position: relative;
      display: inline-block;
    }

    .image-wrapper img {
      width: 100%;
      border-radius: 4px;
      position: relative;
      z-index: 2;
    }

    /* .red-accent {
      position: absolute;
      width: 120px;
      height: 120px;
      background: #c511cb;
      bottom: -20px;
      right: -20px;
      z-index: 1;
    } */

    .benefit-item {
      display: flex;
      gap: 16px;
      margin-bottom: 30px;
    }

    .benefit-icon {
      width: 36px;
      height: 36px;
      background:#c511cb;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-weight: bold;
      flex-shrink: 0;
    }

    .benefit-titlee {
      font-weight: 700;
      margin-bottom: 6px;
    }

    .benefit-texxt {
      font-size: 15px;
      color: #020202;
      line-height: 1.6;
    }

    .btn-outline-dark {
      border-radius: 6px;
      padding: 10px 22px;
      font-weight: 600;
    }

    @media (max-width: 991px) {
      .section-titlee {
        font-size: 32px;
      }

      .image-wrapper {
        margin-bottom: 40px;
      }
    }
/* MAXIMIZE BUSINESS BENEFITS end */
