.travel-bannero {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  border-radius: 16px;
  overflow: hidden;
  font-family: 'Arial', sans-serif;
  color: white;
  background: #000;
}

.travel-banner-imageo {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('https://xn----w2gafaradwfdev.xn--node/wp-content/uploads/2025/11/mahosadha-ong-9IvbEaivRYw-unsplash-scaled.jpg') 
    no-repeat center center;
  background-size: cover;
  filter: brightness(0.9);
  z-index: 0;
}

/* #1a3a52 80% → 0% */
.travel-banner-gradiento {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to right, 
    rgba(26, 58, 82, 0.8) 0%, 
    rgba(26, 58, 82, 0.0) 80%
  );
  z-index: 1;
}

.travel-banner-softo {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.travel-banner-contento {
  position: relative;
  z-index: 3;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 700px;
  text-align: left !important;
	color: #fff;
}

.travel-banner-titleo {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff !important;
	text-align: left !important;
}

.travel-banner-subtitleo {
  font-size: 1rem;
  opacity: 0.95;
  color: #fff !important;
	text-align: left !important;
}

.travel-banner-buttono {
  margin-top: 8px;
  display: inline-block;
  padding: 12px 24px;
  background-color: white;
  color: #e91e63;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.travel-banner-buttono:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  background-color: #f8f8f8;
}

/* რესპონსიულობა */
@media (max-width: 768px) {
  .travel-banner-titleo {
    font-size: 1.8rem;
  }
  .travel-banner-contento {
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .travel-banner-titleo {
    font-size: 1.5rem;
  }
  .travel-banner-buttono {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}
