:root {
  --purple-50: #f6f3ff;
  --purple-100: #eee9ff;
  --purple-200: #e6dfff;
  --purple-300: #d5caff;
  --purple-400: #bfa8ff;
  --purple-500: #8e79ff;
  --purple-600: #6c5ce7;
  --purple-700: #5a49d1;
  --ink-900: #2C1D57;
  /* header requested color */
  --ink-700: #3e4361;
  --ink-500: #6b7191;
  --success-600: #168e5c;
}

/* Base */
html,
body {
  height: 100%;
  font-family: inter;
}

body {
  color: var(--ink-900);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  min-height: 100vh;
}

.text-body-color {
  color: var(--ink-900);
}

.brand-icon {
  width: 36px;
  height: 36px;
  background: var(--purple-100);
}

/* Header text color override */
.header-colored .navbar-nav .nav-link,
.header-colored .navbar-brand {
  color: #571d1d;
}

/* .header-colored .navbar-nav .nav-link:hover {
  color: var(--purple-700);
} */

.header-colored .navbar-nav .nav-link {
  font-weight: 900;
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 0;
  color: #3b2ea7;
}

.navbar-nav a {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #3b2ea7;
}

/* Hero */
.section-hero {
  background: transparent;
  backdrop-filter: none;
}

.section-hero-full {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.header-transparent {
  background: transparent !important;
  box-shadow: none !important;
}

.header-transparent .navbar {
  background: transparent;
}

.hero-blob {
  display: none;
}

.hero-illustration {
  max-width: 520px;
}

/* Buttons */
.btn-gradient {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  background-image: linear-gradient(135deg, var(--purple-600), var(--purple-400));
  border: none;
  box-shadow: 0 8px 18px rgba(108, 92, 231, 0.25);
}

.btn-login {
  color: #fff;
  padding: .5rem 1.1rem;
  border-radius: 999px;
  border: 0;
  background-color: #573794;
  box-shadow: 0 6px 14px rgba(75, 47, 147, .35);
}

.btn-login:hover {
  transform: translateY(-1px);
  background-color: #2C1D57 !important;
  color: #fff;
}

.btn-cta {
  color: #fff;
  padding: .6rem 1.6rem;
  border-radius: 999px;
  border: 0;
  font-weight: 600;
  background-color: #573794;
  box-shadow: 0 10px 24px rgba(75, 47, 147, .35);
  text-decoration: none;
}

.btn-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  background-color: #2C1D57 !important;
  color: #fff;
}

.Calculate-button {
  color: #fff;
  padding: .9rem 1.6rem;
  border-radius: 999px;
  border: 0;
  font-weight: 600;
  background-color: #402673;
}

.Calculate-button:hover {

  background-color: #402673;
  color: white;
}

.btn-gradient:hover,
.btn-gradient:focus {
  filter: brightness(1.02);
  transform: translateY(-1px);
}

.hover-float {
  transition: transform .2s ease, box-shadow .2s ease;
}

.hover-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(108, 92, 231, .28);
}

.hover-underline {
  position: relative;
}

.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(.6);
  transition: all .2s ease;
}

.hover-underline:hover::after {
  opacity: .6;
  transform: scaleX(1);
}

/* Cards & subtle animation */
.hover-card {
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.hover-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(31, 34, 48, .08);
}

/* How it works */
.how-card {
  border-radius: 18px;
}

.step-item {
  background: #f6f2ff;
  border: 2px dashed #e0d6ff;
  border-radius: 14px;
}

.step-wrap {
  gap: .5rem;
}

.step-num-img {
  width: 33px;
  height: 70px;
  object-fit: contain;
  margin-top: -20px;
  margin-right: -25px;
  z-index: 1;
}

.step-num-img-2 {
  width: 33px !important;
  height: 170px !important;
  object-fit: contain;
  margin-top: -20px;
  margin-right: -35px;
  z-index: 1;
}

.step-num-img-3 {
  width: 33px !important;
  height: 70px !important;
  margin-top: -20px;
  margin-right: -35px;
  z-index: 1;
}

/* Angled light purple background sections */


/* Comparison */
.icon-bubble {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 34, 48, .06);
  display: grid;
  place-items: center;
}

/* VS custom icons */
.vs-icon {
  width: 140px;
  height: 140px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.vs-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.mobile-text {
  font-size: 45px !important;
  margin-bottom: -10px;
  text-align: left;
}

@media screen and (max-width: 576px) {
  .vs-icon {
    width: 100px;
    height: 100px;
  }

  .mobile-text {
    font-size: 24px !important;
    margin-bottom: -4px;
    text-align: left;
  }

  .vs-img {
    width: 104px;
    height: 104px;
  }

}

/* Cost comparison table */
.compare-card {
  border-radius: 18px;
}

.table-compare thead th {
  background: #efe8ff;
  color: #2C1D57;
  font-weight: 700;
  border: none;
}

.table-compare tbody td {
  border-color: #f0ecff;
}

.table-compare tbody tr:nth-child(even) td {
  background: #faf8ff;
}

.table-compare tbody tr:nth-child(odd) td {
  background: #ffffff;
}

.table-compare .total-row td {
  background: #ffffff !important;
}

.saving-badge {
  background: #e6fbef;
  color: #168e5c;
  border-radius: 999px;
  padding: .35rem .6rem;
  font-weight: 700;
}

.table thead th {
  color: var(--ink-700);
  font-weight: 600;
}

.table tbody td {
  color: var(--ink-900);
}

/* Estimate */
.rate-box {
  background: radial-gradient(120% 120% at 10% 10%, #3b2ea7, #2a226e);
}

.rate-scribble {
  position: absolute;
  width: 220px;
  height: 120px;
  right: -40px;
  bottom: -30px;
  opacity: .2;
  background: conic-gradient(from 0deg, #fff, transparent 60%);
  filter: blur(30px);
  border-radius: 50%;
}

/* Estimate purple hero */
.estimate-hero {
  background: #573794;
  position: relative;
}

.estimate-hero .form-control,
.estimate-hero .form-select {
  border: 0;
}

.result-dashed {
  border: 2px dashed #ffffff99;
  border-radius: 12px;
  padding: 4rem 1.5rem !important;
  min-height: 180px;
}

.estimate-arrow {
  position: absolute;
  right: 260px;
  bottom: -10px;
  width: 160px;
  opacity: .9;
}

/* Feature icons */
.feature-icon {
  width: 110px;
  height: 110px;
  border-radius: 12px;
  background: var(--purple-50);
  display: grid;
  place-items: center;
}

/* Footer */
footer .nav-link {
  color: var(--ink-500);
}

footer .nav-link:hover {
  color: var(--ink-900);
}

/* Utilities */
.rounded-4 {
  border-radius: 1rem !important;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .hero-illustration {
    max-width: 460px;
    margin-inline: auto;
  }
}

@media (max-width: 575.98px) {
  .display-6 {
    font-size: 2rem;
  }

  .icon-bubble {
    width: 56px;
    height: 56px;
  }
}

.table-header {
  font-size: 16px !important;
  font-weight: bold;
  color: #573794 !important;
  padding: 15px 10px !important;
}

.table-row-style {
  padding: 15px 10px !important;
}

.inputs-padding {
  padding: 9px !important;
}

.benefits-container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.benefit-section {
  padding: 40px;
  border-bottom: 1px solid #e9ecef;
}

.benefit-section:last-child {
  border-bottom: none;
}

.benefit-title {
  color: #0F1020 !important;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.benefit-description {
  color: #5B5E6A !important;
  font-size: 1.1rem;
  line-height: 1.6;
}

.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, #dee2e6, transparent);
  margin: 10px 0;
}

@media (max-width: 76px) {
  .benefit-section {
    padding: 30px 25px;
  }

  .benefit-title {
    font-size: 1.3rem;
  }
  
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #2c3e50;
  font-weight: 700;
}

.benefit-card {
  background: white;
  border-radius: 14px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;


}

.benefit-card-0 {
  height: 250px;
}

.benefit-card-1 {
  margin-top: 50px !important;
  height: 250px;
}

.benefit-card-2 {
  margin-top: 100px !important;
  height: 250px;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.benefit-title {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 35px;
}



@media (max-width: 768px) {
  .benefit-card-1 {
    margin-top: 0px !important;
  }

  .benefit-card-2 {
    margin-top: 0px !important;
  }
}

.accordion-button::after {
  display: none !important;
}

/* Add new arrow on left */
.accordion-button::before {
  content: "";
  display: inline-block;
  width: 12px;
  /* adjust as needed */
  height: 12px;
  background-image: url("/new-design/consolidate/Polygon.png");
  /* path to your arrow image */
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.accordion-button:not(.collapsed)::before {
  transform: rotate(210deg);
}
.accordion-button:not(.collapsed) {
  background-color: white !important;
}

/* Optional: tweak spacing */
.accordion-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.collaps-header-style {
  font-size: 18px !important;
  color: #2C1D57 !important;
  font-weight: 700 !important;
}

/* ============= About Us Page Styles ============= */
.btn-cta-aboutus {
  color: #fff;
  padding: .5rem 2.5rem;
  border-radius: 999px;
  border: 0;
  font-weight: 600;
  background-color: #573794;
  box-shadow: 0 10px 24px rgba(75, 47, 147, .35);
}

.btn-cta-aboutus:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  background-color: #2C1D57 !important;
  color: #fff;
}

.input-heading {
  margin-bottom: 8px;
}

.for-height {
  height: 45px;
}

.table-for-mobile tr td th {
  font-size: 13px !important;
}

.position-for-vs {
  position: absolute;
  right: 2%;
  z-index: 1;
  top: 35%;
  font-size: 125px !important;
}

.position-for-bottom-image {
  position: absolute;
  bottom: -40px !important;
  left: 1%;
  z-index: 1;
}

@media screen and (min-width: 430px) and (max-width: 767px) {
  .position-for-vs {
    font-size: 90px !important;
    right: 5%;
    top: 42%;
  }

  .position-for-bottom-image {
    position: absolute;
    bottom: 0px !important;
    left: 1%;
    z-index: 1;
  }
  .for-img-max-width {
    max-width: 400px !important;
  }
}
.for-img-max-width
{
  max-width: 520px ;
}
