@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.btn {
  padding: 15px;
}

.btn-primary {
  background-color: #1cb08f;
  border: 0;
  font-size: 14px;
  font-weight: 600;
}

.btn-primary.disabled {
  background-color: #707070 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-outline-secondary {
  font-size: 14px;
  font-weight: 600;
  border: 1px #dadada solid;
}

.btn-primary.btn:hover {
  background-color: #179b7e;
}

.text-danger {
  color: #ff0000 !important;
}

.text_small {
  font-size: 12px;
}

.text-lightgrey {
  color: #8a858d;
}

.btn-primary.disabled {
  background-color: #dadada;
}

.bg-secondary {
  background-color: #f0f0f0 !important;
}

h4 {
  font-size: 20px;
}

h1 {
  font-size: 32px;
}

.border-rounded {
  border-radius: 12px;
}

header {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

p {
  font-size: 14px;
  color: #707070;
}

.text_nrml {
  font-size: 16px;
}

.text_mid {
  font-size: 14px;
}

section.send_otp,
section.otp_verification,
section.select_plan {
  padding-top: 90px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-size: 26px 26px;
  /* Adjust this for desired size */
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-size: 26px 26px;
  /* Adjust this for desired size */
  background-repeat: no-repeat;
  background-position: center;
}

.faqs h2 {
  font-size: 20px;
}

.form-group {
  border: 1px solid #ced4da;
  border-radius: 6px;
  width: auto;
}

.form-group:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-group input {
  display: inline-block;
  width: auto;
  border: none;
}

.form-group input:focus {
  box-shadow: none;
}

.mobileno span,
.mobileno input {
  font-size: 24px;
  font-weight: 600;
}

#otp_verify {
  font-size: 24px;
  font-weight: 600;
}

#otp_verify::placeholder {
  color: #8a858d;
}

#faqAccordion .accordion-item {
  border: 1px solid #dadada;
  border-radius: 6px;
  margin-top: 10px;
  overflow: hidden;
}

#faqAccordion .accordion-item button {
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  color: black;
}

.selectPlan_btn {
  width: 20px;
  height: 20px;
  accent-color: rgb(21, 158, 94);
  border: none;
  outline: none;
}

.active_plan {
  cursor: pointer;
}

.active_plan.active {
  border: 1px #0fb891 solid;
}

/* Dropdown */
.work_experience .select-menu .select-btn {
  display: flex;
  background: #fff;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  border: 2px #000 solid;
}

.work_experience .select-menu .select-btn .sBtn-text {
  color: #4e4e4e;
}

.work_experience .select-menu .select-btn i {
  font-size: 25px;
  transition: 0.3s;
}

.work_experience .select-menu .options {
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown_exp;
  -webkit-animation-name: fadeInDown_exp;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
  display: none;
}

.work_experience .select-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}

.work_experience .select-menu .options .option:hover {
  background: #f2f2f2;
}

.work_experience .select-menu .options .option i {
  font-size: 25px;
  margin-right: 12px;
}

.work_experience .select-menu .options .option .option-text {
  font-size: 15px;
  color: #333;
}

.work_experience .select-menu.active .select-btn i {
  transform: rotate(-180deg);
}

.work_experience .select-menu.active .options {
  display: block;
  z-index: 10;
  animation-name: fadeInUp_exp;
  -webkit-animation-name: fadeInUp_exp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

.actve_info {
  color: #00c054;
  background-color: #ecfdf5;
  border-radius: 12px;
  display: inline-block;
  font-size: 12px;
}

.what_next h5 {
  font-size: 16px;
}

.what_next ul {
  padding-left: 17px;
}

.what_next ul li {
  font-size: 12px;
}

.deactive_plan {
  color: #eca90e;
  background-color: #fffceb;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
}

.payment_gateway {
  font-size: 68px;
  color: rgba(129, 129, 129, 0.68);
  line-height: 1.1;
  font-weight: 500;
  height: 100vh;
}

.pay_amount {
  display: none;
}

.pay_amount .amount_payable {
  background: url(../img/zic_zac_bg.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px 7px 0 0;
}

@media (min-width: 767px) {

  .upgrade_section,
  .select_plan {
    max-width: 55%;
    margin: 0 auto;
  }

  .upgrade_section .amount_payable,
  .select_plan .amount_payable {
    padding-bottom: 40px !important;
  }

  .send_otp,
  .faqs,
  .otp_verification {
    width: 60%;
    margin: 0 auto;
  }

  .verify_btn,
  .mob_input {
    width: 70% !important;
  }
}

@media (max-width: 430px) {
  .back_btn {
    width: 100%;
  }
}

.nav-tabs .nav-link {
  color: #0fb891;
}

.nav-tabs .nav-link.active {
  background-color: #f0f0f0;
  border: 0;
}

@media (max-width: 430px) {
  .nav-tabs .nav-link {
    font-size: 10px;
    padding: 10px;
  }
}

/* Enhanced Plan Selection Styles - Unique Classes */
.plan-select-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
}

.plan-select-subtitle {
  font-size: 1.1rem;
  color: #6c757d;
  font-weight: 400;
}

.plan-select-card {
  background: #ffffff;
  border: 2px solid #e9ecef;
  border-radius: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.plan-select-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border-color: #1cb08f;
}

.plan-select-card.active {
  border-color: #1cb08f;
  background: linear-gradient(135deg, #f8fffe 0%, #ffffff 100%);
  box-shadow: 0 8px 20px rgba(28, 176, 143, 0.15);
}

.plan-select-content {
  position: relative;
  z-index: 2;
}

.plan-select-icon-wrapper {
  text-align: center;
}

.plan-select-icon {
  width: 62px;
}

.plan-select-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0.5rem;
}

.plan-select-description {
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.plan-select-features {
  margin-top: 1rem;
}

.plan-select-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0;
}

.plan-select-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #1cb08f;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.plan-select-feature-text {
  font-size: 0.9rem;
  color: #495057;
  font-weight: 500;
}

.plan-select-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(28, 176, 143, 0.9) 0%, rgba(23, 155, 126, 0.9) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  border-radius: 14px;
  z-index: 3;
}

.plan-select-card:hover .plan-select-overlay {
  opacity: 1;
}

.plan-select-text {
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

/* Responsive adjustments for plan selection */
@media (max-width: 768px) {
  .plan-select-heading {
    font-size: 2rem;
  }

  .plan-select-subtitle {
    font-size: 1rem;
  }

  .plan-select-card {
    margin-bottom: 1rem;
  }


  .plan-select-icon {
    width: 58px;
    height: 58px;
  }

  .plan-select-title {
    font-size: 1.3rem;
  }
}