.station-card,
.txb-airport-card {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.card-airport .btn,
.fleet-container,
.footer-inner,
.search-wrapper,
.service-card,
.station-card,
.station-header,
.txb-services-title {
  text-align: center;
}
body {
  font-family: Arial, sans-serif;
  background: #fff !important;
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}

.txb-content {
  padding: 60px 20px;
  background: #fff;
  color: #333;
  line-height: 1.7;
  font-family: Arial, Helvetica, sans-serif;
}
.txb-container {
  max-width: 1100px;
  margin: 0 auto;
}
.txb-heading {
  font-size: 1.8rem;
  color: #590d22;
  margin: 40px 0 15px;
  position: relative;
  padding-left: 12px;
}
.txb-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ff4d6d;
  border-radius: 2px;
}

.txb-text {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
}
.txb-airport-section {
  position: relative;
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}
.txb-airport-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #590d22;
}
.fleet-grid,
.txb-airport-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}
.txb-airport-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.bg-dark,
.card-airport .btn:hover,
.txb-airport-btn {
  background: #590d22;
}
.txb-airport-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.txb-airport-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.txb-airport-title {
  font-size: 1.3rem;
  margin: 15px 0 10px;
  color: #590d22;
}
.txb-airport-text {
  font-size: 0.95rem;
  padding: 0 15px;
  color: #444;
  margin-bottom: 15px;
}
.txb-airport-btn {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.txb-airport-btn:hover {
  background: #ff4d6d;
  transform: scale(1.05);
}
.fleet-card:hover,
.station-card:hover {
  transform: translateY(-8px);
}
.services {
  width: 100%;
}
.services-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.service-card {
  flex: 1 1 50%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.bg-accent,
.station-link:hover {
  background: #ff4d6d;
}
.service-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.txb-services-title {
  font-size: 1.3rem;
  margin: 15px 0 10px;
  color: #590d22;
  padding: 30px;
  font-size: clamp(2rem, 2vw, 1.5rem);
}
.service-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.service-text {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.service-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #fff;
  color: #590d22;
  font-weight: 600;
  text-decoration: none;
  border-radius: 25px;
}
.service-btn:hover {
  background: #f1f1f1;
}
@media (max-width: 992px) {
  .services-container {
    flex-direction: column;
  }
  .service-card {
    flex: 1 1 100%;
    padding: 20px;
    height: 50vh;
  }
}
.station-section {
  padding: 60px 20px;
  background: #f9f9f9;
}
.station-container {
  max-width: 1200px;
  margin: 0 auto;
}
.station-header {
  margin-bottom: 40px;
}
.station-title {
  font-size: 2rem;
  font-weight: 700;
  color: #590d22;
}
.station-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
}
.station-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.card-airport .btn,
.station-link {
  display: inline-block;
  text-decoration: none;
}
.station-img img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.station-name {
  font-size: 1.2rem;
  margin: 15px 0 10px;
  color: #590d22;
}
.station-desc {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}
.station-link {
  padding: 8px 16px;
  background: #590d22;
  color: #fff;
  border-radius: 5px;
}
.fleet-section {
  padding: 60px 20px;
  background: #f8f8f8;
}
.fleet-container {
  max-width: 1200px;
  margin: 0 auto;
}
.fleet-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}
.fleet-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.fleet-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.fleet-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}
.fleet-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}
.fleet-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fleet-features li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
  color: #555;
}
.fleet-features li img {
  margin-right: 8px;
}
.fleet-features li span {
  flex-grow: 1;
  text-align: left;
}
.fleet-features li strong {
  font-weight: 700;
  color: #222;
}
.fleet-estate,
.fleet-saloon {
  border-top: 5px solid #590d22;
}
.fleet-executive,
.fleet-mpv {
  border-top: 5px solid #ff4d6d;
}
.application {
  width: 100%;
  background: #f8f9fa;
  padding: 60px 0;
}
.application-inner {
  display: flex;
  width: 100%;
  margin: auto;
}
.application-left {
  background: #590d22;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  box-shadow: #575757 15px 15px 50px;
}
.application-left,
.application-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}
.application-left h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
}
.application-left p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #fff;
}
.app-links {
  display: flex;
  gap: 20px;
}
.app-links img {
  width: 150px;
  height: auto;
  border-radius: 40px;
}
.app-links img:hover {
  transform: scale(1.05);
}
.application-right img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.site-footer {
  margin: 10px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #590d22;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
}
.footer-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
.footer-text {
  flex: 1;
  font-size: 14px;
}
.footer-logo img {
  max-width: 200px;
  filter: invert(100%) grayscale(100%);
  height: auto;
}
.footer-links {
  flex: 1;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
}
.footer-links a:hover {
  color: #ff4d6d;
}
@media (max-width: 768px) {
  .txb-heading {
    font-size: 1.5rem;
  }
  .txb-text {
    font-size: 0.95rem;
  }
  .application-inner {
    flex-direction: column;
    text-align: center;
  }
  .application-left {
    background: #590d22;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
  }

  .application-right img {
    display: none;
  }
  .application-left,
  .application-right {
    padding: 20px;
  }
  .app-links {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-inner {
    flex-direction: column;
    gap: 15px;
  }
  .site-footer {
    border-radius: 0;
    margin: 0;
  }
  .footer-logo img {
    width: 150px;
  }
}
.contact-section {
  background: #fff;
  padding: 40px 20px;
  border-radius: 12px;
  margin: 20px auto;
  max-width: 1200px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.contact-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contact-map {
  flex: 1 1 60%;
  min-width: 300px;
}
.contact-map iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 10px;
}
.contact-info {
  flex: 1 1 35%;
  min-width: 260px;
}
.contact-info h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #222;
}
.contact-info .subtitle {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.info-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.info-box .icon {
  font-size: 22px;
  margin-right: 12px;
}
.info-box h4 {
  font-size: 16px;
  margin: 0;
  color: #333;
}
.info-box a,
.info-box p {
  margin: 2px 0 0;
  font-size: 14px;
  color: #555;
  text-decoration: none;
}
.info-box a:hover {
  color: #0073e6;
}
.areas-section {
  background: #f9f9f9;
  padding: 40px 20px;
}
.areas-container {
  max-width: 1200px;
  margin: auto;
}
.search-wrapper {
  margin-bottom: 30px;
}
#searchInput {
  width: 100%;
  max-width: 500px;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  outline: 0;
}
#searchInput:focus {
  border-color: #ff4d6d;
  box-shadow: 0 0 8px rgba(255, 77, 109, 0.3);
}
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.card-airport {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}
.card-airport h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #590d22;
}
.card-airport p {
  flex-grow: 1;
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}
.card-airport .btn {
  background: #ff4d6d;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
}
