.et-storage-booking {
  display: flex;
  justify-content: center;
  padding: 40px 20px 60px;
}
.et-storage-booking .gform_wrapper.gravity-theme .gf_page_steps {
  margin-bottom: 50px;
  border: 0;
  max-width: 1380px;
}
.et-storage-booking .gform_wrapper,
.et-storage-booking .gform-theme--framework,
.et-storage-booking .gform-theme--foundation,
.et-storage-booking .gravity-theme {
  width: 100%;
}

.et-storage-booking .gform_heading {
  display: none;
}

.et-storage-booking .gform_fields {
  width: 100%;
  row-gap: 13px;
}

.et-storage-booking .gfield_html {
  text-align: center;
  margin: 0 0 20px;
}

.et-storage-booking .gfield_html .h1,
.et-storage-booking .gfield_html h1,
.et-storage-booking .gfield_html h2 {
  margin: 0;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.et-storage-booking .gfield,
.et-storage-booking .gform_page_footer,
.et-storage-booking .gform_footer {
  max-width: 480px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.et-storage-booking .gfield_label,
.et-storage-booking .gform-field-label,
.et-storage-booking .gfield_required,
.et-storage-booking .gfield_required_text {
  display: none;
}

.et-storage-booking input[type="text"],
.et-storage-booking input[type="email"],
.et-storage-booking input[type="tel"],
.et-storage-booking input[type="number"],
.et-storage-booking input[type="date"],
.et-storage-booking textarea,
.et-storage-booking select {
  width: 100%;
  height: 60px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid #D3D5D6;
  background: #FFF;
  box-shadow: none;
  outline: none;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 0 !important;
}
.et-storage-booking .gform_wrapper .gform_fields .gfield {
  width: 100%;
}
.et-storage-booking textarea {
  height: 140px;
  padding-top: 18px;
  padding-bottom: 18px;
  resize: vertical;
}

.et-storage-booking input::placeholder,
.et-storage-booking textarea::placeholder,
.et-storage-booking select,
.et-storage-booking .gfield_select {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 1;
}

.et-storage-booking select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

.et-storage-booking .gform_page_footer,
.et-storage-booking .gform_footer {
  margin-top: 22px;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.et-storage-booking .gform_next_button,
.et-storage-booking .gform_previous_button,
.et-storage-booking .gform_button {
  width: 100%;
  min-height: 60px;
  margin: 0;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-left: 0 !important;
}
.et-storage-booking .gform_save_link {
  margin-left: 0 !important;
}
.et-storage-booking .gform_page_footer .gform_previous_button,
.et-storage-booking .gform_page_footer .gform_next_button,
.et-storage-booking .gform_footer .gform_previous_button,
.et-storage-booking .gform_footer .gform_button {
  flex: 1 1 100%;
}

.et-storage-booking .gform_page_footer::after,
.et-storage-booking .gform_footer::after {
  content: "Trusted by 10,000+ customers across UAE.";
  display: block;
  width: 100%;
  margin-top: 0;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

@media (max-width: 767px) {
  .et-storage-booking {
    padding: 24px 16px 40px;
  }

  .et-storage-booking .gf_page_steps {
    gap: 10px !important;
    margin-bottom: 32px;
  }

  .et-storage-booking .gf_step {
    gap: 10px !important;
  }

  .et-storage-booking .gfield_html .h1,
  .et-storage-booking .gfield_html h1,
  .et-storage-booking .gfield_html h2 {
    font-size: 24px;
  }

  .et-storage-booking input[type="text"],
  .et-storage-booking input[type="email"],
  .et-storage-booking input[type="tel"],
  .et-storage-booking input[type="number"],
  .et-storage-booking input[type="date"],
  .et-storage-booking textarea,
  .et-storage-booking select {
    font-size: 16px;
  }
}

/* STEP PROGRESS */
.et-storage-booking .gf_page_steps {
  max-width: 820px;
  margin: 0 auto 42px;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px !important;
  align-items: center !important;
}

.et-storage-booking .gf_step {
  position: relative;
  min-width: 0;
  height: 30px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  margin: 0 !important;
}

/* line behind every number */
.et-storage-booking .gf_step::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 22.932px;
  background: #d9d9d9;
  z-index: 1;
}

/* active/completed line */
.et-storage-booking .gf_step.gf_step_active::before,
.et-storage-booking .gf_step.gf_step_completed::before {
  background: #ffc712;
}

/* remove previous after-line logic */
.et-storage-booking .gf_step::after {
  display: none !important;
}

/* number centered on top of line */
.et-storage-booking .gf_step_number {
  position: relative;
  z-index: 2;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  border-radius: 999px !important;
  background: #d9d9d9 !important;
  border: 0 !important;
  color: #fff !important;
  text-align: center !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 14px !important;
  letter-spacing: -0.36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.et-storage-booking .gf_step.gf_step_active .gf_step_number,
.et-storage-booking .gf_step.gf_step_completed .gf_step_number {
  background: #ffc712 !important;
}

.et-storage-booking .gf_step_label {
  display: none !important;
}

/* Keep completed steps inactive/gray instead of check */
.et-storage-booking .gf_step.gf_step_completed::before {
  background: #d9d9d9 !important;
}

.et-storage-booking .gf_step.gf_step_completed .gf_step_number {
  background: #d9d9d9 !important;
  color: #fff !important;
}

/* Remove Gravity Forms check icon */
.et-storage-booking .gf_step.gf_step_completed .gf_step_number::before,
.et-storage-booking .gf_step.gf_step_completed .gf_step_number::after {
  display: none !important;
  content: none !important;
}

/* Keep the original number visible */
.et-storage-booking .gf_step.gf_step_completed .gf_step_number {
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif !important;
}

.et-storage-booking .gfield_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 12px;
}

.et-storage-booking .gfield_checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 5px;
  border: 1px solid #D3D5D6;
  background: #fff;
  cursor: pointer;
  position: relative;
  margin: 0;
}

.et-storage-booking .gfield_checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid #49C193;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.et-storage-booking .gfield_checkbox label {
  display: block !important;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  cursor: pointer;
}

body.booking-new-template,
body.page-template-storage-new-booking {
  background: #fff;
}

.et-storage-booking {
  background: #fff;
  color: #000;
}

.et-storage-booking * {
  color: inherit;
}
.et-storage-booking .gform_save_link {
  width: 100%;
}


.et-thank-you-booking {
  background: #fff;
  color: #000;
}

.et-thank-you-booking__hero {
  padding: 70px 0 135px;
}

.et-thank-you-booking__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.et-thank-you-booking__title {
  margin: 0 0 8px;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.et-thank-you-booking__subtitle {
  max-width: 640px;
  margin: 0 auto 50px;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.et-thank-you-booking__video-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.et-thank-you-booking__video {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}

.et-thank-you-booking__video iframe,
.et-thank-you-booking__video video,
.et-thank-you-booking__video embed,
.et-thank-you-booking__video object {
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 20px;
}

.et-thank-you-booking__video iframe {
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media (max-width: 991px) {
  .et-thank-you-booking__video-wrap {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .et-thank-you-booking__video,
  .et-thank-you-booking__video iframe,
  .et-thank-you-booking__video video,
  .et-thank-you-booking__video embed,
  .et-thank-you-booking__video object {
    border-radius: 16px;
  }
}

.et-ty-testimonials {
  padding: 0 0 120px;
  background: #fff;
}

.et-ty-testimonials__title {
  max-width: 760px;
  margin: 0 auto 16px;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.et-ty-testimonials__subtitle {
  margin: 0 auto 60px;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.et-ty-testimonials__grid {
  max-width: 1050px;
  margin: 0 auto 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.et-ty-testimonials__card {
  border-radius: 20px;
  background: #f4f4f4;
  padding: 40px;
}

.et-ty-testimonials__stars {
  display: flex;
  align-items: center;
  gap: 4.5px;
  margin-bottom: 20px;
}

.et-ty-testimonials__star {
  display: inline-flex;
  line-height: 0;
}

.et-ty-testimonials__star svg {
  display: block;
  width: 22.5px;
  height: 20px;
}

.et-ty-testimonials__card-title {
  margin: 0 0 12px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.et-ty-testimonials__card-desc {
  margin: 0 0 12px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
}

.et-ty-testimonials__card-author {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.et-ty-testimonials__logos {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  justify-content: center;
  gap: 60px;
}

.et-ty-testimonials__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.et-ty-testimonials__logo-image {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
}
.et-ty-testimonials__card {
  border-radius: 20px;
  background: #f4f4f4;
  padding: 40px;
  display: flex;
  flex-direction: column;
  min-height: 255px;
}
.et-storage-testimonials__stars

 {
    display: flex;
    align-items: center;
    gap: 4.5px;
    margin-bottom: 20px;
}
.et-storage-testimonials__card-desc {
  margin: 0 0 12px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  flex-grow: 1;
}

.et-storage-testimonials__card-author {
  margin: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
@media (max-width: 991px) {
  .et-ty-testimonials__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .et-ty-testimonials__logos {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .et-ty-testimonials {
    padding-bottom: 80px;
  }

  .et-ty-testimonials__title {
    font-size: 32px;
    line-height: 38px;
  }

  .et-ty-testimonials__subtitle {
    margin-bottom: 40px;
  }

  .et-ty-testimonials__card {
    padding: 24px;
  }
}

/*
  .et-storage-booking .gform_page_footer {
    display: flex;
    flex-direction: column;
  }
*/

  .et-storage-booking .gform_next_button,
  .et-storage-booking .gform_button {
    order: 1;
  }

  .et-storage-booking .gform_save_link {
    order: 3;
  }

  .et-storage-booking .gform_previous_button {
    order: 2;
  }

  .et-storage-booking .gform_page_footer::after,
  .et-storage-booking .gform_footer::after {
    order: 4;
  }
.et-storage-booking .gform_page_footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.et-storage-booking .gform_page_footer .gform_next_button {
  order: 1;
  flex: 1 1 100%;
  width: 100%;
}

.et-storage-booking .gform_page_footer .gform_previous_button,
.et-storage-booking .gform_page_footer .gform_save_link {
  order: 2;
  flex: 1 1 calc(50% - 6px);
  width: calc(50% - 6px);
  min-height: 60px;
}

.et-storage-booking .gform_page_footer::after {
  order: 3;
}
.et-storage-booking .gform_page_footer .gform_previous_button,
.et-storage-booking .gform_page_footer .gform_save_link {
  min-height: 48px;
  height: 48px;
  padding: 0 18px;
  font-size: 15px;
  line-height: 1.1;
  border-radius: 999px;
}

.et-storage-booking .gform_page_footer .gform_save_link svg {
  width: 14px;
  height: 14px;
}

.et-storage-booking .gform_page_footer {
  gap: 10px;
}