body {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important;
}

.form-control {
  padding: 0.75rem 1rem;
}
.custom-bg {
  background-color: #e0b151;
}
.btn-dark {
  --bs-btn-color: #000;
  --bs-btn-bg: #e0b151;
  --bs-btn-border-color: #e0b151;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e0b151;
  --bs-btn-hover-border-color: #e0b151;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-dark {
  --bs-btn-color: #e0b151;
  --bs-btn-border-color: #e0b151;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e0b151;
  --bs-btn-hover-border-color: #e0b151;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e0b151;
  --bs-btn-active-border-color: #e0b151;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e0b151;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e0b151;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #e0b151;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #e0b151;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.footer p {
  color: #fff !important;
}
/*method page*/
.method-card {
  background: #fff;
  border-radius: 18px;
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
  min-height: 360px;
}
.method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Floating icon animation */
.method-icon img {
  width: 86px;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Number badge */
.flow-number {
  position: absolute;
  top: -15px;
  left: 20px;
  background: #0772b8;
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
}

/* Animated Flow Line */
.flow-animation {
  width: 60%;
  animation: fadeInFlow 2.5s ease-in-out forwards;
}

@keyframes fadeInFlow {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-form {
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.login-form {
  padding: 40px 17px;
}
.login-right-side {
  background-color: #fff;
}
.terms-consent {
  padding: 40px 17px;
  width: 760px;
  margin: auto;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
.custom-login-text {
  color: #0a0a0a;
  font-size: 36px;
}
.custom-login-phara {
  font-size: 19px;
  line-height: 20px;
  color: #0a0a0a;
  margin-bottom: 20px;
}
.remember-me {
  font-weight: bold;
  color: #0a0a0a;
}
.form-control {
  font-size: 15px;
  color: #333;
  height: 47px;
  width: 100%;
  -webkit-border-radius: 5px;
  border: 1px solid #a8b8c3;
  padding: 10px;
  -webkit-box-shadow: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: none;
  -o-transition: none;
  border-radius: 50px;
}

.term-card {
  max-width: 650px;
  width: 100%;
  margin: 0 auto; /* center */
  padding: 20px;
  background: transparent; /* optional */
}

.tack-bg {
  background: #e0b151;
}

.payment-cards {
  border: 0 0 1px solid white 0;
}
.payment-cards {
  border: none;
}

.payment-bb {
  border-bottom: 1px solid #fff;
}

.pricing .plan-header h3 {
  color: #e0b151;
}

#pricing .nav-tabs {
  border: none;
  margin-bottom: 40px;
}
.faq-main-h-span {
  color: var(--accent-color);
}

#pricing .nav-tabs .nav-link {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
  margin: 0 6px;
  transition: all 0.3s ease;
}

#pricing .nav-tabs .nav-link:hover {
  border-color: #fff;
  color: #e0b151;
}

#pricing .nav-tabs .nav-link.active {
  background: #e0b151;
  color: #fff;
  border-color: #e0b151;
}

.registerion-form {
  max-width: 760px;
  width: 100%;
}
.custom-minimalist {
  margin-top: 80px;
}

/* Active tab shadow */
#pricing .nav-tabs .nav-link.active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.custom-video-wrapper {
  width: 100%;
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
  object-fit: fill;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
/* section css */
.how-dos-work {
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}
.how-dos-work .work-span {
  color: #e0b151;
}
.custom-icon-color i {
  color: #e0b151;
}
.flatpickr-day.selected {
  background-color: #e0b151 !important;
  border: #e0b151 !important;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  display: none !important;
}

.flatpickr-current-month .numInputWrapper,
.flatpickr-current-month .numInputWrapper * {
  pointer-events: none !important;
}

/* Hide year arrows */
.flatpickr-current-month .arrowUp,
.flatpickr-current-month .arrowDown {
  display: none !important;
}

/* Hide month arrows */
.flatpickr-prev-month,
.flatpickr-next-month {
  display: none !important;
}
.custom-modal-header {
  background-color: #e0b151;
  color: #fff;
}

.login-l-dev-section {
  position: relative;
  /* background: url("../img/login-bg.jpg") center/cover no-repeat; */
  background-color: #e0b151;
  padding: 60px 30px;
  overflow: hidden;
}

.login-l-dev-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(209 144 19);
  z-index: 1;
} 

.login-l-dev-section .text-content,
.login-l-dev-section .small {
  position: relative;
  z-index: 2;
}

/* faq css  */
.tabs-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-tab-btn i {
  display: none;
  font-size: 16px;
}

.faq-tab-btn.active i {
  display: inline-block;
  font-size: 21px;
}

.faq-tab-btn {
  background-color: rgb(255 255 255 / 0.05);
  color: #fff;
  border: none;
  padding: 14px;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 8px;
}

.faq-tab-btn:hover {
  background-color: #e0b151;
  color: #fff;
}

.faq-q {
  color: #fff;
  /* default closed color */
  transition: color 0.3s;
  /* smooth color change */
}

.faq-item.open .faq-q {
  color: #e0b151;
  /* open color */
}

.faq-tab-btn.active {
  background: #e0b151;
  color: black;
}

.faq-tab-content {
  display: none;
}

.faq-tab-content.active {
  display: block;
}

.faq-item {
  background-color: rgb(255 255 255 / 0.05);
  border-radius: 10px;
  padding: 18px;
  margin-bottom: 12px;
  cursor: pointer;
}

.faq-item h4 {
  display: flex;
  justify-content: space-between;
  font-size: 21px;
  margin: 0;
}

.faq-item h4::after {
  content: "+";
  font-size: 22px;
  font-size: 30px;
  font-weight: 600;
}

.faq-item.open h4::after {
  content: "−";
}

.faq-item p {
  display: none;
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
}

.faq-item.open p {
  display: block;
}
.faq-item.open {
  border: 1px solid #e0b15147;
}

@media (max-width: 676px) {
  .login-form {
    width: 360px !important;
  }
  .custom-video-wrapper {
    height: 300px;
  }
}
