@keyframes rf-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.header-mobile {
  padding-bottom: 48px;
}

.rf-form {
	--rf-input-text-color: #0f172a;
	--rf-input-border-color: #e5e7eb;
	--rf-input-background-color: #fff;
	--rf-input-focus-ring-color: #3b82f6;
	--rf-input-font-size: 14px;
	--rf-input-radius: 6px;
	--rf-field-error-color: #ef4444;
	--rf-alert-success-text-color: #fff;
	--rf-alert-success-background-color: #22c55e;
	--rf-alert-error-text-color: #fff;
	--rf-alert-error-background-color: #ef4444;
	--rf-loader-text-color: #fff;
	--rf-loader-background-color: rgb(43 44 51 / 75%);
	width: 100%;
	max-width: 280px;
	margin: 20px;
}

/* @media screen and (max-width: 475px) {
  .rf-form,
  .payment-methods {
    max-width: 80%;
  }
} */

.rf-form__content {
  position: relative;
  box-sizing: border-box;
  border-radius: inherit;
}

.rf-form__content>*+* {
  margin-top: 16px;
}

.rf-form__content> :last-child {
  margin-top: 20px;
}

.rf-form__loader {
  position: absolute;
  z-index: 1;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--rf-loader-text-color);
  background: var(--rf-loader-background-color);
  border-radius: 8px;
}

.rf-form__loader::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: currentColor transparent currentColor transparent;
  animation: rf-spin 1.2s linear infinite;
}

.rf-form-field {
  width: 100%;
}

.rf-form-field__error {
  line-height: 1.25;
  display: none;
  width: 100%;
  margin-top: 8px;
  color: var(--rf-field-error-color);
}

.rf-form-input {
  font-size: var(--rf-input-font-size);
  line-height: 24px;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 12px;
  color: var(--rf-input-text-color);
  background-color: var(--rf-input-background-color);
  border: 0 solid var(--rf-input-border-color);
  border-radius: var(--rf-input-radius);
  appearance: none;
}

.rf-form-input:focus {
  border-color: var(--rf-input-focus-ring-color);
  box-shadow: 0 0 0 2px var(--rf-input-focus-ring-color);
}

.rf-alert {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 8px 12px;
  border-radius: 6px;
}

.rf-alert_error {
  color: var(--rf-alert-error-text-color);
  background: var(--rf-alert-error-background-color);
}

.rf-alert_success {
  color: var(--rf-alert-success-text-color);
  background: var(--rf-alert-success-background-color);
}

.rf-alert__icon {
  flex-shrink: 0;
  width: auto;
}

.rf-alert__content {
  font-size: 14px;
  line-height: 1.25;
  padding-left: 12px;
}

.rf-alert__content>* {
  margin: 0;
  padding: 0;
}

.rf-alert__content>*+* {
  margin-top: 0.5em;
}

.rf-alert__content>h1,
.rf-alert__content>h2,
.rf-alert__content>h3,
.rf-alert__content>h4,
.rf-alert__content>h5,
.rf-alert__content>h6 {
  font-size: inherit;
  font-weight: 600;
}

.rf-alert__content>ul,
.rf-alert__content>ol {
  padding-left: 1.5em;
}



.rf-form-field .iti {
  width: 100%;
}

.rf-form-field .iti__flag-container {
  padding: 0;
}

.rf-form-field .iti__selected-dial-code {
  font-size: var(--rf-input-font-size);
}


html,
body {
  scroll-behavior: smooth !important;
}

.form_the_form {
  padding: 0px 0px;
  border: 1px solid #dc0000;
  width: 100%;
  max-width: 500px;
  margin: 0 auto !important;
  margin-bottom: 20px !important;
}

.form_the_form form {
  padding: 30px;
}

.form-header {
  background-color: #dc0000;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
}

.iti__country-list ul li {
  margin-left: 00px !important;
}

.form-control {
  width: 100%;
  margin: 0px auto;
  padding: 12px;
  border: 1px solid #c8b6b6;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
  border-color: #c79a43;
  box-shadow: 0 0 0 3px rgba(199, 154, 67, 0.2);
  outline: none;
}

.phonediv {
  width: 100% !important;
}

.form-control.phonelist {
  padding-left: 85px !important;
}

#form>button,
.submitForm {
  position: relative;
  display: block;
  height: 50px;
  padding: 10px 20px;
  margin: 0 auto;
  color: #fff !important;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  background: linear-gradient(135deg, #f8e7b5 0%, #e2c06e 25%, #c79a43 50%, #a9782d 75%, #7a5520 100%);
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: 800;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(199, 154, 67, 0.3);
}

#form>button:hover,
.submitForm:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(199, 154, 67, 0.5);
}

.iti {
  color: #000;
  font-size: 14px;
}

.logo img {
  width: 100%;
  max-width: 250px;
}

.image-2 {
  background: linear-gradient(135deg, #f3d691 0%, #d6a957 45%, #a9772c 100%);
  box-shadow: 0 4px 15px rgba(214, 169, 87, 0.4), 0 8px 30px rgba(6, 12, 22, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}

.crypto-card {
  position: relative;
  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  overflow: hidden;

  transition: all 0.35s ease;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    0 0 25px rgba(6, 182, 212, 0.08);
  padding: 20px;
}

/* Gaussian Glow */
.crypto-card::before {
  content: "";

  position: absolute;
  top: -60px;
  left: -60px;

  width: 140px;
  height: 140px;

  border-radius: 50%;

  background: linear-gradient(135deg, #f3d691 0%, #805e1fb2 45%, #a9772c 100%);

  filter: blur(50px);

  pointer-events: none;
}

/* Secondary Glow */
.crypto-card::after {
  content: "";

  position: absolute;
  bottom: -50px;
  right: -50px;

  width: 120px;
  height: 120px;

  border-radius: 50%;

  background: linear-gradient(135deg, #f3d691 0%, #805e1fb2 45%, #a9772c 100%);

  filter: blur(45px);

  pointer-events: none;
}

/* Main Card */
.testimonial-card {
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, .08);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  box-shadow:
    0 10px 30px rgba(0, 0, 0, .12),
    0 0 20px rgba(6, 182, 212, .04);

  transition: all .35s ease;
}

/* Top Glow */
.testimonial-card::before {
  content: "";
  position: absolute;

  top: -80px;
  left: -80px;

  width: 180px;
  height: 180px;

  border-radius: 50%;

  background: rgba(6, 182, 212, .15);

  filter: blur(70px);

  pointer-events: none;
}

/* Bottom Glow */
.testimonial-card::after {
  content: "";
  position: absolute;

  right: -80px;
  bottom: -80px;

  width: 180px;
  height: 180px;

  border-radius: 50%;

  background: rgba(245, 158, 11, .12);

  filter: blur(70px);

  pointer-events: none;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: rgb(233, 204, 132);
  box-shadow: 0 25px 50px rgba(228, 196, 118, 0.42), 0 0 35px rgb(168, 119, 45);
}

/* Stars */
.testimonial-card>img {
  position: relative;
  z-index: 2;
}

/* Review Text */
.testimonial-card .border-b {
  position: relative;
  z-index: 2;

  font-size: 15px;
  line-height: 1.8;

  color: #fff;
}

/* Avatar */
.testimonial-card .rounded-full {
  position: relative;
}

.testimonial-card .w-16,
.testimonial-card .w-20 {
  padding: 3px;
  background: linear-gradient(135deg, #efd697, #f59e0b);
  box-shadow: 0 8px 20px rgba(191, 145, 61, 0.22);
}

.testimonial-card .font-alt {
  letter-spacing: .3px;
}

.testimonial-card .inline-block {
  position: relative;

  border-radius: 999px !important;

  padding: 8px 18px !important;

  box-shadow:
    0 10px 25px rgba(245, 158, 11, .25);

  animation: earningsPulse 2.5s infinite;
}

@keyframes earningsPulse {

  0%,
  100% {
    box-shadow:
      0 10px 25px rgba(245, 158, 11, .25);
  }

  50% {
    box-shadow:
      0 15px 35px rgba(245, 158, 11, .45);
  }
}