#site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 0;
  z-index: 100;
}
@media (max-width: 768px) {
  #site-header {
    padding: 20px 12px 16px;
    border-bottom: 1px solid #777783;
  }
}
#site-header .header-inner {
  gap: 120px;
}
@media (max-width: 768px) {
  #site-header .header-inner {
    gap: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  #site-header .site-navigation-toggle-holder {
    display: none;
  }
}
#site-header .site-branding {
  max-width: unset;
}
#site-header .site-navigation {
  max-width: unset;
}
@media (max-width: 768px) {
  #site-header .site-navigation {
    display: flex !important;
  }
  #site-header .site-navigation .menu > .menu-item:not(.language-select) {
    display: none;
  }
}
#site-header .menu-temp-main-menu-container {
  flex-grow: 1;
}
#site-header .menu {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #site-header .menu {
    justify-content: flex-end;
  }
}
#site-header .language-select {
  padding: 0;
}
#site-header .language-select > a {
  display: flex;
  gap: 8px;
  align-items: center;
}
#site-header .language-select > a:before, #site-header .language-select > a:after {
  font-size: 0;
}
#site-header .language-select > a:before {
  content: url("/wp-content/themes/hello-elementor/language.svg");
}
#site-header .language-select > a:after {
  content: url("/wp-content/themes/hello-elementor/icon-arrow-down.svg");
}
#site-header .language-select:after {
  content: "";
  display: none;
}
#site-header .language-select .sub-menu {
  min-width: 100px;
  border-radius: 16px;
  padding: 12px;
}
#site-header .language-select .sub-menu li + li {
  margin-top: 12px;
}
#site-header .language-select .trp-language-switcher-container {
  align-items: center;
  border: none;
  justify-content: space-between;
}
#site-header .language-select .trp-language-switcher-container a {
  padding: 0;
  font-size: 14px;
  color: #0A0A14;
  flex-grow: 1;
}
#site-header .language-select .trp-language-switcher-container.current-language-menu-item a {
  font-weight: 600;
}
#site-header .language-select .trp-language-switcher-container.current-language-menu-item:after {
  content: url("/wp-content/themes/hello-elementor/tick.svg");
  font-size: 0;
}
#site-header .sign-in-btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 138px;
  height: 44px;
  border-radius: 12px;
  background-color: #78BCEF;
  color: #1C1C30;
  font-size: 16px;
  font-weight: 600;
}

#site-footer {
  padding: 28px 0 40px;
}
@media (max-width: 768px) {
  #site-footer {
    padding: 15px 24px 30px;
  }
}
@media (max-width: 768px) {
  #site-footer .footer-inner {
    padding: 0;
    flex-wrap: nowrap;
  }
}
#site-footer .site-branding {
  max-width: unset;
}
@media (max-width: 768px) {
  #site-footer .site-branding {
    width: 135px;
  }
}
#site-footer .custom-logo {
  display: none;
}
@media (max-width: 768px) {
  #site-footer .custom-logo {
    display: block;
  }
}
#site-footer .site-navigation {
  max-width: unset;
}
@media (max-width: 768px) {
  #site-footer .site-navigation {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #site-footer .site-navigation > div {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  #site-footer #menu-footer-menu {
    flex-direction: column;
    gap: 6px;
  }
  #site-footer #menu-footer-menu a {
    padding: 0;
  }
}
#site-footer .footer-logo {
  height: 91px;
}
@media (max-width: 768px) {
  #site-footer .footer-logo {
    display: none;
  }
}

@media (max-width: 768px) and (height > 750px) {
  #home-page-hero {
    height: 100vh;
  }
}
#home-page-hero > .elementor-container {
  gap: 100px;
}
@media (max-width: 768px) {
  #home-page-hero > .elementor-container {
    gap: 0;
  }
}
#home-page-hero > .elementor-container > .elementor-column:not(.img-wrapper) {
  max-width: 510px;
  width: auto;
}
@media (max-width: 768px) {
  #home-page-hero > .elementor-container > .elementor-column:not(.img-wrapper) {
    max-width: 100%;
  }
  #home-page-hero > .elementor-container > .elementor-column:not(.img-wrapper) > .elementor-widget-wrap > .elementor-element:nth-of-type(2), #home-page-hero > .elementor-container > .elementor-column:not(.img-wrapper) > .elementor-widget-wrap > .elementor-element:nth-of-type(3) {
    margin-right: auto;
  }
}
#home-page-hero > .elementor-container > .elementor-column.img-wrapper {
  width: 100%;
}
#home-page-hero > .elementor-container > .elementor-column.img-wrapper img {
  width: 100%;
  height: 70vh;
  object-fit: contain;
}
#home-page-hero .markets-wrapper .elementor-container {
  gap: 24px;
}
@media (max-width: 768px) {
  #home-page-hero .markets-wrapper .elementor-container {
    justify-content: center;
  }
}
#home-page-hero .markets-wrapper .elementor-column {
  width: auto;
}
#home-page-hero .markets-wrapper img {
  border-radius: 10px;
  border: 2px solid #2A344D;
}
@media (max-width: 768px) {
  #home-page-hero .markets-wrapper {
    order: 1;
    margin-top: 40px;
  }
}

#why-easybook-section .benefits > .elementor-container {
  gap: 16px;
}
@media (max-width: 768px) {
  #why-easybook-section .benefits > .elementor-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 12px 16px;
  }
}
#why-easybook-section .benefits .elementor-column {
  width: auto;
  flex: 1 0 0;
}
@media (max-width: 768px) {
  #why-easybook-section .benefits .elementor-column {
    gap: 16px 12px;
  }
}
#why-easybook-section .benefits .elementor-column .elementor-element {
  max-width: 100%;
  width: 100%;
}
#why-easybook-section .elementor-counter .elementor-counter {
  white-space: nowrap;
}

#industries-section .industries-items > .elementor-container {
  gap: 20px;
}
@media (max-width: 768px) {
  #industries-section .industries-items > .elementor-container {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 60px;
  }
  #industries-section .industries-items > .elementor-container::-webkit-scrollbar {
    position: absolute;
    width: 5px;
    height: 8px;
    background-color: rgba(23, 23, 92, 0.3);
    border-radius: 4px;
  }
  #industries-section .industries-items > .elementor-container::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #17175C;
  }
}
#industries-section .industries-items > .elementor-container > .elementor-column {
  transition: 0.3s;
  flex: 1 0 0;
  overflow: hidden;
  position: relative;
  height: 480px;
  width: auto;
}
@media (max-width: 768px) {
  #industries-section .industries-items > .elementor-container > .elementor-column {
    flex: 1 0 240px;
  }
}
#industries-section .industries-items > .elementor-container > .elementor-column > .elementor-widget-wrap {
  position: relative;
}
#industries-section .industries-items > .elementor-container > .elementor-column > .elementor-widget-wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 110px;
  height: 100px;
  background-color: #3B6D92;
  border-radius: 0px 12px 12px 0px;
  z-index: 1;
}
@media (max-width: 768px) {
  #industries-section .industries-items > .elementor-container > .elementor-column > .elementor-widget-wrap {
    border-color: #78BCEF;
  }
  #industries-section .industries-items > .elementor-container > .elementor-column > .elementor-widget-wrap:before {
    display: none;
  }
}
#industries-section .industries-items > .elementor-container > .elementor-column .title {
  transform: rotate(-90deg) translateY(-10px);
  white-space: nowrap;
  margin-bottom: 50px;
  z-index: 2;
}
@media (max-width: 768px) {
  #industries-section .industries-items > .elementor-container > .elementor-column .title {
    transform: rotate(0);
    margin-bottom: 0;
    white-space: normal;
  }
}
#industries-section .industries-items > .elementor-container > .elementor-column .text {
  display: none;
}
@media (max-width: 768px) {
  #industries-section .industries-items > .elementor-container > .elementor-column .text {
    display: block;
  }
}
#industries-section .industries-items > .elementor-container > .elementor-column .divider {
  display: none;
}
@media (max-width: 768px) {
  #industries-section .industries-items > .elementor-container > .elementor-column .divider {
    display: block;
  }
}
#industries-section .industries-items > .elementor-container > .elementor-column:hover {
  flex: 1 0 250px;
}
#industries-section .industries-items > .elementor-container > .elementor-column:hover > .elementor-widget-wrap {
  border-color: #78BCEF;
}
#industries-section .industries-items > .elementor-container > .elementor-column:hover > .elementor-widget-wrap:before {
  display: none;
}
#industries-section .industries-items > .elementor-container > .elementor-column:hover .title {
  transform: rotate(0);
  margin-bottom: 0;
  white-space: normal;
}
#industries-section .industries-items > .elementor-container > .elementor-column:hover .text {
  display: block;
}
#industries-section .industries-items > .elementor-container > .elementor-column:hover .divider {
  display: block;
}

#start-steps > .elementor-container {
  gap: 60px;
}
@media (max-width: 768px) {
  #start-steps > .elementor-container {
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    overflow: auto hidden;
    gap: 16px;
  }
  #start-steps > .elementor-container::-webkit-scrollbar {
    display: none;
  }
}
#start-steps .start-step {
  width: auto;
  flex: 1 0 30%;
}
@media (max-width: 768px) {
  #start-steps .start-step {
    scroll-snap-align: center;
    flex: 1 0 100%;
  }
}
#start-steps .start-step .img-wrapper {
  border-bottom: 1px solid #17175C;
  overflow: hidden;
}
@media (max-width: 768px) {
  #start-steps .start-step .img-wrapper {
    border: none;
  }
}
#start-steps .start-step img {
  transform: translateY(100px);
  width: 265px;
  transition: 0.3s;
  margin: auto;
}
@media (max-width: 768px) {
  #start-steps .start-step img {
    width: 170px;
  }
}
#start-steps .start-step .step-number {
  transform: translateY(-50%);
}
#start-steps .start-step:hover img {
  transform: none;
}

#download-app-section > .elementor-container {
  gap: 50px;
}
@media (max-width: 768px) {
  #download-app-section > .elementor-container {
    gap: 0;
  }
}
#download-app-section > .elementor-container > .elementor-column:not(.img-wrapper) {
  max-width: 420px;
  width: auto;
}
@media (max-width: 768px) {
  #download-app-section > .elementor-container > .elementor-column:not(.img-wrapper) {
    max-width: 100%;
  }
  #download-app-section > .elementor-container > .elementor-column:not(.img-wrapper) > .elementor-widget-wrap > .elementor-element:nth-of-type(2) {
    order: -1;
  }
}
#download-app-section > .elementor-container > .elementor-column.img-wrapper {
  width: 100%;
}
#download-app-section > .elementor-container > .elementor-column.img-wrapper img {
  width: 100%;
  height: 80vh;
  object-fit: contain;
}
#download-app-section .markets-wrapper .elementor-container {
  gap: 24px;
}
@media (max-width: 768px) {
  #download-app-section .markets-wrapper .elementor-container {
    justify-content: center;
  }
}
#download-app-section .markets-wrapper .elementor-column {
  width: auto;
}
#download-app-section .markets-wrapper img {
  border-radius: 10px;
  border: 2px solid #2A344D;
}

#reviews-section .customer-review-item > .elementor-container {
  gap: 50px;
}
@media (max-width: 768px) {
  #reviews-section .customer-review-item > .elementor-container {
    gap: 40px;
  }
}
#reviews-section .customer-review-item > .elementor-container > .elementor-column:not(.review-content) {
  position: relative;
}
#reviews-section .customer-review-item > .elementor-container > .elementor-column:not(.review-content) > .elementor-widget-wrap > div.elementor-element .elementor-widget-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  border-radius: 24px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
}
@media (max-width: 768px) {
  #reviews-section .customer-review-item .review-content p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #reviews-section .customer-review-item .review-content > .elementor-widget-wrap {
    flex-direction: column;
  }
}
#reviews-section .customer-review-item .review-author {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 2;
}
#reviews-section .customer-review-item .review-author.elementor-element:last-child span {
  opacity: 0.5;
}
#reviews-section .customer-review-item img {
  width: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 30%);
}
#reviews-section .custom-slider-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #reviews-section .custom-slider-navigation {
    margin-top: auto;
  }
}
#reviews-section .custom-slider-navigation a {
  position: static;
  margin: 0 !important;
}
#reviews-section .custom-slider-navigation a:focus {
  outline: none;
}
#reviews-section .custom-slider-navigation .elementor-container {
  gap: 8px;
}
#reviews-section .custom-slider-navigation .dot {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 8px;
  opacity: 0.5;
}
#reviews-section .custom-slider-navigation .dot.active {
  width: 28px;
  opacity: 1;
}

@media (max-width: 768px) {
  #features-wrapper {
    overflow: hidden;
  }
}
#features-wrapper > .elementor-container {
  display: grid;
  grid-template-columns: repeat(2, 268px);
  justify-content: space-between;
}
@media (max-width: 768px) {
  #features-wrapper > .elementor-container {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    overflow: auto hidden;
  }
  #features-wrapper > .elementor-container::-webkit-scrollbar {
    display: none;
  }
}
#features-wrapper > .elementor-container > .elementor-column {
  width: auto;
  position: static;
}
@media (max-width: 768px) {
  #features-wrapper > .elementor-container > .elementor-column {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #features-wrapper > .elementor-container > .elementor-column:not(:nth-last-of-type(1)), #features-wrapper > .elementor-container > .elementor-column:not(:nth-last-of-type(2)) {
    padding-bottom: 24px;
  }
}
#features-wrapper > .elementor-container > .elementor-column > .elementor-widget-wrap {
  position: static;
}
#features-wrapper > .elementor-container .feature-item {
  cursor: pointer;
}
@media (max-width: 768px) {
  #features-wrapper > .elementor-container .feature-item {
    scroll-snap-align: center;
    flex: 1 0 100%;
    height: 60vh;
    gap: 12px;
  }
}
#features-wrapper > .elementor-container .feature-item:first-of-type .elementor-element:last-child {
  z-index: 1;
}
#features-wrapper > .elementor-container .feature-item:hover .elementor-element.elementor-widget-image:not(:first-child) {
  z-index: 2;
}
#features-wrapper > .elementor-container .feature-item:hover .elementor-element:first-child img {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 768px) {
  #features-wrapper > .elementor-container .feature-item .elementor-element:first-child img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  }
}
#features-wrapper > .elementor-container .feature-item .elementor-element.elementor-widget-image:not(:first-child) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media (max-width: 768px) {
  #features-wrapper > .elementor-container .feature-item .elementor-element.elementor-widget-image:not(:first-child) {
    position: static;
    height: 100%;
    transform: none;
  }
}
#features-wrapper > .elementor-container .feature-item .elementor-element.elementor-widget-image:not(:first-child) img {
  width: 410px;
  height: 568px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(120, 188, 239, 0.3));
}
@media (max-width: 768px) {
  #features-wrapper > .elementor-container .feature-item .elementor-element.elementor-widget-image:not(:first-child) img {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #features-wrapper > .elementor-container .feature-item > .elementor-widget-wrap {
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
  }
  #features-wrapper > .elementor-container .feature-item > .elementor-widget-wrap .elementor-element {
    max-width: 40%;
  }
  #features-wrapper > .elementor-container .feature-item > .elementor-widget-wrap .elementor-element.feature-image:has(img) {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 60%;
  }
}

#features-dots .elementor-container, #how-start-dots .elementor-container {
  justify-content: center;
  gap: 8px;
}
#features-dots .dot, #how-start-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #19194A;
  opacity: 0.5;
  transition: 0.3s;
}
#features-dots .dot.active, #how-start-dots .dot.active {
  width: 28px;
  opacity: 1;
  border-radius: 4px;
}

.pricing-actions-container > .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .pricing-actions-container > .elementor-widget-container {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.billing-period-switcher {
  display: flex;
  align-items: center;
  gap: 16px;
}
.billing-period-switcher > span:not(.annual-hint) {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.billing-period-switcher .switcher input {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}
.billing-period-switcher .switcher input:checked + label::after {
  left: 27px;
  background: #fafafa;
}
.billing-period-switcher .switcher input:checked + label::before {
  background: #78BCEF;
}
.billing-period-switcher .switcher label {
  display: inline-flex;
  position: relative;
  line-height: 32px;
  gap: 12px;
  cursor: pointer;
}
.billing-period-switcher .switcher label::before {
  content: "";
  width: 57px;
  height: 32px;
  transition: 100ms background-color;
  border-radius: 16px;
  background: #2a344d;
}
.billing-period-switcher .switcher label::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  transition-property: left, background-color;
  transition-duration: 100ms;
  border-radius: 50%;
  background-color: #d2d2d6;
}

@media (max-width: 768px) {
  .pricing-plans-container > .elementor-container {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .pricing-plans-container > .elementor-container::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
.pricing-plans-container.annual .annual-plan-element {
  display: block;
}
.pricing-plans-container.annual .monthly-plan-element {
  display: none;
}
.pricing-plans-container.monthly .annual-plan-element {
  display: none;
}
.pricing-plans-container.monthly .monthly-plan-element {
  display: block;
}
.pricing-plans-container > .elementor-container {
  gap: 8px;
}
@media (max-width: 768px) {
  .pricing-plans-container .pricing-plan {
    scroll-snap-align: start;
    width: max(160px, 33.3333333333%);
    flex-shrink: 0;
  }
}
.pricing-plans-container .pricing-plan .elementor-widget-image .wp-caption {
  display: flex;
  gap: 8px;
}
.pricing-plans-container .pricing-plan .elementor-widget-image .wp-caption img {
  margin: 0;
}
.pricing-plans-container .pricing-plan .elementor-widget-image .wp-caption .wp-caption-text {
  font-style: normal;
}
.pricing-plans-container .pricing-plan .plan-price-note {
  font-size: 0.4em;
  color: #D2D2D6;
  padding-top: 4px;
}
@media (max-width: 768px) {
  .pricing-plans-container .pricing-plan .plan-price-note {
    display: block;
    padding-top: 6px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .pricing-plans-container .pricing-plan .premium-button {
    padding: 12px 0 !important;
  }
}
.pricing-plans-container .pricing-plan .premium-button.disabled {
  pointer-events: none;
  background-color: #2a344d !important;
}
.pricing-plans-container .pricing-plan .premium-button.disabled .premium-button-text-icon-wrapper span {
  color: #d2d2d6 !important;
}

@media (max-width: 768px) {
  #footer-section > .elementor-container > .elementor-column:not(.img-wrapper) {
    position: static;
  }
  #footer-section > .elementor-container > .elementor-column:not(.img-wrapper) .elementor-widget-wrap {
    position: static;
  }
  #footer-section > .elementor-container > .elementor-column:not(.img-wrapper) .elementor-widget-heading:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer-section > .elementor-container > .elementor-column:not(.img-wrapper) .elementor-section.markets-wrapper > .elementor-container {
    flex-wrap: nowrap !important;
  }
  #footer-section > .elementor-container > .elementor-column:not(.img-wrapper) .elementor-section.markets-wrapper > .elementor-container .elementor-widget-container {
    text-align: center;
  }
}

/*# sourceMappingURL=custom-styles.css.map */
