.pt-120 {
  padding-top: 120px;
}

.process_list li {
  position: relative;
  padding-left: 35px;
  text-decoration: none;
  list-style: none;
  /* font-size: 20px; */
  line-height: 40px;

}

.process_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), #29b374);
  box-shadow: 0 3px 8px rgba(37, 99, 235, 0.25);
}

.process_list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 20px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.banner-content {
  position: relative;
  z-index: 1;
}

.banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  right: -50vw;
  /* background: radial-gradient(ellipse at 20% 50%, rgba(71, 131, 247, 0.13) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(245, 166, 35, 0.06) 0%, transparent 50%); */
  background-image: url(/assets/images/banner-bg-color.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.banner-content::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(135deg, #f0f4ff 0%, #fafaf8 50%, #fff8f0 100%);
  z-index: -1;
}

.sticky_rnav {
  z-index: 2;
}

.high-content .title {
  color: #000;
}

.high-content p {
  /* font-size: 20px;
      line-height: 40px; */
  color: #000;
}

.card-wrapper {
  width: 100%;
  max-width: 430px;
  background: #fff !important;
  border-radius: 12px !important;
  padding: 30px 22px 24px;
  position: relative;
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.07);
  border: 1px solid #e4e4ec;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8edff;
  color: var(--primary);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}

.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.wdc-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--primary), #29b374);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.32);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.wdc-hero-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.42);
}

.wdc-hero-btn svg {
  width: 18px;
  height: 18px;
}

.wdc-hero-btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border-radius: 50px;
  border: 1.5px solid #c8d3e8;
  color: #1a2a4a;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.wdc-hero-btn-outline:hover {
  background: #eef2fb;
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

/* toggle css */

.flags-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}

.flag {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s;
  cursor: default;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.12));
}

.flag.active {
  transform: scale(1.25);
}

.flag.inactive {
  opacity: 0.45;
  transform: scale(0.9);
}

.toggle-track {
  width: 52px;
  height: 28px;
  border-radius: 14px;
  position: relative;
  cursor: pointer;
  transition: background 0.4s ease;
  border: none;
  outline: none;
  background: #2563eb;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

.toggle-track.usd-mode {
  background: #059669;
}

.toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s;
  will-change: transform;
}

.toggle-track.usd-mode .toggle-thumb {
  transform: translateX(24px);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.toggle-track:hover .toggle-thumb {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-text h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.15;
  color: #1a2a4a;
  margin: 0 0 10px;
}

/* ===== Content sections — creative/professional theme ===== */
.wdc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary);
}

.wdc-eyebrow::before {
  content: '';
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--primary), #29b374);
}

.wdc-accent-line {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--primary), #29b374);
  margin: 14px 0 22px;
}

.wdc-divider {
  height: 2px;
  border: none;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(37, 99, 235, 0.18), rgba(41, 179, 116, 0.18) 50%, rgba(37, 99, 235, 0));
  margin: 48px 0;
}

.wdc-card {
  background: #fff;
  border: 1px solid #e7ecf7;
  border-radius: 20px;
  padding: 32px 30px;
  box-shadow: 0 10px 34px rgba(26, 42, 74, 0.06);
}

.wdc-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--primary), #29b374);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28);
  margin-bottom: 14px;
}

.wdc-card .process_list li {
  padding-top: 4px;
  padding-bottom: 4px;
}

.wdc-callout {
  position: relative;
  padding: 24px 26px;
  margin-top: 28px;
  border-radius: 16px;
  background: linear-gradient(160deg, #f0f4ff, #eefaf3);
  border-left: 4px solid var(--primary);
}

.wdc-callout p.fs-3 {
  color: #1a2a4a;
  font-size: 20px !important;
}

.wdc-fee-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
  padding: 16px 0;
  border-top: 1px solid rgba(37, 99, 235, 0.18);
  border-bottom: 1px solid rgba(37, 99, 235, 0.18);
}

.wdc-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e7ecf7;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(26, 42, 74, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wdc-logo-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(26, 42, 74, 0.12);
}

.wdc-logo-tile img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  border: none !important;
}

.wdc-logo-tile--partner img {
  /* filter: grayscale(1); */
  opacity: 0.75;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.wdc-logo-tile--partner:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.wdc-benefit-card {
  height: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #e7ecf7;
  border-radius: 20px;
  padding: 36px 20px;
  box-shadow: 0 10px 30px rgba(26, 42, 74, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wdc-benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(26, 42, 74, 0.12);
}

.wdc-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin-bottom: 18px;
  background: linear-gradient(160deg, #eef2fb, #fff);
}

.col-lg-3:nth-child(3n+2) .wdc-benefit-icon {
  background: linear-gradient(160deg, #eafaf1, #fff);
}

.col-lg-3:nth-child(3n+3) .wdc-benefit-icon {
  background: linear-gradient(160deg, #fdeef6, #fff);
}

.info-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(71, 131, 247, 0.14), rgba(41, 179, 116, 0.14));
  border: 1px solid rgba(71, 131, 247, 0.3);
  color: #000;
  font-size: 13px;
  /* font-weight: 700; */
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .highlight-grid {
    grid-template-columns: 1fr;
  }
}

.highlight-card {
  position: relative;
  padding: 32px 26px 26px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  border: 1px solid #eef1f6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.highlight-card .highlight-num {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 13px;
  font-weight: 600;
  color: #c3cbdb;
}

.highlight-card .highlight-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, var(--primary), #29b374);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}

.highlight-card .highlight-icon svg {
  width: 26px;
  height: 26px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.recognition {
  background-image: url(/assets/images/google-ads-images/graident.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100%;
  height: auto;
  display: block;
}

.website-under-sec {
  margin-bottom: 80px;
  margin-top: 0 !important;
}

.whole-btns {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #ffffff !important;
  padding: .7rem 1.6rem;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
  border: 0px;
  box-shadow: 0 10px 24px rgba(71, 131, 247, .25);
}

.whole-package-bg {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 1px solid #dfe6f5;
  border-radius: 12px;
  padding: 34px 30px;
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.07);
  background: linear-gradient(160deg, #fff 55%, #eef2fb);
}