:root {
  --bg: #0b1220;
  --bg2: #070b14;
  --card: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.12);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.72);
  --accent: #26d3b5;
  --accent2: #6aa9ff;
  --shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  --radius: 18px;
}

html {
  scroll-behavior: smooth;
}

body,
.modal-content {
  color: var(--text);
  background:
    radial-gradient(
      1200px 700px at 15% 10%,
      rgba(38, 211, 181, 0.14),
      transparent 60%
    ),
    radial-gradient(
      900px 600px at 85% 15%,
      rgba(106, 169, 255, 0.16),
      transparent 60%
    ),
    radial-gradient(
      1200px 700px at 40% 95%,
      rgba(255, 255, 255, 0.06),
      transparent 55%
    ),
    linear-gradient(180deg, var(--bg), var(--bg2) 55%, #060910);
  /* min-height: 100vh; */
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
/* Navbar */
.ep-nav {
  background: rgba(6, 9, 16, 0.35) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ep-badge {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #041018;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 12px 25px rgba(38, 211, 181, 0.15);
}
.ep-tagline {
  font-size: 0.9rem;
  color: var(--muted);
  margin-left: 0.25rem;
}
.nav-link {
  color: rgba(255, 255, 255, 0.82) !important;
  opacity: 0.9;
}
.nav-link:hover {
  opacity: 1;
}
.nav-link.active {
  color: #fff !important;
  opacity: 1;
  position: relative;
}
.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: 0.15rem;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  border-radius: 99px;
}

.ep-btn {
  border: 0;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #05131a;
  font-weight: 700;
}
.ep-btn:hover {
  filter: brightness(1.03);
}
.ep-btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}
.ep-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

/* Hero */
.ep-hero {
  padding: 5.5rem 0 3.5rem;
}
.ep-hero .lead {
  color: var(--muted);
  max-width: 68ch;
}
.ep-accent {
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ep-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.9rem;
}
.ep-pill i {
  color: var(--accent);
}

.ep-hero-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.ep-hero-card-top {
  padding: 1rem 1rem 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.ep-muted {
  color: var(--muted) !important;
}

.ep-badge-soft {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05) !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

.ep-checklist li {
  display: flex;
  gap: 0.6rem;
  padding: 0.3rem 0;
  color: rgba(255, 255, 255, 0.86);
}
.ep-checklist i {
  color: var(--accent);
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.ep-mini-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  padding: 0.9rem;
}

.ep-accent-icon {
  color: var(--accent);
  font-size: 1.25rem;
}

/* Metrics */
.ep-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 992px) {
  .ep-metrics {
    grid-template-columns: 1fr;
  }
}
.ep-metric {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 0.9rem;
}
.ep-metric-num {
  font-weight: 700;
}
.ep-metric-label {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 0.25rem;
}

/* Sections */
.section-title {
  letter-spacing: 0.2px;
}
.section-subtitle {
  color: var(--muted);
  max-width: 78ch;
}

.ep-section-alt {
  background: rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Cards */
.ep-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
.ep-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 0.75rem;
}
.ep-card-icon i {
  color: var(--accent);
  font-size: 1.2rem;
}

/* Steps */
.ep-step {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 1.25rem;
}
.ep-step-num {
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.5rem;
}

/* Logos */
.ep-logo-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
}

/* Pricing */
.ep-hr {
  border-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.ep-price-box {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 1rem;
}
.ep-price-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.4rem 0;
}
.ep-price {
  font-size: 1.4rem;
  font-weight: 800;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ep-tier {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 0.9rem;
}
.ep-tier-highlight {
  border-color: rgba(38, 211, 181, 0.25);
  background: rgba(38, 211, 181, 0.08);
}

/* Form */
.form-control,
.form-select {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.form-text {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* Footer */
.ep-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
}
.ep-footer-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.ep-footer-link:hover {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: underline;
}
/* Global 5% padding for all Bootstrap containers */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
section {
  padding-top: 2%;
  padding-bottom: 2%;
}
/* ===== Continuous Marketplace Slider (Marquee) ===== */
.ep-marquee {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 14px 0;
}

/* Fades at edges (premium look) */
.ep-marquee::before,
.ep-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.ep-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(11, 18, 32, 1), rgba(11, 18, 32, 0));
}
.ep-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(11, 18, 32, 1), rgba(11, 18, 32, 0));
}

.ep-marquee__track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: ep-marquee-scroll 28s linear infinite;
}

/* Pause on hover (nice UX) */
.ep-marquee:hover .ep-marquee__track {
  animation-play-state: paused;
}

.ep-marquee__item {
  flex: 0 0 auto;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* continuous movement */
@keyframes ep-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Respect reduced motion settings */
@media (prefers-reduced-motion: reduce) {
  .ep-marquee__track {
    animation: none;
  }
}
/* Larger full-width block for Why Section */
.ep-step-large {
  padding: 40px 45px;
}

.ep-step-large ul li {
  margin-bottom: 10px;
}
/* Logo Slider Styling */
.ep-marquee {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.ep-marquee__track {
  display: flex;
  gap: 50px;
  align-items: center;
  width: max-content;
  animation: scroll 45s linear infinite;
}

.ep-marquee__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  transition: transform 0.3s ease;
}

.ep-marquee__item img {
  max-height: 40px;
  width: auto;
  opacity: 0.85;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.ep-marquee__item:hover img {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  transition: all 0.3s;
}
.switch-box .switch::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: #fff;
  top: 1px;
  left: 1px;
  transition: all 0.3s;
}
.switch-box input[type="checkbox"]:checked + .switch::after {
  transform: translateX(22px);
}
.switch-box input[type="checkbox"]:checked + .switch {
  background-color: #39c7ca;
}
.switch-box .offscreen {
  position: absolute;
  left: -9999px;
}

input:focus {
  box-shadow: none !important;
  border: 1px solid white !important;
}
select:focus {
  box-shadow: none !important;
  border: 1px solid white !important;
}
.input-group-glass select.form-control option,
.input-group-glass select.form-select option {
  background: #101a2a;
  color: #fff;
}
.input-group-glass select.form-control:focus option:checked,
.input-group-glass select.form-select:focus option:checked {
  background: #0d2029;
  color: #fff;
}

.cls-esheading {
  font-size: 28px;
  padding: 30px 0px 0px 0px;
}

.text-decoration-underline {
  text-decoration: none !important;
}

.cls-table {
  width: 100%;
  border: 3px solid #161921 !important;
}

.cls-table td {
    padding: 8px 15px;
    border: 1px solid #32353c;
}

.cls-hor-btn {
  background-image: linear-gradient(180deg, #41444c, #23262e);
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  border: 2px solid #b3b3b3;
}

.cls-additional-options {
  border-top: 1px solid #32353c;
}

.cls-additional-options .col-lg-4 {
  border-right: 1px solid #32353c;
  padding-top: 8px;
}

.cls-noofimg {
  border: none !important;
}

.cls-marketplace-selection {
  padding: 6px 15px;
  border-radius: 12px;
  /* background-image: linear-gradient(180deg, #41444c, #23262e); */
  background: #23262e;
  border: 3px solid #161821;
}

.cls-marketplace-container {
  padding: 0px !important;
}

.cls-to-marketplace {
  padding: 8px 23px 0px 23px !important;
}

.quote-btn{
    width:100%;
    padding:14px 20px;
    font-size:18px;
    font-weight:600;
    border-radius:8px;
    border:none;
    cursor:pointer;
    color:#fff;
    position:relative;
    overflow:hidden;

    background: linear-gradient(135deg,#3b82f6,#2563eb);
    box-shadow:0 6px 18px rgba(37,99,235,0.35);

    transition:all .25s ease;
}

.quote-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 26px rgba(37,99,235,0.45);
}

.quote-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-150%;
    width:60%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );
    transform:skewX(-20deg);
    animation:shine 3.5s infinite;
}

@keyframes shine{
    0%{ left:-150%; }
    40%{ left:130%; }
    100%{ left:130%; }
}

.quote-btn:active {
    transform: scale(0.97);
}

.quote-btn:hover::before {
    left: 100%;
}

.cls-marketplace-label {
  margin-left: -10px;
}

.field-error{
    border:1px solid #ff5a5a !important;
    box-shadow:0 0 5px rgba(255,90,90,0.5);
}

.cls-input-icon {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  margin: 10px 0px 0px 10px;
}

.form-label, .form-group .text-decoration-underline {
  font-weight: 500 !important;
}

.cls-input-icon-offset {
  padding-left: 34px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {

    -webkit-box-shadow: 0 0 0px 1000px #2b2b2b inset !important;
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff;

    transition: background-color 9999s ease-in-out 0s;
}

.cls-phone-container select {
  border-radius: 0.375rem 0rem 0rem 0.375rem;
}

.cls-phone-container input {
  border-radius: 0rem 0.375rem 0.375rem 0rem;
}

.cls-phone-container select option {
  background-color: #f0f0f0;
  color: #333;
}

.cls-phone-container #phone {
  padding-left: 15px !important;
}

.cls-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cls-section-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: var(--bs-primary, #0d6efd);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.cls-section-title {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.cls-section-subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

@media (max-width: 992px) {
  .cls-additional-options .col-lg-4 {
    border-right: none !important;
  }
}