.hero {
  /* background: url('https://www.airportparkingreservations.com/static/hero/homepage-hero.webp') center/cover no-repeat; */
  background: linear-gradient(rgb(22 77 99), rgba(64, 103, 132, .22));
  text-align: center;
  padding: 100px 20px;
  position: relative;
  font-family: '__Plus_Jakarta_Sans_15d946', '__Plus_Jakarta_Sans_Fallback_15d946', 'Plus Jakarta Sans', Arial, sans-serif;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: (rgb(22 77 99), rgba(64, 103, 132, .22));
}

.hero .content {
  position: relative;
  z-index: 1;
  color: #fff;

}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

.btn-cta {
  background-color: #00c389;
  color: #fff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 50px;
  border: none;
}

.section-title {
  font-size: 2.1rem;
  font-family: '__Plus_Jakarta_Sans_15d946', '__Plus_Jakarta_Sans_Fallback_15d946', 'Plus Jakarta Sans', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -1px;
  color: #141420;
  text-align: center;
}

.feature i {
  font-size: 2rem;
  color: #00C389;
  margin-bottom: 10px;
}

.destination img {
  width: 100%;
  border-radius: 12px;
  transition: 0.3s;
}

.destination img:hover {
  transform: scale(1.05);
}

.steps i {
  font-size: 2.5rem;
  color: #00C389;
  margin-bottom: 10px;
}

.testimonial {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.faq-section .accordion-button {
  color: #00C389;
  font-weight: 600;
}

.trusted-by {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.trusted-carousel .item img {
  max-width: 130px;
  height: auto;
  margin: 0 auto;
  transition: transform 0.3s ease;
  /* filter: grayscale(100%); */
  opacity: 0.8;
}

.trusted-carousel .item img:hover {
  transform: scale(1.05);
  filter: grayscale(0);
  opacity: 1;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #cbdff9 !important;
  color: #00C389 !important;
  border-radius: 50%;
  font-size: 24px !important;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: #cbdff9 !important;
}

.owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.owl-nav button span {
  font-size: 32px;
  line-height: 1;
}

@media (max-width: 767px) {
  .trusted-carousel .item img {
    max-width: 90px;
  }

  .owl-nav {
    top: 30%;
  }
}

.confidence-img-wrapper {
  position: relative;
  clip-path: polygon(0 0, 100% 0, 80% 20%, 100% 40%, 80% 60%, 100% 80%, 100% 100%, 0 100%);
}

.confidence-heading {
  font-size: 34px;
}

@media (max-width: 992px) {
  .confidence-img-wrapper {
    clip-path: none;
  }
}

@media (max-width: 600px) {
  .section-title {
    font-size: 24px;
    text-align: center;
  }

  .confidence-heading {
    font-size: 24px;
  }
}

.bottom-banner {
  width: 98%;
} 


/* New styles for the Features Section */
        .ez-features {
            background: #fff;
        }

        .feature-box {
            max-width: 380px;
            margin: auto;
        }

        /* Round Icon Badge */
        .icon-badge {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
        }

        .icon-badge i {
            font-size: 48px;
            color: #fff;
        }

        /* Color Variants */
        .bg-blue { background: #4fc3f7; }
        .bg-green { background: #1dd1a1; }
        .bg-yellow { background: #feca57; }
        .bg-orange { background: #ff9f43; }
        .bg-purple { background: #a55eea; }

        .feature-box h4 {
            font-weight: 700;
            margin-bottom: 15px;
        }

        .feature-box p {
            font-size: 15px;
            line-height: 1.8;
            color: #444;
        } 

        .icon-badge {
    transition: transform 0.3s ease;
}
.icon-badge:hover {
    transform: translateY(-6px);
}
.icon-badge {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
} 

/**/
.psf-footer {
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 35px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #0b1f2a;
}

/* ---------- COLUMN GRID ---------- */
.psf-footer .footer-links {
  max-width: 1100px;
  margin: 0 auto; 
  padding: 0px 65px;
}

.psf-footer h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
  color: #0b1f2a;
}

.psf-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.psf-footer ul li {
  margin-bottom: 14px;
}

.psf-footer ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #0b1f2a;
  text-decoration: none;
}

.psf-footer ul li a:hover {
  text-decoration: underline;
}

/* ---------- SOCIAL ICONS ---------- */
.footer-social {
  margin-top: 45px;
  margin-bottom: 28px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #5f7f8f; /* ParkSleepFly blue */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  color: #ffffff;
  font-size: 18px;
  transition: background 0.25s ease;
}

.footer-social a:hover {
  background: #2f5f73;
}

/* ---------- DIVIDER ---------- */
.psf-footer hr {
  border: none;
  border-top: 1px solid #d6dde2;
  margin: 28px auto 22px;
  max-width: 1180px;
}

/* ---------- BOTTOM TEXT ---------- */
.footer-bottom p {
  font-size: 15px;
  line-height: 1.6;
  color: #0b1f2a;
  margin: 0;
}

.footer-bottom p + p {
  margin-top: 4px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 991px) {
  .psf-footer {
    padding-top: 0px;
  }

  .psf-footer h6 {
    margin-top: 30px;
  }

  .footer-social {
    margin-top: 35px;
  }
}

@media (max-width: 576px) {
  .psf-footer ul li {
    margin-bottom: 12px;
  }

  .footer-social a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin: 0 7px;
  } 
  .psf-footer .footer-links {
      padding:  0px 10px;
  }
}
