/* Section styling */
.starting {
    padding: 4rem 0rem;
    background: linear-gradient(135deg, #000000 0%, #1a0000 60%, #b91524 100%);
    font-family: 'Poppins', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Heading */
.our-services .heading h2 {
  font-size: clamp(1.8rem , 2.5vw , 2rem) !important;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #fff; /* light for contrast */
}

.custom-border {
  display: block;
  width: 80px;
  height: 4px;
  margin: 0.5rem auto 2rem;
  background: linear-gradient(135deg, #b91524, #1a0000);
  border-radius: 2px;
}

/* Cards container */
.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
  margin-top: 50px;
}

/* Card */
.service-card {
  background: #121212; /* dark card */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 4px solid #b91524; /* red accent */
  color: #ddd;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.8);
}

/* Image */
.image-box {
  background: #1e1e1e;
  padding: 2rem;
  display: flex;
  justify-content: center;
}

.image-box img {
  width: 80px;
  height: auto;
  transition: transform 0.3s ease;
  /* filter: brightness(0) saturate(100%) invert(22%) sepia(95%) saturate(3200%) hue-rotate(350deg) brightness(90%) contrast(95%); */
  /* makes icons adapt to red theme */
}

.service-card:hover img {
  transform: scale(1.1);
}

/* Content */
.service-content {
  padding: 1.5rem;
}

.service-content h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #fff; /* strong contrast */
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Button */
.service-btn {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  background: linear-gradient(135deg, #b91524, #1a0000);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.service-btn:hover {
  background: linear-gradient(135deg, #ff1e28, #000000);
  transform: scale(1.05);
}
.airports-section {
  background: linear-gradient(135deg, #000000 0%, #360407 100%);
  color: white;
  padding: 80px 20px;
  min-height: 100vh;
}
.color-modify h2{
  color: #b91524;
}
.color-modify{
  background: #fff !important;
}
.color-modify .airport-card h3{
  color: #1e1e1e;
}
.color-modify .airport-card p{
  color: #1e1e1e;
}
.airports-title {
  text-align: center;
 font-size: clamp(1.8rem , 2.5vw , 2rem) !important;
  margin-bottom: 50px;
  font-weight: bold;
}

.airports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 90%;
  margin: 0 auto;
}

.airport-card {
  background: rgba(99, 99, 99, 0.08);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.airport-card img {
  margin: 10px;
  border-radius: 16px;
  width: 94%;
  height: 180px;
  object-fit: cover;
}

.airport-card h3 {
  margin: 15px 0 10px;
  font-size: 1.4rem;
}

.airport-card p {
  padding: 0 15px;
  font-size: 0.95rem;
  line-height: 1.4;
}

.airport-btn-2 {
  display: inline-block;
  margin-top: 15px;
  background: #b91524;
  color: white;
      text-align: center;
    width: 120px;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.airport-btn-2:hover {
  background: #ff3b45;
}

.airport-card:hover {
  transform: translateY(-8px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
/* Section */
.fleet {
  padding: 60px 0px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  color: #222; /* Dark text for readability */
}

/* Header */
.fleet-header {
  text-align: center;
  margin-bottom: 40px;
}

.fleet-header h2 {
 font-size: clamp(1.8rem , 2.5vw , 2rem) !important;
  font-weight: 700;
  color: #1e1e1e;
  position: relative;
  display: inline-block;
}


/* Grid Layout */
.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

/* Fleet Card */
.fleet-item {
  perspective: 1000px;
  padding: 20px;
}

.fleet-card {
  position: relative;
  width: 100%;
  height: 320px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.fleet-item:hover .fleet-card {
  transform: rotateY(180deg);
}

/* Front & Back */
.fleet-front,
.fleet-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); /* lighter shadow */
}

/* Front */
.fleet-front {
  background: #f9f9f9; /* light gray card front */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.fleet-front img {
  width: 100%;
  object-fit: cover;
}

.fleet-front h3 {
  margin: 15px 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: #111;
}

/* Back */
.fleet-back {
  background: linear-gradient(135deg, #000000 0%, #360407 100%); /* red accent */
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.fleet-back img {
  width: 60%;
}

.fleet-back ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fleet-back ul li {
  margin: 8px 0;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.fleet-back ul li img {
  width: 20px;
  height: auto;
}
/* Section */
/* App section */
.app-main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.app-main .app-left,
.app-main .app-right{
  width: 50%;
}
.app-right img{
  width: 100%;
  height: auto;
}
/* Footer Base */
.footer {
  background: #1e1e1e;
  padding: 20px 15px;
  font-family: "Poppins", sans-serif;
}

/* Flexbox Layout */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

/* Left Text */
.footer p {
  font-size: 0.9rem;
  margin: 0;
  color: #fff;
}
.footer p a{
  color: #fff;
}

/* Social Icons */
.social-links {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.social-links li a img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1); /* icons ko white banata hai */
  transition: transform 0.3s ease, filter 0.3s ease;
}

.social-links li a img:hover {
  transform: scale(1.2);
  filter: brightness(0) invert(15%) sepia(100%) saturate(3000%) hue-rotate(350deg); /* red hover */
}

/* Right Link */
.footer-right a {
  font-size: 0.9rem;
  color: #ffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-right a:hover {
  color: #fff;
}
.contact-us {
  background: #0d0d0d; /* dark base */
  padding: 60px 0px;
  color: #fff;
}

.contact-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(385px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* Card Style */
.contact-card {
  background: #111;
  border-radius: 14px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(227, 13, 22, 0.5);
  background: #1a0000; /* hover deep red */
}

/* Icon Style */
.contact-card .icon {
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #000000 0%, #1a0000 60%, #b91524 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card .icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

/* Text Style */
.contact-card .text {
  font-size: 0.95rem;
  color: #ddd;
}

.contact-card .text a {
  color: #b91524;
  text-decoration: none;
  font-weight: 500;
}

.contact-card .text a:hover {
  text-decoration: underline;
}

/* Map Full Width */
.map-wrap {
  grid-column: 1 / -1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(227, 13, 22, 0.4);
}
.app-links button{
  border: none;
  background: transparent;
  outline: none;
}
/* Responsive */
@media (max-width: 768px) {
  .airports-section {
    padding: 40px 0px;
  }
  .airports-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    width: 100%;
  }
  .our-services .heading h2 {
    font-size: 2rem;
  }
  .service-content h3 {
    font-size: 1.2rem;
  }
    .app-container {
    flex-direction: column;
    text-align: center;
  }

  .app-text, .app-image {
    flex: 1 1 100%;
  }
  .app-main{
    flex-wrap: wrap;
    justify-content: center;
  }
  .app-main .app-left, .app-main .app-right{
    width: 100%;
  }
   .footer-container {
    flex-direction: column;
    gap: 15px;
  }
}
@media screen and (max-width: 623px) {
  .starting{
    display: block;
  }
  
}

@media screen and (max-width: 576px) {
  .contact-container {
    grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
    padding: 0 15px;
}
  .contact-card .text {
    font-size: 11px;
    color: #ddd;
}
  
}
@media (max-width: 480px) {
  .starting {
    padding: 3rem 0rem;
  }
  .our-services .heading h2 {
    font-size: 1.6rem;
  }
  .service-content h3 {
    font-size: 1rem;
  }
  .service-btn {
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
  }
  .airport-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
}

  .area-covered {
    /* font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; */
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
  }
  .search-div{
    margin-bottom: 40px;
    text-align: center;
  }
  .search-div h2{
    font-weight: 800;
    text-transform: capitalize;
    font-size: clamp(1.8rem , 2.5vw , 2rem) !important;
    color: #1e1e1e;
  }
  #searchInput {
    width: 100%;
    max-width: 500px;
    padding: 12px 15px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    font-size: 16px;
    outline: 0;
    height: 45px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
  .area-grid {
    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
    gap: 2rem;
  }

  .area-group {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .area-group:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
  }

  .alphabet-header {
    background: #f6f6f6;
    color: #1e1e1e;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1rem 1.5rem;
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 60px;
}

  .area-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.75rem;
    padding: 1.5rem;
  }

  .area-links a {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.5rem;
    border-radius: 6px;
    transition: all 0.2s ease;
    text-align: center;
  }

  .area-links a:hover {
    background-color: rgba(30, 30, 30, 0.95);
    color: #b91524;
    transform: translateX(2px);
  }

  @media (max-width: 768px) {
    .area-grid {
      grid-template-columns: 1fr;
    }
    
    .area-links {
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
  }
  