body {
  font-family: "Montserrat", sans-serif;
}

.bg-green {
  background: rgb(29, 125, 53);
}
.btn-success {
  background: #1cb08f;
  border-color: #1cb08f;
}

.offer-price {
  color: rgb(29, 125, 53);
}

.border-out-dashed {
  outline: 2px dashed #1b1a1a;
  outline-offset: -10px;
}

.feature li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  gap: 5px;
}
.feature li span {
  display: block;
  font-size: 14px;
}
.feature li strong {
  display: block;
  font-size: 16px;
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%230d6efd'/%3E%3C/svg%3E");
  background-color: #fff;
}

.theme-bg {
  background-color: #1cb08f;
}

.theme-bg-light {
  background-color: #33c0a1;
}

body.theme-bg {
  background-color: #1cb08f;
}

/* Dropdown */
.work_experience {
  position: relative;
}

.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: 1px #80808036 solid;
}

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

.work_experience .select-menu .options {
  position: absolute;
  width: 100%; /* Match the width of the select-btn */
  max-height: 295px;
  overflow-y: auto;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none; /* Initially hidden */
  z-index: 10;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

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

.work_experience .select-menu .options .option:last-child {
  border: 0;
}

.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: 18px;
  color: #333;
}

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

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

.work_experience .select-menu.active .options {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Positioning for dropdown */
.work_experience .select-menu .options.open-above {
  bottom: 100%;
  top: auto;
  margin-bottom: 10px; /* Adjust space above */
  margin-top: 0;
}

.work_experience .select-menu .options.open-below {
  top: 100%;
  bottom: auto;
  margin-top: 10px; /* Adjust space below */
  margin-bottom: 0;
  border: 1px #c9c9c9 solid;
}

input.form-control {
  font-weight: 600;
}

/* Animation keyframes */
@keyframes fadeInUp_exp {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInDown_exp {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .feature li strong {
    font-size: 15px;
  }
  .feature li span {
    font-size: 12px;
  }
  label {
    font-size: 15px;
  }

  input.form-control {
    font-size: 17px;
  }
  .work_experience .select-menu .options .option .option-text, .work_experience .select-menu .select-btn {
    font-size: 14px !important;
}
}

#paymentForm label span {
  color: red;
  font-weight: 300;
}


.items-center {
  align-items: center;
}

.relative {
  position: relative;
}

.leading-none {
  line-height: 1;
}

.font-medium {
  font-weight: 500;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
} 
.p-3 {
  padding: 0.75rem;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.border {
  border-width: 1px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.w-full {
  width: 100%;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.font-semibold {
  font-weight: 600;
}
.text-\[12px\] {
  font-size: 12px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
} 
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.rounded-lg {
  border-radius: 0.5rem;
}
.items-center {
  align-items: center;
}
.right-2 {
  right: 0.5rem;
}
.absolute {
  position: absolute;
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.rounded-lg {
  border-radius: 0.5rem;
}
.hidden {
  display: none;
}

