:root {
  --template-accent: #717171;
  --template-accent-dark: #525252;
  --template-text: #1f2937;
  --template-muted: #6b7280;
  --template-bg: #ffffff;
  --template-surface: #ffffff;
  --template-border: rgb(0,0,0, 0.05);
  --section-gradient: rgb(0,0,0);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--template-bg);
  color: var(--template-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: var(--template-accent-dark);
}

a:hover {
  color: var(--template-accent);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 9999;
  padding: 0.75rem 1rem;
  background: #fff;
  border-radius: 0.75rem;
}

.skip-link:focus {
  left: 1rem;
}

.section-padding {
  padding: 4.5rem 0;
}

.section-soft {
  background: linear-gradient(135deg, rgb(255, 255, 255) 25%, rgba(0,0,0,0.05)50%, rgb(255,255,255) 75%);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--template-accent-dark);
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 2rem;
}

.section-heading h1,
.section-heading h2,
.hero-section h1,
.content-block h2,
.content-card h2,
.info-card h2,
.sidebar-panel h2,
.pricing-top h2 {
  font-weight: 800;
}

.hero-section {
  padding: 5rem 0;
  background: linear-gradient(145deg, rgba(0,0,0,0.1) 15%, #ffffff 50%);
}

.hero-section h1 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 1.02;
}

.hero-image-stack {
  position: relative;
}

.hero-badge {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border: 0;
  border-radius: 1rem;
}

.hero-metrics strong {
  display: block;
  font-size: 1.35rem;
}

.hero-metrics span {
  color: var(--template-muted);
  font-size: 0.95rem;
}

.feature-card,
.pricing-card,
.content-card,
.sidebar-panel,
.info-card {
  background: var(--template-surface) !important;
  border: 1px solid var(--template-border) !important;
  border-radius: 1.5rem !important;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05) !important;
  padding: 1.5rem !important; 
  
}

.card-img-top{
  height: 200px;
  width: 100%;
  object-fit: cover;
}


.btn-primary {
  --bs-btn-bg: var(--template-accent);
  --bs-btn-border-color: var(--template-accent);
  --bs-btn-hover-bg: var(--template-accent-dark);
  --bs-btn-hover-border-color: var(--template-accent-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--template-accent-dark);
  --bs-btn-border-color: var(--template-accent);
  --bs-btn-hover-bg: var(--template-accent);
  --bs-btn-hover-border-color: var(--template-accent);
}

.custom-accordion{
  height: 17em;
}

.custom-accordion .accordion-item {
  border-color: var(--template-border);
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: rgba(0, 0, 0, 0.08);
  color: var(--template-text);
}

.comparison-table thead th {
  background: rgba(39, 167, 45, 0.08);
}

.note-box {
  border: 1px solid rgba(39, 167, 45, 0.18);
  background: rgba(39, 167, 45, 0.08);
  color: var(--template-text);
}

.info-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--template-border);
}

.info-list li:last-child {
  border-bottom: 0;
}

.info-list span {
  color: var(--template-muted);
}

.pricing-card.featured {
  border-color: rgba(39, 167, 45, 0.35);
  box-shadow: 0 18px 40px rgba(39, 167, 45, 0.12);
}

.pricing-top {
  margin-bottom: 1.25rem;
}

.price-label {
  color: var(--template-muted);
  margin-bottom: 0;
}

.pricing-list li {
  padding: 0.45rem 0;
}

.pricing-list i {
  color: var(--template-accent-dark);
  margin-right: 0.5rem;
}

.social-link {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.35rem;
  border-radius: 999px;
  border: 1px solid var(--template-border);
  background: #fff;
  color: var(--template-text);
  text-decoration: none;
}

.social-link:hover {
  border-color: var(--template-accent);
  color: var(--template-accent-dark);
}

.site-footer {
  padding: 1.75rem 0;
  border-top: 1px solid var(--template-border);
  background: #fff;
}

.full-width-content {
  max-width: none;
}

.content-block blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid var(--template-accent);
  background: rgba(39, 167, 45, 0.06);
  border-radius: 0 1rem 1rem 0;
  font-style: italic;
}

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 3rem;
  }
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid var(--border, rgba(0, 0, 0, 0.12));
  color: inherit;
}

.whatsapp-color {
  color: white;
  background-color: #25D366;
}

.card-group .card {
  margin: 1em
}

.card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.video {
  height: 23em;
  object-fit: cover;
  width: 100%;
}

/* Whatsapp Overlay Button */
[wa-tooltip] {
  position: relative;
  cursor: default;

  &:hover {
    &::before {
      content: attr(wa-tooltip);
      font-size: 16px;
      text-align: center;
      position: absolute;
      display: block;
      right: calc(0% - 100px);
      left: null;
      min-width: 200px;
      max-width: 200px;
      bottom: calc(100% + 40px);
      transform: translate(-50%);
      animation: fade-in 500ms ease;
      background: #25D366;
      border-radius: 4px;
      padding: 10px;
      color: #ffffff;
      z-index: 1;
    }
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* End Whatsapp Overlay Button */

.icon-box{
width: 20px;
height: 20px;

display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
