/*
Theme Name: ParkQuickly by Vonome
Theme URI: https://vonome.com/
Author: Rashedul Islam
Author URI: https://vonome.com/
Description: ParkQuickly is a WordPress block theme, Developed for ParkQuickly Smart Parking Management.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: block-theme, full-site-editing
Text Domain: parkquickly-vonome
*/

/* //Common Styles */
a {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: #0fc874;
}

h2 {
  font-family: "Hind Siliguri", sans-serif !important;
  color: #272726 !important;
  font-size: 44px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 56px !important;
}
h3 {
  font-family: "Hind Siliguri", sans-serif !important;
  color: #272726 !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 40px !important;
}

h5 {
  font-family: "Hind Siliguri", sans-serif !important;
  color: #272726 !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
p {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #272726;
}

.pqBtn {
  border-radius: 30px;
  padding: 18px 36px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  border: none;
  text-decoration: none;
  text-align: center;
  font-family: "Hind Siliguri", sans-serif;
  width: fit-content;
}

.pqBtnBtnPrimary {
  background: linear-gradient(95.35deg, #0fc874 6.26%, #06d48e 112.27%);
  border: 1px solid #0fc874;
  color: #fff;
}
.pqBtnBtnSecondary {
  border: 1px solid #212121;
  background: #212121;
  color: #fff;
}

.labelBtn {
  border-radius: 100px;
  padding: 8px 16px;
  border-width: 1px;
  background-color: #f5f5f5;
  border: 1px solid #e2e2e2;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  font-family: "Hind Siliguri", sans-serif;
}
.labelBtn::before {
  content: url("./assets/icons/flame.png");
}
header {
  position: sticky;
  top: 0;
  z-index: 9999;
  /* Ensure it stays above other content */
  background: var(--wp--preset--color--background, #fff);
  /* Set a background color */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  /* Optional: Add subtle shadow */
}

.header-menu .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  /* Adjust spacing between menu items */
}

.header-menu .nav-menu li {
  position: relative;
}

.header-menu .nav-menu a {
  font-weight: 500;
  text-decoration: none;
  color: black;
  padding: 10px 15px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

/* Active and hover styles */
.header-menu .nav-menu a:active,
.header-menu .nav-menu a:hover,
.header-menu .nav-menu .current-menu-item > a,
.header-menu .nav-menu .current_page_item > a {
  color: #0fc874;
}

/* Dropdown menu styles */
.header-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  /* Positioning below the parent menu item */
  left: 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  padding: 5px 0;
  border-radius: 16px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.header-menu .sub-menu li {
  padding: 24px;
  border-bottom: 1px solid #e2e4e9;
  width: 100%;
}

.header-menu .sub-menu li:last-child {
  border-bottom: 0;
}

.header-menu .sub-menu a {
  color: black;
  white-space: nowrap;
  /* Prevent breaking on long menu items */
}

/* Show dropdown menu on hover */
.header-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

/* Add down arrow for items with submenus */
.header-menu .menu-item-has-children > a::after {
  /* content: "∨"; */
  /* Unicode for down arrow */
  font-size: 0.7em;
  margin-left: 8px;
  /* Add spacing between text and arrow */
  color: inherit;
  /* Match arrow color with text */
  transition: transform 0.3s ease;
  /* Smooth animation */
}

/* Rotate arrow on hover */
.header-menu .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
  /* Flip arrow up */
}

.header-logo {
  width: 210px;
  height: 50px;
}
.header-logo-mobile {
  width: 130px;
  height: 30px;
}

/* Contact us button*/
.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0fc874;
  font-weight: 600;
}
.footer {
  background-color: #212121;
}
.footer a {
  color: #fff;
}

.coming-soon p {
  width: 600px;
  text-align: center;
  display: block;
  margin: 32px auto;
  font-size: 20px;
  line-height: 32px;
}
/* Home page styles */
.home-hero-content,
.why-choose-us-content,
.home-blogs-content {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 24px;
}
.home-hero-content p,
.why-choose-us-content p {
  width: 100%;
  text-align: center;
}
.parking-zone {
  background-image: url("./assets/images/hero-banner.png");
  padding: 190px 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
  .features {
    width: 470px;
    display: block;
    margin: 0 auto;
    text-align: center;
    .feature {
      display: flex;
      width: fit-content;
      padding: 8px 16px;
      align-items: center;
      gap: 10px;
      border-radius: 30px;
      border: 1px solid #e9fff5;
      background: #fff;
      box-shadow: 0 10px 100px 0 rgba(13, 195, 133, 0.3);
      p {
        margin: 0;
      }
      i {
        color: #272726;
        background-color: #acfde1;
        border-radius: 100%;
        padding: 6px;
      }
    }
  }
}

.our-users,
.testimonials {
  background-color: #f3f4f5;
}
.sp-testimonial-free {
  padding: 30px;
  min-height: 360px;
}
.sp-testimonial-post-title {
  font-size: 22px !important;
}
.sp-testimonial-client-designation {
  font-family: "Hind Siliguri", sans-serif;
}
.testimonial-nav-arrow {
  border-radius: 30px;
  padding: 20px !important;
}
.user h3 {
  margin-top: 24px;
}

.feature {
  padding: 80px 0px;
}
.feature-image {
  border: 1px solid #e2e2e2;
  background-color: #f6f9f8;
  border-radius: 30px;
  padding: 0px 36px;
}
/* Why choose use grid layout */
.grid-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  .feature {
    border-radius: 30px;
    padding: 40px;
    background-repeat: no-repeat;
    i {
      font-size: 48px;
    }
  }

  .feature.large {
    grid-column: span 2;
    background-image: url("./assets/images/features/parking-digital.png");
    background-size: cover;
    background-position: center center;
  }

  .feature.tall {
    grid-row: span 2;
    background-image: url("./assets/images/features/parking-realtime-update.png");
    background-size: cover;
    background-position: center center;
  }
  .feature.large,
  .feature.tall {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    h3,
    i {
      color: #fff !important;
    }
  }
  .feature.light-blue {
    background-image: url("./assets/images/features/feature-bg-blue.png");
    background-position: top right;
    background-color: #eaf8ff;
  }
  .feature.light-green {
    background-image: url("./assets/images/features/feature-bg-green.png");
    background-position: bottom right;
    background-color: #e9fff5;
  }
  .feature.small,
  .feature.medium {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
/* Contact Form Section Styles */
.contact-form-section h1 {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 56px;
}
.contact-info,
.contact-form {
  display: flex;
  width: 610px;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.178);
  padding-bottom: 10px;
  height: fit-content;
}

.contact-info {
  background-color: #e9fff5;
  a {
    text-decoration: none;
    color: #272726;
    &:hover {
      color: #0fc874;
    }
  }
}

.contact-form {
  .wpcf7-form-control-wrap {
    width: 550px;
    display: flex;
    padding: 10px 16px;
    border-radius: 30px;
    border: 1px solid #e2e4e9;
    box-shadow: 0px 1px 2px 0px rgba(228, 229, 231, 0.24);
    input {
      width: 100%;
      &:focus {
        outline: none;
      }
    }
  }
  textarea {
    height: 74px;
    width: 100%;
    padding: 16px 26px;
    &:focus {
      outline: none;
    }
  }
  .wpcf7-submit {
    width: 100%;
    padding: 13px 8px;
    border-radius: 30px;
    background: #0fc874;
    color: #fff;
    color: var(--Gray-Gray-1, #fff);
    text-align: center;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
  .wpcf7-not-valid-tip {
    width: 100%;
    text-align: end;
  }
}

/* About Us page styles */
.parkquickly-mission,
.parkquickly-vision {
  padding: 30px;
  border-radius: 16px;
}
.parkquickly-mission {
  background-color: #d4ffeb;
}
.parkquickly-vision {
  background-color: #91b4ff63;
}
.ceo-qoute {
  width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  p {
    color: #272726;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
  }
}
.ceo-name p {
  color: #272726;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.product {
  border-radius: 30px;
  padding: 20px 40px;
  background-color: #f9fbfc;
  border: 1px solid #eaf8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.product img {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 0.5px solid #00000029;
}

/* Blog Page styles */
.wp-block-post-title a {
  overflow: hidden;
  color: #272726;
  text-overflow: ellipsis;
  font-family: "Hind Siliguri", sans-serif;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 32px !important;
  transition: 0.3s color ease-in-out;
}
.wp-block-post-title a:hover {
  color: #0fc874;
}
.post-category {
  padding: 6px 18px;
  gap: 10px;
  border-radius: 30px;
  background: #e8fffb;
}
.post-category a {
  color: #0fc874;
  font-family: "Hind Siliguri", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.reading-time {
  color: #272726;
  font-family: "Hind Siliguri", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/* Filter and Search */
.filter-search {
  padding: 16px 24px;
  border-radius: 30px;
  border: 1px solid #f3f3f3;
  background: #f6fafd;
}
.search-field {
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(228, 229, 231, 0.24);
  padding-left: 28px;
  color: #272726;
  font-family: "Hind Siliguri", sans-serif;
}
.filter-btn {
  padding: 12px 36px;
  border-radius: 30px;
  border: 1px solid #ccc;
  background: #fff;
  color: #555556;
  font-family: "Hind Siliguri", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  width: fit-content;
  text-decoration: none;
}
.active-filter {
  background: #0fc874;
  color: #fff;
}
.search-field:focus {
  outline: none;
}
.page-numbers {
  width: 48px;
  height: 48px;
  padding: 10px 18px;
  aspect-ratio: 1/1;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
}
a {
  text-decoration: none !important;
}
.page-numbers {
  color: #272726;
  font-family: "Hind Siliguri", sans-serif;
  text-align: center;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.is-arrow-arrow {
  color: #272726;
}
.current {
  font-size: 18px !important;
  border: 1px solid #0fc874;
  background: #0fc874;
  color: #fff;
  padding: 12px 18px;
}
.wp-post-image {
  border-radius: 16px;
}
.post h4 > a {
  overflow: hidden;
  color: #272726;
  text-overflow: ellipsis;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
