body{
    padding: 0;
    margin: 0;
}
.container{
    padding-left: 60px;
    padding-right: 60px;
    /* width: 100% !important; */
  }
  .smart-section {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 31px 0 106px 0px;
    background-image: url('../images/indir (3) 5.png'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    height: 1000px; /* Set to your desired height */
}
  .content-wrapper-T {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 0;
  }
  .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;
    margin: auto 0;
    text-decoration: none; /* Remove underlines from links */
  color: #fff;
  }
  .nav-links a {
    text-decoration: none; /* Remove underlines from links */
  }
  .nav-active {
    color: rgba(247, 93, 58, 1);
    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: 74px;
    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 {
    color: rgba(30, 30, 30, 1);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
  }
.industries-header {
    display: flex;
    width: 100%;
    /* max-width: 1114px; */
    flex-direction: column;
    justify-content: center;
    margin: 100px 0 -20px;
}

.industries-header-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.industries-subtitle {
    color: rgba(30, 30, 30, 1);
    font: 500 24px Inter, sans-serif;
}

.industries-title {
    color: rgba(174, 107, 255, 1);
    margin-top: 40px;
    font: 700 48px Lora, sans-serif;
}

.industries-highlight {
    color: rgba(247, 93, 58, 1);
}

@media (max-width: 991px) {
    .industries-header {
        max-width: 100%;
        margin: 40px 0 10px;
    }

    .industries-header-wrapper {
        max-width: 100%;
    }

    .industries-title {
        max-width: 100%;
        font-size: 40px;
    }
}
@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;
    }
  }

  .highlight-section {
    position: relative;
    /* border-radius: 500px; */
    /* background-color: rgba(255, 255, 255, 0.54); */
    display: flex;
    width: 100%;
    /* max-width: 1250px; */
    flex-direction: column;
    justify-content: center;
    margin: 100px 0 -19px;
    /* padding: 23px 24px; */
  }

  @media (max-width: 991px) {
    .highlight-section {
      max-width: 100%;
      margin: 40px 0 10px;
      padding: 0 20px;
    }
  }

  /* .highlight-section {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 105px;
    margin-top: 105px;
  } */
  
  /* Background Image */
  .highlight-background {
     width: 91%; 
    /* height: auto; */
    border-radius: 20px;
    object-fit: cover;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    z-index: 1;
  }
  
  /* Container Styling */
  .highlight-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 541px;
    padding: 30px;
    z-index: 2; /* Keep content above the image */
    border-radius: 500px;
    background-color: rgba(255, 255, 255, 0.54);
  }
  
  /* Text Wrapper */
  .highlight-content-wrapper {
    position: relative;
    z-index: 3;
    text-align: center;
    color: white; /* Ensure text color contrasts with the background */
  }
  
  /* Title Styling */
  .highlight-title {
    color: rgba(247, 93, 58, 1);
    font: 700 48px/1.4 Lora, sans-serif;
    margin-bottom: 20px;
  }
  
  @media (max-width: 991px) {
    .highlight-title {
      font-size: 36px;
    }
  }
  
  /* Description Styling */
  .highlight-description {
    font: 500 20px/1.5 Inter, sans-serif;
    max-width: 700px;
    /* margin: 0 auto; */
    text-align: left;
  }
  
  @media (max-width: 991px) {
    .highlight-description {
      font-size: 18px;
    }
    .section-description {
        max-width: 100%;
      }
  }
  
  /* Highlighted Text Colors */
  .highlight-color {
    color: rgba(174, 107, 255, 1);
  }
  .section-description {
    color: rgba(103, 103, 103, 1);
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.36px;
    text-align: center;
    align-self: stretch;
    width: 55%;
  }
  .p-tag{
    width: 100%;
    display: flex;
    justify-content: center;
  }


  .img-container {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px 42px;
    justify-content: start;
    flex-wrap: wrap;
  }
  @media (max-width: 991px) {
    .img-container {
      max-width: 100%;
    }
  }
  .parking-image {
    aspect-ratio: 1.2;
    object-fit: contain;
    object-position: center;
    width: 491px;
    border-radius: 20px;
    align-self: stretch;
    min-width: 240px;
    flex-grow: 1;
    margin: auto 0;
  }
  @media (max-width: 991px) {
    .parking-image {
      max-width: 100%;
    }
  }
  .text-container {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    flex-grow: 1;
    width: 474px;
    margin: auto 0;
  }
 .text-container-l {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    /* align-items: end; */
    justify-content: left;
    flex-grow: 1;
    width: 474px;
    margin: auto 0;
  }
  @media (max-width: 991px) {
    .text-container {
      max-width: 100%;
    }
  }
  .title {
    color: rgba(30, 30, 30, 1);
    font-size: 24px;
    line-height: 1.4;
  }
  @media (max-width: 991px) {
    .title {
      max-width: 100%;
    }
  }
  .subtitle {
    color: rgba(247, 93, 58, 1);
    text-align: right;
    margin-top: 40px;
    font: 700 48px/67px Lora, sans-serif;
}
.subtitle-left{
    color: rgba(247, 93, 58, 1);
    text-align: left;
    margin-top: 40px;
    font: 700 48px/67px Lora, sans-serif;
}
  
  @media (max-width: 991px) {
    .subtitle {
      max-width: 100%;
      font-size: 40px;
      line-height: 62px;
    }
  }
  .description {
    color: rgba(103, 103, 103, 1);
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
    text-align: right;
    margin-top: 40px;
  }
  .description-l{
    color: rgba(103, 103, 103, 1);
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
    text-align: left;
    margin-top: 40px;
  }
  @media (max-width: 991px) {
    .description {
      max-width: 100%;
    }
  }
  .highlighted-text {
    color: rgba(174, 107, 255, 1);
  }
  .Revolutionizing{
    margin-top: 109px;
  }




























































  /* footer  */


  .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 */
  }
  @media (max-width: 480px) {
    .navigation-bar {
        display: none;
    }
    .logo {
        width: 300px;
        min-width: 240px;
        margin: auto 0;
    }
    .nav-links-group {
        display: flex;
        gap: 40px 110px;
        justify-content: flex-start;
    }
    .highlight-section {
        padding: 0px 0px;
    }
    .highlight-container {
        border-radius: 0;
        background-color: transparent;
    }.parking-image {
        width: 90%;
        border-radius: 20px;
        flex-grow: 0;
    }
    .img-container {
        display: flex;
        justify-content: center;
    }.container {
        padding: 0 0 100px 0px;
    }
    .subtitle {
       
        text-align: start;
        font-size: 33px;
        padding: 10px;
    }
    .image-reverse-s{
        padding: 17px;
    }
    .image-reverse-t{
        padding: 17px;
    }
    .parking-image-M{
        align-self: auto;
    }
    .text-container {
        align-self: stretch;
        display: flex;
        align-items: flex-start;
        padding: 0 27px 0 23px;
    }
    .text-container-l {
        align-self: stretch;
        display: flex;
        align-items: flex-start;
        padding: 0 27px 0 23px;
    }
    .description {
        text-align: start;
        padding: 0 20px 0 20px;
    }
    .subtitle-left {
        margin-top: 40px;
        font: 700 33px / 67px Lora, sans-serif;
    }
    .section-description {
       
        width: auto;
    }
    .image-reverse{
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    }
    .image-reverse-te{
        padding: 0;
    }


/* nav mobile  */


    .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;
      }
      .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 */
}
    }


@media only screen and (min-width: 769px) and (max-width: 1024px) {
.highlight-background {
        width: 96%;
    }
    .highlight-title {
        font: 700 34px / 1.4 Lora, sans-serif;
    }
    .highlight-container {
        min-height: 479px;
    }
    .image-reverse {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
    }
    .text-container {
        align-items: center;
        width: auto;
        }
        .description {
            text-align: justify;
            margin-top: 40px;
        }  
        .parking-image {
            width: 100%;
        }  
        .text-container-l {
            align-items: center;
            justify-content: center;
            flex-grow: 1;
            width: 474px;
            margin: auto 0;
        } 
        .subtitle-left {
            text-align: center;
        }   
        .subtitle {
    text-align: center;
}
}

@media only screen and (min-width: 550px) and (max-width: 768px) {

  .highlight-container{
    padding: 0px;
    min-height: 406px;
  }
  .highlight-section{
     padding: 0px;
  }
  .smart-section{
    padding: 31px 0 0px 0px;
  }
  .highlight-background{
    width: 95%
  }
  .highlight-title {
    font-size: 25px;
}
.highlight-title {
  font-size: 25px;
  width: 56%;
}
.highlight-content-wrapper {
  text-align: left;
  color: white;
  padding-left: 70px;
}
.highlight-description {
  width: 58%;
}
.img-container {
  display: flex;
  justify-content: center;
}.container {
  padding: 0 0 100px 0px;
}
.subtitle {
 
  text-align: start;
  font-size: 33px;
  padding: 10px;
}
.image-reverse-s{
  padding: 17px;
}
.image-reverse-t{
  padding: 17px;
}

.parking-image-M{
  align-self: auto;
  width: 95%;
}
.text-container {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  padding: 0 27px 0 23px;
  width: 100%;
}
.text-container-l {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  padding: 0 27px 0 23px;
}
.description {
  text-align: start;
  padding: 0 20px 0 20px;
}
.subtitle-left {
  margin-top: 40px;
  font: 700 33px / 67px Lora, sans-serif;
}
.section-description {
 
  width: auto;
}
.image-reverse{
display: flex;
justify-content: center;
flex-direction: column-reverse;
}
.image-reverse-te{
  padding: 0;
}
.parking-image {
  
  width: 95%;
  flex-grow: inherit;
}
.main-nav {
    margin: 17px;
}
}