
body{
    padding: 0;
    margin: 0;
}
.container{
    padding-left: 60px;
    padding-right: 60px;
  }
  .smart-section {
    display: flex;
    justify-content: center;
    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-direction: column;
    flex-grow: 1;
    flex-basis: 0;
    /* width: fit-content; */
  }
  /* Hamburger Menu Icon */
.hamburger-menu {
  display: none; /* Hidden by default on larger screens */
  font-size: 24px;
  cursor: pointer;
  user-select: none;
}
  .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;
    }
  }

  .seamless-s{
    padding-top: 100px;
  }
  .seamless-container {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 63px 0 80px 0;
  }
  @media (max-width: 991px) {
    .main-container {
      max-width: 100%;
      padding: 0 20px;
    }
  }
  .flex-container {
    display: flex;
    gap: 20px;
  }
  @media (max-width: 991px) {
    .flex-container {
      flex-direction: column;
      align-items: stretch;
      gap: 0px;
    }
  }
  .left-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 61%;
  }
  .left-column-seamless{
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 39%;
  }
  @media (max-width: 991px) {
    .left-column {
      width: 100%;
    }
    .left-column-seamless{
        width: 100%;
      }
  }
  .image {
    aspect-ratio: 2.51;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 20px;
    flex-grow: 1;
  }
  @media (max-width: 991px) {
    .image {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  .right-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 39%;
    margin-left: 20px;
  }
  .right-column-seamless {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 61%;
    margin-left: 20px;
  }
  @media (max-width: 991px) {
    .right-column {
      width: 100%;
    }
    .right-column-seamless {
        width: 100%;
      }
  }

  .centered-content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    margin: auto 0;
  }
  @media (max-width: 991px) {
    .centered-content {
      max-width: 100%;
      margin-top: 40px;
    }
  }
  .centered-column {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  @media (max-width: 991px) {
    .centered-column {
      max-width: 100%;
    }
  }
  .header-text {
    color: rgba(30, 30, 30, 1);
    align-self: center;
    font: 500 24px/1.4 Inter, sans-serif;
  }
  .highlighted-text {
    color: rgba(174, 107, 255, 1);
    text-align: center;
    margin-top: 40px;
    font: 700 48px/67px Lora, sans-serif;
  }
  .highlighted-span {
    color: rgba(247, 93, 58, 1);
  }
  @media (max-width: 991px) {
    .highlighted-text {
      max-width: 100%;
      font-size: 40px;
      line-height: 62px;
    }
  }

  .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 */
}

@media (max-width: 480px) {
  /* .navigation-bar {
      display: none;
  } */
  .navigation-bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }


  .nav-link {
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }


  .right-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    /* width: 39%; */
    margin-left: 0px;
}
.right-column-seamless {
  display: flex;
  flex-direction: column;
  line-height: normal;
  /* width: 39%; */
  margin-left: 0px;
}
.logo {
  width: 300px;
  min-width: 240px;
  margin: auto 0;
}
.flex-container {
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
.flex-reverse{
  flex-direction: column-reverse !important;
  align-items: center;
  gap: 0px;
}
.left-column {
  width: 90%;
}
.container {
  padding: 0 0 100px 0px;
}
.right-column-seamless {
  width: 90%;
}
.nav-links-group {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: auto 0;
}
.industries-title {
  text-align: center;
}.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: 550px) and (max-width: 768px) {
    
         .container {
         padding: 0 20px 100px 20px; 
    }
    .content-wrapper-T {
    justify-content: center;
}
.main-nav {
    margin: 15px;
}

    .flex-container {
        flex-direction: row;
    }
    .nav-links-group {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 40px 110px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin: auto 0;
    margin-top: 20px;
}
/*.links-content {*/
/*    justify-content: end;*/
/*    flex-wrap: wrap;*/
/*}*/
}



