body{
    padding: 0;
    margin: 0;
    font-family: lora;
}

.container{
  padding-left: 60px;
  padding-right: 60px;
}

.smart-section {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    padding: 31px 0 106px 0px;
    background-image: url('../images/container-background.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}
  .content-wrapper-T {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    /* width: fit-content; */
    padding: 8px 0 106px 80px;
    flex-direction: row;
  }
  .navigation-bar {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12);
    display: flex;
    width: 93%;
    align-items: center;
    gap: 40px 100px;
    color: rgba(30, 30, 30, 1);
    white-space: nowrap;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 40px;
    font: 400 16px/1.4 Inter, sans-serif;
}

.logo-header {
    aspect-ratio: 3.83;
    object-fit: contain;
    object-position: center;
    width: 111px;
    align-self: stretch;
    margin: auto 0;
}

.nav-links {
    align-self: stretch;
    display: flex;
    min-height: 25px;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.nav-links a {
    text-decoration: none; /* Remove underlines from links */
    
}

.nav-active {
    color: #F75D3A; /* Active link color */
    font-weight: 500;
    align-self: stretch;
    margin: auto 0;
}

.nav-link {
    align-self: stretch;
    margin: auto 0;
    color: #000;
}

  .main-content {
    display: flex;
    margin-top: 34px;
    width: 541px;
    max-width: 100%;
    flex-direction: column;
    justify-content: start;
  }
  .text-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-family: Inter, sans-serif;
    justify-content: start;
  }
  .section-title-about {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
  }
  .headline {
    color: rgba(174, 107, 255, 1);
    margin-top: 17px;
    font: 700 48px/67px Lora, sans-serif;
    margin-bottom: 17px
  }
  .highlight {
    color: rgba(247, 93, 58, 1);
  }
  .description {
    color: rgba(103, 103, 103, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.36px;
    margin-top: 17px;
  }
  .cta-wrapper {
    align-self: start;
    display: flex;
    margin-top: 40px;
    align-items: center;
    gap: 32px;
    color: rgba(255, 255, 255, 1);
    justify-content: start;
    font: 400 16px/1.4 Poppins, sans-serif;
  }
  .cta-button {
    align-self: stretch;
    background: linear-gradient(to right, #D3AFFF, #9843FF); /* Light to sharp gradient */
    color: #fff; /* Text color */
    border-radius: 12px;
    gap: 10px;
    margin: auto 0;
    padding: 20px;
    cursor: pointer;
    border: none;
  }
  .side-image {
    aspect-ratio: 0.26;
    object-fit: contain;
    object-position: center;
    width: 86px;
    align-self: start;
    margin-top: 69px;
  }
  .car-img{
    width: 57%
  }



  @media (max-width: 991px) {
    .container {
      padding: 0 0 100px 20px;
    }
    .content-wrapper {
      max-width: 100%;
    }
    .navigation-bar {
      max-width: 100%;
      white-space: initial;
      padding: 0 20px;
    }
    .nav-links {
      white-space: initial;
    }
    .main-content {
      margin-top: 40px;
    }
    .headline {
      max-width: 100%;
      font-size: 40px;
      line-height: 62px;
    }
    .description {
      max-width: 100%;
    }
    .side-image {
      margin-top: 40px;
    }
  }

  /* --------------------
  2nd section 
  ------------------
   */


  .industry-section {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
    justify-content: center;
    padding: 102px 0px;
  }
  
  .industry-container {
    display: flex;
    margin-bottom: -20px;
    width: 100%;
    /* max-width: 1229px; */
    flex-direction: column;
    justify-content: start;
  }
  
  .header-wrapper {
    align-self: center;
    display: flex;
    width: 625px;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  
  .header-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .subtitle {
    color: #AE6BFF;
    font: 500 24px Inter, sans-serif;
  }
  
  .title {
    color: rgba(174, 107, 255, 1);
    margin-top: 40px;
    font: 700 48px Lora, sans-serif;
  }
  
  .title-highlight {
    color: rgba(247, 93, 58, 1);
  }
  
  .industry-grid {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping to the next row */
    gap: 20px; /* Space between cards */
    justify-content: space-between; /* Distributes space evenly between rows */
    margin-top: 90px;
    width: 100%;
    color: rgba(30, 30, 30, 1);
    text-align: center;
    font: 500 16px Inter, sans-serif;
  }
  
  .industry-card {
    flex: 1 1 calc(27.33% - 20px); /* Each card takes up one-third of the row */
    max-width: 1 1 calc(27.33% - 20px); /* Prevents cards from growing larger */
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 500px;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 25px 40px;
    text-align: left;
  }
  
  .industry-icon {
    width: 35px;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
  }
  
  .industry-name {
    flex: 1; /* Allows the name to grow and fill available space */
  }
  
  @media (max-width: 991px) {
    .industry-card {
      flex: 1 1 calc(50% - 20px); /* Two cards per row on medium screens */
      max-width: calc(50% - 20px);
    }
  }
  
  @media (max-width: 576px) {
    .industry-card {
      flex: 1 1 100%; /* One card per row on small screens */
      max-width: 100%;
    }
  }
  

/* ----------------------
  3rd section
---------------------- */
.about-container{
    padding-top: 31px;
    padding-bottom: 106px;
    background-color: rgba(22, 6, 26, 1);
}

.about-section {
    
    z-index: 10;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .content-wrapper {
    align-self: center;
    width: 100%;
    max-width: 1242px;
  }
  .header-container {
    gap: 20px;
    display: flex;
  }

  .bottom-card {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
  }
  
  .inner-bottom-card {
    width: 65%;
    display: flex;
    gap: 22px;
    flex-wrap: wrap; /* Enable wrapping of cards */
    justify-content: center; /* Center-align the cards */
  }
  .brand-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 39%;
    margin-left: 0;
  }
  .brand-name {
    text-shadow: 53px 5px 23px rgba(0, 0, 0, 0.01);
    letter-spacing: 2.7px;
    align-self: stretch;
    margin: auto 0;
    font: 400 135px/189px Impact, sans-serif;
    background: linear-gradient(to right, #16061A, #E6E6E6); /* Gradient from light to sharp */
    -webkit-background-clip: text; /* Clip background to text */
    -webkit-text-fill-color: transparent; /* Make text transparent to show gradient */
}

  .info-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 61%;
    margin-left: 20px;
  }
  .info-content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    font-family: Inter, sans-serif;
    justify-content: start;
  }
  .info-text {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
  }
  .section-title {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
  }
  .main-heading {
    color: rgba(211, 175, 255, 1);
    margin-top: 40px;
    font: 700 48px/67px Lora, sans-serif;
  }
  .accent-text {
    color: rgba(247, 93, 58, 1);
  }
  .description-text {
    color: rgba(232, 232, 232, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.36px;
    margin-top: 40px;
  }
  .section-heading-about {
    color: rgba(211, 175, 255, 1);
    align-self: start;
    margin-top: 119px;
    font: 700 48px/1.4 Lora, sans-serif;
    text-align: center;
    width: 100%;
  }
  .vision-container {
    display: flex;
    width: 780px;
    max-width: 100%;
    align-items: center;
    gap: 20px;
    font-family: Inter, sans-serif;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 190px 0 0 97px;
  }
  .feature-text {
    align-self: stretch;
    width: 400px;
    border-radius: 10px;
    gap: 40px 49px;
    overflow: hidden;
    font-size: 20px;
    color: rgba(232, 232, 232, 1);
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 28px;
    padding: 20px;
  }
  .icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 36px;
    align-self: stretch;
    margin: auto 0;
  }
  .feature-label {
    align-self: stretch;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.18);
    gap: 10px;
    overflow: hidden;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 1.4;
    margin: auto 0;
    padding: 20px 25px;
    border: 1px solid rgba(211, 175, 255, 1);
  }
  .mission-container {
    align-self: end;
    display: flex;
    width: 797px;
    max-width: 100%;
    align-items: center;
    gap: 20px;
    font-family: Inter, sans-serif;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 166px 120px 0 0;
  }
  .values-container {
    display: flex;
    width: 808px;
    max-width: 100%;
    align-items: center;
    gap: 20px;
    font-family: Inter, sans-serif;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 138px 0 0 97px;
  }
  .features-container {
    align-self: end;
    display: flex;
    width: 808px;
    max-width: 100%;
    align-items: center;
    gap: 20px;
    font-family: Inter, sans-serif;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 152px 120px -37px 0;
  }
  @media (max-width: 991px) {
    .about-section {
      max-width: 100%;
      padding: 100px 20px;
    }
    .content-wrapper {
      max-width: 100%;
    }
    .header-container {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
    .brand-column {
      width: 100%;
    }
    .brand-name {
      max-width: 100%;
      margin-top: 40px;
      font-size: 40px;
      line-height: 62px;
    }
    .info-column {
      width: 100%;
    }
    .info-content {
      max-width: 100%;
      margin-top: 40px;
    }
    .info-text {
      max-width: 100%;
    }
    .section-title {
      max-width: 100%;
    }
    .main-heading {
      max-width: 100%;
      font-size: 40px;
      line-height: 62px;
    }
    .description-text {
      max-width: 100%;
    }
    .section-heading {
      margin-top: 40px;
      font-size: 40px;
    }
    .vision-container {
      margin-top: 40px;
    }
    .feature-label {
      padding: 0 20px;
    }
    .mission-container {
      margin: 40px 10px 0 0;
    }
    .values-container {
      margin-top: 40px;
    }
    .features-container {
      margin: 40px 10px 10px 0;
    }
  }


  /* ---------------------
  parking section
  -------------------- */


  .parking-section{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 140px;
    padding-bottom: 106px;
    background-image: url('../images/Rectangle 34625405.png');
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents tiling */
  }
  .parking-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    padding: 122px 0px;
  }
  
  .parking-container {
    width: 100%;
    max-width: 1205px;
  }
  
  .header-row {
    gap: 20px;
    display: flex;
  }
  
  .header-col {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
    /* padding-top: 80px; */
  }
  
  .header-content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    line-height: 1.4;
    justify-content: center;
    margin: auto 0;
  }
  
  .title-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  
  .subtitle-parking {
    color: #1E1E1E;
    font: 500 24px Inter, sans-serif;
  }
  
  .main-title {
    color: #AE6BFF;
    align-self: center;
    margin: 0px;
    font: 700 48px Lora, sans-serif;
  }
  
  .title-highlight {
    color: #F75D3A;
  }
  
  .issues-col {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
    
    /* margin-left: 20px; */
  }
  
  .issues-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 65px;
  }
  
  .issue-card {
    border-radius: 500px;
    background-color: #FFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.09);
    display: flex;
    /* min-height: 77px; */
    align-items: center;
    gap: 24px;
    overflow: hidden;
    justify-content: center;
    padding: 14px;
    width: 70%;
  }
  
  .issue-icon {
    border-radius: 500px;
    background-color: #AE6BFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 15px;
  }
  
  .issue-content {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    overflow: hidden;
    font-family: Inter, sans-serif;
    justify-content: start;
    width: 308px;
  }
  
  .issue-title {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px;
  }
  
  .issue-description {
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin: 0px;
  }
  
  .bottom-section {
    width: 947px;
    max-width: 100%;
    margin: 17px 0 -24px 73px;
  }
  
  .bottom-row {
    gap: 20px;
    display: flex;
  }
  .first-card{
    margin-left: 150px;
  }
  .second-card{
    margin-left: 85px;
  }
  .parking-card{
    margin-bottom: 80px;
  }
  @media (max-width: 991px) {
    .parking-section {
      max-width: 100%;
      padding: 100px 20px;
    }
  
    .parking-container {
      max-width: 100%;
    }
  
    .header-row {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  
    .header-col {
      width: 100%;
    }
  
    .header-content {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .title-wrapper {
      max-width: 100%;
    }
  
    .subtitle {
      max-width: 100%;
    }
  
    .main-title {
      max-width: 100%;
      font-size: 40px;
    }
  
    .issues-col {
      width: 100%;
    }
  
    .issues-wrapper {
      max-width: 100%;
      margin-top: 40px;
    }
  
    .issue-card {
      margin-top: 40px;
    }
  
    .bottom-section {
      margin-bottom: 10px;
    }
  
    .bottom-row {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }
  }


  /* fifth section  */






  
  .parking-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 140px;
    padding-bottom: 106px
  }
  .header-box {
    align-self: end;
    z-index: 10;
    display: flex;
    margin-right: 66px;
    width: 562px;
    max-width: 100%;
    flex-direction: column;
    line-height: 1.4;
    justify-content: center;
  }
  .header-content-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .subtitle-text {
    color: rgba(30, 30, 30, 1);
    font: 500 24px Inter, sans-serif;
  }
  .title-text {
    color: rgba(174, 107, 255, 1);
    margin-top: 40px;
    font: 700 48px Lora, sans-serif;
  }
  .highlight {
    color: rgba(247, 93, 58, 1);
  }
  .features-wrapper {
    align-self: center;
    display: flex;
    width: 100%;
    max-width: 1244px;
    flex-direction: column;
    margin: -168px 0 -26px;
  }
  .features-group {
    display: flex;
    width: 547px;
    max-width: 100%;
    flex-direction: column;
  }
  .card {
    border-radius: 500px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.09);
    display: flex;
    min-height: 119px;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    justify-content: center;
    padding: 20px;
  }
  .icon-box {
    border-radius: 500px;
    background-color: rgba(174, 107, 255, 1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 79px;
    height: 79px;
    margin: auto 0;
    padding: 15px;
  }
  .icon-box-large {
    width: 90px;
    height: 90px;
  }
  .icon-box-medium {
    width: 84px;
    height: 84px;
  }
  .content-box {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    overflow: hidden;
    font-family: Inter, sans-serif;
    justify-content: start;
    width: 308px;
    margin: auto 0;
  }
  .card-title {
    color: rgba(30, 30, 30, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
  }
  .card-description {
    color: rgba(103, 103, 103, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.32px;
    margin-top: 12px;
  }
  .card-security {
    margin-top: 42px;
  }
  .card-accessibility {
    margin-top: -15px;
    z-index: 10;
  }
  .card-management {
    margin-top: -65px;
    align-self: center;
  }
  @media (max-width: 991px) {
    .parking-wrapper {
      max-width: 100%;
      padding: 100px 20px;
    }
    .header-box {
      margin-right: 10px;
    }
    .header-content-box {
      max-width: 100%;
    }
    .subtitle-text {
      max-width: 100%;
    }
    .title-text {
      max-width: 100%;
      font-size: 40px;
    }
    .features-wrapper {
      max-width: 100%;
      margin-bottom: 10px;
    }
    .card-security {
      margin-top: 40px;
    }
    .card-management {
      max-width: 100%;
    }
  }

  /* sixth section  */


/* General Styling for Buttons */
.user-options button {
  padding: 0.5rem 1.5rem;
  margin: 0 0.5rem;
  border: 2px solid #9D4DFE; /* Matches one of the gradient colors */
  background: linear-gradient( #D6B5FF, #9D4DFE); /* Gradient background */
  color: #fff; /* White text for better contrast */
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.user-options button:hover,
.user-options button.active {
  background: linear-gradient(45deg, #9D4DFE, #D6B5FF); /* Reverse gradient on hover/active */
  color: #fff;
  border-color: #D6B5FF; /* Subtle border color change */
}

  
  .visually-hidden {
    display: none;
  }
  .Features-section {
    display: flex;
    width: 100%;
    max-width: 1260px;
    flex-direction: column;
    /*overflow: hidden;*/
    justify-content: center;
  }
  /* @media (max-width: 991px) {
    .container {
      max-width: 100%;
    }
  } */
  .header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
    justify-content: center;
  }
  @media (max-width: 991px) {
    .header {
      max-width: 100%;
    }
  }
  .title {
    color: rgba(30, 30, 30, 1);
    font: 500 24px Inter, sans-serif;
  }
  .subtitle {
    color: #AE6BFF;
    margin-top: 40px;
    font: 700 48px Lora, sans-serif;
  }
  @media (max-width: 991px) {
    .subtitle {
      max-width: 100%;
      font-size: 40px;
    }
  }
  .user-options {
    align-self: center;
    display: flex;
    margin-top: 65px;
    align-items: center;
    gap: 17px;
    white-space: nowrap;
    justify-content: start;
    font: 16px/1.4 Inter, sans-serif;
  }
  @media (max-width: 991px) {
    .user-options {
      margin-top: 40px;
      white-space: initial;
    }
  }
  .user-text {
    align-self: stretch;
    border-radius: 5px;
    min-height: 44px;
    gap: 10px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    width: 99px;
    margin: auto 0;
    padding: 16px 10px;
  }
  @media (max-width: 991px) {
    .user-text {
      white-space: initial;
    }
  }
  .admin-text {
    align-self: stretch;
    border-radius: 5px;
    background-color: rgba(236, 220, 255, 1);
    min-height: 44px;
    gap: 10px;
    color: rgba(30, 30, 30, 1);
    font-weight: 400;
    width: 99px;
    margin: auto 0;
    padding: 16px 10px;
  }
  @media (max-width: 991px) {
    .admin-text {
      white-space: initial;
    }
  }
  .feature-section {
    display: flex;
    margin-top: 65px;
    min-height: 592px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-family: Inter, sans-serif;
    text-align: center;
    justify-content: center;
  }
  @media (max-width: 991px) {
    .feature-section {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  .feature-row {
    display: flex;
    align-items: center;
    gap: 40px 58px;
    justify-content: start;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .feature-row {
      max-width: 100%;
    }
  }
  .feature-card {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    margin: auto 0;
    padding: 20px;
  }
  @media (max-width: 991px) {
    .feature-card {
      padding: 0 20px;
    }
  }
  .feature-image {
    aspect-ratio: 0.96;
    object-fit: contain;
    object-position: center;
    width: 49px;
  }
  .feature-title {
    color: rgba(30, 30, 30, 1);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 30px;
  }
  .feature-description {
    color: rgba(103, 103, 103, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.32px;
    align-self: stretch;
    margin-top: 30px;
  }
  .feature-image-2 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 51px;
    align-self: center;
  }
  .feature-image-3 {
    aspect-ratio: 1.24;
    object-fit: contain;
    object-position: center;
    width: 63px;
  }
  .feature-image-4 {
    aspect-ratio: 0.9;
    object-fit: contain;
    object-position: center;
    width: 45px;
    align-self: center;
  }
  .feature-image-5 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 50px;
    align-self: center;
  }
  .feature-row-bottom {
    display: flex;
    margin-top: 60px;
    align-items: center;
    gap: 40px 109px;
    justify-content: center;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .feature-row-bottom {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  .visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  

  /* ------------------- */

  .user-options button {
    padding: 0.5rem 1.5rem;
    margin: 0 0.5rem;
    border: 2px solid #9D4DFE; /* Matches one of the gradient colors */
    background: linear-gradient(#D6B5FF, #9D4DFE); /* Gradient background */
    color: #fff; /* White text for better contrast */
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .user-options button:hover,
  .user-options button.active {
    background: linear-gradient(45deg, #9D4DFE, #D6B5FF); /* Reverse gradient on hover/active */
    color: #fff;
    border-color: #D6B5FF; /* Subtle border color change */
  }
  
  @media (max-width: 991px) {
    .how-it-works-container {
      max-width: 100%;
      padding: 0 15px;
    }
  
    .section-subtitle {
      font-size: 36px;
    }
  
    .flow-container {
      flex-direction: column;
      gap: 20px;
    }
  
    .flow-content {
      width: 100%;
      padding: 40px 20px;
    }
  
    .steps-container {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
  
    .step-item {
      width: 100%;
      text-align: center;
    }
  
    .step-number {
      margin: 0 auto;
    }
  
    .flow-divider {
      display: none;
    }
  
    .user-type-selector {
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
    }
  }
  
  .how-it-works-container {
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    line-height: 1.4;
    justify-content: center;
    /* padding: 30px; */
  }
  
  .content-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  
  .header-container-s {
    display: flex;
    width: 1157px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }
  
  .section-title {
    color: #1e1e1e;
    font: 500 24px Inter, sans-serif;
  }
  
  .section-subtitle {
    color: #d3afff;
    margin-top: 27px;
    font: 700 48px Lora, sans-serif;
  }
  
  .user-type-selector {
    display: flex;
    margin-top: 40px;
    align-items: center;
    gap: 17px;
    font: 16px Inter, sans-serif;
  }
  
  .operator-tab {
    border-radius: 5px;
    min-height: 44px;
    /* color: #fff; */
    font-weight: 500;
    width: 99px;
    padding: 16px 10px;
  }
  
  .motorist-tab {
    border-radius: 5px;
    /* background-color: #ecdcff; */
    min-height: 44px;
    color: #1e1e1e;
    width: 99px;
    padding: 16px 10px;
  }
  
  .flow-container {
    align-self: stretch;
    display: flex;
    margin-top: 40px;
    width: 100%;
    align-items: start;
    gap: 40px;
    justify-content: center;
  }
  
  .flow-content {
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    min-width: 240px;
    min-height: 971px;
    width: 1380px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 40px;
  }
  
  .flow-title {
    /* width: 233px; */
    text-align: center;
    max-width: 100%;
    color: #ae6bff;
    font: 700 48px Lora, sans-serif;
  }
  
  .steps-container {
    display: flex;
    margin-top: 60px;
    width: 1198px;
    max-width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    font: 500 24px Inter, sans-serif;
  }
  
  .step-number {
    border-radius: 500px;
    background-color: #ae6bff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    min-height: 54px;
    color: #fff;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .step-item {
    border-radius: 500px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    gap: 24px;
    /* justify-content: center; */
    padding: 20px;
    margin-top: 40px;
  }
  
  .step-text {
    color: #1e1e1e;
    align-self: stretch;
    margin: auto 0;
  }
  
  .flow-divider {
    aspect-ratio: 0.08;
    object-fit: contain;
    object-position: center;
    width: 54px;
  }
  
  @media (max-width: 991px) {
    .how-it-works-container {
      max-width: 100%;
      padding: 0 20px;
    }
    
    .content-wrapper {
      max-width: 100%;
    }
    
    .section-subtitle {
      max-width: 100%;
      font-size: 40px;
    }
    
    .flow-container {
      max-width: 100%;
    }
    
    .flow-content {
      max-width: 100%;
      padding: 100px 20px;
    }
    
    .flow-title {
      font-size: 40px;
    }
    
    .steps-container {
      margin-top: 40px;
    }
    
    
    .flow-divider {
      display: none;
    }
  }

  /* --------------- */



  .main-section {
    align-self: center;
    display: flex;
    margin-top: 120px;
    width: 100%;
    /* max-width: 1260px; */
    flex-direction: column;
    line-height: 1.4;
    justify-content: center;
  }
  @media (max-width: 991px) {
    .main-section {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  .header-container-q {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  @media (max-width: 991px) {
    .header-container {
      max-width: 100%;
    }
  }
  .sub-title {
    color: rgba(30, 30, 30, 1);
    font: 500 24px Inter, sans-serif;
  }
  .main-title {
    color: rgba(174, 107, 255, 1);
    margin-top: 40px;
    font: 700 48px Lora, sans-serif;
  }
  @media (max-width: 991px) {
    .main-title {
      max-width: 100%;
      font-size: 40px;
    }
  }
  .highlighted-text {
    color: rgba(247, 93, 58, 1);
  }
  .responsive-image {
    aspect-ratio: 1.86;
    object-fit: contain;
    object-position: center;
    width: 1239px;
    border-radius: 0px;
    align-self: center;
    margin-top: 100px;
    max-width: 100%;
  }
  @media (max-width: 991px) {
    .responsive-image {
      margin-top: 40px;
    }
  }

  .main-section-l {
    text-align: center;
    padding: 40px 0px;
}

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
} */

.header-container {
  margin-bottom: 40px;
}

.sub-title {
  font-size: 20px;
  color: #555;
}

.main-title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.highlighted-text {
  color: #f15a24;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto; /* Adjust height dynamically based on the images */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Space between images */
  flex-wrap: wrap; /* Allow images to wrap on smaller screens */
}

.image-wrapper img {
  flex: 1 1 calc(20% - 10px); /* Make images flexible */
  max-width: 200px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

/* Responsive breakpoints */
@media (max-width: 768px) {
  .main-title {
      font-size: 28px;
  }

  .image-wrapper img {
      flex: 1 1 calc(45% - 10px); /* Adjust image size for tablets */
  }
}

@media (max-width: 480px) {
  .main-title {
      font-size: 24px;
  }

  .image-wrapper img {
      flex: 1 1 calc(100% - 10px); /* Stack images vertically on small screens */
      max-width: 100%;
  }
}

.footer-section {
  background-color: rgba(22, 5, 26, 1);
  display: flex;
  margin: 120px 0 0;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.footer-container {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  padding: 64px 0px;
}

.links-wrapper {
  display: flex;
  width: 100%;
  padding: 0 0 32px;
  flex-direction: column;
  font-family: Inter, sans-serif;
  color: #fff;
}

.links-content {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav-links-group {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 40px 110px;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto 0;
}

.quick-links {
  display: flex;
  flex-direction: column;
  width: 238px;
}

.section-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.links-container {
  display: flex;
  margin: 24px 0 0;
  width: 100%;
  align-items: center;
  gap: 16px 100px;
  font-size: 16px;
  font-weight: 400;
  flex-wrap: wrap;
}

.links-grid {
  align-self: stretch;
  display: flex;
  width: 181px;
  align-items: start;
  gap: 40px 60px;
  justify-content: space-between;
  flex-grow: 1;
  margin: auto 0;
}

.primary-links {
  display: flex;
  align-items: start;
  gap: 12px 100px;
  white-space: nowrap;
  flex-wrap: wrap;
  width: 78px;
}

.secondary-links {
  display: flex;
  flex-direction: column;
  width: 86px;
}

.link-item {
  margin: 16px 0 0;
}

.contact-section {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  width: 341px;
}

.contact-list {
  display: flex;
  margin: 24px 0 0;
  width: 100%;
  align-items: center;
  gap: 16px 100px;
  font-size: 16px;
  font-weight: 400;
  flex-wrap: wrap;
}

.contact-info {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  width: 341px;
  align-items: start;
  gap: 12px 100px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  min-width: 240px;
  align-items: center;
  gap: 12px;
}

.contact-icon {
  aspect-ratio: 0.78;
  object-fit: contain;
  width: 14px;
  align-self: stretch;
  margin: auto 0;
}

.contact-text {
  align-self: stretch;
  margin: auto 0;
}

.logo {
  aspect-ratio: 3.6;
  object-fit: contain;
  width: 418px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

.newsletter-section {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.newsletter-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-family: Inter, sans-serif;
}

.divider {
  background-color: #fff;
  min-height: 1px;
  width: 100%;
}

.newsletter-content {
  display: flex;
  width: 100%;
  padding: 32px 0 0;
  align-items: center;
  gap: 40px 96px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletter-text {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  width: 507px;
  margin: auto 0;
}

.newsletter-heading {
  color: #ca82fa;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.newsletter-description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin: 8px 0 0;
}

.newsletter-form {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: -24px;
  flex-wrap: wrap;
  margin: auto 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.email-input {
  align-self: stretch;
  border-radius: 50px;
  background-color: #fff;
  min-width: 240px;
  min-height: 45px;
  font-size: 14px;
  color: #676767;
  font-weight: 400;
  line-height: 24px;
  width: 522px;
  padding: 11px 20px;
  border: 1px solid #fff;
}

.submit-button {
  align-self: stretch;
  border-radius: 0 50px 50px 0;
  box-shadow: 0 2px 6px rgba(23, 201, 100, 0.5);
  background-color: #ca82fa;
  min-height: 45px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 11px 17px;
  border: none;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  margin: 32px 0 0;
  width: 100%;
  flex-direction: column;
}

.footer-content {
  display: flex;
  min-height: 62px;
  width: 100%;
  padding: 32px 0 0;
  align-items: start;
  gap: 40px 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.copyright-text {
  color: #fff;
  font: 400 14px/24px Inter, sans-serif;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.social-link {
  align-self: stretch;
  display: flex;
  align-items: center;
  width: 24px;
  margin: auto 0;
}

.social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  width: 24px;
  align-self: stretch;
  margin: auto 0;
}
.links-container a {
  text-decoration: none; /* Remove underlines from links */
  color: #fff;
}
@media (max-width: 991px) {
  .footer-section {
    max-width: 100%;
    margin-top: 40px;
  }
  
  .footer-container {
    padding: 0 20px;
  }
  
  .links-wrapper,
  .links-content,
  .nav-links-group,
  .primary-links,
  .newsletter-section,
  .newsletter-wrapper,
  .divider,
  .newsletter-content,
  .newsletter-text,
  .newsletter-heading,
  .newsletter-description,
  .newsletter-form,
  .email-input {
    max-width: 100%;
  }
  
  .primary-links,
  .submit-button {
    white-space: initial;
  }
}

.mobile-nav {
  display: none; /* Hide mobile navbar by default */
}

.how-it-works-container-mobile{
  display: none;
}
/* Additional media query for very small screens */
@media (max-width: 480px) {
  /* body{
    padding: 0;
    margin: 0;
  } */
  .how-it-works-container-mobile{
    display: block;
  }
  .industry-card {
    flex: 1 1 100%; /* One card per row on very small screens */
    max-width: 69%;
  }
  .info-text {
    max-width: 93%;
}
  .subtitle {
    /* background: aqua; */
    text-align: center;
}
.inner-bottom-card {
  gap: 20px; /* Smaller gap for extra small screens */
  width: 100%;
}
.navigation-bar {
  display: none;
}
.content-wrapper-T {
padding: 31px 0px 109px 11px;
}
.container {
width: 100%;
padding: 0 0px 100px 0px;
}
.section-title-about {
text-align: center;
}
.content-wrapper {
max-width: 100%;
padding: 0;
}
.industry-grid {
  display: flex;
  justify-content: center;
  padding: 0px;
}
.inner-bottom-card {
  justify-content: center;
}
.parking-section {
  max-width: 100%;
  padding: 100px 0px;
}
.subtitle-parking {
  color: #1E1E1E;
  font: 500 21px Inter, sans-serif;
  text-align: center;
  padding: 2px;
}
.subtitle {
  max-width: 100%;
  font-size: 24px;
}
.feature-card {
  padding: 20px 8px;
}
.issue-card {
  width: 90%;
}
.first-card {
  margin-left: 0px;
}
.second-card {
  margin-left: 0px;
}
.f-reverse{
  flex-direction: column-reverse;
  display: flex;
}
.feature-row {
  display: flex;
  justify-content: center;
}
.how-it-works-container {
  /* max-width: 100%; */
  padding: 0px;
}
.section-subtitle {
  max-width: 100%;
  font-size: 40px;
  /* padding: 6px; */
  text-align: center;
}

.flow-content {
  /* max-width: 100%; */
  padding: 100px 0px;
}
.step-item {
  width: 83%;
  text-align: center;
}
.vision-container, .mission-container, .values-container, .features-container {
  flex-direction: row;
  display: flex;
  justify-content: center;
}
.nav-links-group {
  display: flex;
  justify-content: flex-start;
}
.navigation-bar {
  display: none;
 width: auto;
}

.main-nav{
  display: flex;
  justify-content: space-between;
  padding: 20px
}
.hamburger-menu {
  display: block;
  font-size: 30px;
  cursor: pointer;
  padding: 10px 20px;
  background-color: #AE6BFF;
  color: white;
  position: relative;
  z-index: 1001;
}

/* Mobile Nav Screen (Hidden by Default) */
.mobile-nav-screen {
  position: fixed;
  top: 0;
  right: -100%; /* Hidden off-screen */
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease; /* Smooth slide-in */
  z-index: 1000;
}

/* Active State for Nav Screen */
.mobile-nav-screen.active {
  right: 0; /* Slide in from the right */
}

/* Nav Links */
.mobile-nav-links {
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  gap: 15px;
}

.mobile-nav-links a {
  text-decoration: none;
  font-size: 18px;
  color: #AE6BFF;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  transition: color 0.3s ease;
}

.mobile-nav-links a:hover {
  color: #007BFF;
}

/* Close Button */
.close-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.mobile-nav {
  display: block;
}
.issues-wrapper {
  align-items: center;
}
.header-col {
  align-items: center;
}
.how-it-works-container-mobile {
  padding: 20px 10px;
}

.steps-container-mobile {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;

}

.step-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  padding: 17px 17px;
  border-bottom: 1px solid #ccc;
  width: 100% !important;
}

.step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 30px;
  background-color: #ae6bff;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.flow-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.user-options {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.user-options button {
  padding: 10px 20px;
  border: none;
  background-color: #ae6bff;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
}

.user-options button.active {
  background-color: #ae6bff;
}
.how-it-works-container{
  display: none;
}
.indus {
  padding: 0px !important;
}
.mobile-pics img{
  width: 100%; 
  height: auto; 
  margin: 0 auto; 
}
.mobile-pics{
  padding: 15px;
}
.issue-icon {
  align-self: center;
}
.issue-title {
  
  font-size: 19px;
}
.mobile-nav-logo {
  text-align: center; /* Center the logo */
  margin: 20px 0; /* Add spacing above and below */
}

.mobile-nav-logo img {
  max-width: 150px; /* Adjust the size of the logo */
  height: auto; /* Maintain aspect ratio */
}
.car-container img{
    width:100%;
    
}
.smart-section{
    padding:0px;
}

}

 



/* Mobile View: max-width 576px */
@media (max-width: 500px) {
  .about-section {
    padding: 60px 0px;
  }
  .brand-name {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
    padding-left: 20px;
  }
  .main-heading {
    font-size: 28px;
    line-height: 40px;
    margin-top: 20px;
    padding: 24px;
  }
  .description-text {
    font-size: 14px;
    line-height: 20px;
    padding: 18px;
    text-align: justify;
  }
  .section-heading-about {
    font-size: 32px;
    line-height: 42px;
    margin-top: 30px;
  }
  .vision-container, .mission-container, .values-container, .features-container {
    margin: 20px auto;
    gap: 10px;
    /* padding: 30px; */
  }
  .feature-text, .feature-label {
    font-size: 16px;
    padding: 10px;
    max-width: 100%;
    text-align: center;
  }
  .icon {
    width: 30px;
  }
  .info-column {
    margin-left: 0px;
}
.feature-label {
    width: 34%;
    text-align: center;
    /*background: black;*/
}

}


@media (min-width: 769px) and (max-width: 1024px) {

.mobile-pics img {
  max-width: 100%;
}
.car-container img{
    width:100%;
    margin-top: 60px;
}
.container {
  padding-left: 14px;
  padding-right: 14px;
}
.first-card {
  margin-left: 50px;
}
.second-card {
  margin-left: 31px;
}

.step-item {
  width: 70%;
}
.steps-container {
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  font: 500 20px Inter, sans-serif;
}
.right-steps{
  width: 40%;
}
.left-steps{
  width: 40%;
}
.flow-content {
  display: flex;
  min-width: 240px;
  min-height: 971px;
  width: auto;
  justify-content: center;
  padding: 30px 0px;
}
.feature-card {
  width: 165px;
  margin: auto 0;
  padding: 20px;
}
.issue-card {
  padding: 17px;
  width: 84%;
}
.how-it-works-container-mobile{
  display: none;
}
.industry-card {
        flex: 1 1 calc(24.33% - 20px);
        text-align: left;
    }
.section-subtitle {
      text-align: center;
}
}


@media only screen and (min-width: 550px) and (max-width: 768px) {
  .how-it-works-container-mobile{
    display: block;
  }
  .mobile-pics img {
    max-width: 90%;
  } 
  .container {
    padding: 0px;
  }
  .how-it-works-container {
    max-width: 100%;
    padding: 0px;
    padding-top: 42px;
}


  .first-card,
  .second-card {
    margin-left: 0;
    margin-bottom: 20px;
    width: 90%;
  }

  .step-item {
    width: 90%;
    margin: 0 auto;
  }

  .steps-container {
    gap: 15px;
    font: 500 18px Inter, sans-serif;
  }

  .right-steps,
  .left-steps {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow-content {
    flex-direction: column;
    min-height: auto;
    padding: 20px 10px;
  }

  .feature-card {
    width: 56%;
    padding: 25px;
}

  .issue-card {
    width: 63%;
    padding: 30px;
}
  .about-section {
    max-width: 100%;
    padding: 0px 0px;
}
.vision-container {
  
  margin: 0px 0 0 0px;
}
.values-container {
  margin: 0px 0 0 0px;
}
.info-column {

  margin-left: 0px;
}
.about-container{
  padding-left: 15px;
  padding-right: 15px;
}
.mission-container {
  margin: 40px 0px 0 0;
}
.features-container {
  margin: 40px 0px 10px 0;
}
.header-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.issues-wrapper {
  align-items: center;
  margin-top: 0;
}
.subtitle-parking {
  text-align: center;
}
.f-reverse{
  flex-direction: column-reverse;
  display: flex;
}
.mobile-pics img{
  width: 100%; 
  height: auto; 
  margin: 0 auto; 
}
.inner-bottom-card {
  width: 100%; 
  gap: 16px; 
}


.industry-card img {
  max-width: 80%; 
  height: auto;
}
.indus{
  padding: 20px;
}
.feature-row {
  align-items: center;
  justify-content: center;
}
.step-item {
  width: 100%;
}
.how-it-works-container{
  display: none;
}
.main-nav{
  padding: 10px;
  display: flex;
  justify-content: center;
}
.industry-card {
    flex: 1 1 calc(50% - 16px); 
    max-width: calc(23% - 10px);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 500px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 9px 25px;
}
.car-container img{
    width:100%;
}
    .steps-container-mobile {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
        .step-item {
        display: flex
;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        padding: 17px 17px;
        border-bottom: 1px solid #ccc;
        width: 100% !important;
    }
    .content-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 35px;
}
.section-subtitle {
        text-align: center;
    }
.step-number {
         margin: 0; 
    }
}



/* @media (max-width: 768px) {
  .mobile-pics img {
    max-width: 90%;
  } 
  .container {
    padding: 0px;
  }
  .how-it-works-container {
    max-width: 100%;
    padding: 0px;
    padding-top: 42px;
}


  .first-card,
  .second-card {
    margin-left: 0;
    margin-bottom: 20px;
    width: 90%;
  }

  .step-item {
    width: 90%;
    margin: 0 auto;
  }

  .steps-container {
    gap: 15px;
    font: 500 18px Inter, sans-serif;
  }

  .right-steps,
  .left-steps {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow-content {
    flex-direction: column;
    min-height: auto;
    padding: 20px 10px;
  }

  .feature-card {
    width: 56%;
    padding: 25px;
}

  .issue-card {
    width: 63%;
    padding: 30px;
}
  .about-section {
    max-width: 100%;
    padding: 0px 0px;
}
.vision-container {
  
  margin: 0px 0 0 0px;
}
.values-container {
  margin: 0px 0 0 0px;
}
.info-column {

  margin-left: 0px;
}
.about-container{
  padding-left: 15px;
  padding-right: 15px;
}
.mission-container {
  margin: 40px 0px 0 0;
}
.features-container {
  margin: 40px 0px 10px 0;
}
.header-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.issues-wrapper {
  align-items: center;
  margin-top: 0;
}
.subtitle-parking {
  text-align: center;
}
.f-reverse{
  flex-direction: column-reverse;
  display: flex;
}
.mobile-pics img{
  width: 100%; 
  height: auto; 
  margin: 0 auto; 
}
.inner-bottom-card {
  width: 100%; 
  gap: 16px; 
}

.industry-card {
  flex: 1 1 calc(50% - 16px); 
  max-width: calc(35% - 16px); 
  text-align: center; 
}
.industry-card img {
  max-width: 80%; 
  height: auto;
}
.indus{
  padding: 20px;
}
.feature-row {
  align-items: center;
  justify-content: center;
}
.step-item {
  width: 35%;
}
.how-it-works-container{
  display: none;
}
} */


/* @media (max-width: 767px) {
  .how-it-works-container-mobile {
    padding: 20px 10px;
  }

  .steps-container-mobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .step-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }

  .step-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
  }

  .flow-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .user-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .user-options button {
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
  }

  .user-options button.active {
    background-color: #0056b3;
  }
} */

