/* ========================================
   FAQ & PRICING PROFESSIONAL RESPONSIVE
   Complete fix for all mobile and desktop issues
   ======================================== */

/* ========================================
   PROFESSIONAL SCROLLBAR FOR BANNER
   ======================================== */

.frame-21472242452 {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.frame-21472242452::-webkit-scrollbar {
  height: 10px;
}

.frame-21472242452::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

.frame-21472242452::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #3c9cc6 0%, #2a7fa0 100%);
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(60, 156, 198, 0.3);
  transition: all 0.3s ease;
}

.frame-21472242452::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #2a7fa0 0%, #1e5f7a 100%);
  box-shadow: 0 3px 6px rgba(60, 156, 198, 0.5);
}

.frame-21472242452 {
  scrollbar-width: thin;
  scrollbar-color: #3c9cc6 #f8f9fa;
}

/* ========================================
   FAQ TABS MENU - BETTER MOBILE DROPDOWN
   ======================================== */

.div-home-faq-tabs-menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.link-w-tabs-1-data-w-tab-0,
.link-w-tabs-1-data-w-tab-1,
.link-w-tabs-1-data-w-tab-2,
.link-w-tabs-1-data-w-tab-3 {
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.link-w-tabs-1-data-w-tab-0:hover,
.link-w-tabs-1-data-w-tab-1:hover,
.link-w-tabs-1-data-w-tab-2:hover,
.link-w-tabs-1-data-w-tab-3:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(60, 156, 198, 0.2);
}

/* Mobile: Better dropdown visibility */
@media (max-width: 991px) {
  .div-home-faq-tabs-menu {
    padding: 25px 20px;
    gap: 14px;
  }

  .link-w-tabs-1-data-w-tab-0,
  .link-w-tabs-1-data-w-tab-1,
  .link-w-tabs-1-data-w-tab-2,
  .link-w-tabs-1-data-w-tab-3 {
    flex: 0 0 calc(50% - 7px);
    max-width: calc(50% - 7px);
    min-height: 60px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .general,
  .getting-started,
  .billing,
  .the-product {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    font-size: 17px !important;
    line-height: 24px !important;
    text-align: center;
    padding-right: 25px;
  }

  ._5,
  ._52,
  ._53,
  ._54 {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%);
    left: auto !important;
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .div-home-faq-tabs-menu {
    padding: 20px 15px;
    gap: 12px;
    background: rgba(60, 156, 198, 0.03);
    border-radius: 16px;
    margin: 0 15px 30px;
  }

  .link-w-tabs-1-data-w-tab-0,
  .link-w-tabs-1-data-w-tab-1,
  .link-w-tabs-1-data-w-tab-2,
  .link-w-tabs-1-data-w-tab-3 {
    flex: 0 0 calc(50% - 6px);
    max-width: calc(50% - 6px);
    min-height: 58px;
    padding: 10px 18px;
    border-radius: 1930px !important;
  }

  .general,
  .getting-started,
  .billing,
  .the-product {
    font-size: 16px !important;
    line-height: 22px !important;
    padding-right: 22px;
  }
}

@media (max-width: 575px) {
  .div-home-faq-tabs-menu {
    padding: 18px 12px;
    gap: 10px;
    margin: 0 10px 65px;
  }
  .got-questions-we-ve-got-answers,
  .what-you-ll-learn-in-this-course,
  .heading-1-maximize-your-content-span,
  .heading-1-maximize-your-content-span3 {
    font-size: 38px !important;
  }

  .link-w-tabs-1-data-w-tab-0,
  .link-w-tabs-1-data-w-tab-1,
  .link-w-tabs-1-data-w-tab-2,
  .link-w-tabs-1-data-w-tab-3 {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    min-height: 52px;
    padding: 12px 15px;
  }

  .general,
  .getting-started,
  .billing,
  .the-product {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    padding-right: 28px;
  }
  .the-product {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    padding-right: 30px;
  }

  ._5,
  ._52,
  ._53,
  ._54 {
    right: 18px !important;
    font-size: 11px !important;
  }
} /* ========================================
   FAQ ACCORDION - PROPER STRUCTURE
   ======================================== */

.accordions {
  width: 100%;
  max-width: 100%;
}

.accordions2,
.accordions3 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 3, 15, 0.1);
}

.accordions2:last-child,
.accordions3:last-child {
  border-bottom: none;
}

.accordion-card {
  width: 100%;
  cursor: pointer;
}

.accordion-top,
.accordion-top2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

/* Fix frame alignment */
.frame-2147224255,
.frame-2147224256,
.frame-2147224254,
.frame-2147224253 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex: 1;
}

/* Ensure numbers are always visible and aligned */
.number {
  min-width: 50px;
  flex-shrink: 0;
}

._01,
._012 {
  font-size: 24px !important;
  line-height: 32px !important;
}

/* Title should take remaining space */
.title,
.title2 {
  flex: 1;
  font-size: 24px !important;
  line-height: 36px !important;
}

/* Icons always visible - FIXED */
.line-rounded-add,
.line-rounded-close {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}

.line-rounded-add img,
.line-rounded-close img {
  width: 24px;
  height: 24px;
  display: block;
  transition: transform 0.3s ease;
}

.accordion-card:hover .line-rounded-add img {
  transform: rotate(90deg);
}

/* Accordion content */
.accordion-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  width: 100%;
}

.paragraph-wrapper {
  margin-top: 12px;
}

.paragraph {
  font-size: 18px !important;
  line-height: 28px !important;
  color: rgba(0, 3, 15, 0.8);
}

/* ========================================
   MOBILE RESPONSIVE - FAQ
   ======================================== */

@media (max-width: 991px) {
  .accordions {
    padding: 10px 20px;
  }

  .accordions2,
  .accordions3 {
    padding: 20px 15px;
  }

  .title,
  .title2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .paragraph {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 767px) {
  .accordions {
    padding: 10px 15px;
  }

  .accordions2,
  .accordions3 {
    padding: 18px 12px;
  }

  .frame-2147224255,
  .frame-2147224256,
  .frame-2147224254,
  .frame-2147224253 {
    gap: 15px;
  }

  .number {
    min-width: 45px;
  }

  ._01,
  ._012 {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .title,
  .title2 {
    font-size: 17px !important;
    line-height: 26px !important;
  }

  .paragraph {
    font-size: 15px !important;
    line-height: 24px !important;
  }

  .line-rounded-add,
  .line-rounded-close {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 575px) {
  .accordions {
    padding: 8px 10px;
  }

  .accordions2,
  .accordions3 {
    padding: 16px 10px;
  }

  .frame-2147224255,
  .frame-2147224256,
  .frame-2147224254,
  .frame-2147224253 {
    gap: 12px;
  }

  .number {
    min-width: 40px;
  }

  ._01,
  ._012 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .title,
  .title2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .paragraph {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .line-rounded-add,
  .line-rounded-close {
    width: 28px;
    height: 28px;
  }
}

/* ========================================
   PRICING SECTION - PROFESSIONAL CENTER
   ======================================== */

.frame-2147224246 {
  width: 100% !important;
  max-width: 100vw;
  padding: 80px 20px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  box-sizing: border-box;
}

.frame-21472241643 {
  width: 100%;
  max-width: 800px;
  text-align: center;
}

.group-1686555394 {
  position: relative !important;
  width: 100%;
  max-width: 750px;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-14 {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  width: 100%;
  max-width: 750px;
  padding: 40px 30px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  box-sizing: border-box;
  border: none;
}

@media (max-width: 991px) {
  .frame-2147224246 {
    padding: 60px 20px !important;
    gap: 40px;
  }

  .frame-14 {
    flex-direction: column;
    padding: 35px 25px;
    gap: 30px;
  }

  .pay-once-learn-for-life {
    font-size: 42px !important;
    line-height: 54px !important;
  }

  .get-full-access-to-the-complete-sky-high-training-course-with-a-simple-one-time-payment-no-subscriptions-no-hidden-fees {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}

@media (max-width: 767px) {
  .frame-2147224246 {
    padding: 50px 15px !important;
    gap: 35px;
  }

  .frame-14 {
    padding: 30px 20px;
    gap: 25px;
  }

  .pay-once-learn-for-life {
    font-size: 36px !important;
    line-height: 48px !important;
  }

  .get-full-access-to-the-complete-sky-high-training-course-with-a-simple-one-time-payment-no-subscriptions-no-hidden-fees {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .one-time-payment {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  ._120 {
    font-size: 48px !important;
    line-height: 56px !important;
  }

  .frame-22 {
    gap: 18px;
  }

  .official-completion-certificate,
  .lifetime-access-to-all-modules,
  .downloadable-study-materials,
  .expert-led-easy-to-follow-lessons,
  .full-course-access-from-start-to-finish {
    font-size: 15px !important;
    line-height: 22px !important;
  }
}

@media (max-width: 575px) {
  .frame-2147224246 {
    padding: 40px 12px !important;
    gap: 30px;
  }

  .frame-21472241643 {
    width: 100%;
    padding: 0 10px;
  }

  .group-1686555394 {
    width: 100%;
  }

  .frame-14 {
    padding: 25px 18px;
    gap: 20px;
  }

  .pay-once-learn-for-life {
    font-size: 30px !important;
    line-height: 42px !important;
  }

  .get-full-access-to-the-complete-sky-high-training-course-with-a-simple-one-time-payment-no-subscriptions-no-hidden-fees {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .one-time-payment {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .no-subscriptions-no-hidden-fees {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  ._120 {
    font-size: 42px !important;
    line-height: 50px !important;
  }

  .one-time {
    font-size: 14px !important;
  }

  .what-you-will-get {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .frame-22 {
    gap: 15px;
  }

  .official-completion-certificate,
  .lifetime-access-to-all-modules,
  .downloadable-study-materials,
  .expert-led-easy-to-follow-lessons,
  .full-course-access-from-start-to-finish {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .frame-2,
  .enroll-now8 {
    width: 100%;
    text-align: center;
  }
}

/* ========================================
   ENSURE VISIBILITY ON ALL DEVICES
   ======================================== */

@media (max-width: 575px) {
  * {
    box-sizing: border-box;
  }

  .frame-2147224246 * {
    max-width: 100%;
  }

  .frame-14 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ========================================
   CONTACT FORM SECTION RESPONSIVE
   Professional form layout for all devices
   ======================================== */

.frame-2147224165 {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 60px 50px;
  box-sizing: border-box;
}

.category,
.category2 {
  flex: 1;
  min-width: 400px;
  max-width: 100%;
  box-sizing: border-box;
}

/* Form styling */
.category2 form {
  width: 100%;
}

.frame-90,
.frame-902 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  box-sizing: border-box;
}

.frame-90 input,
.frame-90 select,
.frame-902 textarea {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: rgba(0, 3, 15, 0.8);
  width: 100%;
}

.frame-902 textarea {
  min-height: 80px;
  resize: vertical;
}

.frame-90 input::placeholder,
.frame-90 select option:first-child,
.frame-902 textarea::placeholder {
  color: rgba(0, 3, 15, 0.4);
}

/* Submit button */
.frame-10000009314 {
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  /* background: transparent; */
  border: none;
  padding: 10px 10px;
  margin-top: 10px;
}

.frame-10000009314:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(60, 156, 198, 0.3);
}

.frame-10000009314:active {
  transform: translateY(0);
}

.frame-10000009314:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* Input focus states */
.frame-90 input:focus,
.frame-90 select:focus,
.frame-902 textarea:focus {
  outline: 2px solid #3c9cc6;
  outline-offset: 2px;
}

/* Error state styling */
.frame-90 input.error,
.frame-90 select.error,
.frame-902 textarea.error {
  border-color: #ff4444 !important;
  outline-color: #ff4444 !important;
}

/* Tablet responsive */
@media (max-width: 991px) {
  .frame-2147224165 {
    padding: 50px 30px;
    gap: 35px;
  }

  .category,
  .category2 {
    min-width: 100%;
    flex: 1 1 100%;
  }

  .enroll-in-the-course {
    font-size: 40px !important;
    line-height: 52px !important;
  }

  .submit-your-details-and-our-team-will-contact-you-to-confirm-your-training-date {
    font-size: 17px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 767px) {
  .frame-2147224165 {
    padding: 40px 20px;
    gap: 30px;
    flex-direction: column;
  }

  .category,
  .category2 {
    min-width: 100%;
    width: 100%;
  }

  .enroll-in-the-course {
    font-size: 36px !important;
    line-height: 48px !important;
  }

  .submit-your-details-and-our-team-will-contact-you-to-confirm-your-training-date {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .get-in-touch,
  .fill-the-form {
    font-size: 32px !important;
    line-height: 42px !important;
  }

  .frame-2147224364 {
    gap: 20px !important;
  }

  .frame-21472238583,
  .frame-2147223863,
  .frame-2147223864,
  .frame-2147223865 {
    flex-direction: row;
    gap: 15px;
  }

  .phone-number,
  .email,
  .address,
  .office-hours {
    font-size: 16px !important;
    line-height: 22px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #3c9cc6 !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
  }

  ._07521822227,
  .skyhightraining-25-gmail-com,
  ._28-newbank-road-blackburn-bb-2-6-jw,
  .monday-friday-9-00-am-6-00-pm-saturday-10-00-am-4-00-pm-sunday-closed {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .frame-2147224366 {
    gap: 18px !important;
  }

  .full-name,
  .phone-number2,
  .email-address,
  .preferred-training-date,
  .message {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  .frame-90,
  .frame-902 {
    padding: 12px 16px;
  }

  .frame-90 input,
  .frame-90 select,
  .frame-902 textarea {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .frame-2147224165 {
    padding: 35px 15px;
    gap: 25px;
  }

  .frame-21472241642 {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .enroll-in-the-course {
    font-size: 30px !important;
    line-height: 40px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .submit-your-details-and-our-team-will-contact-you-to-confirm-your-training-date {
    font-size: 15px !important;
    line-height: 22px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .get-in-touch,
  .fill-the-form {
    font-size: 28px !important;
    line-height: 38px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .frame-2147224165 {
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .category {
    padding: 25px 18px !important;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  .category2 {
    padding: 25px 18px !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }

  .frame-2147224364,
  .frame-2147224366 {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .get-in-touch,
  .fill-the-form {
    width: 100%;
    max-width: 100%;
  }
  .frame-2147224364 {
    gap: 15px !important;
    width: 100%;
  }

  .frame-21472238583,
  .frame-2147223863,
  .frame-2147223864,
  .frame-2147223865 {
    /* width: 100%; */
    padding: 10px 15px !important;
    box-sizing: border-box;
  }

  .phone-number,
  .email,
  .address,
  .office-hours {
    font-size: 14px !important;
    line-height: 20px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #3c9cc6 !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
  }

  ._07521822227,
  .skyhightraining-25-gmail-com,
  ._28-newbank-road-blackburn-bb-2-6-jw,
  .monday-friday-9-00-am-6-00-pm-saturday-10-00-am-4-00-pm-sunday-closed {
    font-size: 13px !important;
    line-height: 20px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
  }

  .frame-2147224366 {
    gap: 16px !important;
  }

  .full-name,
  .phone-number2,
  .email-address,
  .preferred-training-date,
  .message {
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 6px;
  }

  .frame-90,
  .frame-902 {
    padding: 11px 14px;
  }

  .frame-90 input,
  .frame-90 select,
  .frame-902 textarea {
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .submit {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .frame-10000009314 {
    padding: 16px 30px !important;
  }
}

/* Additional mobile fixes */
@media (max-width: 420px) {
  .frame-2147224165 {
    padding: 30px 10px;
  }

  .enroll-in-the-course {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .get-in-touch,
  .fill-the-form {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .category {
    padding: 20px 15px !important;
  }

  .category2 {
    padding: 20px 15px !important;
  }

  .frame-2147224364 {
    gap: 12px !important;
  }

  .phone-number,
  .email,
  .address,
  .office-hours {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #3c9cc6 !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
  }

  .phone-number,
  .email,
  .address,
  .office-hours {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #3c9cc6 !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
  }
  .frame-21472238583,
  .frame-2147223863,
  .frame-2147223864,
  .frame-2147223865 {
    padding: 8px 12px !important;
  }

  ._07521822227,
  .skyhightraining-25-gmail-com,
  ._28-newbank-road-blackburn-bb-2-6-jw,
  .monday-friday-9-00-am-6-00-pm-saturday-10-00-am-4-00-pm-sunday-closed {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
