    :root {
    --bulma-primary-h: 198deg;
    --bulma-primary-s: 80%;
    --bulma-primary-l: 50%;
    }

    .navbar-item.navbar-search {
        flex-grow: 1;
    }
    .navbar-search input {
        width: 100%;
    }

    .newsletter-box {
        padding: 2rem;
    }
    .newsletter-box .input {
        width: 80%;
    }
    .svg-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: transparent!important;
        width: 100%;  /* Adjust width as needed */
        background-image: url("../airport.jpg"); /* Replace with your image path */
        background-size: cover;
        background-position: center;
        filter: opacity(0.3);
    }
    .cover{
        object-fit: cover;
    }
    .splide__track {
        padding-bottom: 10px;
    }

    .card{
      border-radius: 0!important;
    }

    .news-main {
      background-color: #f5f5f5;
      padding: 1.5rem;
      height: 100%;
    }
    .news-side {
      background-color: #ffffff00;
      padding: 0rem;
    }
    .news-article {
      margin-bottom: 1rem;
      border-bottom: 1px solid #dddddd00;
      padding-bottom: 0.5rem;
    }
    .headline-image{
      aspect-ratio: 4/2.5!important;
    }

    .horizontal-card {
      display: flex;
      flex-direction: row;
      gap: 0.1rem;
    }
    .horizontal-card img {
      width: 150px;
      height: 100px;
      border-radius: 0.35rem;
      object-fit: cover;
    }
    .card{
      background:transparent;
    }
    .card-content{
      background:transparent;
    }
    .horizontal-card-content {
      display: flex;
      background: transparent;
      border-radius: 0;
      padding: .3rem;
      flex-direction: column;
      justify-content: space-between;
      flex: 1;
    }
   