.mod-button {
  background-color: #ffffff !important;
  border: 1px solid #000 !important;
  color: #333333 !important;
  font-weight: 600 !important;
  letter-spacing: .3em !important;
  transition: background-color 0.3s, color 0.3s; /* adds a smooth transition */
}

.mod-button:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.banner_button_lphp {
  background: #16ADEC !important;
  border: 0px solid #16ADEC !important;
  font-family: 'proxima-nova-condensed',sans-serif; !important;
  font-weight: 600 !important;
  letter-spacing: .3em !important;
  font-size: .938em !important;
}

.hp-ready-title {
  width: 100%;
  max-width: 708px;
  text-align: center;
  color: #333333;
  font-size: 42px !important;
  font-family: 'Futura PT', sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 52px !important;
  word-wrap: break-word;
}

.hp-ready-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 56px;
}

.ready-header{
    font-size: 42px;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    line-height: 52px;
    word-wrap: break-word;
    text-align: center;
}

.hp-create-module {
  width: 100%;
  max-width: 1280px;
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  margin: 0 auto;
}

.hp-create-title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 56px;
}

.hp-create-title {
  width: 100%;
  max-width: 708px;
  text-align: center;
  color: #333333;
  font-size: 42px;
  font-family: 'Futura PT', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  word-wrap: break-word;
}

.hp-create-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.hp-create-item {
  width: calc(50% - 32px); /* Two items per row with gap */
  max-width: 624px;
  position: relative;
  margin-bottom: 24px; /* Add spacing for mobile layout */
}

.hp-create-image {
  width: 100%;
  height: auto;
}

.hp-create-button {
  width: 240px;
  padding: 11px 3px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #333333;
  font-size: 15px;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.hp-create-button a{
  text-decoration: none;
}

.hp-create-button:hover {
  background-color: #333333; /* Button background color change on hover */
  border-color: #333333; /* Border color to match the button on hover */
  text-decoration: none;
}

.hp-create-button:hover {
  color: #ffffff; /* Text color change on hover */
}


/* Media Queries for Responsiveness */

@media screen and (max-width: 1024px) {
  .hp-create-item {
    width: calc(50% - 16px); /* Adjust width for smaller desktops or tablets */
  }
}

@media screen and (max-width: 768px) {
  .hp-create-title {
    font-size: 32px;
    line-height: 32px;
    max-width: 331px;
  }

  .hp-create-content {
    flex-direction: column;
    align-items: center;
  }

  .hp-create-item {
    width: 100%; /* Full width for mobile */
    max-width: 331px;
  }

  .hp-create-image {
    width: 100%;
    height: auto;
  }

  .hp-create-button {
    width: 240px;
    bottom: 10px; /* Adjust positioning for mobile */
  }
}


@media screen and (max-width: 480px) {
  .hp-create-title {
    font-size: 32px; /* Smaller font size for smaller screens */
  }

  .hp-create-button {
    font-size: 13px; /* Adjust text size for very small screens */
    letter-spacing: 1.5px;
  }
  .dynamic-content__box_overide {
    overflow: visible;
    height: auto;
    padding: 40px 19px 0;
    display: block;
    text-align: center;
  }
  .hp-create-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 32px;
  }
  .ready-header{
    line-height: 1.2 !important;
  }
}


.help-hplp-container {
  width: 100%;
  height: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  background: linear-gradient(0deg, white 0%, white 100%), linear-gradient(0deg, 0%, 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.help-hplp-header {
  width: 530px;
  text-align: center;
  color: #333333;
  font-size: 42px;
  font-family: 'Futura PT', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  word-wrap: break-word;
}

.help-hplp-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 95px;
  flex-wrap: wrap;
}

.help-hplp-section {
  width: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.help-hplp-title {
  color: #333333;
  font-size: 18px;
  font-family: 'Futura PT', sans-serif;
  font-weight: 700;
  line-height: 36px;
  word-wrap: break-word;
}

.help-hplp-description {
  color: #333333;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

.help-hplp-button {
  display: inline-block; /* Makes the anchor behave like a button */
  width: 240px;
  height: 45px;
  padding: 11px 3px; /* Adjust the top and bottom padding */
  border: 1px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effects */
  box-sizing: border-box; /* Ensures padding is included in the height */
}

.help-hplp-button-text {
  color: #333333;
  font-size: 15px;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.10px;
  word-wrap: break-word;
  transition: color 0.3s ease; /* Smooth transition for hover effect */
}

.help-hplp-button:hover {
  background-color: #333333; /* Button background color change on hover */
  border-color: #333333; /* Border color to match the button on hover */
  text-decoration: none;
}

.help-hplp-button:hover .help-hplp-button-text {
  color: #ffffff; /* Text color change on hover */
}



/* Sign up Container and Form Styles */
.lp-sign-up-container {
  width: 100%;
  height: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.lp-sign-up-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.lp-sign-up-title {
  width: 806px;
  text-align: center;
  color: #333333;
  font-size: 42px;
  font-family: 'Futura PT', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  word-wrap: break-word;
}

.lp-sign-up-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 95px;
}

.lp-sign-up-form {
  width: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.lp-sign-up-label {
  width: 720px;
  color: #333333;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 22px;
  word-wrap: break-word;
}

.lp-sign-up-input-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lp-sign-up-input {
  width: 480px;
  height: 45px;
  padding: 11px 3px;
  background: white;
  border: 1px solid #AFAFAF;
}

.lp-sign-up-button {
  width: 240px;
  height: 45px;
  padding: 11px 3px;
  background: linear-gradient(0deg, #333333 0%, #333333 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  font-family: 'proxima-nova-condensed', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}

.lp-sign-up-success,
.lp-sign-up-error {
  display: none; /* Hide by default, show dynamically based on submission status */
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

.lp-sign-up-email-error {
  display: none; /* Hide by default, show dynamically if there's an error */
  color: red;
  font-size: 13px;
  margin-top: 8px;
}

.lp-sign-up-terms {
  width: 720px;
  text-align: center;
  color: black;
  font-size: 13.33px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 37.63px;
  word-wrap: break-word;
}

.lp-sign-up-link {
  text-decoration: underline;
}

.lp-sign-up-back-btn {
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  display: none; /* Initially hidden */
}

/* Mobile Styles */
@media screen and (max-width: 480px) {
  .lp-sign-up-title {
    width: 331px;
    font-size: 32px;
    line-height: 32px;
  }

  .lp-sign-up-form {
    width: 331px;
    gap: 16px;
  }

  .lp-sign-up-label {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .lp-sign-up-input-wrapper {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }

  .lp-sign-up-input {
    width: 100%;
    height: 45px;
  }

  .lp-sign-up-button {
    width: 100%;
    height: 45px;
    background: linear-gradient(0deg, #333333 0%, #333333 100%);
  }

  .lp-sign-up-terms {
    width: 331px;
    text-align: center;
    font-size: 13.33px;
    line-height: 21.6px;
  }
  .needalilmorespacemobile {
    height: 780px;
  }
  .help-hplp-header {
    text-align: center;
    color: #333333;
    font-size: 32px;
  }
}

/* Large Buttons */
.btn-lg {
  font-size: .938em;
  font-weight: normal;
  letter-spacing: .3em;
  min-width: 240px;
  padding: 16px 33px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

/* Transparent button with black border */
.btn-border-black {
  border: 1px solid black; /* Black border */
  color: black; /* Text color */
  background-color: transparent; /* Transparent background */
  font-size: .938em; /* Inherited from .btn-lg */
  font-weight: normal; /* Inherited from .btn-lg */
  letter-spacing: .3em; /* Inherited from .btn-lg */
  min-width: 240px; /* Inherited from .btn-lg */
  padding: 16px 33px 14px; /* Inherited from .btn-lg */
  text-decoration: none; /* Inherited from .btn-lg */
  margin-top: 20px; /* Add top margin */
}

.btn-border-black:hover,
a:hover .btn-border-black {
  background-color: black; /* Background color on hover */
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  color: white; /* Text color on hover */
  text-decoration: none; /* No underline on hover */
}

.creator-carousel-container {
  width: 100%;
  height: 696px; /* Full module height */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; /* Ensure elements are spaced evenly */
  overflow: hidden;
  transition: background-color 0.5s ease-in-out; /* Smooth background color change */
  padding: 56px 0; /* Add padding to prevent overlap */
  box-sizing: border-box; /* Include padding in the height calculation */
}

.creator-carousel {
  width: 1280px;
  height: 100%; /* Use full available height of the container */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; /* Ensure all elements are spaced evenly */
}

.creator-carousel-title {
  text-align: center;
  color: #333;
  font-size: 42px;
  font-family: 'Futura PT', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  margin-bottom: 10px; /* Reduce bottom margin */
}

.creator-carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 3840px; /* 1280px * 3 slides */
  height: 449px; /* Fixed height for slides */
  position: relative;
}

.creator-carousel-slide {
  width: 1280px; /* Width of each slide */
  flex: 0 0 100%; /* Flex settings for horizontal alignment */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.creator-carousel-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1280px;
}

.creator-carousel-control {
  width: 30px; /* Adjust width as needed */
  height: 30px; /* Adjust height as needed */
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.creator-carousel-control img {
  width: 50%; /* Scale the SVG to fit the container */
  height: auto; /* Maintain aspect ratio */
  display: block;
}

.creator-carousel-image {
  width: 418px;
  height: 418px;
  position: relative;
  border-radius: 9999px;
  overflow: hidden;
}

.creator-carousel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9999px;
}

.creator-carousel-text {
  width: 530px;
  position: relative;
  padding: 20px;
  z-index: 3;
}

.creator-carousel-quote1, .creator-carousel-quote2, .creator-carousel-quote3 {
  font-size: 344px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -155px;
  left: -20px;
  z-index: 1;
}

.creator-carousel-quote1 {
  color: rgba(143, 169, 255, 0.3);
}

.creator-carousel-quote2 {
  color: rgba(254, 209, 206, 0.5);
}

.creator-carousel-quote3 {
  color: rgba(212, 242, 184, 0.5);
}

.creator-carousel-description {
  color: #333;
  font-size: 24px;
  font-family: "proxima-nova", sans-serif;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.creator-carousel-type {
  color: #333333;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 22px;
  word-wrap: break-word;
}

.creator-carousel-author {
  color: #333;
  font-size: 36px;
  font-family: 'Futura PT', sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 5px;
}

.creator-carousel-author-title {
  color: #333;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 22px;
  margin: 10px;
}

.creator-carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 10px; /* Reduce top margin */
}

.creator-carousel-indicator {
  width: 15px;
  height: 15px;
  background: rgba(51, 51, 51, 0.4);
  border-radius: 50%;
  cursor: pointer;
}

.creator-carousel-indicator.active {
  background: #333;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .help-hplp-content {
    flex-direction: column;
    gap: 40px;
  }

  .help-hplp-section {
    width: 100%;
    padding: 0 20px;
  }
  .hp-create-content {
    flex-direction: column;
  }
}

.hp-mobile-carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px; /* Adds margin between the carousel and the next module */
}

.hp-mobile-carousel-slide {
  width: 100%;
  display: none;
  text-align: center;
  transition: transform 0.5s ease;
  padding: 32px;
  box-sizing: border-box;
  position: relative;
}

.hp-mobile-carousel-slide.active {
  display: block;
}

/* Slide background colors */
.hp-mobile-slide-1 {
  background-color: #e6ebf7; /* Light blue background */
}

.hp-mobile-slide-2 {
  background-color: #fde7e5; /* Light pink background */
}

.hp-mobile-slide-3 {
  background-color: #f1f9e5; /* Light green background */
}

.hp-mobile-title {
  color: #333333;
  font-size: 32px;
  font-family: Futura PT;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  word-wrap: break-word;
  margin-bottom: 16px;
}

.hp-mobile-image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-bottom: 16px;
  background: linear-gradient(0deg, #CFCFCF 0%, #CFCFCF 100%);
}

.hp-mobile-text {
  width: 304px;
  margin-bottom: 16px;
  text-align: left;
}

.hp-mobile-quote {
  color: #333333;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  margin-bottom: 8px;
}

.hp-mobile-book-title {
  color: #333333;
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  margin-top: 0px !important;
  margin-bottom: 8px;
}

.hp-mobile-author-type {
  color: #333333;
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 22px;
  word-wrap: break-word;
  margin-bottom: 4px;
}

.hp-mobile-author-name {
  color: #333333;
  font-size: 24px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  line-height: 29px;
  word-wrap: break-word;
}

.hp-mobile-carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  position: relative; /* Set to relative so it can sit under the slides */
}

.hp-mobile-indicator {
  width: 15px;
  height: 15px;
  background-color: rgba(51, 51, 51, 0.4);
  border-radius: 50%;
  cursor: pointer;
}

.hp-mobile-indicator.active {
  background-color: #333;
}


@media screen and (min-width: 600px) {
  .heromod-desktop-hide {
    display: none; /* Hide elements when screen size is 600 pixels or more */
  }
  .heromod-mobile-hide {
    display: block; /* show elements when screen size is 600 pixels or more */
  }
  .noshow-desktop {
    display: none; /* Hide elements when screen size is 600 pixels or more */
  }
  .margin120 {
  margin-right: 120px !important;
  }
}

@media screen and (max-width: 600px) {
  .heromod-mobile-hide {
    display: none; /* Hide elements when screen size is 600 pixels or less */
  }
  .heromod-desktop-hide {
    display: block; /* show elements when screen size is 600 pixels or less */
  }
}

.check-dates-banner-container {
    width: 100%;
    height: 109px; /* Desktop height */
    background-color: #12808F;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
}

.check-dates-banner-text-box {
    width: 258px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}

.check-dates-banner-delivery-text {
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: 'Proxima Nova', sans-serif;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.43px;
    word-wrap: break-word;
}

.check-dates-banner-button {
    width: 240px;
    height: 45px;
    padding: 11px 3px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.check-dates-banner-button-text {
    text-align: center;
    color: white;
    font-size: .938em;
    font-family: 'proxima-nova-condensed', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .3em;
    word-wrap: break-word;
    text-decoration: none; /* Ensure no underline on hover */
}

/* Hover state for the button */
.check-dates-banner-button:hover {
    background-color: white;
    text-decoration: none; /* Ensure no underline on hover */
}

.check-dates-banner-button:hover .check-dates-banner-button-text {
    color: #333333;
    text-decoration: none; /* Ensure no underline on hover */
}

/* Mobile styles */
@media (max-width: 768px) {
    .check-dates-banner-container {
        height: 163px; /* Mobile height */
        padding: 32px 22px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 32px;
    }

    .check-dates-banner-text-box {
        width: 100%; /* Stretch full width */
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center;
    }

    .check-dates-banner-delivery-text {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.43px;
    }

    .check-dates-banner-button {
        width: 240px;
        height: 45px;
        padding: 11px 3px;
        border: 1px solid white;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
}
