.ebook-wrapper {
  background-color: #e9f1fb;
  font-family: 'Segoe UI', sans-serif;
  background-image: url(https://bcdevimages.b-cdn.net/landingpages/formtheme/assets/image/eBook-Hero-BG.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 110px auto;
  /* height: 100vh; */

  .highlight {
    background-color: #001f3f ;
    color: #e9f1fb ;
    padding: 0 5px;
  }

  .form-card {
    background: #ffffff;
    padding: 2rem;
    border-radius: 6px;
    box-shadow: 0 0 40px rgba(0, 31, 63, 0.2);
    width: 400px;
  }

  .get-book-btn {
    background-color: #061f3d;
    color: white;

    &:hover {
      background-color: #0056b3;
    }
  }

  .form-label {
    font-weight: 500;
  }

  .footer {
    text-align: center;
    padding: 1rem 0;
    font-size: 0.9rem;
    color: #555;

    .footer-about {
      p,
      li a {
        font-size: 14px;
      }

      h5 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
      }
    }

    h4,
    h5 {
      font-size: 16px;
      font-weight: bold;
      position: relative;
      padding-bottom: 12px;
    }
  }

  .scroll-trigger {
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    pointer-events: none;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #e6f2f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    i {
      font-size: 1.8rem;
      color: #007bff;
    }
  }

  .bg-darkblue {
    background: #001f3f;
  }

  .text-darkblue {
    color: #001f3f;
  }

  .border-darkblue {
    border-color: #001f3f;
  }
}


/* events form css */

.events-form-css {
  position: relative;

  .purple-overlay {
    background-color: rgba(88, 28, 135, 0.8) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
  }

  &.form-bg-img {
    background-image: url('https://bcdevimages.b-cdn.net/landingpages/formtheme/assets/image/bg-image-form1.jpg');
    font-family: 'Roboto', sans-serif;
  }

  .bg-purple {
    background: rgb(88 28 135);
  }

  .text-purple {
    color: rgb(88 28 135);
  }

  .border-purple {
    border-color: rgb(88 28 135);
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f1e6f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    i {
      font-size: 1.8rem;
      color: rgb(88 28 135);
    }
  }

  .footer {
    .footer-about {
      p,
      li a {
        font-size: 14px;
      }

      h5 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
      }
    }

    h4,
    h5 {
      font-size: 16px;
      font-weight: bold;
      position: relative;
      padding-bottom: 12px;
    }
  }
}


/* webinar form */

.webinar-section {
  background: #1e1e2f;
  color: #f1f1f1;

  .form-container {
    background: #2a004e;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
  }

  .badge-circle {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff5630;
    color: white;
    padding: 1rem;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .timer-box {
    background: #f1f5f9;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    text-align: center;
  }

  .timer-label {
    font-size: 12px;
    color: #888;
  }

  .speaker-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }

  .bg-right {
    background: url('https://bcdevimages.b-cdn.net/landingpages/formtheme/assets/image/form-bg-2.jpg') no-repeat center center/cover;
    min-height: 100vh;
    position: relative;

    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 0;
    }
  }

  .img-form-rule {
    position: absolute;
    width: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .circle-button {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: #a21923;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

    .icon {
      font-size: 28px;
      z-index: 2;
    }
  }

  .text-circle {
    position: absolute;
    width: 100%;
    height: 100%;

    svg {
      width: 100%;
      height: 100%;
      transform: rotate(90deg);
    }

    text {
      fill: white;
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-family: sans-serif;
    }
  }

  .btn-danger {
    background-color: #a21923;
    border: none;
  }

  .right-side-bg {
    background-image: url('https://bcdevimages.b-cdn.net/landingpages/formtheme/assets/image/rightbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: multiply;
  }

  .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #f1e6f8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    i {
      font-size: 1.8rem;
      color: #a21923;
    }
  }

  .footer {
    .footer-about {
      p,
      li a {
        font-size: 14px;
      }

      h5 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        padding-bottom: 12px;
      }
    }

    h4,
    h5 {
      font-size: 16px;
      font-weight: bold;
      position: relative;
      padding-bottom: 12px;
    }
  }
}



.ebookmagnet-css {
  /* Hero section */
  & .hero {
    background: linear-gradient(
        45deg,
        rgba(2, 0, 36, 0.8),
        rgba(9, 9, 121, 0.8),
        rgba(0, 212, 255, 0.8)
      ),
      url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop') no-repeat
        center center;
    background-size: cover;
    color: white;
  }

  /* Icons */
  & .section-icon {
    font-size: 3rem;
    color: var(--bs-primary);
  }

  & .feature-card i,
  & .section-icon {
    background: linear-gradient(
      90deg,
      rgba(105, 0, 199, 1) 0%,
      rgba(128, 36, 209, 1) 50%,
      rgba(134, 60, 199, 1) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /* Feature card hover */
  & .feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    &:hover {
      transform: translateY(-10px);
      box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    }
  }

  /* Utility components */
  & .testimonial-card {
    border-left: 5px solid var(--bs-primary);
  }

  & .navbar-brand {
    font-weight: bold;
  }

  & .final-cta {
    background-color: var(--bs-primary);
  }

  /* Custom utility classes */
  & .bg-purple {
    background: #6900c7;
  }

  & .text-purple {
    color: #6900c7;
  }

  & .border-purple {
    border-color: #6900c7;
  }

  & .btn-purple {
    background: #6900c7;
  }

  /* Events form style (previously .events-form-css) */
  &.events-form-css {
    background: linear-gradient(
      90deg,
      rgba(105, 0, 199, 1) 0%,
      rgba(128, 36, 209, 1) 50%,
      rgba(134, 60, 199, 1) 100%
    );
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;

    & .main-content {
      padding: 2rem;
    }

    & .heading-text {
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 700;
    }

    & .sub-heading-text {
      max-width: 80%;
      font-size: 1.1rem;
      line-height: 1.6;
    }

    & .form-card {
      background-color: #fff;
      color: #333;
      border-radius: 1rem;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      padding: 2rem;
    }

    & .form-label {
      font-weight: 500;
    }

    & .btn-primary-custom {
      background-color: #4b89f5;
      border-color: #4b89f5;
      border-radius: 0.5rem;
      padding: 0.75rem 1.5rem;
      transition: all 0.3s ease;

      &:hover {
        background-color: #3b74d4;
        border-color: #3b74d4;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }
    }

    @media (max-width: 768px) {
      & .main-content {
        text-align: center;
        padding-bottom: 2rem;
      }

      & .sub-heading-text {
        max-width: 100%;
        margin: 0 auto;
      }
    }
  }
}




/* courliset-css */

.courselist-waitlist-css {
    background-color: #f8f9fa;
    padding: 6rem 0;

    .features {
        padding: 6rem 0;
    }

    .card {
        border: none;
        transition: transform 0.2s;

        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
    }

    .icon-circle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #e9ecef;
        color: #a687fa;
        font-size: 1.5rem;
    }
}





/* ultimate seo css form */


        .ultimate_seo_checklist_css {
  max-width: 600px;
  margin: 2rem auto;
  padding: 0 1rem;
  text-align: center;
  flex-grow: 1;

  & .offer-graphic {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    margin-bottom: 2.5rem;
  }

  & .offer-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #ddd;
    margin-bottom: 1rem;

    & i {
      font-size: 1.2rem;
    }
  }

  & .offer-heart {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2rem;
    color: #F7B2D6;
  }

  & .offer-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 8vw, 4rem);
    color: #33665A;
    line-height: 1.1;
    margin: 0;
    position: relative;
  }

  & .badge {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    border-radius: 50px;
    position: absolute;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  & .badge-free {
    background-color: #d1f3e0;
    color: #33665A;
    top: 25%;
    left: 0;
    transform: rotate(-15deg);
  }

  & .badge-checklist {
    background-color: #fef8d6;
    color: #c7a72c;
    bottom: 5%;
    right: 0;
    transform: rotate(10deg);
  }

  & h1 {
    font-family: 'Playfair Display', serif;
    color: #33665A;
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 1rem;
  }

  & .subtitle {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 500px;
    margin: 0 auto 2rem auto;
  }

  & .form-group {
    margin-bottom: 1rem;
  }

  & input,
  & select {
    width: 100%;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  & select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.2em;
  }

  
  & .opt-in {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 0.85rem;
  margin-top: 1.5rem;

    & input[type="checkbox"] {
  /* hide the native checkbox */
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #666;
  border-radius: 4px;
  margin-right: 0.75rem;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
    & input[type="checkbox"]:checked {
  background-color: #4f46e5; /* Indigo */
  border-color: #4f46e5;
}
& input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 9px;
  font-size: 29px;
  color: #fff;
}
}

  & .cta-button {
    background-color: #F7B2D6;
    color: #333;
    border: none;
    border-radius: 8px;
    padding: 1.2rem;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease;
    margin-top: 1rem;
  }

  & .cta-button:hover {
    transform: scale(1.02);
  }

  & .fine-print {
    font-size: 0.75rem;
    color: #888;
    margin-top: 1.5rem;
    padding-bottom: 2rem;

    & a {
      color: #888;
      font-weight: 500;
    }
  }
}

/* community form css */
.hero-section.community-access-css {
    padding: 5rem 0;

    .hero-image-container {
        min-height: 450px;
        height: 100%;
        border-radius: 0.75rem;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }

    .hero-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-content {
        text-align: center;

        @media (min-width: 768px) {
            text-align: start;
        }

        h1 {
            font-weight: 800;
            font-size: clamp(2.5rem, 5vw, 3.2rem);
            line-height: 1.2;
            margin-bottom: 1rem;
        }

        .lead {
            color: #6c757d;
            margin-bottom: 2rem;
        }

        form {
            .form-control {
                padding: 1rem;

                &:focus {
                    border-color: #0062E6;
                    box-shadow: 0 0 0 0.25rem rgba(0, 98, 230, 0.25);
                }
            }

            .form-check-input {
                margin-top: 0.3rem;
            }

            .form-check-label {
                font-size: 0.875rem;
                color: #6c757d;
            }

            .btn {
                padding: 1rem;
                font-weight: 700;
            }
        }
    }
}





/* replace form css */

form.replace-form{
    position: relative;
   
    
   }
   form.replace-form > *{
     pointer-events: none;
   }
   form.replace-form:hover > * {
        opacity: 0.5;
    }

    form.replace-form:hover::after {
        top: 50%;
        content: "Replace it with actual form";
        background: white;
        padding: 15px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 9px;
        text-align: center;
    }