/* ==========================================================================
   Rayzon Solar — Rooftop Assessment Tool
   Theme: #095763 primary · #0FB37A accent · #F8FAFB background · 18px radius
   ========================================================================== */

:root {
  --primary: #095763;
  --primary-dark: #063d46;
  --accent: #0FB37A;
  --accent-soft: rgba(15, 179, 122, 0.12);
  --bg: #F8FAFB;
  --white: #FFFFFF;
  --ink: #10262b;
  --muted: #5b7278;
  --border: rgba(9, 87, 99, 0.12);
  --radius: 18px;
  --shadow: 0 8px 30px rgba(9, 87, 99, 0.10);
  --shadow-lg: 0 16px 48px rgba(9, 87, 99, 0.16);
  --font: 'Open Sans', system-ui, -apple-system, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
}

button {
  font-family: inherit;
  cursor: pointer;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 15px;
}

small {
  font-size: 0.55em;
  font-weight: 600;
  color: var(--muted);
}

[hidden] {
  display: none !important;
}

/* ---------- Glassmorphism ---------- */
.glass {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: calc(var(--radius) - 6px);
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 700;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  text-decoration: none;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
}

.btn-accent {
  background: linear-gradient(135deg, var(--accent), #0a8f61);
  color: #fff;
}

.btn-ghost {
  background: transparent;
  color: var(--primary);
  border: 2px solid var(--border);
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  text-transform: capitalize;
}

.btn-whatsapp:hover {
    background: #25D366;
    color: #fff;
}

.btn-lg {
  padding: 16px 32px;
  font-size: 17px;
}

.w-full {
  width: 100%;
}

/* ====== Modal Popup ====== */
.career-popup-modal {
    position: absolute;
    left: 34%;
}
.career-popup-modal .modal-content {
    background: transparent;
    text-align: center;
    border: none;
}
.career-popup-modal .career-popup {
    position: relative;
    overflow: hidden;
    padding: 20px;
    max-width: max-content;
    margin: auto;
    border-radius: 8px;
}

.career-popup-modal .career-popup-button button {
    border: none;
    margin: 0;
    position: absolute;
    font-weight: 600;
    padding: 12px 13px;
    right: 8px;
    top: 40px;
    color: #fff;
    background: #000;
    line-height: 0;
    z-index: 9;
    border-radius: 30px;
    transition: all 0.2s;
}
.career-popup-modal .career-popup-button button:hover {
    background: #095763;
}

.career-popup-modal .career-popup-button button:active, 
.career-popup-modal .career-popup-button button:active:focus {
    color: #fff;
    background-color: #015b67 !important;
    box-shadow: none !important;
}

/* ==========================================================================
   slider background
   ========================================================================== */
.slider-bg.slider_a-green-vision {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
}

.page__title {
  font-size: 70px;
  color: #fff;
  line-height: 62px;
  margin-bottom: 0;
}

.page__title-wrapper {
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.page__title-wrapper ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.page__title-wrapper ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}

.page__title-wrapper ul li span {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}

.page__title-wrapper ul li span:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  height: 15px;
  width: 2px;
  position: absolute;
  left: -3px;
  top: 5px;
}
@media (max-width: 767px) {
  .page__title {
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
  }
}
/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
    /* background: radial-gradient(1100px 500px at 80% -10%, rgba(15,179,122,.25), transparent 60%),
    linear-gradient(160deg, var(--primary) 0%, var(--primary-dark) 100%); */
    color: #fff;
    padding: 84px 20px 110px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #ededed;
}

.hero-inner {
  max-width: 760px;
  margin: 0 auto;
  animation: fadeUp .7s ease both;
}

.hero-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border: 2px solid #095763;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  letter-spacing: -1px;
  color: #000;
}

.hero-sub {
  margin: 14px auto 34px;
  font-size: 18px;
  opacity: .85;
  max-width: 520px;
  color: #777;
}

.search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 18px;
  max-width: 620px;
  margin: 0 auto;
}

.search-icon {
  width: 20px;
  height: 20px;
  color: var(--muted);
  flex: none;
}

.search-bar input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  color: var(--ink);
  min-width: 0;
}

.info-video button {
    top: -20px;
    right: -20px;
    padding: 10px 13px;
    border: none;
    border-radius: 25px;
    background: #095763;
}

.info-video button svg {
    fill: #fff;
}

.hero-steps {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.step-chip {
    padding: 7px 15px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border: linear-gradient(135deg, var(--primary), var(--primary-dark));
    opacity: .55;
    transition: all .3s ease;
}

.step-chip.active {
  opacity: 1;
  background: var(--accent);
  border-color: var(--accent);
}

/* ==========================================================================
   Map
   ========================================================================== */
.map-section {
  margin-top: -56px;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.map-wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

#map {
  width: 100%;
  height: 700px;
  background: #dfe8ea;
}

.map-toolbar {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 8px;
  z-index: 5;
  animation: fadeDown .4s ease both;
}

.tool-btn {
  border: none;
  background: transparent;
  border-radius: 12px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  transition: background .15s ease;
}

.tool-btn:hover {
  background: var(--accent-soft);
}

.tool-btn.primary {
  background: var(--primary);
  color: #fff;
}

.tool-btn.primary.active {
  background: var(--accent);
}

.tool-btn.danger:hover {
  background: rgba(220, 60, 60, .12);
  color: #c0392b;
}

.tool-btn:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.tool-sep {
  width: 1px;
  height: 22px;
  background: var(--border);
}

.area-badge {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 5;
  padding: 14px 22px;
  animation: fadeUp .4s ease both;
}

.area-value {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.1;
}

.area-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .8px;
}

.compass {
  position: absolute;
  top: 80px;
  right: 16px;
  z-index: 5;
  padding: 10px;
}

.compass-rose {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid var(--border);
  font-size: 11px;
  font-weight: 800;
  color: var(--muted);
}

.compass-rose span {
  position: absolute;
}

.c-n {
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--accent);
}

.c-s {
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.c-e {
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.c-w {
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.compass-needle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 34px;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, var(--accent) 50%, var(--muted) 50%);
  border-radius: 2px;
}

.map-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 28px;
  font-weight: 700;
  color: var(--muted);
  z-index: 4;
  pointer-events: none;
}
@media (max-width: 640px) {
  .map-hint {
    display: none;
  }
  .tool-btn {
    padding: 7px 12px;
    font-size: 12px;
  }
  .map-toolbar {
    gap: 6px;
    padding: 8px;
  }
}
/* ==========================================================================
   Configurator
   ========================================================================== */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.config-section,
.results-section {
  padding: 64px 0;
}

.section-title {
  text-align: center;
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 38px;
  letter-spacing: -.5px;
}

.config-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.config-card {
  padding: 22px;
  animation: fadeUp .5s ease both;
}

.config-card.highlight {
  border: 2px solid var(--accent);
}

.config-card label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: var(--primary);
  margin-bottom: 10px;
}

.config-card button#layout-btn, .search-bar button#search-btn, .cta-row button#open-lead-btn, #lead-submit, .popup-video {
    text-transform: capitalize;
}

.config-card button#layout-btn:hover, .search-bar button#search-btn:hover, .cta-row button#open-lead-btn:hover, #lead-submit:hover, .popup-video:hover,
.config-card button#layout-btn:focus, .search-bar button#search-btn:focus, .cta-row button#open-lead-btn:focus, #lead-submit:focus, .popup-video:focus {
    color: #fff;
    box-shadow: none;
}

.config-card output {
  color: var(--accent);
  font-size: 15px;
}

.config-card .hint,
.hint {
  font-size: 13px;
  color: var(--muted);
  margin-top: 8px;
}

.hint.center,
.center {
  text-align: center;
}

input[type="range"] {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(to right, var(--accent) var(--fill, 60%), #dde7e9 var(--fill, 60%));
  border-radius: 999px;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--accent);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
  cursor: grab;
}

input[type="number"],
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 12px;
  background: #fff;
  outline: none;
  transition: border .15s ease;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
}

.segmented {
  display: flex;
  background: #eef4f5;
  border-radius: 12px;
  padding: 4px;
  gap: 4px;
}

.seg-btn {
  flex: 1;
  border: none;
  background: transparent;
  border-radius: 9px;
  padding: 9px 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  transition: all .15s ease;
}

.seg-btn.active {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 2px 6px rgba(9, 87, 99, .25);
}

/* ==========================================================================
   Result cards
   ========================================================================== */
.results-section {
  background: linear-gradient(to bottom, var(--bg), #eef5f4);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.result-card {
  padding: 26px 22px;
  text-align: center;
  animation: fadeUp .55s ease both;
  transition: transform .2s ease, box-shadow .2s ease;
}

.result-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.result-card:nth-child(2) {
  animation-delay: .05s;
}

.result-card:nth-child(3) {
  animation-delay: .1s;
}

.result-card:nth-child(4) {
  animation-delay: .15s;
}

.result-card:nth-child(5) {
  animation-delay: .2s;
}

.result-card:nth-child(6) {
  animation-delay: .25s;
}

.result-card:nth-child(7) {
  animation-delay: .3s;
}

.result-card:nth-child(8) {
  animation-delay: .35s;
}

.rc-icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.rc-value {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -.5px;
}

.rc-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-top: 4px;
}

/* ---------- ROI ---------- */
.roi-panel {
  margin-top: 34px;
  padding: 30px;
}

.roi-panel h3 {
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 22px;
}

.roi-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 30px;
  align-items: start;
}

.roi-inputs label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 14px 0 7px;
}

.roi-inputs label:first-child {
  margin-top: 0;
}

.roi-outputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.roi-stat {
  background: var(--accent-soft);
  border-radius: 14px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.roi-num {
  font-size: 26px;
  font-weight: 800;
  color: var(--primary);
}

.roi-lbl {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .6px;
}

.progress-track {
  height: 10px;
  background: #e2ecee;
  border-radius: 999px;
  margin-top: 26px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  transition: width 1s cubic-bezier(.22, 1, .36, 1);
}

.cta-row {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

/* ==========================================================================
   Modal
   ========================================================================== */
.career-popup-modal .modal-content {
    background: transparent;
    text-align: center;
    border: none;
}
.career-popup-modal .career-popup {
    position: relative;
    overflow: hidden;
    padding: 0;
    max-width: max-content;
    margin: auto;
}

.career-popup-modal .modal-dialog-centered {
    max-width: 980px;
}

.career-popup-modal .career-popup-button button {
    border: none;
    margin: 0;
    position: absolute;
    font-weight: 600;
    padding: 12px 13px;
    right: 0px;
    top: 30px;
    color: #fff;
    background: #0e5a65;
    line-height: 0;
    z-index: 9;
    border-radius: 30px;
    transition: all 0.2s;
}
.career-popup-modal .career-popup-button button:hover {
    background: #000;
}

.career-popup-modal .career-popup-button button:active, 
.career-popup-modal .career-popup-button button:active:focus {
    color: #fff;
    background-color: #015b67 !important;
    box-shadow: none !important;
}
/* ==========================================================================
   Modal
   ========================================================================== */
.lead-modal .modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  background: rgba(6, 61, 70, .55);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeIn .25s ease both;
}

.lead-modal .modal {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 34px;
  height: auto;
  overflow-y: auto;
  animation: popIn .3s ease both;
  display: block;
}

.lead-modal .modal h3 {
  color: var(--primary);
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: 600;
}

.lead-modal .modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #eef4f5;
  font-size: 15px;
  color: var(--muted);
  transition: background .15s ease;
}

.lead-modal .modal-close:hover {
  background: #e0eaec;
}
.lead-modal .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}

.lead-modal .field.span-2 {
  grid-column: span 2;
}

.lead-modal .field label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 5px;
}

.lead-modal .form-error {
  color: #c0392b;
  font-weight: 700;
  font-size: 14px;
  margin: 14px 0 0;
}

.lead-modal #lead-submit {
  margin-top: 20px;
}

/* ---------- Success check ---------- */
.success-check {
  width: 84px;
  margin: 8px auto 18px;
}

.success-check svg {
  width: 100%;
}

.success-check circle {
  fill: none;
  stroke: var(--accent);
  stroke-width: 2.5;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: draw .6s ease forwards;
}

.success-check path {
  fill: none;
  stroke: var(--accent);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: draw .4s ease .55s forwards;
}

/* ---------- Spinner ---------- */
.spinner-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(255, 255, 255, .55);
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 5px solid var(--accent-soft);
  border-top-color: var(--accent);
  animation: spin .8s linear infinite;
}

.footer {
  text-align: center;
  padding: 40px 20px;
  color: var(--muted);
  font-size: 13px;
}

/* ==========================================================================
   Animations
   ========================================================================== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate(-50%, -14px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(.94);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 900px) {
  .roi-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  #map {
    height: 400px;
  }

  .hero {
    padding: 60px 16px 90px;
  }

  .search-bar {
    flex-wrap: wrap;
    padding: 10px;
  }

  .search-bar input {
    width: 100%;
    padding: 8px 4px;
  }

  .search-bar .btn {
    width: 100%;
  }

  .map-toolbar {
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% - 24px);
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field.span-2 {
    grid-column: span 1;
  }

  .roi-outputs {
    grid-template-columns: 1fr;
  }

  .btn-lg {
    width: 100%;
  }

  .compass {
    display: none;
  }
}

/* ==========================================================================
   Print report
   ========================================================================== */
@media print {

  .hero,
  .map-toolbar,
  .cta-row,
  .footer,
  .modal-overlay,
  .spinner-overlay,
  .config-section,
  .map-hint,
  .compass {
    display: none !important;
  }

  body {
    background: #fff;
  }

  #map {
    height: 420px;
  }

  .result-card,
  .roi-panel {
    box-shadow: none;
    border: 1px solid #ddd;
    break-inside: avoid;
  }
}


/* ----- FAQ's ----- */
.technology_faq {
    margin-bottom: 80px;
}
.technology_faq_title {
    text-align: center;
    margin-bottom: 30px;
}
.technology_faq_title h2 {
    font-weight: 700;
    margin-bottom: 20px;
}
.technology_faq_title p {
    width: 87%;
    margin: auto;
    line-height: 1.5;
    font-size: 16px;
}
@media screen and (max-width: 991px) {
    .technology_faq_title p {
        font-size: 14px;
    }
}
  .accordion .accordion-item {
    border: 1px solid #e5e5e5;
    padding: 28px 32px;
    margin-bottom: 20px;
  }
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
  }

  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  .accordion button[aria-expanded=true] .icon::after {
    width: 0;
  }
  .accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
  }
@media screen and (max-width: 991px) {
  .accordion button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
    .accordion button .accordion-title {
        font-size: 13px;
    }
}