.elementor-2655 .elementor-element.elementor-element-a277db7{--display:flex;}.elementor-2655 .elementor-element.elementor-element-4bfdf31{--display:flex;}.elementor-2655 .elementor-element.elementor-element-00807aa{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1adeebf *//* =============================
  VeperPins Quote Categories CSS
============================= */

.vp-quote-categories {
  max-width: 1280px;
  margin: 48px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.vp-quote-head {
  text-align: center;
  margin-bottom: 32px;
}

.vp-quote-head h2 {
  font-size: 36px;
  font-weight: 800;
  color: #111;
  margin-bottom: 6px;
}

.vp-quote-head p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* Grid */
.vp-quote-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

/* Card */
.vp-quote-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.vp-quote-card img {
  width: 100%;
  display: block;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
  transition: transform 0.35s ease;
}

/* Hover Effect */
.vp-quote-card:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.vp-quote-card:hover img {
  transform: scale(1.04);
}

/* Title */
.vp-quote-card h3 {
  margin: 14px 0 8px;
  font-size: 20px;
  font-weight: 800;
  color: #111;
}

/* Button */
.vp-quote-btn {
  display: inline-block;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  border: 2px solid #111;
  line-height: 1.2;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

/* Button Hover */
.vp-quote-card:hover .vp-quote-btn {
  background: #fff;
  color: #111;
  border-color: #111;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1100px) {
  .vp-quote-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .vp-quote-categories {
    margin: 36px auto;
    padding: 0 16px;
  }

  .vp-quote-head {
    margin-bottom: 24px;
  }

  .vp-quote-head h2 {
    font-size: 30px;
  }

  .vp-quote-head p {
    font-size: 14px;
    line-height: 1.5;
  }

  .vp-quote-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .vp-quote-card {
    border-radius: 14px;
  }

  .vp-quote-card img {
    border-radius: 14px 14px 0 0;
  }

  .vp-quote-card h3 {
    font-size: 16px;
    margin: 12px 0 6px;
  }

  .vp-quote-btn {
    font-size: 16px;
    padding: 8px 16px;
    margin-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .vp-quote-grid {
    gap: 12px;
  }

  .vp-quote-head h2 {
    font-size: 26px;
  }

  .vp-quote-card h3 {
    font-size: 15px;
  }

  .vp-quote-btn {
    font-size: 14px;
    padding: 7px 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-671b28f *//* =============================
   Quote Process Steps CSS
============================= */

.vp-quote-steps {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.vp-quote-steps-inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.vp-quote-steps-head h2 {
  font-size: 32px;
  font-weight: 800;
  color: #111;
  margin-bottom: 40px;
}

.vp-quote-step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.vp-quote-step {
  background: #fff;
  border-radius: 18px;
  padding: 28px 20px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.vp-quote-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.12);
}

.vp-quote-step span {
  display: inline-block;
  background: #111;
  color: #fff;
  font-weight: 800;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.vp-quote-step h3 {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin: 0 0 10px;
}

.vp-quote-step p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Tablet */
@media (max-width: 1100px) {
  .vp-quote-step-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .vp-quote-step-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .vp-quote-steps-head h2 {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .vp-quote-step {
    padding: 20px 16px;
  }

  .vp-quote-step span {
    font-size: 12px;
    padding: 5px 12px;
    margin-bottom: 8px;
  }

  .vp-quote-step h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .vp-quote-step p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a36727e */.vp-discount-section {
  padding: 60px 20px;
  background: #fff;
}

.vp-discount-inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.vp-discount-inner h2 {
  margin: 0 0 10px;
  font-size: 32px;
  font-weight: 800;
  color: #111;
}

.vp-discount-inner > p {
  margin: 0 auto 30px;
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

.vp-discount-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.vp-discount-item {
  padding: 18px 12px;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fafafa;
}

.vp-discount-item span {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #444;
}

.vp-discount-item strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #111;
  letter-spacing: .8px;
}

.vp-discount-note {
  margin-top: 24px !important;
  font-size: 13px !important;
  color: #777 !important;
}

@media (max-width: 767px) {
  .vp-discount-section {
    padding: 44px 14px;
  }

  .vp-discount-inner h2 {
    font-size: 26px;
  }

  .vp-discount-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .vp-discount-item {
    padding: 15px 10px;
  }

  .vp-discount-item strong {
    font-size: 15px;
  }
}/* End custom CSS */