body {
    background: #fafafa;
    color: #333333;
    margin-top: 5rem;
    font-family: "Ciutadella Rounded",Helvetica,Arial,sans-serif;
  }
  
  
  
  /* Style the text overlay */
  .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  }
  
  .hero-text h2 {
  font-weight: 600;
  font-size: 28px;
  color: #f1f1f1;
  margin-bottom: 50px; /* Spacing below title */
  }
  
  .hero-text h1 {
  font-weight: 800;
  font-size: 34px;
  color: #f1f1f1;
  }
  
  /* Add additional styles as needed */
  
  
  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }
  
  ul {
    margin: 0;
  }
  
  
  .company-name {
    font-size: 20px;
    font-weight: 900;
    color: #262626;
  }
  .company-name:hover {
    color: #262626;
    text-decoration: none;
  }
  
  
  .bg-steel {
    background: #fafafa;
  }
  
  .site-header .navbar-nav .nav-link { 
    display: block;
    margin-bottom: 0;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    color: #262626;
  }
  
  .site-header .navbar-nav .nav-link:hover {
    text-decoration: underline;
    color: #262626;
  }
  
  .site-header .navbar-nav .nav-link.active {
    font-weight: 500;
  }
  
  .content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  
  .article-title {
    color: #444444;
  }
  
  a.article-title:hover {
    color: #428bca;
    text-decoration: none;
  }
  
  .article-content {
    white-space: pre-line;
  }
  
  .article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
  }
  
  .article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
  }
  
  .account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
  }
  
  .account-heading {
    font-size: 2.5rem;
  }
  
  body {
      margin: 20;
      padding: 0;
  }
  
  .container {
    max-width: none; /* Remove any maximum width set by default */
  }
  
  .title-suggestion-section{
    margin:30px 0 30px 0;
    width:100%;
  }
  
  
  
  
  /* Home Card Styling */
  
  .card-img-top{
  width: 100%; height: 200px;
  }
  .card-title-section{
  height: 50px;
  margin-bottom: 10px;
  }
  
  .card-body{
  border-bottom: 0.5px solid rgb(49, 49, 55); 
  }
  
  .button-new {
  background: none;
  background-color: #fedc07;
  border: 0;
  border-radius: .4rem;
  color: #17317f;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 1em 2.5em;
  position: relative;
  text-decoration: none;
  width:100%;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  }
  .button-new:hover {
  color: #17317f;
  text-decoration: none;
  background-color: #fec928;
  }
  
  .pt-xs {
  padding-top: 9px;
  }
  .px-m {
  padding: 18px;
  }
  
  
  /* Styling the Searchbox */
  .search-container {
  margin: 0 ;
  width: 100%;
  padding: 10px;
  background-color: #4b66f8;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  
  /* CSS for screens smaller than a certain width (e.g., 768px) */
  @media (max-width: 768px) {
      /* Styling the Searchbox */
      .search-container {
      padding: 10px 10px 20px 10px;
      }
  }
  
  /* 
  .search-container label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  }
  
  .search-container select {
  width: calc(33.33% - 5px);
  padding: 10px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  float: left;
  }
  
  .search-container select:last-child {
  margin-right: 0;
  }
  
  .search-container button {
  clear: both;
  display: block;
  background-color: #007BFF;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  }
  
  .search-container button:hover {
  background-color: #0056b3;
  } */
  
  /* Styling the results */
  .results-card {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .result-detail-card-img-top {
  border-radius: 8px;
  height: auto; /* Maintain aspect ratio */
  object-fit: cover;
  margin-right: 0; /* Remove margin-right for image */
  margin-top:15px;
  width:100%;
  }
  
  .title-location-section {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  }
  
  .card-title {
  font-size: 18px;
  font-weight: bold;
  }
  
  .results-card-text-location {
  margin: 0;
  padding: 0;
  color: #333;
  }
  
  .results-card-img-top {
  width: 60%; /* Image takes up the entire width */
  height: auto; /* Maintain aspect ratio */
  object-fit: cover;
  margin-right: 0; /* Remove margin-right for image */
  }
  
  .image-info-section {
  display: flex;
  }
  
  .results-card-info {
  flex: 1; /* Info takes up the remaining space */
  padding: 10px;
  display: flex;
  flex-direction: column;
  }
  
  .results-card-info-details {
  margin: 0;
  padding: 20px;
  color: #777;
  font-size: 17px;
  font-weight: 600;
  flex: 1; /* Info details take up most of the space */
  }
  
  .results-holiday-pod__deal-price {
  margin: 0;
  padding: 10px;
  display: flex;
  align-items: flex-end; /* Align button to the bottom */
  }
  
  .results-holiday-pod__cta {
  /* background-color: #fedc07;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer; */
  
  background: none;
  background-color: #fedc07;
  border: 0;
  border-radius: .4rem;
  color: #17317f;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 20px;
  position: relative;
  text-decoration: none;
  width:100%;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  }
  
  .results-holiday-pod__cta:hover {
  color: #17317f;
  text-decoration: none;
  background-color: #fec928;
  }
  
  
  /* Grey till accept cookies */
  .grey-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent grey background */
  display: none; /* Initially hidden */
  z-index: 999; /* Ensure it's above other elements */
  }
  /* CSS to position the popup at the bottom of the page */
  .cookie-preferences {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f2f2f2;
  padding: 5px;
  text-align: left;
  display: none;
  z-index: 1000; /* Place above the grey overlay */
  }
  
  .cookie-dialog {
    max-width: 100%;
    margin: 0;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .cookie-text {
    margin: 0;
    padding: 5px;
    color: #777; /* Muted text color */
    font-size: 14px; /* Smaller font size */
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Left-align text */
  }
  
  .cookie-text strong {
    font-weight: bold; /* Make the first sentence bold */
  }
  
  .button-container {
    display: flex;
    align-items: center;
    padding: 0px 20px;
  }
  
  .accept-button {
    background-color: #17317f !important; /* Dark blue button */
    color: #fff; /* White text color */
    padding: 5px 20px 5px 20px;
    border: none;
    cursor: pointer;
    margin: 5px;
    border-radius: 3px;
    width: 110px; /* Set a fixed width to prevent resizing */
  }
  
  /* .decline-button {
    background-color: #ccc; 
    color: #000; 
    border: none;
    cursor: pointer;
    margin: 5px;
    border-radius: 3px;
    width: 80px; 
  } */
  
  .decline-button:hover {
    background-color: #999; /* Slightly darker grey on hover */
  }
  
  
  .post-detail{
  margin-top: 40px;
  }
  @media (min-width: 1024px) {
    .trip-page > section {
        gap: 3.125rem;
        grid-template: " main aside ";
        grid-template-columns: auto 20.625rem;
    }
  }
  
  /* CSS for screens smaller than a certain width (e.g., 768px) */
  @media (max-width: 768px) {
    .main {
        order: 2; /* Change the order of .main to make it appear after .aside */
    }
  
    .aside {
        order: 1; /* Change the order of .aside to make it appear before .main */
    }
  }
  
  .trip-page {
    display: grid;
    min-height: 100vh; /* Ensure the grid takes up the full viewport height */
    overflow:hidden;
  }
  
  .main {
    grid-area: main;
    overflow-x: hidden;
  }
  
  .fixed-search-bar {
    position: sticky;
    top: 0;
    background-color: #fff;
    padding: 10px;
    z-index: 100;
  }
  
  
  .aside {
    grid-area: aside;
    /* Styles for the aside content, e.g., booking form */
    display: block;
    height: 100%;
    position: relative;
    top:10px;
  }
  
  .booking-form{
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .post-details-scrollable {
    flex: 0 0 90%;
    max-width: 90%;
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* .post-details-scrollable::-webkit-scrollbar {
  display: none;
  } */
  
  .booking-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  font-family: Source Sans Pro,Arial,sans-serif;
  letter-spacing: normal;
  margin: 10px 0;
  line-height: 18px;
  vertical-align: top;
  }
  
  .btn-neutral-start:hover,.btn-neutral-stop:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236,236,241,var(--tw-bg-opacity));
  }
  
  .btn-neutral-start, .btn-neutral-stop {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    border-color: rgba(0,0,0,.1);
    border-width: 1px;
    color: rgba(64,65,79,var(--tw-text-opacity));
    padding: 15px;
    margin-right: 10px;
    border-radius: 10px;
    font-size: .875rem;
    line-height: 1.25rem;
    width:12rem;
  }
  
  
        /* Search Bar Styling */
        /* Initially, hide the search summary for larger screens */
        #search-summary {
            display: none;
        width:100%
        }
        
        /* Initially, hide the search form for smaller screens (e.g., mobile devices) */
        #search-form-container {
            display: block;
        }
        
        /* Define a media query to adjust the layout for smaller screens (e.g., mobile) */
        @media (max-width: 768px) {
            #search-summary {
                display: block;
            }
            #search-form-container {
                display: none;
            }
        }
        @media only screen and (min-width:768px) {
        .hide-on-desktop, * [aria-labelledby='hide-on-desktop'] {
            display: none;
            max-height: 0;
            overflow: hidden;
        }
        }
  
        .banner {
            background-color: #1d2e46;
            color: #ffffff;
            padding: 35px;
            font-family: Arial, sans-serif;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            display: flex;
            align-items: stretch; /* Fill up full height */
            justify-content: space-between;
        }
  
        .left-column {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start; /* Align items to the top within the left column */
        }
  
        .banner p {
            text-align: left;
            margin: 0;
        }
  
        .edit-button {
            background-color: #ffffff;
            color: #1d2e46;
            border: 1px solid #1d2e46;
            padding: 5px 10px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
        }
  
        .edit-button:hover {
            background-color: #1d2e46;
            color: #ffffff;
        }
  
        .small-text {
            font-size: 14px; /* Adjust the font size as needed */
        }