.elementor-2146 .elementor-element.elementor-element-72867d0f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--margin-top:-12px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2146 .elementor-element.elementor-element-47b1ce24{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-2146 .elementor-element.elementor-element-4c552254{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2146 .elementor-element.elementor-element-4d8fe670{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-2146 .elementor-element.elementor-element-50817dd8{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;}/* Start custom CSS *//* === hero section === */
.pricing-intro {
  background-color: #f8fbff;
  padding: 60px 20px 40px;
  border-bottom: 1px solid #e4eef7;
  text-align: center;
}

.intro-container {
  max-width: 820px;
  margin: 0 auto;
}

.pricing-intro h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0c1e35;
  margin-bottom: 20px;
}

.pricing-intro p {
  font-size: 17px;
  color: #4a6073;
  line-height: 1.7;
  margin-bottom: 16px;
}


/* === Discount Section === */
.discount-info {
  background: #f9fbff;
  border: 1px solid #dbe8ff;
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
  text-align: left;
}

.discount-info h3 {
  color: #003399;
  margin-bottom: 15px;
  font-size: 22px;
}

.discount-info p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px;
}

.discount-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}

.discount-list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
  color: #333;
}

.discount-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #0066ff;
  font-weight: bold;
}

.disclaimer {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

/* === Pricing table === */
.pricing-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  background-color: #f9fbff;
  border: 1px solid #dbe8ff;
  padding: 25px 30px;
  border-radius: 12px;
  margin-bottom: 40px;
}

.site-count-body.elementor-page-2146 label,
.billing-frequency-body.elementor-page-2146 label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #003399;
  font-size: 15px;
}

#siteCount {
  width: 200px;
  height: 6px;
  border-radius: 5px;
  background: linear-gradient(to right, #0066ff 0%, #0066ff 20%, #ccc 20%, #ccc 100%);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

#siteCount::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: #0066ff;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
  transition: background 0.2s ease;
}

#siteCount::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background-color: #0066ff;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

#siteCountValue {
  font-weight: 700;
  color: #0066ff;
}

.billing-buttons {
  display: flex;
  gap: 12px;
}

.billing-btn {
  padding: 10px 20px;
  border: 1px solid #0066ff;
  border-radius: 999px;
  background-color: #ffffff;
  color: #0066ff !important;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.billing-btn:hover {
  background-color: #e6f0ff;
}

.billing-btn.active {
  background-color: #0066ff;
  color: #ffffff !important;
}


/* Pricing plans CSS */
/* === Container & Table === */
.pricing-table-wrapper {
  overflow-x: auto;
  margin-bottom: 40px;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
  font-family: 'Inter', sans-serif;
}

.pricing-table th,
.pricing-table td {
  padding: 16px;
  text-align: center;
  border: 1px solid #dbe8ff;
  font-size: 16px;
  vertical-align: top;
}

.pricing-table thead {
  background-color: #f0f4ff;
}

.pricing-table th {
  font-weight: 700;
  color: #003399;
}

/* === Feature column === */
.pricing-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #222;
  min-width: 220px;
}

.pricing-table td small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #666;
  margin-top: 5px;
  line-height: 1.5;
}

/* === Price per plan === */
.plan-price {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #0066ff;
}

/* === Highlighted column (Plus) === */
.highlight {
  background-color: #e6f0ff !important;
  border-left: 3px solid #0066ff;
  border-right: 3px solid #0066ff;
}

/* === CTA buttons === */
.plan-cta {
  display: inline-block;
  margin-top: 6px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  background-color: #0066ff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 999px;
  transition: background-color 0.3s ease;
  text-decoration: none !important;
}

.plan-cta:hover {
  background-color: #004fcc;
  color: #ffffff !important;
}

.plan-cta.secondary {
  background-color: #ffffff;
  color: #0066ff;
  border: 1px solid #0066ff;
}

.plan-cta.secondary:hover {
  background-color: #e6f0ff;
  color: #0066ff !important;
}

/* === Recommended Badge Above Plus === */

/* Remove this block entirely */
.plan-badges,
.badge-spacer {
  display: none;
}

/* New badge styling in table cell */
.plan-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.recommended-badge {
  background-color: #ffd700;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.badge-spacer {
  width: 20%;
  height: 1px;
}


/* === Enterprise CTA === */
.enterprise-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #0066ff;
  color: #0066ff;
  background-color: #ffffff;
  border-radius: 999px;
  text-decoration: none important;
  transition: background-color 0.2s ease;
}

.enterprise-btn:hover {
  background-color: #e6f0ff;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a), .woocommerce-js .woocommerce-product-details__short-description a{
    text-decoration: none;
}

/* === Responsive adjustments === */
@media screen and (max-width: 768px) {
  .pricing-table th,
  .pricing-table td {
    font-size: 14px;
    padding: 12px;
  }

  .plan-price {
    font-size: 16px;
  }

  .plan-cta {
    font-size: 14px;
    padding: 8px 16px;
  }

  .recommended-badge {
    font-size: 11px;
    padding: 3px 8px;
  }
}
/* === Why WpPatrol === */
.why-wppatrol-section {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 40px 30px;
  margin-top: 0px;
  text-align: center;
}

.section-title {
  font-size: 24px;
  color: #003399;
  font-weight: 700;
  margin-bottom: 30px;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.feature-box {
  background-color: #f9fbff;
  border: 1px solid #dbe8ff;
  border-radius: 12px;
  padding: 25px 20px;
  width: 300px;
  max-width: 100%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,102,255,0.05);
  transition: transform 0.2s ease;
}

.feature-box:hover {
  transform: translateY(-4px);
}

.feature-icon {
  font-size: 36px;
  margin-bottom: 15px;
}

.feature-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: #003399;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}
/* === Cancel anytime === */
.pricing-footer-note {
  background-color: #f0f4ff;
  border: 1px solid #dbe8ff;
  border-radius: 10px;
  padding: 20px 25px;
  margin-top: 50px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 102, 255, 0.05);
}

.pricing-footer-note p {
  font-size: 15px;
  color: #003366;
  line-height: 1.6;
  margin: 0;
}

/* === pricing keyword support === */
.pricing-keyword-support {
  background-color: #ffffff;
  padding-top: 10px;
  text-align: center;
}

.keyword-container {
  max-width: 800px;
  margin: 0 auto;
}

.pricing-keyword-support p {
  font-size: 16px;
  color: #43525f;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* === Difference between plans === */
.plan-summary {
  background-color: #f4f9ff;
  padding: 30px 20px;
  border-top: 1px solid #dfeaf1;
  text-align: center;
}

.plan-summary-container {
  max-width: 820px;
  margin: 0 auto;
}

.plan-summary h3 {
  color: #003399;
  margin-bottom: 15px;
  font-size: 22px;
}

.plan-summary p {
  font-size: 16px;
  line-height: 1.6;
  color: #3d4d5c;
  margin-bottom: 16px;
}
/* === FAQs === */
.faq-error-fix {
  background-color: #ffffff;
  padding: 80px 20px;
  border-top: 1px solid #eaeef3;
  text-align: center;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.faq-error-fix h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0c1e35;
  margin-bottom: 40px;
  text-align: center;
}

.faq-block {
  border: 1px solid #e2eaf2;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  background-color: #f9fbfd;
}

.faq-block summary {
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1a2a3a;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.faq-block summary::-webkit-details-marker {
  display: none;
}

.faq-block summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  color: #0070f3;
  transition: transform 0.3s ease;
}

.faq-block[open] summary::after {
  content: "–";
}

.faq-body {
  padding: 0 20px 20px;
  font-size: 15px;
  color: #445566;
  line-height: 1.6;
}/* End custom CSS */