html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

.SMM-PORTFOLIO {
  background: url('Assets/BG/Cubitrek UI Background Design-02 1.png') no-repeat center center fixed;
  background-size: cover;
  width: 100%;
  min-height: 100vh;      /* Full viewport height */
  position: relative;
  overflow-x: hidden;
  padding-top: 100px;      /* Default top padding */
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;      /* Removed bottom padding */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

/* Top left and right icons */
.SMM-PORTFOLIO .component {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 39px;
  height: 39px;
  z-index: 10;
}

.SMM-PORTFOLIO .asset {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  z-index: 10;
}

.SMM-PORTFOLIO .si-expand-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 58px;
  height: 57px;
  transform: rotate(-90deg);
  z-index: 10;
}

.SMM-PORTFOLIO .vector {
  width: 75%;
  height: 75%;
  transform: rotate(90deg);
}

/* Content and image containers side by side */
.content-container {
  flex: 1 1 400px;
  max-width: 600px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  padding-left: 20px;
}

.content-marketing {
  font-family: "Unbounded-Medium", Helvetica;
  font-weight: 500;
  font-size: 50px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 43%,
    rgba(153, 153, 202, 0.79) 81%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: 20px;
  transform: rotate(-0.22deg);
}

.div-user-select-none {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(52, 255, 157, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  margin-bottom: 20px;
}

.div {
  font-family: "Unbounded-Light", Helvetica;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 100%;
}

.frame {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.stories-that-sell {
  font-family: "Unbounded-Medium", Helvetica;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  transform: rotate(-0.22deg);
}

/* Images container on right */
.images-container {
  flex: 1 1 400px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
  padding-right: 20px;
}

.aaa {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 0.81;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .SMM-PORTFOLIO {
    min-width: unset;
    padding: 15px 20px 0 20px;
  }

  .content-container,
  .images-container {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 0;
    align-items: center;
  }

  .images-container {
    margin-top: 30px;
    align-items: center;
    padding-right: 0;
  }

  .content-marketing {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .SMM-PORTFOLIO {
    padding-top: 80px;  /* increased padding-top on small/mobile */
  }

  .content-marketing {
    font-size: 30px;
    text-align: center;
  }
  .div {
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
  }
  .images-container {
    gap: 20px;
  }
  .aaa {
    max-width: 80vw;
  }
}
