.serviceSection {
  padding: 80px 0;
}
.servicemain {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
}
.servicemain .serviceLeft {
  width: 70%;
  padding: 0 35px 0 20px;
}
.servicemain .serviceLeft h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
  color: #fff !important;
}
.servicemain .serviceLeft p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.servicemain .serviceRight {
  width: 30%;
}
.servicemain .serviceRight .serviceRightMain {
  padding: 20px;
  border-radius: 10px;
  background: #090c1b;
  border: 2px solid transparent;
  background-image:
    linear-gradient(#090c1b, #090c1b), linear-gradient(135deg, #5f140d, #454347);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.serviceRight .serviceRightMain .serviceCards {
  padding: 20px 0;
}
.serviceRightMain .serviceCards .service-card-img {
  margin-bottom: 10px;
}
.serviceRightMain .serviceCards h3,
.serviceRightMain .serviceCards h3 a {
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
}
.serviceRightMain .serviceCards p {
  font-size: 14px;
}
/* Airport Cards */
.airport-main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  /* flex-wrap: wrap; */
  /* color: #fff !important; */
}
.airport-left {
  width: 60%;
}
.airport-right {
  width: 40%;
  text-align: center;
}
.airportleftMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.airport-card {
  padding: 15px 12px;
  /* margin: 10px; */
  background-color: #2c2b3b;
  border-radius: 10px;
}
.airport-card.HalfWidthCard {
  width: 49%;
}
.airportImghd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.airportImghd h3,
.airportImghd h3 a {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.airport-card p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.airport-card.fullWidthCard {
  width: 100%;
  margin-top: 20px;
}
.airport-right .main-airport-img {
  margin: 15px 0 20px;
}
.airporthd h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-top: 20px;
  color: #fff !important;
  text-align: left !important;
}
.airporthd p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: left !important;
}

.station-sec {
  padding: 100px 0px 70px;
  background: linear-gradient(
    to bottom,
    #000000 0%,
    #080000 40%,
    #160000 90%,
    #320300 100%,
    #5e0d00 95%,
    #b1260d 100%
  );
}
.stationmain-hd {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.stationmain-hd h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #fff !important;
  text-align: left !important;
  width: 50%;
}
.stationmain-hd p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  width: 50%;
}
.station-box-main {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
}
.station-box {
  position: relative;
  box-shadow: 0 0 11px #2d2d2d;
  border-radius: 12px;
}
.station-box .stationmainimg {
  width: 100%;
  border-radius: 12px;
  height: 550px;
}
.stationContent {
  position: relative;
}
.stationcontentwrap {
  position: relative;
}
.stationContent {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #1e1d21;
  clip-path: polygon(0 23%, 100% -5%, 100% 100%, 0 100%);
  border-top-right-radius: 50px;
  padding: 95px 15px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.stationContent p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.station-icon img {
  width: 32px;
  height: 32px;
}
.stationhd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.stationhd h3,
.stationhd h3 a {
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  color: #fff;
}

/*  */
.fleet-section {
  display: flex;
  width: 100%;
  height: 820px;
  background: #0a0a0a;
  color: white;
  overflow: hidden;
  position: relative;
}

/* Left Sidebar */
.sidebar {
  width: 80px;
  background: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  border-right: 1px solid #222;
}

.sidebar .trust {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  transform: rotate(180deg);
  color: #ccc;
}

/* Main Car Area */
.main-car {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #1e1d21;
}

.car-image {
  width: 680px;
  height: auto;
  transition: opacity 0.8s ease;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.7));
}

/* Right Panel */
.right-panel {
  width: 380px;
  background: #2c2b3b;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
}

.logo {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
}

.logo span {
  color: #fff;
}

.heading {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 800;
}

.subheading {
  font-size: 22px;
  color: #fff;
  margin-bottom: 30px;
}

.description {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 40px;
}

.explore-btn {
  background: transparent;
  color: white;
  border: 2px solid #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  align-self: flex-start;
  transition: all 0.3s;
}

.explore-btn:hover {
  background: #fff;
  color: black;
}

/* Up-Down Navigation */
.vertical-nav {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 20;
}

.nav-arrow {
  font-size: 42px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  user-select: none;
}

.nav-arrow:hover {
  color: #fff;
  transform: scale(1.1);
}

/* Dots */
.car-dots {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}

.dot.active {
  background: #b1260d;
  width: 30px;
  border-radius: 10px;
}
.footersec{
  color: #ffff;
  background: linear-gradient(
    to bottom,
    #000000 0%,
    #080000 40%,
    #160000 90%,
    #320300 100%,
    #5e0d00 95%,
    #b1260d 100%
  );
  padding: 100px 0 30px;
}
.footerMain{
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 50px;
}
.footerLeft,
.footerRight{
  width: 50%;
}
.footerLeft p{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.socialIcons{
  display: flex;
    align-items: center;
    gap: 15px;
}
.footerRight .contactside h4{
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.footerRight .contactside ul{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;

}
.footerRight .contactside ul li ,
.footerRight .contactside ul li a{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
}
.footerRight .contactside ul li a{
  margin-bottom: 0;
}
.footerBottom{
      display: flex;
    align-items: center;
    margin-top: 50px;
}
.footerBottom .bootomP p,
.footerBottom .bootomP p a{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}
.footerBottom .bottomUl ul{
  display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 30px;
    gap: 10px;
    border-left: 1px solid white;
    padding-left: 30px;
}
.footerBottom .bottomUl ul li a{
   margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  .airport-card.HalfWidthCard{
    width: 100%;
  }
  .car-image{
    width: 550px;
  }
  .vertical-nav{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .servicemain{
    flex-direction: column;
  }
  .servicemain .serviceLeft{
    width: 100%;
    padding: 0;
  }
  .servicemain .serviceRight{
    width: 100%;
  }
  .airport-main{
    flex-direction: column-reverse;
  }
  .airport-left{
    width: 100%;
  }
  .airport-card.HalfWidthCard{
    width: 100%;
  }
  .airport-right{
    width: 100%;
  }
  .stationmain-hd{
    flex-direction: column;
  }
  .stationmain-hd h2,
  .stationmain-hd p{
    width: 100%;
  }
  .fleet-section{
    flex-direction: column;
  }
  .sidebar {
    flex-direction: row;
    width: 100%;
    text-align: center;
     padding: 20px 0;
}
.sidebar .trust {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
   font-size: 15px;
}
.right-panel {
    width: 100%;
}
.car-image{
  width: 100%;
}
.car-dots{
  display: none;
}
.vertical-nav{

  display: none;
}
.logo{
  font-size: 20px;
}
.heading{
  font-size: 30px;
}
.description{
  font-size: 14px;
}
.footerMain{
  flex-direction: column;
}
.footerLeft, .footerRight{
  width: 100%;
}
.footerBottom {
    display: flex;
    align-items: center;
    margin-top: 50px;
    flex-direction: column-reverse;
}
.footerBottom .bootomP p, .footerBottom .bootomP p a {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.footerBottom .bottomUl ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-left: 0;
    border: none;
}
}