.airport-sec h2 {
  margin-bottom: 24px;
  margin-top: 24px;
  font-size: 26px;
}
.airport-sec {
  padding: 8px 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.airport-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  justify-items: center;
}
.airport-box {
  background-color: #965696;
  height: 140px;
  width: 140px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.airport-content {
  width: 20%;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  margin-bottom: 18px;
}
.Our-services {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.Our-services h2 {
  font-size: 30px;
}
.services-card {
  text-align: center;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 25%;
  box-shadow: 10px 10px 5px #edc8ed;
}
.icon-div {
  height: 80px;
  width: 80px;
  background-color: #965696;
  display: flex;
  align-items: center;
  border-radius: 12%;
  text-align: center;
  justify-content: center;
  margin-bottom: 16px;
}
.sercives-row {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 22px;
}
.Our-fleet {
  margin-top: 20px;
  margin-bottom: 20px;
}
.Our-fleet h2 {
  font-size: 30px;
  text-align: center;
}
.Our-application {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.Our-application h3 {
  font-size: 30px;
}
.appStoreLinks {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-top: 13px !important;
}
a {
  text-decoration: none !important;
  color: #000;
}
.bt-img {
  margin-bottom: 30px;
}
.Contact-us {
  margin-top: 40px;
  margin-bottom: 40px;
}
.inner-contact {
  text-align: center;
}
.contact-div {
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 22px;
}
.addressIcon,
.messageIcon,
.phoneIcon,
.clockIcon {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.contactUsNew ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.about-us {
  padding: 24px;
  width: 80%;
  margin: auto;
}
.about-us p {
  font-size: 16px !important;
  line-height: 1.4;
  margin: 0 0 18px;
}
.about-us h3 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 22px;
}
@media (max-width: 576px) {
  .about-us {
    padding: 12px;
  }
  .about-us h3 {
    font-size: 20px;
  }
}
.error-content {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
.error-content h2 {
  font-size: 30px;
}
.error-content h3 {
  font-size: 26px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f0f0f0;
}
.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.custom-card {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
  flex: 1 1 calc(33.333% - 40px);
  max-width: 300px;
  transition: transform 0.3s ease;
}
.custom-card:hover {
  transform: translateY(-5px);
}
.custom-card img {
  width: 100%;
  height: auto;
  display: block;
}
.custom-card h3 {
  font-size: 21px;
  margin: 15px;
}
.custom-card p {
  font-size: 14px;
  color: #555;
  margin: 0 15px 15px;
}
@media (max-width: 900px) {
  .custom-card {
    flex: 1 1 calc(50% - 40px);
  }
}
@media (max-width: 600px) {
  .custom-card {
    flex: 1 1 100%;
  }
}
@media (max-width: 992px) {
  .services-card {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .airport-row {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    justify-items: center;
  }
  .sercives-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
  .services-card {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .airport-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    justify-items: center;
  }
  .sercives-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .services-card {
    width: 75%;
  }
  .appStoreLinks {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .bt-img {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 375px) {
  .airport-row {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    justify-items: center;
  }
  .sercives-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
  .services-card {
    width: 80%;
  }
}
footer {
  background: #703973;
  color: #fff;
  border-top: 1px solid #ccc;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}
.footer-box {
  flex: 1 1 250px;
  margin: 20px;
}
.footer-box h3 {
  margin-bottom: 15px;
  font-size: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}
.footer-box ul {
  list-style: none;
}
.footer-box ul li {
  margin-bottom: 10px;
}
.footer-box ul li a,
.footer-box p a {
  color: #fff;
  text-decoration: none;
}
.footer-box p {
  margin-bottom: 10px;
}
.footer-icon {
  margin-right: 8px;
}
.footer-bottom {
  background: #4e2850;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 600px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .footer-container {
    text-align: center;
  }
}
.nav-logo img {
  width: 200px !important;
  margin-top: 5px;
}
nav {
  background-color: #fff;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.nav-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
  user-select: none;
}
.nav-links {
  display: flex;
  gap: 25px;
  align-items: center;
  transition: all 0.3s ease;
}
.nav-links a,
.dropdown-toggle {
  padding: 8px 18px;
  text-decoration: none;
  font-size: 18px;
  color: #532d4f;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  min-width: 200px;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
  display: none;
  flex-direction: column;
  z-index: 10;
}
.dropdown-menu a {
  padding: 5px 5px;
  color: #532d4f;
  border-bottom: 1px solid #eee;
  transition: background 0.3s;
}
.dropdown-menu a:last-child {
  border-bottom: none;
}
.dropdown.open .dropdown-menu {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .menu-icon {
    display: block;
    color: #333;
  }
  .nav-links {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    display: none;
    background: #fafafa;
    border-radius: 8px;
  }
  .nav-links.show {
    display: flex;
  }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    border-radius: 0;
    background-color: #f9f9f9;
  }
  .dropdown-menu a {
    padding-left: 30px;
  }
  .dropdown-toggle::after {
    content: " ▼";
    font-size: 12px;
    opacity: 0.6;
  }
}
@media (max-width: 576px) {
  .nav-logo img {
    width: 131px !important;
    height: 39px !important;
  }
}
@media (max-width: 768px) {
  .nav-logo img {
    width: 131px !important;
    height: 39px !important;
  }
  .nav-container {
    padding-inline: 12px;
  }
}
.app-btn p {
  margin-top: 20px;
  margin-bottom: 20px;
}
