.pricing-header {
    background: linear-gradient(to right, rgb(19 90 180 / 55%), rgb(0 0 0 / 14%)), url(/Images/pricing-bg.jpg) center center / cover no-repeat;
    height: 40vh;
    display: flex
;
    /* justify-content: center; */
    align-items: center;
}

.pricing-header h2{
    font-size: 3rem;
    color: white;
}
.pricing-header h2 span{
  color: white !important;
}
.pricing-header p{
  color: white !important;
}

.badge-pill {
  font-size: 0.85rem;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.badge-pill:hover {
  transform: translateY(-2px);
}


.pricing-section .card {
  border-radius: 1.5rem;
  transition: all 0.3s ease;
}
.pricing-section .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.badge {
  font-size: 0.75rem;
}



/* FAQ Section Styling */
.faq-section {
  background-color: #f9fbfc;
}

.faq-section h2 {
  font-size: 2rem;
  font-weight: 700;
}

.faq-section p {
  font-size: 1rem;
  color: #6c757d;
}

/* FAQ Card Style */
.faq-section .bg-light {
      background-color: #ffffff !important;
    border: 1px solid #0c79b4;
;
    transition: all 0.2s ease;
    box-shadow: 0px 3px 2px 0 #0c79b4;
;
}

.faq-section .bg-light:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}

.faq-section .fw-semibold {
  font-weight: 600;
  font-size: 1rem;
  color: #111827;
}

.faq-section .text-muted {
  font-size: 0.95rem;
  line-height: 1.5;
}


.invisible {
  visibility: hidden;
  height: 1.75rem; /* match list item height */
}

.choose-plan-btn{
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.choose-plan-btn:hover{
  background-color: var(--primary-color);
}

.plan-benefits-section {
  background-color: #f8f9fa;
}

.benefit-card {
  padding: 1.5rem;
  background-color: #ffffff;
  border-top-left-radius: 12rem;
  border-top-right-radius: 12rem;
  height: 100%;
  transition: all 0.3s ease;
      box-shadow: 0px 0px 6px 0 #0000008a;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.benefit-icon {
  width: 150px;
  height: 150px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-icon img {
  max-height: 100%;
}
.plan-benefits-section{
  background: var(--gradient-primary) !important;
}

.plan-benefits-section h2{
  color: white;
}

@media (min-width: 1200px) {
    .plan-benefits-section .col-xl-2 {
        flex: 0 0 auto;
        width: 19.666667%;
    }
}



.btn-group{
  padding: 3px 3px;
  border: 1px solid #135ab4;
  border-radius: 50px;
}


input[type="radio"] {
	position: absolute;
	opacity: 0;
}

label {
	position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 1rem;
    color: #135ab4;
    font-weight: 600;
}

 .switch {
	position: absolute;
    top: 3px;
    left: 3px;
    height: 40px;
    width: 90px;
    background-color: #135ab4;
    border-radius: 50em;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

input[type="radio"]:checked + label{
  color: rgb(255, 255, 255);
}

input[type="radio"]:checked + label + .switch,
 input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	-o-transform: translateX(90px);
	transform: translateX(90px);
}


    .hero-text {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .hero-subtext {
      font-style: italic;
      font-size: 2.2rem;
      margin-top: -0.5rem;
    }
    .toggle-button {
      margin-top: 20px;
    }
    .pricing-card {
      border: 2px solid #0c79b4;
      border-radius: 15px;
      background: #ffffff;
      text-align: center;
      box-shadow: 2px 2px 0px rgb(12 121 180);
    }
    .pricing-card h5 {
      font-weight: bold;
    }
    .price {
      font-size: 2rem;
      margin: 10px 0;
    }
    .feature-list {
      list-style: none;
      padding: 0;
    }
    .feature-list li {
      margin-bottom: 10px;
      text-align: left;
    }
    .feature-list i {
      color: green;
      margin-right: 8px;
    }
    .popular-badge {
      font-size: 0.75rem;
      background-color: #000;
      color: #fff;
      padding: 3px 8px;
      border-radius: 10px;
      position: absolute;
      right: 20px;
      top: 20px;
    }
    .star-rating {
      font-size: 1rem;
    }
    .rating {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 0.9rem;
    }

    .upper-box{
      padding: 1.5rem;
    border-bottom: 2px solid #dee2e6;
    background: #fafafa;
    }

    .pricing-card ul{
      padding: 1.5rem;
    background: #ffffff;
    }

    .pricing-card .btn{
      background: #0c79b4;
    border-color: #0c79b4;
    }

    .pricing-card .badge{
      background: #0c79b4;
    }

    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #0c79b4;
    border-color: #0c79b4;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
    border-color: #0c79b4;
}