.contact-list a:hover,
.legal-links a:hover {
  text-decoration: underline;
}
.areas-section,
.faq-section {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.footer-logo,
.section-title {
  -webkit-text-fill-color: transparent;
}
.content-section-main {
  padding: 80px 5%;
  background: #fff;
  color: #1a1a1a;
  line-height: 1.8;
  font-size: 1.05rem;
}
.content-section-main h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin: 2.5rem 0 1.5rem;
  color: #2c3e50;
  position: relative;
  padding-bottom: 0.8rem;
}
.content-section-main h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #ffa500, #000);
  border-radius: 2px;
}
.content-section-main p {
  margin-bottom: 1.8rem;
  color: #444;
  text-align: justify;
  hyphens: auto;
}

.content-section {
  padding: 80px 5%;
  background: #fff;
  margin-top: -60px;
  position: relative;
  z-index: 2;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
  background: linear-gradient(to right, #000 50%, #ffa500 50%);
  /* border-top-right-radius: 60px; */
  /* border-bottom-left-radius: 60px; */
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.feature-card {
  background: #f8faff;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid #e0e7ff;
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(94, 122, 255, 0.15);
}
.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ffa500, #000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.8rem;
  color: #fff;
}
.feature-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
}
.feature-card p {
  color: #555;
  font-size: 0.95rem;
}
.cta-section {
  text-align: center;
  padding: 60px 5%;
  background: linear-gradient(to right, #000 50%, #ffa500 50%);
  color: #fff;
  margin-top: 3rem;
  /* border-radius: 20px; */
}
.cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.cta-section p {
  max-width: 700px;
  margin: 0 auto 2rem;
  opacity: 0.9;
}
.cta-btn {
  background: #fff;
}
.cta-btn:hover {
  background: #1a1a1a;
  transform: scale(1.05);
}
.stations-section {
  padding: 90px 5%;
  background: #f8faff;
  text-align: center;
}
.section-title {
  color: #1a1a1a;
  -webkit-background-clip: text;
}
.stations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}
.station-card {
  background: #fff;
  padding: 2rem;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(94, 122, 255, 0.1);
  transition: 0.3s;
  border: 1px solid #e0e7ff;
}
.station-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(94, 122, 255, 0.18);
  border-color: #ffa500;
}
.station-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffa500, #000);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  font-size: 1.6rem;
  color: #fff;
}
.station-card h3 {
  font-size: 1.35rem;
  margin-bottom: 0.8rem;
  color: #2c3e50;
  font-weight: 700;
}
.station-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
}
.airport-info h3,
.area-info h3,
.car-info h3 {
  margin-bottom: 0.5rem;
  color: #1a1a1a;
  font-weight: 700;
}
.airports-cta,
.fleet-cta,
.stations-cta {
  margin-top: 2rem;
}
.cta-btn {
  box-shadow: 0 8px 20px #ffa500;
}
.airport-card,
.fleet-card {
  box-shadow: 0 10px 30px rgba(94, 122, 255, 0.12);
  overflow: hidden;
}
.cta-btn:hover {
  box-shadow: 0 12px 25px rgba(94, 122, 255, 0.4);
}
@media (max-width: 992px) {
  .content-section-main {
    padding: 60px 5%;
  }
  .content-section-main h2 {
    font-size: 1.9rem;
    margin: 2rem 0 1.2rem;
  }
  .content-section {
    padding: 60px 5%;
    margin-top: -40px;
  }
  .stations-section {
    padding: 70px 5%;
  }
  .section-title {
    font-size: 2.1rem;
  }
  .stations-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.8rem;
  }
}
@media (max-width: 768px) {
  .content-section-main {
    padding: 50px 5%;
    font-size: 1rem;
  }
  .content-section-main h2 {
    font-size: 1.7rem;
    margin: 1.8rem 0 1rem;
  }
  .content-section-main p {
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .content-section {
    padding: 50px 5%;
    margin-top: -30px;
  }
  .cta-section h2 {
    font-size: 1.8rem;
  }
  .stations-section {
    padding: 60px 5%;
  }
  .section-title {
    font-size: 1.9rem;
  }
  .station-card {
    padding: 1.5rem;
  }
  .cta-btn {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .content-section,
  .content-section-main,
  .cta-section {
    padding: 40px 5%;
  }
  .content-section-main h2 {
    font-size: 1.5rem;
    margin: 1.5rem 0 0.8rem;
  }
  .content-section-main h2::after {
    width: 60px;
    height: 3px;
  }
  .feature-card {
    padding: 1.5rem;
  }
  .stations-section {
    padding: 50px 5%;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .stations-grid {
    grid-template-columns: 1fr;
  }
}
.fleet-section {
  padding: 90px 5%;
  background: linear-gradient(135deg, #f8faff 0, #eef2ff 100%);
  text-align: center;
}
.airports-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.2rem;
  margin-bottom: 3rem;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2.2rem;
  margin-bottom: 3rem;
}

.fleet-card {
  background: #fff;
  border-radius: 20px;
  transition: 0.4s;
  border: 1px solid #e6ecff;
}
.airport-card:hover,
.fleet-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(94, 122, 255, 0.22);
  border-color: #ffa500;
}
.car-image {
  overflow: hidden;
  position: relative;
  background-color:#ffa500;
  padding: 20px !important;
  min-height: 150px;
  align-content: center;
}
.airport-image img,
.area-image img,
.car-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.airport-card:hover .airport-image img,
.area-card:hover .area-image img,
.fleet-card:hover .car-image img {
  transform: scale(1.08);
}
.airport-info,
.car-info {
  padding: 1.8rem;
  text-align: left;
}
.airport-info h3,
.car-info h3 {
  font-size: 1.4rem;
}
.distance,
.seats {
  font-size: 0.95rem;
  color: #605f5b;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .fleet-section {
    padding: 70px 5%;
  }
  .section-title {
    font-size: 2.1rem;
  }
  .fleet-grid {
    gap: 1.8rem;
  }

}
@media (max-width: 768px) {
  .fleet-section {
    padding: 60px 5%;
  }
  .section-title {
    font-size: 1.9rem;
  }
  .car-image {
    height: 160px;
  }
  .car-info {
    padding: 1.5rem;
  }
  .cta-btn {
    padding: 0.9rem 2.2rem;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .fleet-section {
    padding: 50px 5%;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .fleet-grid {
    grid-template-columns: 1fr;
  }
  .car-image {
    height: 140px;
  }
}
.airports-section {
  padding: 90px 5%;
  background: #f9fcff;
  text-align: center;
}
.section-title {
  -webkit-background-clip: text;
}
.airport-card {
  background: #fff;
  border-radius: 20px;
  transition: 0.4s;
  border: 1px solid #e6ecff;
  position: relative;
}
.airport-image {
  height: 180px;
  position: relative;
  overflow: hidden;
}
.airport-code {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ffa500;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .airports-section {
    padding: 70px 5%;
  }
  .section-title {
    font-size: 2.1rem;
  }
  .airports-grid {
    gap: 1.8rem;
  }
}
@media (max-width: 768px) {
  .airports-section {
    padding: 60px 5%;
  }
  .section-title {
    font-size: 1.9rem;
  }
  .airport-image {
    height: 160px;
  }
  .airport-info {
    padding: 1.5rem;
  }
  .cta-btn {
    padding: 0.9rem 2.2rem;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .airports-section {
    padding: 50px 5%;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .airports-grid {
    grid-template-columns: 1fr;
  }
  .airport-image {
    height: 140px;
  }
  .airport-code {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }
}
.areas-section {
  padding: 90px 5% 70px;
  background: linear-gradient(135deg, #f8faff 0, #eef2ff 100%);
  text-align: center;
}
.areas-grid-wrapper {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffa500 #e6ecff;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}
.area-card,
.area-image,
.faq-answer,
.faq-item {
  overflow: hidden;
}
.areas-grid-wrapper::-webkit-scrollbar {
  height: 8px;
}
.areas-grid-wrapper::-webkit-scrollbar-track {
  background: #e6ecff;
  border-radius: 4px;
}
.areas-grid-wrapper::-webkit-scrollbar-thumb {
  background: #ffa500;
  border-radius: 4px;
}
.areas-grid {
  display: flex;
  gap: 1.8rem;
  width: max-content;
  padding: 0 1rem;
}
.area-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(94, 122, 255, 0.12);
  border: 1px solid #e6ecff;
  min-width: 280px;
  max-width: 300px;
  transition: transform 0.3s;
}
.area-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(94, 122, 255, 0.2);
  border-color: #ffa500;
}
.area-image {
  height: 160px;
}
.area-info {
  padding: 1.5rem;
  text-align: left;
}
.area-info h3 {
  font-size: 1.3rem;
}
.area-info p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
}
.features {
  list-style: none;
  margin: 0.8rem 0;
  padding-left: 0;
}
.features li {
  list-style: decimal;
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.price {
  font-size: 1.2rem;
  font-weight: 800;
  color: #2c3e50;
  margin-top: 0.8rem;
}
.scroll-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}
.areas-cta,
.cta-btn.small {
  margin-top: 1rem;
}
.scroll-btn {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #ffa500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  color: #ffa500;
  transition: 0.3s;
  box-shadow: 0 6px 15px rgba(94, 122, 255, 0.2);
}
.scroll-btn:hover:not(:disabled) {
  background: #ffa500;
  color: #fff;
  transform: scale(1.1);
}
.scroll-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.site-footer {
  background: #1a1a1a;
  color: #e0e0e0;
  padding: 70px 5% 30px;
  font-size: 0.95rem;
  line-height: 1.7;
}
.cta-btn.small,
.footer-logo {
  background: linear-gradient(135deg, #ffa500, #000);
}
.container {
  max-width: 1300px;
  margin: 0 auto;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.brand-col {
  max-width: 320px;
}
.footer-logo {
  font-size: 1.8rem;
  font-weight: 800;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
  display: inline-block;
}
.brand-col p {
  color: #aaa;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
.social-links {
  display: flex;
  gap: 1rem;
}
.social-links a {
  width: 40px;
  height: 40px;
  background: #2d2d2d;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.1rem;
  transition: 0.3s;
}
.social-links a:hover {
  background: #ffa500;
  color: #fff;
  transform: translateY(-3px);
}
.footer-col h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.2rem;
  position: relative;
  padding-bottom: 0.6rem;
}
.footer-col h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #ffa500;
  border-radius: 2px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 0.7rem;
}
.footer-col ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 500;
}
.faq-answer strong,
.footer-col ul li a:hover,
.legal-links a:hover {
  color: #ffa500;
}
.contact-list li {
  margin-bottom: 0.8rem;
  color: #ccc;
}
.contact-list a {
  color: #ffa500;
  text-decoration: none;
}
.cta-btn.small {
  color: #fff;
  padding: 0.7rem 1.8rem;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 6px 18px rgba(94, 122, 255, 0.3);
}
.cta-btn.small:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(94, 122, 255, 0.4);
}
.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
  color: #888;
}
.legal-links a {
  color: #888;
  text-decoration: none;
  margin: 0 0.5rem;
}
@media (max-width: 992px) {
  .section-title {
    font-size: 2.1rem;
  }
  .area-card {
    min-width: 260px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .brand-col {
    grid-column: 1/-1;
    max-width: 100%;
    text-align: center;
  }
  .social-links {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .areas-section {
    padding: 70px 5% 60px;
  }
  .section-title {
    font-size: 1.9rem;
  }
  .area-image {
    height: 140px;
  }
  .scroll-btn {
    width: 44px;
    height: 44px;
    font-size: 1.2rem;
  }
  .area-card,
  .area-image img,
  .cta-btn,
  .scroll-btn {
    transition: none !important;
  }
  .site-footer {
    padding: 60px 5% 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-col h4::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .areas-section {
    padding: 60px 5% 50px;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .area-card {
    min-width: 240px;
  }
  .area-image {
    height: 120px;
  }
  .site-footer {
    padding: 50px 5% 25px;
  }
  .footer-logo {
    font-size: 1.6rem;
  }
  .cta-btn.small {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .airport-card,
  .airport-image img,
  .car-image img,
  .content-section-main h2,
  .content-section-main p,
  .cta-btn,
  .cta-btn.small,
  .feature-card,
  .fleet-card,
  .social-links a,
  .station-card {
    transition: none !important;
  }
  .car-image img {
    object-fit: contain;
  }
}
.hovercancel:hover {
  text-decoration: none !important;
}
.faq-section {
  padding: 90px 5%;
  background: #f8faff;
}
.cuz-container {
  max-width: 1000px;
  margin: 0 auto;
}
.section-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #ffa500, #000);
  -webkit-background-clip: text;
  background-clip: text;
}
.cta-btn,
.faq-question {
  font-weight: 700;
  cursor: pointer;
}
.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto 3.5rem;
  opacity: 0.9;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faq-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(94, 122, 255, 0.1);
  border: 1px solid #e0e7ff;
  transition: 0.3s;
}
.faq-item:hover {
  box-shadow: 0 12px 30px rgba(94, 122, 255, 0.15);
  border-color: #ffa500;
}
.faq-question {
  padding: 1.5rem 2rem;
  background: #f9fbff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.15rem;
  color: #2c3e50;
  user-select: none;
  position: relative;
}
.faq-question::after {
  content: "\25BC";  /* ▼ */
  font-size: 1.4rem;
  color: #ffa500;
  transition: transform 0.3s;
}

.faq-item.active .faq-question::after {
  transform: rotate(180deg);
}
.faq-answer {
  padding: 0 2rem;
  max-height: 0;
  transition: max-height 0.4s, padding 0.4s;
  background: #fff;
}
.faq-item.active .faq-answer {
  padding: 1.5rem 2rem;
  max-height: 300px;
}
.faq-answer p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.faq-answer ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.faq-answer ul li {
  margin-bottom: 0.5rem;
  color: #555;
}
.faq-cta {
  text-align: center;
  margin-top: 3rem;
}
.cta-btn {
  background: linear-gradient(135deg, #ffa500, #000);
  color: #fff;
  padding: 1rem 2.8rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(94, 122, 255, 0.35);
}
.cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(94, 122, 255, 0.45);
}
@media (max-width: 992px) {
  .section-title {
    font-size: 2.1rem;
  }
  .faq-question {
    font-size: 1.1rem;
    padding: 1.3rem 1.8rem;
  }
}
@media (max-width: 768px) {

   

  .faq-question::after {
    font-size: 15px !important;
  }
  .faq-section {
    padding: 70px 5%;
  }
  .section-title {
    font-size: 1.9rem;
  }
  .faq-question {
    font-size: 1.05rem;
    padding: 1.2rem 1.5rem;
  }
  .faq-item.active .faq-answer {
    max-height: 500px;
  }
  .cta-btn {
    padding: 0.9rem 2.2rem;
    font-size: 1rem;
  }
  .cta-btn,
  .faq-item,
  .faq-item.active .faq-question::after,
  .faq-question::after {
    transition: none !important;
  }
}
@media (max-width: 480px) {
  .faq-section {
    padding: 60px 5%;
  }
  .section-title {
    font-size: 1.7rem;
  }
  .faq-question {
    font-size: 1rem;
    padding: 1rem 1.2rem;
  }
  .faq-answer p {
    font-size: 0.95rem;
  }
}


@media print {
    body {
        display: none !important;
    }
}




/* areas list */




/* areas list */

.area-list-section {
    padding: 50px 20px;
    background: #fff9e6;
}

.area-list-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #ffa500;
    margin-bottom: 35px;
}

.area-grid {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.area-grid a {
    display: block;
    background: #ffa500;
    border: 2px solid #fff;
    padding: 18px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all .25s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.area-grid a:hover {
    background: #000;
    border: 2px solid #ffa500;
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.area-search{
  width:100%;
  max-width:400px;
  padding:12px 15px;
  margin:20px auto;
  display:block;
  font-size:16px;
  border:1px solid #ffa500;
  border-radius:50px;

}


/* Tablet */
@media (max-width: 900px) {
    .area-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .area-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* areas list */


