/*
Theme Name: MasterPilot
Theme URI: https://masterpilot.aero
Template: hello-elementor
Author: MasterPilot Team
Author URI: https://masterpilot.aero
Description: Hello Elementor Child Theme
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1723145435
Updated: 2024-08-08 19:30:35

*/

/* GENERAL STYLES */

::selection {
  background-color: var(--e-global-color-e7e46bf, "#0084ff");
  color: #fff;
}

.no-footer-socials .footer-socials {
  display: none;
}

.force_hidden {
  display: none !important;
}

.elementor-widget-heading .elementor-heading-title {
  display: inline-block;
  line-height: 1.3;
}

.force-hidden {
  display: none !important;
}

/*
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0084ff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--e-global-color-9b45993, "#002338");
}
*/
/* END GENERAL STYLES */

/* MENU */
[data-elementor-device-mode="desktop"] .elementskit-megamenu-panel>.elementor,
[data-elementor-device-mode="laptop"] .elementskit-megamenu-panel>.elementor {
  filter: drop-shadow(0px 1px #0000001f);
}

@media (max-width: 1024px) {
  .force-open~.elementskit-megamenu-panel {
    display: block !important;
  }

  .ekit-menu-nav-link .icon {
    transition-duration: 200ms;
  }

  .ekit-menu-nav-link.force-open .icon {
    transform: rotate(180deg);
  }
}

/* END MENU */

#flown-gallery .slick-track {
  display: flex !important;
  align-items: center;
}

.pain_benefits .elementor-widget-heading {
  display: flex;
  width: 100%;
  height: 100%;
}

.pain_benefits .elementor-widget-container {
  display: flex;
  width: 100%;
  align-items: center;
}

.pain_benefits .elementor-heading-title {
  padding: 12px 32px;
  display: flex;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  align-items: center;
  height: 100%;
  border-radius: 8px;
  background: transparent;
  transition: background 300ms ease-in;
}

.pain_benefits.selected .elementor-heading-title {
  background: #0084ff !important;
  color: #fff !important;
}

.pain_benefits:not(.selected) .elementor-heading-title:hover {
  color: #0084ff !important;
}

.pain_benefits_box .benefit {
  display: none;
}

/* BOXES */

[data-elementor-device-mode="desktop"] .pain_benefits_box:hover .benefit,
[data-elementor-device-mode="laptop"] .pain_benefits_box:hover .benefit,
.pain_benefits_container.selected .pain_benefits_box .benefit {
  display: flex;
}

[data-elementor-device-mode="desktop"] .pain_benefits_box:hover .pain,
[data-elementor-device-mode="laptop"] .pain_benefits_box:hover .pain,
.pain_benefits_container.selected .pain_benefits_box .pain {
  display: none;
}

[data-elementor-device-mode="desktop"] .pain_benefits_box:hover .elementor-heading-title,
[data-elementor-device-mode="laptop"] .pain_benefits_box:hover .elementor-heading-title,
.pain_benefits_container.selected .pain_benefits_box .elementor-heading-title {
  color: #ffffff !important;
}

[data-elementor-device-mode="desktop"] .pain_benefits_box:hover .pain-icon,
[data-elementor-device-mode="laptop"] .pain_benefits_box:hover .pain-icon,
.pain_benefits_container.selected .pain_benefits_box .pain-icon {
  background-color: #ffffff;
}

[data-elementor-device-mode="desktop"] .pain_benefits_box:hover .pain-icon svg path,
[data-elementor-device-mode="laptop"] .pain_benefits_box:hover .pain-icon svg path,
.pain_benefits_container.selected .pain_benefits_box .pain-icon svg path {
  stroke: var(--e-global-color-e7e46bf);
}

[data-elementor-device-mode="desktop"] .pain_benefits_box:hover,
[data-elementor-device-mode="laptop"] .pain_benefits_box:hover,
.pain_benefits_container.selected .pain_benefits_box {
  background: #0084ff !important;
}

/* STEPS */
[data-elementor-device-mode="tablet"] .steps_labels,
[data-elementor-device-mode="mobile"] .steps_labels {
  overflow-x: auto;
  min-height: 90px;
  justify-items: start;
  margin-bottom: 10px;
}

[data-elementor-device-mode="tablet"] .steps_labels::-webkit-scrollbar,
[data-elementor-device-mode="mobile"] .steps_labels::-webkit-scrollbar {
  width: 0px;
}

[data-elementor-device-mode="tablet"] .steps_labels::-webkit-scrollbar-track,
[data-elementor-device-mode="mobile"] .steps_labels::-webkit-scrollbar-track {
  background: #ffffff00;
}

.steps_labels .step {
  cursor: pointer;
  min-width: 50px;
}

.steps_labels .step .elementor-widget-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: start;
  align-items: center;
  min-width: fit-content;
}

.steps_labels {
  position: relative;
}

[data-elementor-device-mode="tablet"] .steps_wrapper::before,
[data-elementor-device-mode="mobile"] .steps_wrapper::before {
  content: "";
  display: block;
  width: calc(100% - 80px);
  left: 40px;
  height: 1px;
  background-color: var(--Grayscale-Light-Grey, #f2f4f7);
  z-index: 1;
  position: absolute;
  top: 104px;
}

[data-elementor-device-mode="desktop"] .steps_labels::before,
[data-elementor-device-mode="laptop"] .steps_labels::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--Grayscale-Light-Grey, #f2f4f7);
  z-index: 0;
  position: absolute;
  top: 44px;
}


.steps_labels>.step:nth-child(1)::before,
.steps_labels>.step:last-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-color: var(--e-global-color-9b45993, "#002338");
  position: absolute;
  z-index: 0;
  top: 30px;
}

.steps_labels>.step:nth-child(1)::before {
  left: -50%;
}

.steps_labels>.step:last-child::before {
  left: 50%;
}

.steps_labels .step .elementor-widget-container::before,
.steps_labels .step .elementor-widget-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 36px;
  z-index: 1;
}

.steps_labels .step .elementor-widget-container::before {
  border-radius: 50%;
  background-color: #304d5d;
  width: 18px;
  height: 18px;
}

.steps_labels .step.active .elementor-widget-container::before {
  background-color: transparent;
}

.steps_labels .step .elementor-widget-container::after {
  width: 24px;
  height: 24px;
  bottom: -38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

.steps_labels .step.active .elementor-widget-container::after {
  background-image: url(/a/d4e471d12191.svg);
  opacity: 1;
  transform: translateX(0);
}

.steps_labels>.step:not(.active):last-child .elementor-widget-container::before {
  background-color: var(--Grayscale-Light-Grey, #f2f4f7);
}

.steps_labels .step .elementor-heading-title {
  white-space: nowrap;
  min-width: fit-content;
}

.steps_labels .step:not(.active) .elementor-heading-title {
  opacity: 0.5;
}

/* POPUS */
.dialog-widget-content {
  background-color: rgba(255, 255, 255, 0) !important;
  box-shadow: none !important;
  z-index: 3 !important;
}

.elementor-popup-modal .dialog-close-button,
.elementor-popup-modal .dialog-close-button:focus,
.elementor-popup-modal .dialog-close-button:focus-visible {
  outline: none !important;
  z-index: 4;
}

.elementor-popup-modal .dialog-close-button svg {
  height: 2em !important;
  width: 2em !important;
}

.get_demo_multistep,
.get_demo_students_page,
.get_demo_instructors_page,
.get_demo_schools_page,
.subscribe_early_access_btn,
.elementor-button,
.calculator-get-started-btn,
.cursor_pointer,
.instructor_page_section_overcoming_challenges_learn_more,
.school_page_section_soar_beyond_we_got_a_solution_for_you,
.school_page_faq_contact_us {
  cursor: pointer;
}

.step_two_hidden_text {
  transition: opacity 200ms ease;
}

.step_two_hidden_text.fadeout {
  opacity: 0;
}

/* SCREENS */

.masterpilot_screen {
  height: 0;
  transition-duration: 300ms;
  visibility: hidden;
  opacity: 0;
}

.masterpilot_screen.active {
  height: auto;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-animation: slide-up 500ms forwards, fade-in 500ms forwards;
  animation: slide-up 500ms forwards, fade-in 500ms forwards;
}

/* Use Cases */

.btn-slider-disabled svg {
  fill: #97989a;
}

.home_use_cases .slick-list {
  width: fit-content;
}

.home_use_cases .elementor-loop-container .use-case {
  margin-right: 32px;
}

.btn-slider-next,
.btn-slider-prev {
  cursor: pointer;
}

.testimonial-arrows-container .slick-arrow.slick-disabled {
  cursor: no-drop;
}

.testimonial-arrows-container .slick-arrow.slick-disabled svg {
  fill: #97989a;
}

.popup_use_cases .use-case {
  position: absolute;
  height: 0;
  left: 50%;
  transition-duration: 300ms;
  visibility: hidden;
  opacity: 0;
}

.popup_use_cases .use-case.selected {
  height: auto;
  top: -650px;
  visibility: visible;
  /* transform: translateX(-50%); */
  opacity: 1;
  -webkit-animation: slide-up 500ms forwards, fade-in 500ms forwards;
  animation: slide-up 500ms forwards, fade-in 500ms forwards;
}

[data-elementor-device-mode="tablet"] .popup_use_cases .use-case,
[data-elementor-device-mode="mobile"] .popup_use_cases .use-case {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

/* CALCULATOR */

.calculator-container {
  width: 100%;
  position: relative;
  background: white;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.calculator-estimated-saving-box {
  width: 100%;
  max-width: 500px;
  background: #15c268;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 35px 30px;
}

.calculator-estimated-saving-title {
  text-align: center;
  color: white;
  font-size: 32px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}

.calculator-estimated-saving-inner-box {
  width: 100%;
  height: 456.38px;
  background: #0aa655;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.calculator-get-started-btn {
  width: 100%;
  background: white;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: inline-flex;
  padding: 16px 32px;
  color: #002338;
  font-size: 18px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.18px;
  word-wrap: break-word;
}

.calculator-savings-amount {
  text-align: center;
  color: white;
  font-size: 90px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

.calculator-input-section {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  display: inline-flex;
}

.calculator-hours {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.calculator-hours-box {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.calculator-hours-title {
  width: 235px;
  color: #002338;
  font-size: 18px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

#price-per-hour {
  border-radius: 10px;
  border: none;
  width: 44px;
  outline: none;
  color: rgba(0, 35, 56, 0.8);
  font-size: 20px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0;
  -moz-appearance: textfield;
}

[data-elementor-device-mode="tablet"] #price-per-hour,
[data-elementor-device-mode="mobile"] #price-per-hour {
  background: transparent;
}

input.calculator-price-input::-webkit-outer-spin-button,
input.calculator-price-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calculator-hours-options {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}



.calculator-hours-option {
  padding: 12px;
  border-radius: 10px;
  border: 2px solid rgba(0, 35, 56, 0.06);
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  cursor: pointer;
  font-family: "Eudoxus Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

[data-elementor-device-mode="mobile"] .calculator-hours-option,
[data-elementor-device-mode="tablet"] .calculator-hours-option {
  padding: 6px 12px;
}

.calculator-hours-option.selected {
  background: rgba(0, 132, 255, 0.12);
  border: 1px #002338 solid;
  color: #002338;
}

.calculator-price-box {
  width: 235px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 45px;
  display: inline-flex;
}

.calculator-price-input-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
  /* Adjust the spacing between elements as needed */
  border: 2px rgba(0, 35, 56, 0.06) solid;
  border-radius: 10px;
  padding: 12px 38px;
  background-color: white;
  width: 235px;
  justify-content: center;
}

[data-elementor-device-mode="tablet"] .calculator-price-input-wrapper,
[data-elementor-device-mode="mobile"] .calculator-price-input-wrapper {
  background-color: transparent;
  width: 165px;
  border: 2px solid var(--Brand-Colors-Light-Blue, #0084FF);
  padding: 6px 12px;
}

.calculator-price-prefix,
.calculator-price-suffix {
  color: rgba(0, 35, 56, 0.8);
  font-size: 20px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 700;
}

.calculator-price-title {
  align-self: stretch;
  color: #002338;
  font-size: 18px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

.calculator-price-input-box {
  align-self: stretch;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  display: inline-flex;
}

.calculator-feedback-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.calculator-feedback {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  display: flex;
}

.calculator-feedback-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: inline-flex;
}

[data-elementor-device-mode="tablet"] .calculator-feedback-row,
[data-elementor-device-mode="mobile"] .calculator-feedback-row {
  align-items: end;
  margin-bottom: 14px;
}

.calculator-feedback-label {
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  display: flex;
}

[data-elementor-device-mode="tablet"] .calculator-feedback-label,
[data-elementor-device-mode="mobile"] .calculator-feedback-label {
  flex-direction: column;
  align-items: start;
}



.calculator-feedback-title {
  color: #002338;
  font-size: 18px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

.calculator-calculation {
  color: #fff;
  text-align: center;

  /* Headings/Heading 4 - medium */
  font-family: "Eudoxus Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.calculator-per-year {
  color: #0084ff;
  /* Body/Body 18px - bold */
  font-family: "Eudoxus Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.18px;
}

.calculator-feedback-value {
  height: 38px;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  display: flex;
}

.calculator-cost {
  width: 114px;
  height: 38px;
  position: relative;
  background: white;
  border-radius: 8px;
  border: 1px rgba(0, 35, 56, 0.16) solid;
  text-align: center;
  color: rgba(0, 35, 56, 0.8);
  font-size: 18px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  padding-top: 8px;
}

.calculator-feedback-description {
  color: rgba(0, 35, 56, 0.8);
  font-size: 16px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

.calculator-divider {
  align-self: stretch;
  height: 2px;
  background: rgba(0, 35, 56, 0.06);
  border-radius: 10px;
}

.calculator-header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  display: inline-flex;
}

.calculator-header-title {
  align-self: stretch;
  color: #002338;
  font-size: 48px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}

.calculator-header-description {
  width: 677px;
  color: #3b515e;
  font-size: 18px;
  font-family: "Eudoxus Sans", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}

@media screen and (max-width: 1300px) {
  .calculator-hours-options {
    flex-direction: column;
  }

  .calculator-hours-box {
    gap: 40px;
  }
}

@media screen and (max-width: 1140px) {
  .calculator-container {
    flex-direction: column;
  }

  .calculator-input-section {
    width: 100%;
  }

  .calculator-hours-box {
    flex-direction: column;
    background: var(--Grayscale-Light-Gray, #f2f4f7);
    padding: 20px 40px;
  }

  .calculator-hours-options {
    flex-direction: row;
    justify-content: center;
  }

  .calculator-hours,
  .calculator-price-box {
    align-items: center;
    width: 100%;
  }

  .calculator-price-input-box {
    justify-content: center;
  }

  .calculator-hours-title,
  .calculator-price-title {
    text-align: center;
    width: 100%;
  }

  .calculator-price-box {
    gap: 8px;
  }

  .calculator-hours {
    gap: 16px;
  }

  .calculator-estimated-saving-inner-box {
    height: 235px;
  }

  .calculator-estimated-saving-box {
    width: 100%;
  }
}

/* Pricing plan */

.text_plan,
.pricing_plan_box {
  height: 0;
  transition-duration: 300ms;
  visibility: hidden;
  opacity: 0;
}

.text_plan.selected,
.pricing_plan_box.selected {
  height: auto;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-animation: slide-up 500ms forwards, fade-in 500ms forwards;
  animation: slide-up 500ms forwards, fade-in 500ms forwards;
}

.pricing_plan .elementor-widget-heading {
  display: flex;
  width: 100%;
  height: 100%;
}

.pricing_plan .elementor-widget-container {
  display: flex;
  width: 100%;
  align-items: center;
}

.pricing_plan .elementor-heading-title {
  padding: 12px 32px;
  display: flex;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  align-items: center;
  height: 100%;
  border-radius: 8px;
  background: transparent;
  transition: background 300ms ease-in;
}

.pricing_plan.selected .elementor-heading-title,
.pricing_plan .selected .elementor-heading-title {
  background: #0084ff !important;
  color: #fff !important;
}

/* End Pricing plan */

/* FOOTER SLIDER */

.footer-slider-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}

.footer-slider-section {
  overflow: hidden;
  height: 690px;
  position: relative;
  width: calc(100vw - 120px);
}

.footer-slider-section .image-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.footer-slider-section .image-container img {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 16px;
}

[data-elementor-device-mode="tablet"] .footer-slider-container,
[data-elementor-device-mode="mobile"] .footer-slider-container {
  gap: 17px;
  justify-content: center;
}

[data-elementor-device-mode="tablet"] .footer-slider-section,
[data-elementor-device-mode="mobile"] .footer-slider-section {
  width: 100%;
  min-width: 197px;
}

[data-elementor-device-mode="mobile"] .footer-slider-section {
  width: 100%;
  min-width: 197px;
}


[data-elementor-device-mode="tablet"] #section4,
[data-elementor-device-mode="mobile"] #section4 {
  display: none;
}

/* END FOOTER SLIDER */

/* BLOG */

#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(4),
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(8),
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(12),
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(16),
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(20),
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(24),
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(28) {
  grid-column: 1 / -1;
}

#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(4)>.e-parent,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(8)>.e-parent,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(12)>.e-parent,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(16)>.e-parent,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(20)>.e-parent,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(24)>.e-parent,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(28)>.e-parent {
  flex-direction: row;
}

#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(4)>.e-parent .post_info_container,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(8)>.e-parent .post_info_container,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(12)>.e-parent .post_info_container,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(16)>.e-parent .post_info_container,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(20)>.e-parent .post_info_container,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(24)>.e-parent .post_info_container,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(28)>.e-parent .post_info_container {
  padding: 132px 57px;
  border-radius: 0px 12px 12px 0px;
  background: #f2f4f7;
  max-width: 40%;
  justify-content: center;
}

#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(4)>.e-parent .post_image_container,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(8)>.e-parent .post_image_container,
#blog_posts .elementor-loop-container>div[data-elementor-type="loop-item"]:nth-of-type(12)>.e-parent .post_image_container {
  border-radius: 12px 0px 0px 12px;
  aspect-ratio: unset;
}

.three_columns_grey {
  display: flex;
  height: 247px;
  align-items: flex-start;
  gap: 9px;
  margin-top: 20px;
}

.three_columns_grey .wp-block-column {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: #F5F7FA;
}

.post_blue_box {
  display: flex;
  padding: 24px 24px 24px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: var(--Brand-Colors-Light-Blue, #0084FF);
}

.post_blue_box li {
  color: #fff;
}

.three_columns_grey p {
  margin: 0 !important;
}

#glossary-of-aviation-loop [data-elementor-type="loop-item"]:first-of-type .title_container,
#glossary-of-aviation-loop [data-elementor-type="loop-item"]:first-of-type .content_container {
  position: relative;
}

#glossary-of-aviation-loop [data-elementor-type="loop-item"]:first-of-type .title_container::before,
#glossary-of-aviation-loop [data-elementor-type="loop-item"]:first-of-type .content_container::before {

  display: flex;
  height: 48px;
  padding: 12px 16px;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  border-radius: 8px 8px 0px 0px;
  position: absolute;
  top: -48px;
  left: 0;
  color: var(--Grayscale-White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.16px;
}

#glossary-of-aviation-loop [data-elementor-type="loop-item"]:first-of-type .title_container::before {
  content: 'Term';
  background: #F08282;
}

#glossary-of-aviation-loop [data-elementor-type="loop-item"]:first-of-type .content_container::before {
  content: 'Definition';
  background: var(--Brand-Colors-Light-Blue, #0084FF);
}


/* END BLOG */

/* FLIP CARD */
.flip-card {
  display: flex;
  width: 100%;
  min-height: 480px;
  perspective: 1000px;
  padding: 60px 41px;
  background-color: #ffffff;
  color: #3b515e;
  font-family: "Eudoxus Sans";
  transition: background-color 0.6s;
  align-items: center;
}

[data-elementor-device-mode="laptop"] .flip-card {
  min-height: 510px;
}

[data-elementor-device-mode="tablet"] .flip-card {
  min-height: 440px;
}

[data-elementor-device-mode="mobile"] .flip-card {
  min-height: 305px;
  padding: 30px 20px;
}

[data-elementor-device-mode="mobile"] .pain_benefits_container.selected .flip-card {
  min-height: 350px;
  align-items: center;
}

[data-elementor-device-mode="mobile"] .flip-card-front {
  min-height: auto;
}

[data-elementor-device-mode="mobile"] .pain_benefits_container.selected .flip-card .flip-card-inner {
  min-height: inherit;
}

[data-elementor-device-mode="mobile"] .pain_benefits_container.selected .flip-card .flip-card-back {
  min-height: inherit;
  justify-content: center;
}

.flip-card-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
}

.pain_benefits_container.selected .flip-card,
[data-elementor-device-mode="desktop"] .pain_benefits_container:not(.no-flip) .flip-card:hover,
[data-elementor-device-mode="laptop"] .pain_benefits_container:not(.no-flip) .flip-card:hover {
  background-color: var(--Brand-Colors-Light-Blue, #0084ff);
  align-items: start;
}

[data-elementor-device-mode="tablet"] .pain_benefits_container.selected .flip-card {
  min-height: 540px;
}

.pain_benefits_container.selected .flip-card .flip-card-inner,
[data-elementor-device-mode="desktop"] .pain_benefits_container:not(.no-flip) .flip-card:hover .flip-card-inner,
[data-elementor-device-mode="laptop"] .pain_benefits_container:not(.no-flip) .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 270px;
}

.flip-card-back {
  position: absolute;
  visibility: hidden;
}

.flip-card:hover .flip-card-back {
  visibility: visible;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-name: fadeIn;
  animation-duration: 3s;
}

.pain_benefits_container.selected .flip-card .flip-card-back,
[data-elementor-device-mode="desktop"] .pain_benefits_container:not(.no-flip) .flip-card:hover .flip-card-back,
[data-elementor-device-mode="laptop"] .pain_benefits_container:not(.no-flip) .flip-card:hover .flip-card-back {
  min-height: inherit;
  justify-content: start;
}

.flip-card-front_text,
.flip-card-back_text {
  color: #3b515e;
  text-align: center;
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.16px;
}

.flip-card-back_text {
  color: var(--Grayscale-Light-Gray, #f2f4f7);
}

.flip-card-front_icon,
.flip-card-back_icon {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: var(--Brand-Colors-Light-Blue, #0084ff);
}

.flip-card-back_icon {
  background: var(--Grayscale-Light-Gray, #f2f4f7);
}

.flip-card-back_icon svg path {
  stroke: #0084ff !important;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}

.flip-card-front_title,
.flip-card-back_title {
  color: var(--Brand-Colors-Dark-Blue, #002338);
  text-align: center;

  /* Headings/Heading 5 - bold */
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 32px;
}

.flip-card-solution {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  margin-top: 32px;
}

[data-elementor-device-mode="tablet"] .flip-card-solution,
[data-elementor-device-mode="mobile"] .flip-card-solution {
  display: none;
}

.flip-card-solution-solution-text {
  color: #0084ff;
  text-align: center;

  /* Body/Body 16px - medium */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.16px;
}

.flip-card-solution-solution-icon {
  width: 24px;
  height: 24px;
}

.flip-card-back_title {
  color: var(--Grayscale-White, #fff);
}

.flip-card-button {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #f2f4f7;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.18px;
  color: #0084ff;
  margin-top: 21px;
}

@media (max-width: 1024px) {
  .flip-card {}

  .flip-card-front_title,
  .flip-card-back_title {
    letter-spacing: -0.18px;
    font-size: 18px;
    margin-top: 22px;
  }

  .flip-card-front_text,
  .flip-card-back_text {
    font-size: 14px;
  }

  .flip-card-front_icon,
  .flip-card-back_icon {
    width: 45px;
    height: 45px;
    padding: 10px;
  }

  .flip-card-front,
  .flip-card-back {
    justify-content: start;
  }
}

/* END FLIP CARD */

/* keyframes */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  20% {
    opacity: 0;
    visibility: hidden;
  }

  40% {
    opacity: 0;
    visibility: hidden;
  }

  60% {
    opacity: 0.2;
    visibility: visible;
  }

  80% {
    opacity: 0.8;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  20% {
    opacity: 0;
    visibility: hidden;
  }

  40% {
    opacity: 0;
    visibility: hidden;
  }

  60% {
    opacity: 0.2;
    visibility: visible;
  }

  80% {
    opacity: 0.8;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}