/* tax  */
/* Scoped ARK Design System */
.ark-cta-wrapper {
  --ark-navy: #0f172a;
  --ark-brand: #ea5828; /* Your Logo Color */
  --ark-brand-hover: #d14d22;
  --ark-slate: #94a3b8;
  --ark-white: #ffffff;
  background-color: var(--ark-navy);
  overflow: hidden;
  padding: 0;
}

.ark-cta-wrapper .section-tag {
  text-transform: none;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ark-brand);
  display: block;
}

/* Left Column: Image Zone */
.image-zone {
  position: relative;
  background-image: url("../images/2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 80px 60px;
  flex: 1;
  min-height: 100%;
}

/* Professional Dark Overlay */
.image-zone::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    var(--ark-navy) 15%,
    rgba(15, 23, 42, 0.6) 100%
  );
  z-index: 1;
}

.image-zone-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

/* Right Column: Points Zone */
.points-zone {
  padding: 80px 80px;
  background: #fbdcbb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* Point Item Layout */
.ark-point-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.ark-point-icon {
  width: 52px;
  height: 52px;
  background: rgba(234, 88, 40, 0.05); /* Brand color at 5% opacity */
  border: 1px solid rgba(234, 88, 40, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ark-brand);
  flex-shrink: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ark-point-item:hover .ark-point-icon {
  background: var(--ark-brand);
  color: white;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 20px -5px rgba(234, 88, 40, 0.4);
}

.ark-point-content h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 1.25rem;
}

/* Main Action Button */
.ark-btn {
  padding: 16px 40px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
  display: inline-block;
  background: var(--ark-brand);
  color: white;
  border: none;
}

.ark-btn:hover {
  background: var(--ark-brand-hover);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px -10px rgba(234, 88, 40, 0.5);
}

@media (max-width: 991px) {
  .image-zone,
  .points-zone {
    padding: 80px 30px;
    min-height: auto;
  }
  .ark-cta-wrapper .h1_ark {
    font-size: 2.75rem;
  }
  .image-zone::before {
    background: rgba(15, 23, 42, 0.9);
  }
}
/* timeline  */
/* Scoped styles to prevent interference with other page elements */

.tds-timeline-wrapper .table-pro {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
  max-width: 1100px;
  margin: 0 auto;
}

.tds-timeline-wrapper .table-pro thead th {
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #000;
  border: none;
  padding: 0 25px 5px 25px;
}

.tds-timeline-wrapper .table-pro tbody tr {
  background-color: #ffffff;
  transition: all 0.25s ease;
}

.tds-timeline-wrapper .table-pro tbody tr td {
  padding: 24px 25px;
  vertical-align: middle;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
}

/* Brand Accent Column */
.tds-timeline-wrapper .table-pro tbody tr td:first-child {
  border-left: 4px solid #e65227; /* Your Logo Color */
  border-radius: 12px 0 0 12px;
  font-weight: 700;
  color: #e65227;
  font-size: 1.15rem;
}

.tds-timeline-wrapper .table-pro tbody tr td:last-child {
  border-right: 1px solid #f1f5f9;
  border-radius: 0 12px 12px 0;
  text-align: left;
}

/* Hover elevation effect */
.tds-timeline-wrapper .table-pro tbody tr:hover {
  background-color: #fff9f8;
  transform: translateY(-3px);
  box-shadow: 0 12px 20px -10px rgba(230, 82, 39, 0.15);
}

/* Color States */
.tds-timeline-wrapper .td-due {
  color: #be123c;
  font-weight: 600;
}
.tds-timeline-wrapper .td-issue {
  color: #15803d;
  font-weight: 600;
}
.tds-timeline-wrapper .td-period {
  font-weight: 500;
  color: #1e293b;
}

/* The Remind Me Button */
.tds-timeline-wrapper .btn-brand {
  background: transparent;
  color: #e65227;
  border: 1px solid #e65227;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.tds-timeline-wrapper .btn-brand:hover {
  background-color: #e65227;
  color: white;
  box-shadow: 0 4px 12px rgba(230, 82, 39, 0.3);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .tds-timeline-wrapper .table-pro thead {
    display: none;
  }
  .tds-timeline-wrapper .table-pro tbody tr td {
    display: block;
    width: 100%;
    text-align: left !important;
    padding: 12px 25px;
    border: none;
  }
  .tds-timeline-wrapper .table-pro tbody tr {
    margin-bottom: 25px;
    display: block;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
  }
  .tds-timeline-wrapper .table-pro tbody tr td:first-child {
    border-left: 4px solid #e65227;
    padding-top: 25px;
  }
  .tds-timeline-wrapper .table-pro tbody tr td:last-child {
    padding-bottom: 25px;
  }

  .tds-timeline-wrapper .table-pro tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.7rem;
    color: #94a3b8;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
  }
}
/* ✅ Everything scoped under ONE wrapper class (no :root, no body styles) */
.ark-research-cards {
  --navy: #214d6d;
  --teal: #3ba39f;
  --green-mid: #5ccb95;
  --green-light: #82e395;
  background-color: transparent;
  padding: 50px 0;
}

.ark-research-cards .research-card {
  background: #fff;
  border-radius: 30px;
  padding: 35px;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: none;
}

/* Number Styling */
.ark-research-cards .step-number {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}

/* Content Area - centered vertically to avoid empty space */
.ark-research-cards .card-body-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

/* Blob Icon Shapes */
.ark-research-cards .blob-icon {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.2rem;
  position: absolute;
  z-index: 0;
}

/* Top Right Blobs (Cards 1 & 3) */
.ark-research-cards .blob-tr {
  top: -20px;
  right: -20px;
  border-radius: 0 0 0 70px;
}

/* Bottom Right Blobs (Cards 2 & 4) */
.ark-research-cards .blob-br {
  bottom: -20px;
  right: -20px;
  border-radius: 70px 0 0 0;
}

/* Hover Overlay */
.ark-research-cards .card-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  color: #fff;
}

.ark-research-cards .research-card:hover .card-overlay {
  top: 0;
}

.ark-research-cards .card-overlay ul {
  padding-left: 1.2rem;
  margin: 15px 0 25px 0;
}

/* Colors (scoped) */
.ark-research-cards .text-navy {
  color: var(--navy);
}
.ark-research-cards .bg-navy {
  background-color: var(--navy);
}

.ark-research-cards .text-teal {
  color: var(--teal);
}
.ark-research-cards .bg-teal {
  background-color: var(--teal);
}

.ark-research-cards .text-green-mid {
  color: var(--green-mid);
}
.ark-research-cards .bg-green-mid {
  background-color: var(--green-mid);
}

.ark-research-cards .text-green-light {
  color: var(--green-light);
}
.ark-research-cards .bg-green-light {
  background-color: var(--green-light);
}

.ark-research-cards .btn-outline-light {
  border-width: 2px;
  font-weight: 600;
  border-radius: 10px;
}

.validity-card-wrapper {
  --brand-color: #e75227;
  --brand-bg-light: rgba(231, 82, 39, 0.08);
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  background-color: #fdfdfd;
  /* Clean white/off-white */
  padding: 24px;
  border-radius: 12px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  border: 1px solid #f0f0f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
}

/* Header Override to fit layout (removing side padding for this specific card context) */
.validity-card-wrapper .card-header-title {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

/* Inner Cards */
.validity-card-wrapper .info-card {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 16px 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease;
  height: 80px;
  gap: 20px;
}

.validity-card-wrapper .info-card:hover {
  border-color: #eee;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.validity-card-wrapper .info-card:last-child {
  margin-bottom: 0;
}

/* Icons */
.validity-card-wrapper .icon-box {
  background-color: var(--brand-bg-light);
  color: var(--brand-color);
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  font-size: 1.1rem;
}

/* Labels */
.validity-card-wrapper .label-text {
  font-size: 0.75rem;
  color: #8890a5;
  /* Slightly lighter than ark_para for label */
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  font-family: system-ui;
}

/* Paragraph Override for Card Context */
.validity-card-wrapper .para-text-reset {
  padding: 0;
  /* Remove the 22px padding from .ark_para for inside the card */
  margin-bottom: 0;
  text-align: left;
}

/* Tags */
.validity-card-wrapper .tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.validity-card-wrapper .custom-tag {
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  color: #4b5675;
  /* Matching ark_para color */
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 13.9px;
  /* Matching ark_para size */
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.validity-card-wrapper .custom-tag i {
  color: #888;
  font-size: 0.8rem;
}

/* Right Section */
.validity-card-wrapper .right-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding-left: 20px;
}

.validity-card-wrapper .divider-col {
  position: relative;
}

.validity-card-wrapper .divider-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  border-left: 2px dashed #e0e0e0;
}

.validity-card-wrapper .renew-label {
  font-size: 0.85rem;
  color: #4b5675;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}

.validity-card-wrapper .date-big {
  font-size: 4.5rem;
  font-weight: 800;
  color: #212529;
  line-height: 0.9;
  margin-bottom: 4px;
  letter-spacing: -2px;
  font-family: system-ui;
}

.validity-card-wrapper .month-big {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--brand-color);
  /* Updated to Brand Color */
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: system-ui;
}

.validity-card-wrapper .annually-badge {
  background-color: #fff8f5;
  /* Very light orange tint */
  color: #333;
  border: 1px solid #ffdcb5;
  /* Soft orange/peach border */
  padding: 5px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.validity-card-wrapper .annually-badge i {
  color: var(--brand-color);
}

/* Mobile */
@media (max-width: 767px) {
  .validity-card-wrapper {
    padding: 16px;
  }

  .validity-card-wrapper .divider-col::before {
    display: none;
  }

  .validity-card-wrapper .divider-col {
    border-top: 2px dashed #e0e0e0;
    margin-top: 24px;
    padding-top: 24px;
  }

  .validity-card-wrapper .right-section {
    padding-left: 0;
  }
}
