.content {
  padding: 80px 20px;
  background-color: #fff;
}
.cuz-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 60px;
  border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f0f0;
}
.cuz-container h2 {
  font-size: 2rem;
  color: #1a1a1a;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  text-transform: capitalize;
  font-weight: 700;
}
.elite-badge,
.elite-btn,
.fleet-name h3,
.fleet-tag {
  text-transform: uppercase;
}
.cuz-container h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 80%;
  background: #fc0;
  border-radius: 10px;
}
.cuz-container h2:first-child {
  margin-top: 0;
}
.cuz-container p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #444;
  text-align: justify;
  margin-bottom: 30px;
  font-weight: 300;
}
.airport-showcase {
  padding: 100px 20px;
  background: #111;
  color: #fff;
  overflow: hidden;
}
.cuz-container-wide {
  max-width: 1300px;
  margin: 0 auto;
}
.airport-header {
  text-align: left;
  margin-bottom: 50px;
}
.airport-grid::-webkit-scrollbar {
  display: none;
}
.airport-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.airport-card:hover {
  transform: translateY(-10px) scale(1.02);
  background: #fc0;
  transform: translateY(-8px);
}
.airport-card:hover .airport-code {
  opacity: 0.3;
  color: #000;
}
.airport-info h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  color: #fff;
  transition: 0.3s;
}
.airport-info p {
  font-size: 0.9rem;
  color: #aaa;
  transition: 0.3s;
}
.airport-card:hover h3,
.airport-card:hover p {
  color: #000;
}
.arrow-btn {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}
.airport-card,
.social-links a {
  background: rgba(255, 255, 255, 0.05);
}
.airport-card:hover .arrow-btn {
  background: #000;
  color: #fc0;
}
@media (max-width: 768px) {
  .content {
    padding: 25px 15px;
  }
  .cuz-container {
    padding: 0;
    border-radius: 15px;
  }
  .cuz-container h2 {
    font-size: 1.5rem;
  }
  .cuz-container p {
    font-size: 0.95rem;
    text-align: left;
  }
  .airport-header h2 {
    font-size: 2rem;
  }
  .airport-card {
    min-width: 250px;
    height: 200px;
  }
  .banner {
    min-height: 100vh !important;
    height: auto !important;
  }
}
.airport-grid {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-bottom: 20px;
}
.airport-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 20px;
  position: relative;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
  min-width: 0;
}
.airport-code {
  font-size: 2.5rem;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  top: 10px;
  right: 15px;
  transition: 0.3s;
}
.elite-badge,
.fleet-tag {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .airport-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fleet-section {
  padding: 100px 20px;
  background: #fff;
}
.fleet-header {
  margin-bottom: 60px;
  text-align: center;
}
.fleet-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.fleet-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 20px;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.fleet-item:first-child,
.fleet-item:hover {
  background: #000;
  color: #fff;
  transform: scale(1.01);
  border-color: #fc0;
}
.fleet-name {
  display: flex;
  align-items: center;
  gap: 25px;
  flex: 1;
}
.fleet-name span {
  font-size: 14px;
  font-weight: 800;
  color: #fc0;
  opacity: 0.5;
}
.fleet-name h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.fleet-specs {
  display: flex;
  gap: 30px;
  flex: 1;
  justify-content: center;
}
.fleet-specs span {
  font-size: 15px;
  font-weight: 500;
  color: #666;
  transition: color 0.3s ease;
}
.fleet-item:first-child .fleet-specs span,
.fleet-item:hover .fleet-specs span {
  color: #ddd;
}
.fleet-tag {
  flex: 1;
  text-align: right;
  font-weight: 700;
  color: #fc0;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateX(20px);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.fleet-item:first-child .fleet-tag,
.fleet-item:hover .fleet-tag {
  opacity: 1;
  transform: translateX(0);
}
.node-dot,
.rail-line {
  left: 50%;
  transform: translateX(-50%);
}
.stations-section {
  padding: 100px 20px;
  background: #0a0a0a;
  color: #fff;
}
.station-track-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
.rail-line {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255, 204, 0, 0.2);
}
.stations-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.station-node {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.station-node:nth-child(2n) {
  flex-direction: row-reverse;
  text-align: right;
}
.node-dot {
  width: 20px;
  height: 20px;
  background: #111;
  border: 3px solid #fc0;
  border-radius: 50%;
  position: absolute;
  transition: 0.3s;
}
.node-content {
  width: 45%;
  padding: 20px;
  transition: 0.4s;
}
.node-content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}
.node-content p {
  font-size: 0.9rem;
  color: #888;
}
.station-node:hover .node-dot {
  background: #fc0;
  box-shadow: 0 0 20px #fc0;
  transform: translateX(-50%) scale(1.3);
}
.footer-logo span,
.legal-links a:hover,
.station-node:hover .node-content h3 {
  color: #fc0;
}
.highlight-node .node-dot {
  background: #fc0;
}
@media (max-width: 768px) {
  .airport-grid {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding-left: 5px;
    padding-right: 20px;
  }
  .airport-card {
    min-width: 260px;
    flex-shrink: 0;
  }
  .airport-header h2 {
    font-size: 2rem;
  }
  .fleet-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 25px;
  }
  .fleet-specs {
    justify-content: flex-start;
    gap: 15px;
  }
  .fleet-tag {
    text-align: left;
    opacity: 1;
    transform: none;
  }
  .node-dot,
  .rail-line {
    left: 20px;
  }
  .station-node,
  .station-node:nth-child(2n) {
    flex-direction: row;
    text-align: left;
  }
  .node-content {
    width: 100%;
    padding-left: 60px;
  }
}
.elite-showcase {
  padding: 150px 20px;
  background: #050505;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.elite-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.8fr;
  gap: 80px;
  align-items: center;
}
.elite-content {
  position: relative;
  z-index: 10;
}
.elite-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 204, 0, 0.1);
  border: 1px solid rgba(255, 204, 0, 0.3);
  color: #fc0;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.elite-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
  color: #fff;
}
.gold-text {
  background: linear-gradient(135deg, #fff 0, #fc0 50%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 30px rgba(255, 204, 0, 0.5);
}
.elite-para {
  font-size: 1.1rem;
  color: #aaa;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 300;
}
.elite-specs {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.spec-item {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 15px 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: #eee;
  transition: 0.3s;
}
.spec-item:hover {
  background: rgba(255, 204, 0, 0.05);
  border-color: rgba(255, 204, 0, 0.2);
  transform: translateY(-5px);
}
.spec-icon {
  font-size: 1.2rem;
}
.elite-btn {
  padding: 18px 40px;
  background: linear-gradient(135deg, #fc0 0, #b38f00 100%);
  border: none;
  border-radius: 50px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(255, 204, 0, 0.3);
}
.elite-btn:hover {
  box-shadow: 0 15px 40px rgba(255, 204, 0, 0.5);
  transform: translateY(-3px);
}
.elite-image-container {
  position: relative;
  perspective: 1000px;
}
.elite-car-img {
  width: 100%;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  transition: 0.1s ease-out;
  will-change: transform;
}
.image-overlay-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 204, 0, 0.1) 0,
    transparent 70%
  );
  z-index: -1;
}
.main-footer {
  background: #000;
  color: #fff;
  padding-top: 0;
}
.footer-top {
  background: linear-gradient(to bottom, #050505 50%, #111 50%);
  padding: 0 20px;
}
.footer-cta {
  background: #fc0;
  padding: 50px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  box-shadow: 0 20px 50px rgba(255, 204, 0, 0.2);
}
.cta-text h2 {
  font-size: 2.2rem;
  font-weight: 800;
}
.cta-text p {
  font-weight: 500;
  opacity: 0.8;
}
.footer-btn,
.social-links a {
  font-weight: 700;
  transition: 0.3s;
  text-decoration: none;
}
.footer-btn {
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
}
.footer-btn.phone {
  background: #000;
  color: #fc0;
  margin-right: 15px;
}
.footer-btn.book {
  border: 2px solid #000;
  color: #000;
}
.footer-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.footer-main {
  padding: 80px 20px;
  background: #111;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
}
.footer-logo {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.footer-col p {
  color: #888;
  font-size: 0.95rem;
  line-height: 1.6;
}
.footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}
.footer-col h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #fc0;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 12px;
}
.footer-col ul li a {
  color: #888;
  text-decoration: none;
  transition: 0.3s;
}
.footer-col ul li a:hover {
  color: #fc0;
  padding-left: 5px;
}
.social-links {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
.social-links a:hover {
  background: #fc0;
  color: #000;
}
.footer-bottom {
  padding: 30px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #111;
}
.bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 0.9rem;
}
.legal-links a {
  color: #666;
  text-decoration: none;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .elite-showcase {
    padding: 80px 20px;
  }
  .elite-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
  .elite-title {
    font-size: 2.5rem;
  }
  .elite-specs {
    justify-content: center;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-cta {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .bottom-flex {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
a:hover {
  text-decoration: none !important;
}
