.banner-Img img {
  margin-right: 0 !important;
  max-width: 700px !important;
}

.top {
  justify-content: center;
  align-items: center;
}

.container {
  width: 100vw;
  padding: 16px;
  margin: 0 auto;
}

.header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.header-section2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.header-section2 p {
  transform: translateX(55px);
  font-size: 22px;
  font-weight: 600;
  border-bottom: 2px solid;
}

.event-image {
  border-radius: 8px;
  max-width: 250px;
}

.header-text {
  text-align: center;
}

.desktop-heading {
  display: block;
}

.mobile-heading {
  display: none;
  width: 280px;
  margin-bottom: 10px;
}

.header-text p {
  font-size: 16px;
  color: #252525;
}

.timezone-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.custom-select {
  position: relative;
  width: 312px;
}

.custom-select select {
  background: transparent;
  padding: 8px 12px 8px 12px;
  font-size: 20px;
  color: #252525;
  width: 100%;
  box-sizing: border-box;
}

button#loadData {
  background-color: #33b0ca;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 5px;
}

button#loadData:hover {
  background-color: #2c96ae;
}

.desktop-table {
  display: block;
  overflow-y: auto;
  max-height: 100vh;
  overflow: auto;
}

iframe {
  width: 100%;
  height: 90%;
}

.close {
  position: absolute;
  top: -10px;
  right: -20px;
  font-size: 24px;
  cursor: pointer;
}

.desktop-table {
  display: block;
  overflow-y: auto;
  max-height: 70vh;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #616161;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #33b0ca;
  color: white;
}

.BookAdemo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.BookAdemo button {
  width: 400px;
  height: 50px;
  background-color: #33b0ca;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  color: white;
  margin-top: 20px;
  font-size: 20px;
}

.demo-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.demo-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fafafa;
  padding: 30px 36px 20px 36px;
  border-radius: 8px;
  width: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.book-demo-popup {
  width: 700px;
}

.illustration {
  margin-bottom: 20px;
}

#schedulePopup p {
  font-weight: 500;
  font-size: 16px;
  color: #252525;
  text-align: center;
}

#schedulePopup input {
  width: 268px;
  height: 38px;
}

#scheduleOkButton {
  width: 74px;
  height: 42px;
  padding: 0;
  display: inline;
  font-weight: 600;
  font-size: 16px;
  background-color: #616161;
  pointer-events: none;
}

.custom-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.custom-popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  position: relative;
}

.custom-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.custom-checkbox-group,
.custom-radio-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.close-popup {
  position: absolute;
  right: -10px;
  top: -10px;
  font-size: 24px;
  cursor: pointer;
  width: 35px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 14px;
  color: #616161;
  margin-bottom: 5px;
}

.form-container {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: -10px;
  font-weight: bold;
}

.required {
  color: #252525;
}

.submit-btn {
  background-color: #33b0ca;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
}

.submit-btn:hover {
  background-color: #2b95ac;
}

input[type="text"],
input[type="email"],
select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.custom-checkbox-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.custom-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.custom-popup-content {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  position: relative;
}

.custom-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.custom-checkbox-group,
.custom-radio-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.form-container {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 1px;
  font-weight: bold;
}

.submit-btn {
  background-color: #33b0ca;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
}

.submit-btn:hover {
  background-color: #2b95ac;
}

input[type="text"],
input[type="email"],
select {
  width: 100%;
  padding-left: 10px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.custom-checkbox-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

input,
select {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  width: 100%;
}

.schedule-btn {
  margin-top: 20px;
  background-color: #33b0ca;
  color: white;
  border: none;
  padding: 12px;
  border-radius: 4px;
  cursor: pointer;
  width: 200px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.schedule-btn:hover {
  background-color: #2c96ae;
}

select {
  border: 1px solid #eaeaea;
  background-color: white;
}

.illustration {
  width: 120px;
  margin-bottom: 20px;
  mix-blend-mode: multiply;
  opacity: 0.8;
  border: none;
}

.demo-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.ef-demo-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}

.demo-popup-content {
  position: fixed;
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

.popupclosebtn {
  display: none !important;
}

#scheduleTable {
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}

#scheduleTable th,
#scheduleTable td {
  border: 1px solid #616161;
  padding: 10px;
  text-align: center;
  background-color: white;
}

#dayRow th {
  position: sticky;
  top: 0;
  background: #33b0ca;
  color: white;
  z-index: 3;
}

#dateRow td,
#dateRow th {
  position: sticky;
  top: 40px;
  background: #33b0ca;
  z-index: 2;
}

#scheduleTable tbody td:first-child,
#scheduleTable thead th:first-child {
  position: sticky;
  left: 0;
  background: #33b0ca;
  color: white;
  z-index: 4;
}

#scheduleTable thead th:first-child {
  z-index: 5;
}

.select-wrapper {
  position: relative;
  display: inline-block;
}

select {
  width: 200px;
  font-size: 16px;
  border: 1px solid #eaeaea;
  background-color: white;
}

.cross-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ee3c4d;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 22px;
}

.bd-label {
  font-family: Poppins;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  color: #252525;
  padding-bottom: 5px;
}

.bd-input,
#duration {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 100%;
  text-transform: lowercase;
  color: #252525;
  height: 32px;
  padding-left: 10px;
}

.monetize-text {
  font-size: 26px;
  text-align: center;
  color: #616161;
}

.monetize-text span {
  font-weight: 600;
  font-size: 30px;
}

.helperdivflex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.radio-group {
  display: flex;
  gap: 10px;
}

.second-radio {
  position: relative;
  left: 50px;
}

.checkbox-item input[type="checkbox"] {
  /* scale: 1.6; */
  top: 0px !important;
  width: 14px;
}

.shift-square-check {
  position: relative;
  left: 3px;
}

.ef-form-control:focus {
  background-color: var(--bs-body-bg);
  border-color: #8633b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#HomeButtonMain {
  color: #33b0ca !important;
}

#event-form-proceed-btn-container {
  display: flex;
  justify-content: center;
}

#event-form-proceed-btn,
#event-form-close-btn-mobile {
  background-color: #33b0ca;
  color: #fafafa;
  border: none;
  outline: none;
  /* margin: 16px; */
  width: 120px;
  height: 34px;
  font-size: 16px;
  border-radius: 4px;
}

#event-form-close-btn-mobile {
  display: none;
}

#event-form-radio-buttons-container {
  display: none;
}

#timeZoneSelect:hover {
  cursor: pointer;
}

#timeZoneSelect:focus {
  outline: 1px solid #33b0ca;
}

.quiz-wheel-container {
  position: absolute;
  left: unset !important;
  top: 154px !important;
  right: 650px;
}

.quiz-wheel-hover {
  font-size: 18px;
  font-weight: 500;
  color: #616161;
  min-width: 229px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 31.8px 0px #00000024;
  border-radius: 8px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 101px;
  top: 124px;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.wheel-quiz-text {
  font-size: 30px;
}

.wheel-quiz-sub-text {
  font-size: 18px;
  color: #616161;
  font-weight: 500;
  line-height: 0.8;
}

.wheel-text {
  top: 11px;
  left: 9.5px;
}

.wheel-text2 {
  font-size: 16px;
}

.ef-demo-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
}

.ef-modal {
  overflow: scroll;
  padding: 40px 20px 40px 40px;
}

.illustration {
  width: 104px;
  margin-bottom: 20px;
  mix-blend-mode: multiply;
  opacity: 0.8;
  border: none;
}

.illustration-thankyou {
  width: 200px;
}

.close-popup {
  position: absolute;
  right: -16px;
  top: -16px;
  font-size: 24px;
  cursor: pointer;
}

.schedule-btn {
  margin-top: 20px;
  background-color: #33b0ca;
  color: white;
  border: none;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
  width: 111px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.schedule-btn:hover {
  background-color: #2c96ae;
}

.mainheadingform {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.ef-btn-primary:disabled {
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed !important;
  border: 1px solid #bbbbbb !important;
  opacity: 0.7;
}

.ef-btn-primary:not(:disabled) {
  background-color: #33b0ca;
  color: white;
  cursor: pointer;
}

.ef-btn-primary:not(:disabled):hover {
  background-color: #2b95ac;
}

input[name="otherSource"]:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

input[name="otherSource"]:enabled {
  background-color: #ffffff;
  cursor: text;
}

.ef-modal {
  background: #fafafa;
  border-radius: 8px;
  padding: 1.5rem;
  width: 95%;
  max-width: 800px;
  height: auto;
  overflow-y: auto;
  position: relative;
  margin: 0 auto;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow-x: hidden;
}

.ef-text-center {
  text-align: center;
}

.ef-mb-2 {
  margin-bottom: 0.5rem;
}

/* .ef-mb-4 {
            margin-bottom: 1rem;
        } */

.ef-space-y-2 > * + * {
  margin-top: 0.5rem;
}

.ef-space-y-4 > * + * {
  margin-top: 1rem;
}

.ef-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -30px;
  width: 100%;
}

.ef-form-header {
  text-align: center;
  margin-bottom: 50px;
  margin-right: 70px;
  /* margin-top: 30px; */
}

.ef-form-header h2 {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.ef-form-header p {
  font-size: 0.875rem;
  color: #616161;
  margin-bottom: 2px;
}

.divider {
  height: 1px;
  background-color: #33b0ca;
  margin: 0;
}

.tagline {
  margin-bottom: 6px;
  margin-top: 10px;
  font-size: 16px !important;
  font-weight: 500;
}

.about-section h3 {
  font-size: 1rem;
  margin-bottom: 0.75rem;
}

.about-section li {
  font-size: 0.875rem;
  color: #616161;
  margin-bottom: 0.5rem;
  list-style: none;
}

.ef-form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 8px;
}

.ef-form-group {
  flex: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  white-space: nowrap;
}

.ef-form-label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  font-weight: 500;
  margin-right: 10px;
  color: #252525 !important;
}

.required::after {
  content: "*";
  color: #ff0000;
  margin-left: 2px;
}

.ef-form-control {
  width: 100%;
  padding: 0.375rem 0.5rem;
  border: 1px solid #eaeaea;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  background: transparent;
}

select.ef-form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}

.phone-group {
  display: flex;
  gap: 0.5rem;
}

.phone-group select {
  width: 80px;
}

.radio-group,
.checkbox-group {
  display: grid;
  grid-template-columns: repeat(3, 4fr);
  gap: 5px;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.radio-item input[type="radio"],
.checkbox-item input[type="checkbox"] {
  margin: 0;
  position: relative;
  top: 2px;
  margin-right: 5px;
  padding: 2px;
}

.radio-item label,
.checkbox-item label {
  margin: 0;
  cursor: pointer;
}

.section-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #252525;
}

.ef-form-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 8px;
  margin-top: 10px;
}

#dayRow th,
#dateRow th {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}

.border-newColor {
  border: 2px solid #33b0ca !important;
}

.helperotherreason {
  margin-top: -21px;
}

#promises-main-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  margin: 0px 10px;
}

.forthHeading {
  font-size: 32px;
  font-weight: 700;
}

.desktop-table table {
  border: 2px solid #33b0ca;
  border-spacing: 0;
}

.carousel-container {
  background-color: #33b0ca;
  border: 1px solid #252525;
  position: relative;
  width: 100vw;
  height: 300px;
  overflow: hidden;
  padding: 0 24px;
}

.carousel {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  padding: 0 80px;
}

.carousel-item {
  width: 92%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  max-width: 1325px;
  margin: auto;
}

.carousel-item div {
  width: 72%;
}

.carousel-item p {
  font-size: 20px;
  font-weight: 400;
  color: #fafafa;
}

.carousel-item h2 {
  font-weight: 500;
  font-size: 26px;
  color: #fafafa;
}

.carousel-container .buttons {
  position: absolute;
  left: -42%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.carousel-container i {
  font-size: 22px;
  cursor: pointer;
  color: #fafafa;
}

.carousel-container img {
  max-width: 306px;
  border: 1px solid #252525;
}

.hide-for-desktop {
  display: none;
}

.hide-for-mobile {
  display: inline;
}

.bring-your-life {
  text-align: center;
  font-family: "Poppins", serif;
  color: #33b0ca;
  font-size: 34px !important;
  transform: translateY(-3px);
  margin-bottom: 30px;
}

.powered-by-ai {
  text-align: center;
  font-family: "Caveat Brush", serif;
  color: #252525;
  font-size: 36px;
  text-transform: uppercase;
  transform: translateY(80px);
}

.radio-item,
.checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 10px;
}

.checkbox-item {
  width: 100%;
}

.section-title {
  font-size: 0.875rem;
  font-weight: 500;
  /* margin-bottom: 10px; */
}

.ef-btn {
  display: inline-block;
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.ef-btn-primary {
  background-color: #33b0ca;
  color: white;
  width: 120px;
}

.ef-btn-primary:hover {
  background-color: #2b95ac;
}

#reasonInputHelper {
  width: 200px;
  position: relative;
  top: 5px;
  margin-top: 40px;
}

#event-form-close-btn {
  position: absolute;
  right: 10px;
  top: -10px;
  z-index: 2;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="phone"]:focus,
input[type="date"]:focus,
select:focus {
  outline: 1px solid #33b0ca;
  box-shadow: none;
  border: none;
}

.custom-select-wrapper {
  position: relative;
  width: 306px;
}

#customTimeZoneDropdown {
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  border-radius: 8px;
  padding: 10px 8px;
  border: 1px solid #eaeaea;
  outline: none;
  cursor: pointer;
}

#customTimeZoneDropdown:focus {
  order: 1px solid #33b0ca;
}

#customTimeZoneOptions {
  position: absolute;
  top: 43px;
  left: 0;
  background-color: #fff;
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 999;
  border-radius: 8px;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #616161;
  list-style-type: none;
  padding-left: 0;
  border-color: rgb(209 213 219);
}

#customTimeZoneOptions li {
  padding: 8px 16px;
  color: #252525;
  cursor: pointer;
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#customTimeZoneOptions li:hover {
  background-color: #33b0ca;
  color: #fff;
}

.caret-icon {
  float: right;
  transition: transform 0.3s ease;
  position: absolute;
  top: 12px;
  right: 12px;
}

.caret-rotated {
  transform: rotate(180deg);
}

.story-board-container {
  margin-top: -30px;
}

.promises-wrapper {
  overflow: hidden;
  margin-top: 50px;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 571px;
  max-height: 460px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin-top: 75px;
  position: relative;
}

.popup-content img {
  margin-bottom: 18px;
}

.signup-checkbox-container {
  width: 268px;
  margin: 8px auto 0 auto;
  text-align: left;
}

.popup-heading {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.popup-input {
  width: 268px;
  height: 38px;
  padding: 7px 10px;
  font-size: 16px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  outline: none;
  margin: 4px 0;
}

.popup-input:focus {
  border: 1px solid #33b0ca;
}

#email-submit-button,
#no-name-submit-button,
#buy-credits-submit-button,
#email-first-submit-button {
  margin-top: 12px;
  width: 120px;
  height: 42px;
  border-radius: 8px;
  background-color: #33b0ca;
  color: #fafafa;
  font-size: 18px;
  font-weight: 600;
  border: none;
  outline: none;
  display: block;
  margin: 12px auto 0 auto;
}

#no-name-submit-button {
  cursor: not-allowed;
  background-color: #616161;
}

#message-popup {
  position: relative;
  background-color: #fafafa;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  width: 360px;
  margin-top: 100px;
}

#message-popup img {
  width: 90%;
}

#message-popup p {
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  text-align: center;
}

.cross-button,
.cross-button-email-popup {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ee3c4d;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 22px;
  position: absolute;
  top: -12px;
  right: -12px;
}

#validation-popup div {
  width: auto;
}

#validation-popup p {
  margin: 0;
}

#validation-close-button {
  width: 74px;
  margin: 18px auto 0 auto;
}

.highlight-error {
  color: red;
}

.signup-radio-container {
  margin-top: 6px;
}

.signup-radio-container label {
  cursor: pointer;
  display: inline-flex;
  gap: 4px;
}

.signup-radio-container input[type="radio"] {
  transform: translate(8px, 2px);
  cursor: pointer;
}

#email-form .input-container,
#email-form-first .input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 8px auto;
  width: 50%;
}

#email-form span,
#email-form-first span {
  font-size: 16px;
  font-weight: 500;
  color: #252525;
}

#email-form span .required,
#email-form-first span .required {
  color: red;
}

.script-line {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.slugline {
  text-align: left;
  font-weight: bold;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.action {
  text-align: left;
  color: #616161;
}

.speaker {
  text-align: center;
  font-weight: bold;
  color: #1f2937;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  margin-top: 1rem;
}

.transition {
  text-align: right;
  font-style: italic;
  color: #616161;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.dialogue {
  text-align: left;
  color: #374151;
  width: 50%;
  margin: auto;
}

.parenthetical {
  text-align: center;
  font-style: italic;
  color: #616161;
  font-size: 0.875rem;
  margin-left: 3%;
  margin-right: 3%;
}

.beat-validate {
  color: red !important;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  bottom: -36px;
  visibility: hidden;
}

.beat-validate {
  bottom: 0;
}

/* Loading screen */
#container_loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 101vh;
  width: 100vw;
  background: #252525bf;
  z-index: 1035;
  display: none;
}

#conatiner_sub {
  height: 375px;
  width: 812px;
  font-size: 12px;
  z-index: 21;
  position: absolute;
  left: 50%;
  border-radius: 8px;
  background-color: transparent;
  top: 50%;
  transform: translate(-50%, -50%);
}

#thank-you-message {
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 84px;
}

.loading-spinner {
  border: 6px solid #fafafa;
  border-top: 6px solid #33b0ca;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
  backdrop-filter: blur(10px);
  margin: auto;
}

.modal-conversion {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  background-color: transparent;
}

.modal-content-conversion {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 500px;
  height: 35%;
  max-height: auto;
  display: flex;
  align-items: center;
  padding: 20px;
}

.modal-content-conversion h2 {
  font-size: 24px;
  font-weight: 500;
  color: #33b0ca;
  margin-left: 20px;
}

/* Blinking Cursor */
.blinking-cursor-conversion {
  display: inline-block;
  font-weight: 600;
  font-size: 24px;
  color: #33b0ca;
  animation: blinkCursor 0.8s steps(2, start) infinite;
}

@keyframes blinkCursor {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Loading screen */

#event-popUP {
  background: rgba(37, 37, 37, 0.75);
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10;
}

#pl1-popUP {
  background: rgba(37, 37, 37, 0.75);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 20;
}

#pl2-popUP {
  background: rgba(37, 37, 37, 0.75);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 19;
}

#pl3-popUP {
  background: rgba(37, 37, 37, 0.75);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 18;
}

#pl4-popUP {
  background: rgba(37, 37, 37, 0.75);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 17;
}

#pl5-popUP {
  background: rgba(37, 37, 37, 0.75);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 16;
}

#pl6-popUP {
  background: rgba(37, 37, 37, 0.75);
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 15;
}

#registerEvent {
  border-radius: 4px;
  background: #33b0ca;
  padding: 6px 12px;
  border: transparent;
}

#registerEvent:hover {
  box-shadow: 1px 1px 1px #25252567;
}

#registerEvent a {
  color: #ffff;
  text-decoration: none;
  font-size: 18px;
}

#pl1Button {
  border-radius: 4px;
  background: #33b0ca;
  color: #ffff;
  text-decoration: none;
  font-size: 14px;
  padding: 6px 12px;
  border: transparent;
  font-weight: 600;
}

#pl1Button:hover {
  box-shadow: 1px 1px 1px #25252567;
}

#pl-next1,
#pl-back1,
#pl-back2,
#pl-back3,
#pl-back4,
#pl-back5,
#pl-back6 {
  border-radius: 8px;
  background: #33b0ca;
  padding: 6px 12px;
  border: transparent;
  color: #ffff;
  text-decoration: none;
  font-size: 14px;
  height: 32px;
  width: 130px;
  font-weight: 600;
}

#pl-next1:hover,
#pl-back1:hover,
#pl-back2:hover,
#pl-back3:hover,
#pl-back4:hover,
#pl-back5:hover,
#pl-back6:hover {
  box-shadow: 1px 1px 1px #25252567;
}

#pl-back1:disabled,
#pl-back2:disabled,
#pl-back3:disabled,
#pl-back4:disabled,
#pl-back5:disabled,
#pl-back6:disabled {
  background: rgba(51, 177, 202, 0.298);
  color: #ffffff;
}

#pl-next2 {
  border-radius: 4px;
  background: #33b0ca;
  padding: 6px 12px;
  border: transparent;
  color: #ffff;
  text-decoration: none;
  font-size: 14px;
  height: 32px;
  width: 130px;
  font-weight: 600;
}

#pl-next2:hover {
  box-shadow: 1px 1px 1px #25252567;
}

#pl-next3 {
  border-radius: 4px;
  background: #33b0ca;
  padding: 6px 12px;
  border: transparent;
  color: #ffff;
  text-decoration: none;
  font-size: 14px;
  height: 32px;
  width: 130px;
  font-weight: 600;
}

#pl-next3:hover {
  box-shadow: 1px 1px 1px #25252567;
}

#pl-next4 {
  border-radius: 4px;
  background: #33b0ca;
  padding: 6px 12px;
  border: transparent;
  color: #ffff;
  text-decoration: none;
  font-size: 14px;
  height: 32px;
  width: 130px;
  font-weight: 600;
}

#pl-next4:hover {
  box-shadow: 1px 1px 1px #25252567;
}

#pl-next5 {
  border-radius: 4px;
  background: #33b0ca;
  padding: 6px 12px;
  border: transparent;
  color: #ffff;
  text-decoration: none;
  font-size: 14px;
  height: 32px;
  width: 130px;
  font-weight: 600;
}

#pl-next5:hover {
  box-shadow: 1px 1px 1px #25252567;
}

#pl-next6 {
  border-radius: 4px;
  background: #33b0ca;
  padding: 6px 12px;
  border: transparent;
  color: #ffff;
  text-decoration: none;
  font-size: 14px;
  height: 32px;
  width: 130px;
  font-weight: 600;
}

#pl-next6:hover {
  box-shadow: 1px 1px 1px #25252567;
}

#pl-next1 i.fas.fa-arrow-right,
#pl-next2 i.fas.fa-arrow-right,
#pl-next3 i.fas.fa-arrow-right,
#pl-next4 i.fas.fa-arrow-right,
#pl-next5 i.fas.fa-arrow-right,
#pl-next6 i.fas.fa-arrow-right,
#pl-back1 i.fas.fa-arrow-left,
#pl-back2 i.fas.fa-arrow-left,
#pl-back3 i.fas.fa-arrow-left,
#pl-back4 i.fas.fa-arrow-left,
#pl-back5 i.fas.fa-arrow-left,
#pl-back6 i.fas.fa-arrow-left {
  margin: 0px 15px;
}

.pl1-flex,
.pl2-flex,
.pl3-flex,
.pl4-flex,
.pl5-flex,
.pl6-flex {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  margin-bottom: 15px;
}

.checkbox-label {
  margin-bottom: unset !important;
}

#pl1checkbox,
#pl2checkbox,
#pl3checkbox,
#pl4checkbox,
#pl5checkbox,
#pl6checkbox {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #33b0ca;
  border-radius: 3px;
  display: inline-block;
  height: 16px;
  position: relative;
  width: 16px;
}

#pl1checkbox:checked,
#pl2checkbox:checked,
#pl3checkbox:checked,
#pl4checkbox:checked,
#pl5checkbox:checked,
#pl6checkbox:checked {
  background-color: #33b0ca;
  border: none;
}

#pl1checkbox:checked:before,
#pl2checkbox:checked:before,
#pl3checkbox:checked:before,
#pl4checkbox:checked:before,
#pl5checkbox:checked:before,
#pl6checkbox:checked:before {
  color: #fff;
  content: "✔";
  font-size: 14px;
  font-weight: 700;
  left: 2px;
  position: absolute;
  top: -3px;
}

.event-subheading {
  color: #252525 !important;
  font-size: 20px !important;
  transform: unset !important;
}

.duk-subheading {
  color: #252525 !important;
  font-size: 14px !important;
  transform: unset !important;
}

.event-subheadingBlue {
  color: #33b0ca !important;
  font-size: 16px !important;
  transform: unset !important;
}

.event-subheading span {
  font-size: 24px !important;
}

.event-heading {
  font-size: 28px !important;
  transform: unset !important;
}

.go-global-img {
  display: block;
  width: 231px;
  margin-left: auto;
  margin-bottom: 18px;
}

.buttons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.buttons-grid button {
  min-width: 182px;
  height: 40px;
  background: linear-gradient(
    98.45deg,
    rgba(51, 176, 202, 0.2) 30.96%,
    rgba(255, 92, 139, 0.2) 84.03%
  );
  box-shadow: 0px 4px 4px 0px #0000001a;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  color: #252525;
  border: none;
  outline: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.banner-Img .landing-page-new-img {
  width: 600px;
}

.homepage-main-heading-hidden {
  visibility: hidden;
}

.homepage-main-heading {
  font-size: 50px;
  text-align: left;
  font-weight: 700;
  position: absolute;
  top: -212px;
  left: -195px;
}

.homepage-main-heading span {
  color: #33b0ca;
}

.top-landingpage {
  display: block !important;
  padding: 0px 12px 0 12px !important;
  max-width: 1600px;
  margin: auto;
}

.active-button {
  background-color: #33b0ca !important;
  color: #fafafa !important;
}

.corporate-film-container {
  display: none;
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
}

.corporate-film-container .corporate-fields {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 4px 0;
}

.corporate-film-container .corporate-fields span {
  min-width: 400px;
  font-weight: 700;
  font-size: 24px;
  color: #616161;
}

.corporate-film-container .corporate-fields input {
  height: 45px;
  width: 100%;
  max-width: 800px;
  padding: 6px;
  border-radius: 8px;
  border: 2px solid #33b0ca;
  outline: none;
}

.corporate-film-container .corporate-fields input:focus {
  border: 2px solid #33b0ca;
  outline: none;
}

.corporate-film-container .corporate-fields .prodcut-services {
  padding-right: 55px;
}

.prompt-send-button,
.prompt-send-button-2 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  cursor: pointer;
}

.prompt-send-button {
  display: none;
}

.prompt-send-button-2 {
  bottom: 2px;
  right: 4px;
  width: 40px;
  height: 40px;
}

.promptdropdown-container,
.corporatedropdown-container,
.genre-input-box {
  text-align: left;
  position: absolute;
  bottom: 16px;
  right: 70px;
  border: 1px solid #616161;
  border-radius: 4px;
  width: 150px;
  display: none;
  background-color: #fff;
}

.reel-script-input .genre-input-box {
  width: 150px;
  bottom: 17px;
  height: 30px;
  border: 1px solid #616161;
}

.corporatedropdown-container {
  bottom: unset;
  top: unset;
  right: unset;
  position: relative;
  display: inline-block;
}

#formatDropdownWrapper {
  right: 230px;
  width: 195px;
  display: inline-block;
}

.mnf-era-img,
.pull-div-mobile,
#free-trial-bullet-point,
#video-intro-bullet-point {
  display: none;
}

.invoice-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  gap: 40px;
}

.invoice-body {
  width: 100%;
  max-width: 800px;
  background-color: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 8px;
}

.invoice-body h2 {
  font-weight: 600;
  font-size: 32px;
  color: #33b0ca;
  text-align: center;
  margin-bottom: 24px;
}

.amount-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 0 40px;
}

.amount-container span {
  font-weight: 400;
  font-size: 18px;
  color: #252525;
}

.invoice-wrapper button {
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  padding: 4px 12px;
  height: 42px;
  cursor: pointer;
  color: #fafafa;
  background-color: #33b0ca;
  border: 1px solid #33b0ca;
  width: 180px;
  display: block;
}

.agree-checkbox-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin: auto;
}

.agree-checkbox-container input {
  width: 30px;
}

.agree-checkbox-container label {
  width: fit-content;
  margin-bottom: 0;
  cursor: pointer;
}

.toggle-keyboard-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 8px;
  position: absolute;
  right: 0;
  top: -32px;
  cursor: pointer;
}

.corporate-sub-container .toggle-keyboard-container {
  position: static;
}

.toggle-keyboard-container .choose-lang {
  font-weight: 400;
  font-size: 14px;
  color: #252525;
}

.corporate-sub-container {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  align-items: center;
}

.keyboard-icon {
  width: 30px;
  cursor: pointer;
}

/* Virtual keyboard CSS starts here*/
.keyboard-container {
  width: fit-content;
  height: fit-content;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1032;
  display: none;
}

.toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  background: #eaeaea;
  padding: 8px;
  border-radius: 8px;
  cursor: move;
}

.toolbar span {
  font-size: 16px;
  font-weight: 500;
  color: #252525;
}

.keyboard-container select,
.keyboard-container button {
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #616161;
}

#clear-button {
  background-color: #33b0ca;
  color: white;
  border: none;
  cursor: pointer;
}

#text-input {
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
  font-size: 16px;
  padding: 10px;
  resize: none;
}

#keyboard {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 2px solid #ccc;
  padding: 4px;
  background-color: #ececec;
}

#language-select {
  border: 1px solid #252525;
  outline: none;
  cursor: pointer;
}

#language-select:focus {
  border: 1px solid #252525;
  outline: none;
}

.keyboard-row {
  display: flex;
  gap: 5px;
  flex-wrap: nowrap;
}

.key {
  color: #252525;
  padding: 12px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  border: 1px solid #ddd;
  flex: 1;
  min-width: fit-content;
  user-select: none;
}

.key.wide {
  min-width: fit-content;
}

.key.space {
  flex: 1;
}

.key[data-original=".com"],
.key[data-original="@"] {
  max-width: 100px;
}

.keyboard-container .keyboard-cross-button {
  border-radius: 50%;
  top: -20px;
  right: -20px;
  border: none;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Virtual keyboard CSS ends here */

.prompt-error-msg,
.corporate-error-msg {
  position: absolute;
  bottom: -44px;
  left: 0;
  color: red;
  font-weight: 400;
  font-size: 16px;
  display: none;
}

.corporate-error-msg {
  left: unset;
  right: 0;
}

#corporate-content {
  display: none;
}

#script-prompt::placeholder {
  font-size: 20px;
}

.reverse-word-count {
  font-size: 16px;
  color: #616161;
  margin-top: 5px;
  text-align: right;
}

.reverse-word-count.warning {
  color: red;
  font-weight: bold;
}

#minWordCount2 {
  display: none;
}

.testimonials-wrapper {
  max-width: 1600px;
  padding: 20px 12px 0 12px;
  margin: 0 auto 30px auto;
  width: 95%;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.testimonials-wrapper div {
  text-align: center;
}

.testimonials-wrapper p {
  font-weight: 500;
  font-size: 30px;
  color: #252525;
}

.testimonials-wrapper video {
  width: 530px;
  height: 273px;
  cursor: pointer;
}

@media (max-height: 768px) {
  .book-demo-popup {
    position: absolute;
    top: 145px;
    left: 50%;
    transform: none;
    transform: translateX(-50%);
    max-height: calc(100vh - 40px);
  }
}

@media (min-width: 768px) {
  .radio-group {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1400px) {
  .carousel {
    padding: 0 40px;
  }

  .carousel-item div {
    width: 65%;
  }

  .carousel-container .buttons {
    left: -38%;
  }
}

@media (max-width: 1300px) {
  .buttons-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .homepage-main-heading {
    font-size: 36px;
    top: -164px;
    left: -162px;
  }

  .testimonials-wrapper video {
    width: 397px;
    height: 204px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .powered-by-ai {
    transform: translateY(54px);
  }

  .promises-wrapper {
    margin-top: 50px;
  }

  @keyframes moveDoodleLeft {
    0% {
      right: -70px;
    }

    100% {
      right: 525px;
    }
  }

  .landing-page-new-img.landing-page-new-img {
    max-width: 400px !important;
  }

  .top {
    padding-top: 120px !important;
  }

  #classPicture {
    padding-left: 25px;
  }

  .rotating-wheel2 {
    width: 175px;
    top: 90px;
  }
}

@media (min-width: 767px) and (max-width: 768px) {
  #classPicture {
    margin-top: 60px;
  }

  .carousel-container img {
    max-width: 55%;
    width: 55%;
  }
}

@media (max-width: 768px) {
  .testimonials-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
  }

  .testimonials-wrapper p {
    font-size: 24px;
    margin-bottom: 0;
  }

  .testimonials-wrapper video {
    width: 300px;
    height: 200px;
  }

  .reverse-word-count {
    font-size: 12px;
  }

  .drag-me-text {
    display: none;
  }

  .reel-script-wrapper {
    margin-bottom: 20px;
  }

  .prompt-error-msg,
  .corporate-error-msg {
    bottom: -36px;
    font-size: 12px;
  }

  .reel-script-input .genre-input-box {
    bottom: 4px;
    right: 34px;
  }

  .genre-drop-down {
    width: 145px !important;
  }

  .keyboard-container .keyboard-cross-button {
    top: -34px;
  }

  .keyboard-container select,
  .keyboard-container button {
    font-size: 12px;
    padding: 4px 8px;
  }

  .keyboard-container select {
    width: 150px;
  }

  .keyboard-container {
    width: 100%;
    padding: 8px;
  }

  #keyboard {
    gap: 4px;
    padding: 2px;
  }

  .key {
    font-size: 12px;
    padding: 4px;
  }

  .toggle-keyboard-container .choose-lang {
    font-size: 12px;
  }

  .speaker,
  .parenthetical,
  .dialogue {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .wheel-text {
    font-size: 10px;
    top: 7px;
    left: 6px;
  }

  .prompt-send-button-2 {
    width: 25px;
    height: 25px;
  }

  .corporate-film-container .corporate-fields input {
    border-radius: 4px;
    height: 30px;
  }

  .corporate-film-container .corporate-fields {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .corporate-film-container .corporate-fields span {
    font-weight: 500;
    font-size: 14px;
    min-width: unset;
  }

  #formatDropdownWrapper {
    width: 172px;
    right: 155px;
  }

  .promptdropdown-container {
    width: 115px;
    bottom: 4px;
    right: 34px;
  }

  .corporatedropdown-container {
    bottom: 0;
    right: 0;
    width: 115px;
  }

  .mnf-era-img {
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }

  .pull-div-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .pull-sub-div-mobile {
    display: flex;
  }

  .landing_page_doodle_mobile {
    width: 170px;
  }

  .quiz-wheel-wrapper-landing-mobile .quiz-wheel-container {
    position: relative;
    top: 48px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 34px !important;
  }

  .quiz-wheel-wrapper-landing-mobile .revolution-wheel img {
    min-width: 80px;
  }

  .quiz-wheel-wrapper-landing-mobile .revolution-wheel .wheel-text {
    height: 82px;
    width: 83px;
    top: 6px;
    left: 6.5px;
  }

  .quiz-wheel-wrapper-landing-mobile .wheel-quiz-text {
    font-size: 18px;
  }

  .quiz-wheel-wrapper-landing-mobile .wheel-quiz-sub-text {
    font-size: 12px;
  }

  .quiz-wheel-wrapper-landing-mobile .quiz-wheel-hover {
    display: none;
  }

  .pull-div-mobile .homepage-main-heading-mobile-visible {
    display: inline-block !important;
    position: relative;
    font-size: 16px;
    left: 24px !important;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .story-board-container {
    margin-bottom: 80px;
  }

  .top-landingpage,
  .homepage-main-heading {
    display: none !important;
  }

  .promises-wrapper {
    margin-top: 0;
  }

  .buttons-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .buttons-grid button {
    font-size: 14px;
    font-weight: 600;
    height: 35px;
    border-radius: 6px;
    min-width: 140px;
  }

  .prompt-send-button {
    width: 25px;
    height: 25px;
    bottom: 4px;
    right: 4px;
  }

  .event-subheading {
    font-size: 12px !important;
  }

  .duk-subheading {
    font-size: 12px !important;
  }

  #joinHeading {
    font-size: 20px !important;
  }

  .modal-content-conversion h2 {
    font-size: 16px;
  }

  #conatiner_sub {
    width: 100%;
  }

  .popup-content {
    margin-top: 0;
    max-height: unset;
    height: 525px;
    padding: 12px;
    padding-bottom: 30px;
  }

  .cross-button,
  .cross-button-email-popup {
    top: -60px;
  }

  #email-form .input-container,
  #email-form-first .input-container {
    width: 100%;
  }

  #email-form .input-container input[type="text"],
  #email-form .input-container input[type="email"],
  #email-form-first .input-container input[type="text"],
  #email-form-first .input-container input[type="email"] {
    font-size: 14px;
  }

  .signup-radio-container {
    padding: 0;
  }

  #email-form .signup-radio-container span,
  #email-form-first .signup-radio-container span {
    display: block;
  }

  /* .story-board-container {
    overflow: hidden;
  } */

  .wheel-quiz-text {
    font-size: 24px;
  }

  .wheel-quiz-sub-text {
    font-size: 14px;
  }

  .landing-page-new-img {
    display: none;
  }

  .revolution-wheel .wheel-text {
    font-size: 10px;
    height: 91px;
    width: 92px;
  }

  .banner-Img .revolution-wheel-mobile {
    margin-top: 0 !important;
  }

  .revolution-wheel {
    left: 54px;
    bottom: 0;
    top: 33px;
  }

  .revolution-wheel img {
    min-width: 110px;
  }

  .header-section2 {
    flex-direction: column;
  }

  .header-section2 p {
    transform: translateX(0px);
    font-size: 16px;
  }

  .carousel-container .buttons {
    left: -90%;
  }

  .powered-by-ai {
    font-size: 16px;
    transform: translate(-15px, 90px);
  }

  .banner-Img img {
    width: 50% !important;
    margin-right: 0 !important;
  }

  .top {
    padding-top: 77px;
  }

  .header-section {
    margin-top: -14px;
    display: flex;
    flex-direction: column;
  }

  .event-image {
    max-width: 200px;
    margin-bottom: 0px;
  }

  .header-text p {
    font-size: 14px;
  }

  th,
  td {
    font-size: 14px;
    padding: 4px;
    text-align: center;
  }

  .header-text {
    text-align: center;
    margin-top: -80px;
  }

  .timezone-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: unset;
    margin-left: unset;
    margin-bottom: 20px;
  }

  button#loadData {
    background-color: #33b0ca;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 5px;
    width: 100%;
    white-space: nowrap;
    font-size: 14px;
  }

  .BookAdemo button {
    margin-top: 20px;
  }

  .custom-select select {
    font-size: 14px;
    width: fit-content;
  }

  .custom-select {
    position: relative;
    width: fit-content;
    margin-left: unset;
  }

  .customBLuebg {
    border: 1px solid #616161;
    background-color: #33b0ca;
    color: white;
    padding: 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }

  .daySelect {
    background-color: #33b0ca;
  }

  .forthHeading {
    font-size: 24px;
    font-weight: 700;
  }

  .hide-for-desktop {
    display: inline;
  }

  .hide-for-mobile {
    display: none;
  }

  .carousel-container {
    height: 700px;
    padding: 0 12px;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .carousel {
    flex-direction: row;
    padding: 0 12px;
  }

  .carousel-item {
    width: 99%;
    min-width: 99%;
    height: 700px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-right: 30px;
    gap: 16px;
  }

  .carousel-item div {
    width: 95%;
    margin-bottom: 50px;
  }

  .carousel-item p {
    font-size: 16px;
  }

  .carousel-container .buttons {
    top: unset;
    bottom: 10px;
    flex-direction: row;
    left: -106%;
    bottom: -40px;
  }

  .testi-name-desc {
    display: block;
  }

  .container,
  .container-sm {
    max-width: 100% !important;
  }

  .ef-modal {
    background: #fafafa;
    width: 100%;
    max-width: 800px;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 20px 40px;
    bottom: 0;
  }

  #event-form-close-btn-mobile {
    display: inline;
  }

  #event-form-close-btn {
    display: none;
  }

  .popupclosebtn {
    background: #33b0ca;
    color: white;
    display: flex !important;
  }

  .ef-demo-popup-content {
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    bottom: 0;
    height: 100%;
  }

  .ef-text-center {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }

  .helperClass1 {
    position: relative;
    top: 20px;
    margin-bottom: 40px;
  }

  .close-popup {
    position: absolute;
    right: 50%;
    top: -75px;
    font-size: 24px;
    cursor: pointer;
    transform: translateX(50%);
  }

  .demo-popup-content {
    min-width: 90%;
    width: 90%;
    padding: 20px;
    margin-top: 10px;
    width: 100%;
    min-width: unset;
    padding: 20px;
    top: 280px;
    left: unset;
    transform: translate(0px, -100px);
  }

  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 465px) {
  .monetize-text {
    font-size: 20px;
  }

  .monetize-text span {
    font-size: 22px;
  }

  #phoneInput {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  #timezone,
  #date {
    width: 100%;
  }

  #date {
    font-size: 12px;
  }

  #timeSelect,
  #language,
  #duration {
    width: 100%;
  }

  #date {
    width: 100%;
    padding-right: 0;
  }

  .offeringtab {
    flex-direction: column;
  }

  .desktop-table {
    margin-top: 20px;
  }

  .BookAdemo button {
    width: fit-content;
    height: auto;
    background-color: #33b0ca;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    color: white;
    margin-top: 20px;
    font-size: 16px;
    padding: 5px 12px;
    white-space: nowrap;
    padding: 12px 8px;
  }

  .ef-modal {
    padding: 10px 20px;
    /* width: fit-content; */
  }

  .ef-form-row {
    flex-direction: column;
  }

  .ef-demo-popup-content {
    position: absolute;
    top: unset;
    left: unset;
    transform: unset;
    min-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
  }

  .about-section h3 {
    font-size: 12px;
    margin-bottom: 0.75rem;
  }

  .ef-form-header {
    text-align: center;
    margin-bottom: 28px;
    margin-right: 0;
  }

  .ef-form-label {
    font-size: 12px;
  }

  input[type="text"],
  input[type="email"],
  select {
    font-size: 11px;
  }

  input[type="tel"] {
    min-width: 100px;
  }

  .country-width {
    min-width: 90px;
  }

  .ef-form-group {
    flex-direction: column;
    align-items: start;
  }

  .ef-form-group label {
    flex-direction: column;
    align-items: flex-start;
  }

  .ef-form-group input,
  .ef-form-group select {
    width: 100%;
    font-size: 11px;
  }

  .radio-item label,
  .checkbox-item label {
    font-size: 12px;
  }

  .form-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .demo-popup-content {
    top: unset;
    bottom: 0;
    border-radius: 12px 12px 0 0;
    transform: translateY(0px);
    height: 500px;
  }

  .future-schedule-thankyou-popup {
    height: 400px;
  }

  .future-schedule-thankyou-popup .illustration {
    width: 80%;
  }

  #schedulePopup .demo-popup-content {
    height: 290px;
  }

  #schedulePopup input {
    font-size: 14px;
  }

  #schedulePopup .close-popup {
    top: -100px;
  }

  .book-demo-popup {
    height: 570px;
  }

  .close-popup {
    position: absolute;
    right: 50%;
    top: -45px;
    font-size: 24px;
    cursor: pointer;
    transform: translateX(50%);
  }

  .ef-header {
    flex-direction: column;
  }

  .ef-header img {
    margin-bottom: 0px !important;
  }

  #demoForm {
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
  }

  .custom-select select {
    font-size: 14px;
    width: 255px;
    margin: 10px 0px;
  }

  .phone-group {
    width: 100%;
  }

  .section-title {
    line-height: 26px;
  }

  .radio-group,
  .checkbox-group {
    grid-template-columns: repeat(2, 2fr);
  }

  #reasonInputHelper {
    top: 13px;
  }

  .square-checks {
    gap: 8px;
  }

  .addMargintop {
    margin-top: 14px;
  }

  .demo-popup-content-mobile {
    height: auto;
  }
}
