.elementor-29687 .elementor-element.elementor-element-1e7186e{--display:flex;--background-transition:0.3s;--margin-top:16px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9258718 *//* ---------- Global Styles ---------- */

/* Top-Level Options */
.top-level-options {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em 1em;
    justify-content: flex-start;
    margin: 1em 0 2.5em 0;
  }


.top-level-options p {
  width: 100%;
  text-align: left;
}

.call-instruction {
  background-color: #f8f8f8;
  border-left: 6px solid #38AB4A;
  padding: 8px 40px 8px 20px;
  color: #404040;
  font-family: 'Source Serif Pro', serif;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
  margin: 1em 0;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}


.call-instruction strong {
  font-weight: 600;

}

/* Purpose Cards Layout */
.purpose-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
  gap: 0.8em;
  margin-top: 0em;
}

.purpose-card {
  flex: 0 1 19%;
  min-width: 150px;
  max-width: 200px;
  background-color: #fff;
  border: 2px solid #C8C8C8; /* ✅ light grey default */
  border-radius: 8px;
  padding: 0.8em;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: space-between;
}

.purpose-card:hover,
.purpose-card.active {
  background-color: #f8fff9;
  border-color: #2d8b3d; /* ✅ green on hover/active */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.purpose-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 1em;
}

.purpose-card h3 {
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
}

.title-main {
  font-weight: 600;
  color: #1a1a1a;
}

.title-sub {
  font-weight: 400;
  color: #555;
}

.purpose-card p {
  font-size: 12px;
  color: #666;
  flex-grow: 1;
  margin-bottom: 1em;
  margin-top: 1em;
}

.purpose-card .purpose-btn {
  background-color: #38AB4A;
  color: #fff;
  border: none;
  padding: 9px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  width: 100%;
}

.purpose-card .purpose-btn:hover {
  background-color: #2d8b3d;
}

/* Universal Button Focus / Active Styling */
button,
.button,
input[type="submit"] {
  background-color: #38AB4A;
  color: #fff;
  border: none;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

button:hover,
.button:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
input[type="submit"]:focus,
button:active,
.button:active,
input[type="submit"]:active {
  background-color: #2d8b3d;
  color: #fff;
  outline: none;
}

/* Intro Section */
.script-intro {
    width: 100%;
  font-size: 14px;
  color: #494949;
}

.script-intro h2 {
  margin-top: 0;
  font-size: 16px;
  color: #2c2c2c;
}

.script-intro p {

  line-height: 2;
}

/* Second-Level: Service Options */
#service-options {
  display: none;
  text-align: left;
  margin-top: 0em;
  margin-bottom: 3em;
}

#service-options p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-bottom: 1em;
}

/* Service Cards Container */
.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}

/* Service Card */
.card.service-card {
  background-color: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
  width: 24%;
  min-width: 220px;
  max-width: 260px;
  padding: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Inside Card */
.card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Top of Card */
.card-top {
  min-height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

/* Image */
.card.service-card img {
  width: 80px;
  height: auto;
  margin-bottom: 12px;
}

/* Title */
.card.service-card h3 {
  font-size: 17px;
}

.card.service-card .title-main {
  font-weight: 500;
}

.card.service-card .title-sub {
  font-weight: 300;
}

/* Description */
#service-options .card-description {
  font-size: 12px;
  font-weight: 300;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* Divider Line */
.card-divider {
  margin: 2em 0;
  flex-shrink: 0;
  border: none;
  border-top: 1px solid #eee;
}

/* Service List */
.service-list {
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

.service-list li {
  margin-bottom: 0.5em;
  font-size: 14px;
}

.service-list .word-bold {
  font-weight: 600;
}

.service-list .word-light {
  font-weight: 300;
}

/* Proceed Button */
.card.service-card .proceed-button {
  margin-top: auto;
  width: 100%;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 600;
  background-color: #38AB4A;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease;
}

.card.service-card .proceed-button:hover {
  background-color: #2d8b3d;
}

/* Active / Hover Card */
.card.service-card.active {
  border-color: #2d8b3d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card.service-card:hover {
  background-color: #f8fff9;
  border-color: #38AB4A;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Sections */
.section {
  display: none;
  text-align: left;
  margin-top: 0;
}




/* Speech Bubbles */
.speech-bubble {
  position: relative;
  background: #FDFDFD;
  border: 1px solid #38AB4A;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 0em;
  font-style: italic;
  max-width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #FDFDFD;
  z-index: 2;
}

.speech-bubble::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 29px;
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-top-color: #38AB4A;
  z-index: 1;
}

/* Operator Instructions */
.operator-instructions {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #181818;
  background-color: #f9f9f9;
  padding: 8px;
  border-left: 4px solid #38AB4A;
  margin: 1em 0;
}

.client-script {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  font-style: italic;
  margin: 1em 0;
}

/* Postcode Check */
.postcode-check {
  margin-top: 1em;
}

.postcode-check label {
  font-weight: 500;
  font-size: 16px;
}

.postcode-check input[type="text"] {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 80%;
  max-width: 300px;
  margin: 1em 0;
}

.postcode-check button {
  background-color: #38AB4A;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.postcode-check button:hover,
.postcode-check button:focus,
.postcode-check button:active {
  background-color: #2d8b3d;
  color: #fff;
  outline: none;
}

.postcode-check .postcode-result {
  margin-top: 10px;
  font-size: 16px;
}

/* House Clearance Quote Options */
.house-clearance-quote-options {
  display: none;
  margin-top: 1em;
}

.house-clearance-quote-options button {
  padding: 16px 32px;
  font-size: 16px;
  border: 2px solid #38AB4A;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.house-clearance-quote-options button:hover {
  background-color: #38AB4A;
  color: #fff;
}

/* Quote Method Cards */
.quote-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
  margin-top: 2em;
}

.quote-card {
  flex: 1 1 300px;
  max-width: 320px;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
  padding: 1.25em;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-card svg {
  margin-bottom: 0.2em;
  height: 40px;
}

.quote-card h4 {
  font-size: 1rem;
  margin-bottom: 0.2em;
}

.quote-card .description {
  font-size: 0.8rem;
  color: #797979;
  margin-bottom: 1em;
}

.quote-card .proceed-button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #38AB4A;
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.quote-card .proceed-button:hover {
  background-color: #2d8b3d;
}

/* Quote Details 
.quote-detail {
  margin-top: 2em;
  padding: 1em;
  border-left: 4px solid #38AB4A;
  background-color: #f9f9f9;
}*/

/* Get Info Accordian */
/* pills */
.info-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.info-btn {
  background: #f0f9f0;
  border: 1px solid #d8f0d8;
  border-radius: 999px;
  padding: 0.5em 1em;
  cursor: pointer;
  font-size: 0.95rem;
}
.info-btn.active {
  background: #38ab4a;
  color: #fff;
  border-color: #2d8b3d;
}

.section-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5em;       /* vertical spacing between items */
  margin: 1em 0 2.5em; /* same top/bottom as top‐level */
}

/* Basic accordion styles */
.accordion-item {
  border: 1px solid #38AB4A;
  border-radius: 6px;
  overflow: hidden;
}
.accordion-header {
  background: #fff;
  padding: 1em;
  width: 100%;
  text-align: left;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion-body {
  display: none;
  padding: 1em;
  background: #f9f9f9;
  border-top: 1px solid #38AB4A;
}
.accordion-icon {
  width: 1.25em;
  height: 1.25em;
  transition: transform 0.2s;
}
/* When .accordion-item has class `.active`, show body + rotate icon */
.accordion-item.active .accordion-body {
  display: block;
}
.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}


/* Appointment Times */
#appointment-times {
  display: none;
  margin-top: 1em;
  padding: 1em;
  border: 2px solid #38AB4A;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}

.section-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5em 1em;      /* vertical 1.5em, horizontal 1em */
  margin: 1em 0 2.5em; /* top 1em, bottom 2.5em */
}/* End custom CSS */