.smart-city-whitepaper-container {
  margin: 0 auto;
/*   padding: 10px 20px; */
  display: flex;
  gap: 60px;
  background-color:#020202!important;
  position: relative;
  max-width: 100%;
}

.form-containerr .form-title{
display:none!Important;
}

.content-column {
  flex: 1;
  min-width: 0;
  padding-top: 50px; /* Creates space for the absolute form */
}

.form-wrapper {
  position: relative;
  width: 500px; /* Fixed width for form column */
  flex-shrink: 0;
  z-index:999;
}

.form-column {
  border-radius:20px;
  background:#fff;
  position: sticky;
/*   top: -200p; /* Matches container padding */ */
}

.form-containerr {
  background: #fff!important;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  margin-bottom: 20px;
  margin-top:-200px;
}

.smart-city-whitepaper-container h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #000;
}

.smart-city-whitepaper-container h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  color:#fff;
  font-weight: normal;
}

.intro-text {
  margin-bottom: 30px;
}

.intro-text strong {
  font-size: 18px;
}

.main-content {
  margin-bottom: 30px;
  line-height: 1.6;
}



/* Responsive styles */
@media (max-width: 900px) {
  .smart-city-whitepaper-container {
    flex-direction: column;
    gap: 40px;
    padding-top: 80px; /* Reduced space for mobile */
  }
  
  .content-column {
    padding-top: 0; /* Remove padding on mobile */
    order: 2; /* Content comes after form on mobile */
  }
  
  .form-wrapper {
    width: 100%;
    order: 1; /* Form comes first on mobile */
  }
  
  .form-column {
    position: static; /* Remove sticky on mobile */
  }
  .form-containerr {

  margin-top:0px!important;
}
}


@media (max-width: 767px) {

.smart-city-whitepaper-container h2 {
  font-size: 22px !important;
}

}