/* Responsive layout */
@media (max-width: 768px) {
  .intro_content {
    flex-direction: column-reverse;
    text-align: center;
  }

  .text_content {
    align-items: center;
    text-align: center;
  }

  .text_content h1,
  .text_content h2,
  .text_content p {
    max-width: 90%;
  }


  /*welcome message hearder*/


.welcome-hero img {
    width: 100%;
    height: 100%;
    filter: brightness(10%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}



  /*packages*/
    .package-section h2 {
    font-size: 1.8rem;
    color: white;

  }

  .package-section p {
    font-size: 1rem;
      color: white;

  }

  .package-section {
border-top-right-radius: 200px;
border-bottom-left-radius: 150px;
background: black;
      display: flex;

}
/*desktop*/
.package-sectionDesktop {
      display: none;

}
  .packages_list_card {
    flex: 1 1 100%;
    color: white;
  }
  /* Keep the rest as is */
.packages_list_card h3 {
color: white;
}

.packages_list_card ul {
color: white;

}
.packages_list_card button {
  background: #070024;
color: white;
}

  .collab_card {
    flex: 1 1 100%;
  }

}