.elementor-1691 .elementor-element.elementor-element-d70a978{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-1691 .elementor-element.elementor-element-2ffff6d{width:100%;max-width:100%;}.elementor-1691 .elementor-element.elementor-element-2ffff6d.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2ffff6d *//* ============================================
   "Get Ready to Vote" Section
   All classes prefixed with "gr-" to avoid
   clashing with other sections on the page.
   Font: Inter (matches site global font)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800&display=swap');

.gr-section {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  width: 100%;
  background-color: #f5f6f8;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23E6321E' stroke-opacity='0.18' stroke-width='2'%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24' fill='none' stroke='%2314213d' stroke-opacity='0.14' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M3 7l9 6 9-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%23E6321E' stroke-opacity='0.16' stroke-width='2'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M9 12l2 2 4-4'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%2314213d' stroke-opacity='0.14' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 3'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23E6321E' stroke-opacity='0.12' stroke-width='2'%3E%3Cpath d='M12 21s-7-4.5-9-9C1.5 8 3 5 6 5c2 0 3.2 1.2 4 2.5C10.8 6.2 12 5 14 5c3 0 4.5 3 3 7-2 4.5-9 9-9 9z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 28px 28px, 30px 30px, 26px 26px, 28px 28px, 24px 24px;
  background-position:
    5% 10%,
    93% 15%,
    90% 90%,
    6% 85%,
    50% 6%;
  position: relative;
  padding: 40px 20px;
}

.gr-wrapper {
  position: relative;
  z-index: 1;
}

.gr-section * {
  box-sizing: border-box;
}

.gr-wrapper {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 40px;
}

/* ---------- LEFT COLUMN ---------- */
.gr-left {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.gr-info-box {
  background: linear-gradient(120deg, #fff5f4, #ffffff, #fdeeee, #ffffff);
  background-size: 300% 300%;
  animation: gr-gradient-shift 8s ease infinite;
  border: 1px solid #f3d9d7;
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 18px;
  flex: 1;
  display: flex;
  align-items: center;
}

@keyframes gr-gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.gr-badge {
  display: inline-block;
  background: #f6c9cc;
  color: #7a1f28;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
}

.gr-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 26px;
}

.gr-title .gr-navy {
  color: #14213d;
  display: block;
}

.gr-title .gr-red {
  color: #E6321E;
  display: block;
}

.gr-info-box p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  color: #57575b;
  margin: 0;
}

.gr-info-box p strong {
  color: #14213d;
  font-weight: 700;
}

.gr-link-row {
  background: #fff;
  border: 1px solid #e7e7eb;
  border-radius: 14px;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.gr-link-row .gr-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #8a8a90;
  margin: 0 0 4px;
}

.gr-link-row a {
  font-size: 15px;
  font-weight: 600;
  color: #14213d;
  text-decoration: none;
}

.gr-btn {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.gr-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(230, 50, 30, 0.35);
}

.gr-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(230, 50, 30, 0.3);
}

.gr-btn-dark {
  background: #E6321E;
  color: #fff;
}

.gr-btn-dark:hover {
  background: #ff4028;
  color: #fff;
  box-shadow: 0 6px 14px rgba(230, 50, 30, 0.35);
}

.gr-btn-red {
  background: #E6321E;
  color: #fff;
}

.gr-btn-red:hover {
  background: #ff4028;
  color: #fff;
}

/* ---------- RIGHT COLUMN ---------- */
.gr-right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.gr-right-title {
  font-size: 19px;
  font-weight: 800;
  color: #14213d;
  margin: 0 0 14px;
}

.gr-right-title .gr-red-text {
  color: #E6321E;
}

.gr-timeline-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 16px;
  display: flex;
  flex: 1;
  gap: 16px;
  border-left: 5px solid #E6321E;
  position: relative;
}

.gr-timeline-card:last-child {
  margin-bottom: 0;
}

.gr-timeline-card.gr-orange {
  border-left-color: #e08a2e;
}

.gr-timeline-card.gr-navy-border {
  border-left-color: #14213d;
}

.gr-tl-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbe3e4;
}

.gr-orange .gr-tl-icon {
  background: #fbecd8;
}

.gr-navy-border .gr-tl-icon {
  background: #e4e8f0;
}

.gr-tl-icon svg {
  width: 20px;
  height: 20px;
  stroke: #E6321E;
  fill: none;
  stroke-width: 2;
}

.gr-orange .gr-tl-icon svg {
  stroke: #e08a2e;
}

.gr-navy-border .gr-tl-icon svg {
  stroke: #14213d;
}

.gr-tl-body {
  flex: 1;
  min-width: 0;
}

.gr-tl-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.gr-tl-step {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin: 0 0 4px;
}

.gr-tl-step .gr-step-num {
  color: #8a8a90;
}

.gr-tl-step .gr-step-label {
  color: #E6321E;
}

.gr-orange .gr-tl-step .gr-step-label {
  color: #e08a2e;
}

.gr-navy-border .gr-tl-step .gr-step-label {
  color: #14213d;
}

.gr-tl-heading {
  font-size: 18px;
  font-weight: 700;
  color: #14213d;
  margin: 0 0 6px;
}

.gr-tl-heading.gr-red-heading {
  color: #E6321E;
}

.gr-tl-desc {
  font-size: 14px;
  font-weight: 500;
  color: #6a6a70;
  line-height: 1.6;
  margin: 0;
}

.gr-tl-desc strong {
  color: #333;
}

.gr-tl-small {
  font-size: 12.5px;
  font-weight: 500;
  color: #9a9aa0;
  margin: 4px 0 0;
}

.gr-tl-date {
  font-size: 14px;
  font-weight: 700;
  color: #14213d;
  white-space: nowrap;
  text-align: right;
}

.gr-tl-date.gr-red {
  color: #E6321E;
}

.gr-tl-pill {
  display: inline-block;
  margin-top: 8px;
  background: #f2f2f4;
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  color: #14213d;
  white-space: nowrap;
}

.gr-tl-pill.gr-pill-dark {
  background: #14213d;
  color: #fff;
}

/* ============================================
   Tablet
   ============================================ */
@media (max-width: 1000px) {
  .gr-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
  .gr-left,
  .gr-right {
    display: block;
  }
  .gr-info-box {
    display: block;
  }
  .gr-timeline-card {
    flex: none;
  }
  .gr-title {
    font-size: 36px;
  }
}

/* ============================================
   Mobile
   ============================================ */
@media (max-width: 600px) {
  .gr-section {
    padding: 28px 16px;
  }
  .gr-title {
    font-size: 30px;
  }
  .gr-info-box,
  .gr-link-row {
    padding: 16px 18px;
  }
  .gr-link-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .gr-link-row .gr-btn {
    width: 100%;
  }
  .gr-right-title {
    font-size: 20px;
  }
  .gr-timeline-card {
    padding: 16px;
    gap: 12px;
  }
  .gr-tl-top-row {
    flex-direction: column;
    gap: 6px;
  }
  .gr-tl-date {
    text-align: left;
  }
  .gr-tl-heading {
    font-size: 16px;
  }
}/* End custom CSS */