@import'https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400;600&display=swap';.hero-section{position:relative;display:flex;align-items:center;justify-content:center;min-height:60vh;padding:4rem 2rem;text-align:center;color:#fff;background-size:cover;background-position:center center;background-repeat:no-repeat}.hero-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);z-index:1}.hero-section .container{position:relative;z-index:2;max-width:800px}.hero-section__title{font-size:3.5rem;font-weight:700;margin-top:0;margin-bottom:1.5rem;line-height:1.2;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.hero-section .btn{margin-top:1rem}.trip-search-form-section{padding:2rem 0;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;margin-bottom:30px}@media(max-width: 767px){.trip-search-form{flex-direction:column;align-items:stretch}}.trip-search-form__field{flex-grow:1;display:flex;flex-direction:column}.trip-search-form__field--submit{flex-grow:0}@media(max-width: 767px){.trip-search-form__field--submit .btn{width:100%;padding:1rem}}.trip-search-form__input,.trip-search-form__select{width:100%;padding:.875rem 1rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}.trip-search-form__input:focus,.trip-search-form__select:focus{outline:0;border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.trip-search-form__input::placeholder,.trip-search-form__select::placeholder{color:#6c757d;opacity:1}.trip-search-form__select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px;padding-right:2.5rem}.trip-search-form .btn--primary{padding:.875rem 2rem;width:100%;font-weight:bold;text-transform:uppercase;letter-spacing:.05em}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.card-trip{display:flex;flex-direction:column;background-color:#fff;border:1px solid #e9ecef;overflow:hidden;height:100%;box-shadow:0 2px 4px rgba(0,0,0,.1)}.card-trip-item{margin:15px 0}.card-trip__image-wrapper{position:relative;overflow:hidden}.card-trip__image-wrapper a{display:block}.card-trip__image{width:100%;height:200px;object-fit:cover;display:block;transition:transform .3s ease}.card-trip:hover .card-trip__image{transform:scale(1.05)}.card-trip__price{position:absolute;bottom:1rem;right:1rem;background-color:rgba(0,0,0,.7);color:#fff;padding:.5rem 1rem;border-radius:.25rem;font-size:1.1rem;font-weight:bold;line-height:1}.card-trip__price-currency{font-size:.8rem;font-weight:normal;margin-left:.25rem}.card-trip__content{padding:10px;display:flex;flex-direction:column;flex-grow:1}.card-trip__destination{color:#6c757d;font-size:.875rem;font-weight:bold;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;height:20px}.card-trip__title{font-size:1.25rem;margin-top:0;margin-bottom:.75rem}.card-trip__title a{color:#212529;text-decoration:none;transition:color .2s ease;display:-webkit-box;white-space:normal;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-trip__title a:hover{color:#007bff}.card-trip__excerpt{color:#495057;font-size:.95rem;line-height:1.6;margin-top:auto}.card-trip__excerpt p{margin-bottom:0}
