.landing-page-new-text {
  text-align: left;
  color: #252525;
  font-size: 32px;
  transform: translateY(50px);
  font-weight: 700;
}

.landing-page-new-text .of,
.landing-page-new-text .with {
  font-style: italic;
  font-weight: 500;
}

.landing-page-new-text .sp-writing {
  color: #33b0ca;
}

.landing-page-new-text .ida {
  font-weight: 700;
  font-size: 48px;
}

.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;
}

.landing-page-new-text-mobile,
.revolution-img-mobile {
  display: none;
}

.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;
}

#mynextfilmhead {
  position: absolute;
  height: 45px;
  width: 400px;
  left: 0;
  top: -85px;
}

#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: relative;
}

.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(12px);
  padding-right: 105px;
}

.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;
}

::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #33b0ca;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #33b0ca;
}

.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: 0;
}

.promises-wrapper {
  overflow: hidden;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 571px;
  max-height: 420px;
  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 {
  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;
}

#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 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 8px auto;
  width: 50%;
}

#email-form span {
  font-size: 16px;
  font-weight: 500;
  color: #252525;
}

#email-form 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%;
}

.prompt-validate,
.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: 100vh;
  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;
}

#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;
}

.event-subheading {
  color: #252525 !important;
  font-size: 20px !important;
  transform: unset !important;
}

.event-subheading span {
  font-size: 24px !important;
}

.event-heading {
  font-size: 28px !important;
  transform: unset !important;
}

@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);
  }

  #mynextfilmheadmobile {
    display: none;
  }
}

@media (max-width: 1400px) {
  .carousel {
    padding: 0 40px;
  }

  .carousel-item div {
    width: 65%;
  }

  .carousel-container .buttons {
    left: -38%;
  }

  .landing-page-new-text {
    font-size: 28px;
  }

  .landing-page-new-img.landing-page-new-img {
    max-width: 570px !important;
  }
}

@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;
  }

  #mynextfilmhead {
    top: -50px;
  }

  .story-boxes-container {
    width: 700px;
    margin-top: 30px;
  }

  .landing-page-new-text {
    font-size: 24px;
  }

  .homepage-main-heading {
    top: 0px;
    left: -150px;
  }

  .rotating-wheel-tab {
    width: 140px;
    bottom: 58px;
    left: -97px;
  }

  .rotating-wheel2 {
    width: 175px;
    top: 90px;
  }

  .pulling-row {
    left: -95px;
    top: 92px;
  }

  .story-board-doodle {
    bottom: -18px;
  }
}

@media (min-width: 767px) and (max-width: 768px) {
  #classPicture {
    margin-top: 60px;
  }

  .carousel-container img {
    max-width: 55%;
    width: 55%;
  }
}

@media (max-width: 768px) {
  #conatiner_sub {
    width: 100%;
  }

  .script-preview-board {
    max-height: 300px;
  }

  .reel-script-preview-popup {
    padding: 10px 20px;
  }

  .close-btn {
    left: 50%;
    right: unset;
    top: -60px;
    transform: translateX(-50%);
  }

  .cross-button,
  .cross-button-email-popup {
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
  }

  .popup-content {
    max-height: 600px;
    padding: 12px;
  }

  #email-form .input-container {
    width: 100%;
  }

  .signup-radio-container {
    padding: 0 70px;
  }

  #event-form-proceed-btn,
  #event-form-close-btn-mobile {
    margin: 16px;
  }

  .story-board-container {
    overflow: hidden;
  }

  .wheel-quiz-text {
    font-size: 24px;
  }

  .wheel-quiz-sub-text {
    font-size: 14px;
  }

  .landing-page-new-text-desktop,
  .landing-page-new-img {
    display: none;
  }

  .revolution-img-mobile {
    display: inline;
  }

  .landing-page-new-text-mobile {
    display: block;
    line-height: 16px;
    font-size: 18px;
    margin-top: 0 !important;
    margin-left: 36px;
    transform: translateY(50px) !important;
  }

  .banner-Img .revolution-img-mobile {
    width: 300px !important;
  }

  .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;
  }

  .landing-page-new-text-mobile .ida {
    font-size: 26px;
  }

  .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;
    padding-right: 0;
    transform: translateX(-15px);
  }

  .landing-page-new-text {
    font-size: 14px;
    transform: translateY(0px);
    margin-top: 25px;
  }

  .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) {
  .wheel-text {
    font-size: 10px;
    top: 7px;
    left: 6px;
  }

  .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;
  }

  #mynextfilmheadmobile {
    left: -65px;
    position: relative;
    top: 35px;
    margin-bottom: 15px;
  }

  .demo-popup-content-mobile {
    height: auto;
  }
}
