/* ThinkDesk specific styles */

/* Custom bullet points for content sections */
.custom-bullet-point {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
  gap: 25px;
}

/* Form background image */
.form-bg {
  background-image: url('/images/thinkdesk/formbg.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Form input styling */
.ebook-form-input {
  border: 1px solid #DDDDDD !important;
  border-radius: 5px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
}

.ebook-form-input:focus-within {
  outline: none !important;
  border: 1px solid #DDDDDD !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: 0 !important;
  box-shadow: none !important;
}

/* Button styling */
.ebook-form-button {
  background: var(--blue) !important;
  border-radius: 15px !important;
  border: none !important;
  width: 100% !important;
}

/* Testimonial styles */
.border-end1 {
  border-right: 2px solid #7C7C7C;
}

.testimonial-item {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  padding-right: 50px;
}

.testimonial-item.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}

.testimonial-item p {
  line-height: 2rem;
}

/* Logo grid animation styles */
.logo {
  width: 100px;
  height: auto;
  transition: opacity 1s ease-in-out;
}

.row-wrapper {
  position: relative;
  height: 80px;
  margin-bottom: 50px;
}

.logo-set {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
}

.logo-set.active {
  opacity: 1;
  pointer-events: auto;
}

/* Custom divider */
.custom-divider {
  width: 60%;
  height: 1px;
  background-color: #ccc;
}

/* Responsive styles */
@media (max-width: 576px) {
  .logo {
    width: 65px;
  }

  .row-wrapper {
    height: 65px;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .border-end1 {
    border-right: 0px solid #7C7C7C;
  }

  .mbl-h1{
    font-size: 36px;
  }

  .testimonial-item {
    padding: 0px 20px;
  }
}
.read-more-link {
    position: absolute;
    bottom: 20px !important;
    right: 15px !important;
}
.ebook-card-container {
    position: relative;
    padding-bottom: 70px; /* Ensure space for the read more link */
}
.ebook-tabs .nav-link {
    padding: 8px 50px !important;          
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15) !important;
    /* transition: all 0.3s ease !important;            */
}
.ebook-tabs .nav-link:hover {            
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2) !important;
    border: 2px solid #7A36EB !important;
}
   
      .nav-tabs .nav-link.active {
        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2) !important;
    border: 2px solid #7A36EB !important;
      }
      .nav-tabs .nav-link:focus {
        outline: none;
      }
.hero-bg{
  background-image: url("/images/thinkdesk/bg.png");
  background-repeat: no-repeat;
  background-size: 110% 110%;
  height: 80vh;
  margin: 0 auto;
  background-position: center ;
}

.book-title{
font-size: 23px;
color: #383838;
font-weight: 600;
}

.book-desc{
font-size: 18px;
color: #363636;
}

.enach-card-two:hover{
  border: 2px solid #7A36EB!important;
  transition: .3s;
  box-shadow: 0px 10px 20px #00000029;
}
