:root {
  --HR-Neon: #E5F937;
  --white: #FFFFFF;
  --black: #000000;
  --gray-bg: #222222;
}

/* Shared Global Styles */
body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
}

main, section {
  width: 100%;
  overflow-x: hidden;
}

/* Dropdown Navigation Styles */
.services-dropdown, .industries-dropdown, .resources-dropdown {
  position: relative;
}

.services-dropdown::after, .industries-dropdown::after, .resources-dropdown::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  pointer-events: auto;
}

.services-dropdown-toggle, .industries-dropdown-toggle, .resources-dropdown-toggle {
  background: none;
  border: none;
  padding: 1rem;
  font-size: 14px;
  color: #FFFFFF !important;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.services-dropdown-toggle:hover, .industries-dropdown-toggle:hover, .resources-dropdown-toggle:hover {
  color: #FFFFFF !important;
}

.services-dropdown-menu, .industries-dropdown-menu, .resources-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 220px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px 0;
  z-index: 1000;
  border: 1px solid #f0f0f0;
  margin-top: 0;
}

.services-dropdown:hover .services-dropdown-menu,
.industries-dropdown:hover .industries-dropdown-menu,
.resources-dropdown:hover .resources-dropdown-menu {
  display: block;
}

.services-dropdown-item, .industries-dropdown-item, .resources-dropdown-item {
  color: #000000;
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  font-size: 14px;
}

.services-dropdown-item:hover, .industries-dropdown-item:hover, .resources-dropdown-item:hover {
  background-color: #f9f9f9;
  color: #000000;
  padding-left: 24px;
}

.services-dropdown:hover, .industries-dropdown:hover, .resources-dropdown:hover {
  z-index: 1001;
}

/* Mobile Dropdown Styles */
@media (max-width: 768px) {
  .services-dropdown-menu, .industries-dropdown-menu, .resources-dropdown-menu {
    position: static;
    display: none;
    box-shadow: none;
    border: none;
    padding: 0;
  }

  .services-dropdown:hover .services-dropdown-menu,
  .industries-dropdown:hover .industries-dropdown-menu,
  .resources-dropdown:hover .resources-dropdown-menu {
    display: none;
  }

  .services-dropdown-toggle.active + .services-dropdown-menu,
  .industries-dropdown-toggle.active + .industries-dropdown-menu,
  .resources-dropdown-toggle.active + .resources-dropdown-menu {
    display: block;
  }
}

/* Common Service Page Styles */
.service-hero {
  background-color: #000000;
  padding: 120px 20px;
  text-align: center;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-badge {
  display: inline-flex;
  padding: 18px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 67px;
  border: 2px solid #E2F830;
  margin-bottom: 30px;
  color: #FFF;
  font-family: "Libre Franklin";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
  text-transform: uppercase;
}

.badge-line {
  display: inline-block;
  width: 2px;
  height: 22px;
  background-color: #ffffff;
}

.service-hero-title {
  text-align: center;
  font-family: "Libre Franklin";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 117%;
  letter-spacing: -0.48px;
  margin: 0 0 30px 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(92deg, #868686 -6.86%, #FFF 37.03%, #FFF 68.9%, #868686 97.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-hero-description {
  color: #FFF;
  text-align: center;
  font-family: "Libre Franklin";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: -0.2px;
  margin: 0 0 50px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.service-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.service-button-primary {
  background-color: #ffff00;
  color: #000000;
  padding: 16px 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

.service-button-primary:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(255, 255, 0, 0.2);
}

.service-button-secondary {
  background-color: transparent;
  color: #ffffff;
  padding: 14px 38px;
  border: 2px solid #ffff00;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}

.service-button-secondary:hover {
  background-color: #ffff00;
  color: #000000;
  transform: translateY(-2px);
}

/* Thermal Showcase Styles */
.thermal-showcase {
  background-color: #000000;
}

.thermal-top {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 106px;
  background-color: #000000;
  max-width: 100%;
}

.thermal-image {
  width: 100%;
  max-width: 1228px;
  height: 480px;
  border-radius: 15px;
  object-fit: cover;
  object-position: center 4%;
  display: block;
}

.thermal-label {
  position: absolute;
  left: 450px;
  top: 450px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: "Libre Franklin";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
  text-transform: uppercase;
  z-index: 10;
}

.thermal-line {
  display: inline-block;
  width: 2px;
  height: 22px;
  background-color: #ffff00;
}

.thermal-bottom {
  display: flex;
  gap: 0;
  align-items: flex-start;
  min-height: 500px;
  margin-top: 80px;
  width: 100%;
  max-width: 1228px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  background-color: #000000;
}

.thermal-left {
  flex: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.thermal-left-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.overlay-stat {
  color: #FFF;
  font-family: "Geist Mono";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 117%;
  letter-spacing: 0.39px;
  text-transform: uppercase;
}

.overlay-highlight {
  color: #E5F937;
}

.thermal-image-bottom {
  width: 595px;
  height: 325px;
  border-radius: 15px;
  object-fit: cover;
}

.thermal-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 595px;
  height: 325px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  z-index: 5;
  pointer-events: none;
}

.thermal-right {
  flex: 1;
  padding: 0 60px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.thermal-title {
  font-family: "Libre Franklin";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 117%;
  letter-spacing: -0.36px;
  color: #ffffff;
  margin-bottom: 20px;
}

.thermal-title-highlight {
  color: #E2F830;
}

.thermal-description {
  color: #FFF;
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  letter-spacing: -0.16px;
  margin-bottom: 30px;
}

.thermal-demo-btn {
  background-color: #ffff00;
  color: #101100;
  padding: 16px 40px;
  border-radius: 4px;
  font-family: "Geist Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 117%;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
}

.thermal-demo-btn:hover {
  background-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(255, 255, 0, 0.2);
}

.thermal-vision {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 106px;
  background-color: #000000;
  max-width: 100%;
}

.thermal-vision-content {
  display: inline-flex;
  width: 100%;
  max-width: 1228px;
  padding: 180px 160px 195px 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.87) 78.52%), linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 100%), url("../images/1730981216736.png") lightgray 50% / cover no-repeat;
}

.vision-title {
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  text-align: center;
  font-family: "Libre Franklin";
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  letter-spacing: -0.52px;
  margin-bottom: 24px;
  max-width: 650px;
}

.vision-highlight {
  color: #E5F937;
}

.vision-description {
  width: 100%;
  max-width: 650px;
  color: #FFF;
  text-align: center;
  font-family: "Libre Franklin";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  letter-spacing: -0.18px;
}


/* Envelope Diagnostics Styles */
.envelope-diagnostics {
  background-color: var(--black);
  padding: 80px 106px;
}

.envelope-container {
  max-width: 1228px;
  margin: 0 auto;
}

.envelope-title {
  color: var(--HR-Neon);
  text-align: center;
  font-family: "Libre Franklin";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin: 0 auto 20px auto;
  max-width: 571px;
}

.envelope-highlight {
  color: var(--white);
  font-family: "Libre Franklin";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 4.2px;
  text-transform: uppercase;
}

.envelope-description {
  color: var(--white);
  text-align: center;
  font-family: "Libre Franklin";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: -0.2px;
  margin: 0 auto 60px auto;
  max-width: 780px;
}

.envelope-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.envelope-card {
  background-color: var(--gray-bg);
  border-radius: 15px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 390px;
  height: 303px;
  position: relative;
  overflow: hidden;
}

.envelope-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.envelope-card-title {
  color: var(--white);
  font-family: "Libre Franklin";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 129%;
  letter-spacing: -0.32px;
  margin: 0;
  max-width: 243.377px;
}

.envelope-card-description {
  color: var(--white);
  font-family: "Libre Franklin";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 137%;
  letter-spacing: -0.15px;
  margin: 0;
  max-width: 273px;
}

.envelope-cards-grid > :nth-child(4) {
  grid-column: 2 / 3;
}

.envelope-cards-grid > :nth-child(5) {
  grid-column: 3 / 4;
}

/* Findings Section Styles */
.findings-section {
  background-color: var(--black);
  padding: 100px 106px;
  overflow: hidden;
}

.findings-container {
  max-width: 1228px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.findings-header {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.findings-main-title {
  color: var(--white);
  font-family: "Libre Franklin";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin: 0 0 20px 0;
  max-width: 400px;
}

.findings-accent-line {
  width: 113px;
  height: 7.5px;
  background-color: #E2F830;
  margin-bottom: 30px;
}

.findings-intro-text {
  color: var(--white);
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: -0.16px;
  margin: 0;
  max-width: 451px;
}

.process-connectors {
  position: absolute;
  top: 290px;
  left: 1px;
  width: 100%;
  height: 732px;
  pointer-events: none;
  z-index: 1;
}

/* Process Step Styles */
.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  min-height: 732px;
  z-index: 2;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  align-items: flex-start;
  padding-top: 30px;
}

.step-2 {
  grid-column: 6 / 7;
  grid-row: 1 / 2;
  align-items: flex-start;
  padding-top: 30px;
}

.step-3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  align-items: center;
  padding-top: 60px;
}

.step-4 {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
  align-items: center;
  padding-top: 60px;
}

.step-5 {
  grid-column: 3 / 4;
  grid-row: 3 / 4;
  align-items: center;
  padding-top: 80px;
}

.step-6 {
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  align-items: center;
  padding-top: 120px;
}

.step-circle {
  width: 70px;
  height: 70px;
  border: 4px solid #E2F830;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: "Libre Franklin";
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

.step-title {
  color: var(--white);
  font-family: "Libre Franklin";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.2px;
  margin: 0 0 8px 0;
  text-align: center;
}

.step-description {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Libre Franklin";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.13px;
  margin: 0;
  text-align: center;
  max-width: 120px;
}

/* Property Teams & Case Study Sections */
.property-teams-section, .case-study-section, .certified-pilots-section, .faq-section {
  background-color: var(--black);
  padding: 80px 106px;
}

@media (max-width: 1100px) {
  .nav_menu_link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 13px !important;
  }
  
  .services-dropdown-toggle, .industries-dropdown-toggle, .resources-dropdown-toggle {
    padding: 1rem 0.5rem !important;
    font-size: 13px !important;
  }

  .nav_logo {
    width: 140px !important;
  }

  .nav_container {
    gap: 10px !important;
  }

  .mega-grid, .mega-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 1100px) {
  .thermal-top, .thermal-vision, .envelope-diagnostics, .findings-section, 
  .property-teams-section, .case-study-section, .certified-pilots-section, .faq-section,
  .section_contact-us-hero, .helping_business_block, .contact_comp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  
  .thermal-bottom {
    max-width: 100%;
    padding: 40px 20px;
  }

  .envelope-container, .findings-container, .property-teams-container, .case-study-container {
    max-width: 100%;
  }

  .envelope-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  
  .envelope-card {
    width: 100% !important;
    height: auto !important;
    min-height: 280px;
  }

  .envelope-cards-grid > :nth-child(4),
  .envelope-cards-grid > :nth-child(5) {
    grid-column: auto !important;
  }
}

@media (max-width: 1024px) {
  .service-hero-title, .vision-title, .findings-main-title, .heading-style-h1 {
    font-size: 42px !important;
  }

  .thermal-label {
    left: 40px !important;
    top: auto !important;
    bottom: 40px !important;
  }

  .thermal-bottom, .contact-form-row {
    flex-direction: column !important;
    align-items: center;
  }

  .thermal-left, .thermal-right, .contact_thumbnail_wr, .contact_form_comp {
    width: 100% !important;
    flex: none;
  }

  .thermal-right, .contact_form_comp {
    padding: 40px 0 0 0 !important;
  }

  .process-flow {
    grid-template-columns: repeat(3, 1fr) !important;
    min-height: auto !important;
    gap: 40px 20px !important;
  }

  .process-connectors {
    display: none !important;
  }

  .step-1, .step-2, .step-3, .step-4, .step-5, .step-6 {
    grid-column: auto !important;
    grid-row: auto !important;
    padding-top: 0 !important;
  }
}

.property-teams-container, .case-study-container, .certified-pilots-container, .faq-container {
  max-width: 1228px;
  margin: 0 auto;
}

.property-teams-svg, .case-study-svg {
  width: 100%;
  height: auto;
  display: block;
}

/* FAQ Styles */
.faq-item {
  margin-bottom: 0;
}

.faq-question-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question-header:hover {
  opacity: 0.8;
}

.faq-toggle-icon {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-item.active .faq-toggle-icon {
  transform: rotate(180deg);
}

.faq-answer {
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px !important;
}

/* Footer Section Styles */
.footer-section {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.footer-section svg {
  width: 100%;
  height: auto;
  display: block;
  min-height: 495px;
}

/* Mobile Shared Adjustments Expanded */
@media (max-width: 768px) {
  .service-hero {
    padding: 120px 20px 40px 20px !important;
    min-height: auto !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    position: relative !important;
    z-index: 10 !important;
  }

  .service-hero-title {
    font-size: 28px !important;
    line-height: 1.1 !important;
    margin-bottom: 15px !important;
  }

  .service-hero-description {
    font-size: 14px !important;
    margin-bottom: 25px !important;
    line-height: 1.4 !important;
  }

  .service-badge {
    padding: 10px 20px !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }

  .thermal-showcase {
    position: relative !important;
    z-index: 5 !important;
    margin-top: 0 !important;
    display: block !important;
  }

  .thermal-top {
    padding: 0 !important;
    height: auto !important;
    min-height: 250px !important;
    max-height: 50dvh !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .thermal-image {
    height: auto !important;
    max-height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0 !important;
    display: block !important;
  }

  .thermal-bottom {
    display: block !important;
    width: 100% !important;
    padding: 30px 20px !important;
    margin-top: 0 !important;
  }

  .thermal-left {
    margin-bottom: 30px;
  }

  .thermal-label {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 30px;
    font-size: 14px;
  }

  .thermal-left-overlay {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    align-items: center;
    bottom: 20px;
  }

  .thermal-image-bottom {
    width: 100%;
  }

  .thermal-right {
    padding: 20px 0;
  }

  .thermal-title {
    font-size: 24px;
  }

  .thermal-description {
    font-size: 14px;
  }

  .thermal-vision {
    padding: 20px;
  }

  .thermal-vision-content {
    width: 100% !important;
    padding: 60px 20px;
  }

  .vision-title {
    font-size: 28px;
  }

  .vision-description {
    font-size: 16px;
  }

  .envelope-diagnostics {
    padding: 40px 20px;
  }

  .envelope-title {
    font-size: 28px;
  }

  .envelope-description {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .envelope-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .envelope-cards-grid > * {
    grid-column: auto !important;
  }

  .envelope-card {
    padding: 30px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 250px !important;
  }

  .envelope-card-title {
    font-size: 18px;
  }

  .findings-section {
    padding: 60px 20px;
  }

  .findings-main-title {
    font-size: 32px;
  }

  .process-connectors {
    display: none;
  }

  .property-teams-section, .case-study-section, .certified-pilots-section, .faq-section {
    padding: 40px 20px;
  }

  /* Certified Pilots Section Mobile Fixes */
  .certified-pilots-container h2 {
    font-size: 32px !important;
    line-height: 1.1 !important;
    margin-bottom: 15px !important;
  }

  .certified-pilots-container p {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }

  .certified-pilots-container > div:first-child {
    margin-bottom: 40px !important;
  }

  .certified-pilots-container svg {
    width: 200px !important;
    height: 200px !important;
  }

  .certified-pilots-container > div[style*="display: grid"],
  .certified-pilots-container > div[style*="display:grid"] {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    text-align: center !important;
    margin-bottom: 40px !important;
  }

  .certified-pilots-container > div[style*="display: grid"] > div:first-child p,
  .certified-pilots-container > div[style*="display:grid"] > div:first-child p {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .certified-pilots-container > div[style*="display: grid"] > div:last-child,
  .certified-pilots-container > div[style*="display:grid"] > div:last-child {
    text-align: center !important;
  }

  .certified-pilots-container > div[style*="display: grid"] > div:last-child p,
  .certified-pilots-container > div[style*="display:grid"] > div:last-child p {
    font-size: 28px !important;
    margin-bottom: 15px !important;
  }

  .certified-pilots-container > div[style*="display: grid"] > div:last-child div,
  .certified-pilots-container > div[style*="display:grid"] > div:last-child div {
    margin: 0 auto !important;
  }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: auto;
  }

  .step-1, .step-2, .step-3, .step-4, .step-5, .step-6 {
    grid-column: 1 / 2 !important;
    grid-row: auto !important;
    padding-top: 0 !important;
    align-items: center !important;
  }

  .step-circle {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .step-title {
    font-size: 16px;
  }

  .step-description {
    font-size: 12px;
    max-width: 100%;
  }

  .faq-question-header h3 {
    font-size: 16px;
  }

  .faq-toggle-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .footer-section {
    height: auto !important;
    padding: 40px 20px !important;
  }

  .footer-section svg {
    display: none;
  }
}
