/*
Theme Name: Eviction
Theme URI: https://tenanttenantdisrepair.co.uk/tenant
Author: Bryan Hadaway
Author URI: https://tenanttenantdisrepair.co.uk//tenant#section-contributors
Description: Donate: https://tenanttenantdisrepair.co.uk/tenant. Learn: https://tenant.me/. tenant is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/tenant/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: tenant

tenant WordPress Theme 2011-2024
tenant is distributed under the terms of the GNU GPL
*/
/* Position bottom menu */
.container{
	max-width:1170px
}
.bottom-nav {
  position: fixed;
  bottom: 60px; /* just above CTA bar */
  left: 0;
  right: 0;
  background: #f7f7f7;
  display: none;
  z-index: 1000;
}

.bottom-nav.show {
  display: block;
}
@media (max-width: 767px) {
  h1 {
    text-align: center;
  }
}

.table-scroll-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px !important;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth; /* smooth scroll */
}

.eviction-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.eviction-table th,
.eviction-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  font-size: 14px;
}

.eviction-table th {
  background-color: #f4f4f4;
  font-weight: bold;
  white-space: nowrap;
}

.scroll-btn {
  background: transparent;
  color: #4b198a;
  border: none;
  padding: 3px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
  margin: 0 5px;
}

.scroll-btn:hover {
  background: transparent;
}

.faq-item {
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .company-info h3,
  .company-info p {
    text-align: center;
  }
  .cta-left h3,
  .cta-left p {
    text-align: center;
  }
}
.cta-action-1 {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
	
}
.te-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.te-logo {
  width: 250px;
}

.te-actions {
  display: flex;
  gap: 10px;
}

.te-menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}

@media (max-width: 768px) {
  .te-actions {
    top: 100%;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
  }

  .te-actions.show {
    display: flex;
  }

  .te-menu-toggle {
    display: block;
  }

  .te-bar {
    flex-wrap: wrap;
  }

  .te-logo {
    width: 180px;
  }
}

.eviction-table-container {
  
  margin: 0 auto;
  background: #fff;
}

.eviction-title {
  font-size: 24px;
  font-weight: bold;
  color: #6a1b9a; /* Purple */
  margin-bottom: 15px;
}

table.eviction-table {
  width: 100%;
  border-collapse: collapse;
}

table.eviction-table th,
table.eviction-table td {
  border: 1px solid #000;
  padding: 12px;
  vertical-align: top;
  text-align: left;
  font-size: 17px !important;
  line-height: 30px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

table.eviction-table th {
  background-color: #f5f5f5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .eviction-table-container {
    overflow-x: auto;
  }

  table.eviction-table {
    width: 100%;
    min-width: 800px;
  }
}
.cta-action-1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  gap: 5px;
	margin-top:30px;
}
@media (max-width: 767px) {
  .eviction-process .two-columns {
    gap: 20px !important;
  }
}
ul li {
  margin-bottom: 10px;
}
.display-5 {
  font-weight: 800 !important;
}
.promise-item i {
  color: #fe6721 !important;
}
@media (max-width: 767px) {
  .floating-box {
    display: none !important;
  }
}

.display-5 {
  font-size: 30px !important;
}
@media (max-width: 767px) {
  .display-5 {
    font-size: 27px !important;
  }
}
ul li {
  list-style: none !important;
}
svg {
  width: 15px;
  height: 15px;
}

.item {
  align-items: center;
}
.btn-housing {
  background-color: #1cc6dd;
  color: #ffffff;
  border-color: #1cc6dd;
  border-radius: 4px;
  padding: 15px 22px;
  font-weight: 700;
}
.btn-housing-orange {
  background: rgb(254, 103, 33);
  color: #ffffff;
  border-color: rgb(254, 103, 33);
  border-radius: 4px;
  padding: 15px 22px;
  font-weight: 700;
}

.eviction-process {
  background-color: #081f3a;
  color: white;
  padding: 20px 20px;
  font-family: "Poppins", sans-serif;
}

.eviction-process .container {
  max-width: 1320px;
  margin: 0 auto;
}

.eviction-process h2 {
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 20px;
}

.eviction-process p {
  font-size: 16px;
  line-height: 1.6;
}

.eviction-process .two-columns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}

.eviction-process .column {
  flex: 1;
  min-width: 300px;
}

.eviction-process h3,
.eviction-process h4 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: 800;
}

.eviction-process ul {
  list-style-type: disc;
  padding-left: 20px;
}

.eviction-process li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.checkbox-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 14px;
}

button[type="submit"] {
  background-color: #ffd740;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #ffb300;
}
.footer-bottom {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-column ul li,
.footer-column p {
  font-size: 15px !important;
}
@media (max-width: 767px) {
  .footer-bottom {
    width: 100% !important;
  }
}
.site-footer {
  background-color: #0d0c16;
  color: #fff;
  padding: 40px 20px 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1320px;
  margin: auto;
}

.footer-column h3,
.footer-column h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column a {
  color: #fff;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #ccc;
}

/* Top Button */
.top-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #2c2f78;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.top-btn:hover {
  background: #1e1f60;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.faq-section {
  padding: 20px 10px;
  background-color: #f9f9f9;
}

.faq-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.faq-image img {
  width: 100%;
 
  border-radius: 8px;
}

.faq-accordion {
  flex: 1;
  min-width: 300px;
}

.faq-item {
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.faq-question {
  background-color: #4b198a;
  color: white;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s ease;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 20px;
}

.faq-question.active::after {
  content: "-";
}

.faq-answer {
  display: none;
  background-color: #fff;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  border-top: 1px solid #ccc;
}

.callback-wrap {
  font-family: "Poppins", sans-serif;
  max-width: 420px; /* adjust to fit your sidebar/column */
}
.pricing-section {
  background-color: #082137;
  color: white;
  padding: 50px 20px;
}
.purple-nav {
  background-color: #3c1053; /* Purple background */
  padding: 10px 0;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-list li {
  margin: 10px 20px;
}

.nav-list a {
  color: #333;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s ease;
  text-decoration: none !important;
}

.nav-list a:hover {
  color: #ffcc00;
}

/* Responsive for Mobile */
@media screen and (max-width: 768px) {
  .nav-list {
    flex-direction: column;
    align-items: center;
    border-bottom: none;
  }

  .nav-list li {
    margin: 8px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
  }

  .nav-list li:last-child {
    border-bottom: none;
  }
}
.cta-buttons {
  display: flex;
  justify-content: space-between;
  background-color: #4b198a;
  border: 1px solid #ccc;
  overflow: hidden;
  width: 100%;
  border-right: 1px solid #fff;
}
@media (min-width: 767px) {
  .cta-buttons {
    display: none !important;
  }
}
.cta-btn {
  flex: 1;
  text-align: center;
  padding: 10px;
  background-color: #4b198a;
  color: #fff;
  font-weight: 600;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.cta-buttons a span {
  font-size: 14px;
}
.cta-btn i {
  font-size: 16px;
  margin-bottom: 5px;
}

.cta-btn:last-child {
  border-right: none;
}

/* Responsive */
@media (max-width: 600px) {
  .cta-buttons {
    flex-direction: row;
  }
  /*.te-actions*/
  /*{*/
  /*    display:none !important;*/
  /*}*/

  .cta-btn {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #000;
  }

  .cta-btn:last-child {
    border-bottom: none;
  }
  .cta-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  padding-bottom: 5px;
}

.subheading {
  font-size: 1.1rem;
  margin: 20px 0 40px;
}

.pricing-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.column {
  flex: 1 1 45%;
}

.column h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.custom-bullets {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .pricing-columns {
    flex-direction: row;
  }

  .column {
    flex: 1 1 100%;
  }
}
.custom-bullets li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Custom Bullet Style */

.image-section {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

/* Base style for all floating boxes */
.floating-box {
  position: absolute;
  background: white;
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  max-width: 160px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

/* Specific position for the top box */
.box-top {
  top: 10%;
  right: 5%;
}
.box-top-2 {
  top: 35%;
  right: 5%;
}
/* Specific position for the bottom box */
.box-bottom {
  top: 60%;
  right: 5%;
}

/* Optional responsive tweak */
@media (max-width: 768px) {
  .floating-box {
    max-width: 80%;
    left: 10%;
    right: auto;
  }

  .box-top {
    top: 5%;
  }

  .box-bottom {
    top: auto;
    bottom: 5%;
  }
}
.callback-card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow);
}

.cb-title {
  margin: 0 0 4px;
  color: var(--purple);
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.2;
}
.cb-sub {
  margin: 0 0 12px;
  color: #444;
  font-size: 0.95rem;
}

.cb-label {
  display: block;
  font-weight: 700;
  color: #3a3a3a;
  font-size: 0.9rem;
  margin: 12px 0 6px;
}

.cb-input {
  width: 100%;
  border: 1px solid #e7e7e7;
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 0.95rem;
  outline: none;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.cb-input::placeholder {
  color: #b6b6b6;
}
.cb-input:focus {
  border-color: var(--focus);
  box-shadow: 0 0 0 4px rgba(110, 43, 189, 0.12);
}

.cb-btn {
  width: 100%;
  margin-top: 16px;
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 800;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(90deg, var(--pink), var(--pink-2));
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.06s ease, filter 0.2s ease;
}
.cb-btn:hover {
  filter: brightness(1.05);
}
.cb-btn:active {
  transform: translateY(1px);
}

.cb-foot {
    margin: 10px 0;
    font-size: 0.82rem;
    color: #000;
    font-size: 14px !important;
    line-height: normal !important;
}
.cb-link {
  color: #6b6b6b;
  text-decoration: underline;
}

.cb-alt {
  margin: 0;
  font-size: 0.9rem;
  color: #a0437d;
  font-weight: 600;
}
.cb-call {
  color: #c0206e;
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
}
.cb-call:hover {
  text-decoration: underline;
}

/* Small screens full width */
@media (max-width: 560px) {
  .callback-wrap {
    max-width: 100%;
  }
}
.btn:hover {
  background-color: #102a54 !important;
  color: #fff;
}
p,
ul li,
.hero .checklist .item span {
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.accordion-button:not(.collapsed) {
  background-color: #102a54;
  color: #fff;
  border: none !important;
}
.accordion-button {
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.step {
  min-height: 280px;
}
@media (max-width: 767px) {
  .arrow {
    display: none !important;
  }
}
footer {
  background: #fff;
  padding: 24px 0;
  font-size: 14px;
  color: #555;
  border-top: 1px solid #ddd;
}
footer a {
  color: #5a22a6;
  font-weight: 400;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.legal-note {
  max-width: 1100px;
  margin: 0 auto;
}
.custom-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 24px 28px;
  height: 100%;
}
.custom-card h3 {
  color: #5a22a6;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
}
.tick-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tick-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #444;
}
.tick-list li::before {
  content: "☑";
  position: absolute;
  left: 0;
  top: 0;
  color: orange;
  font-size: 18px;
  line-height: 1.2;
}
.flow {
  background: var(--purple);
  padding: 36px 18px;
}
.flow-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.step {
  background: var(--card);
  border: 3px solid var(--red);
  border-radius: 6px;
  padding: 18px 16px;
  width: 160px;
  min-width: 160px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.step h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}
.step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--muted);
}
.step {
  background: #fff;
}
.arrow {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}

/* Stack on small screens */
@media (max-width: 820px) {
  .flow-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .arrow {
    transform: rotate(90deg);
  }
}
.card {
  background: var(--panel);
  border-radius: 16px;
  padding: 28px 28px 22px;
  box-shadow: var(--shadow);
  border: 1px solid var(--ring);
}
.card h2 {
  margin: 0 0 14px;
  color: var(--purple);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.2;
}
.card p {
  margin: 0 0 14px;
  line-height: 1.7;
  color: var(--muted);
}
.card p strong {
  color: var(--text);
  font-weight: 800;
}
.card ul {
  margin: 0 0 14px 1.1rem;
  padding: 0;
  color: var(--muted);
}
.card li {
  margin: 8px 0;
  line-height: 1.7;
}
.card li strong {
  color: var(--text);
  font-weight: 800;
}

/* CTA that looks like the highlighted pink label */
.cta-label {
  display: inline-block;
  background: var(--pink);
  color: var(--white);
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 3px;
  text-decoration: none;
  line-height: 1;
}

@media (max-width: 640px) {
  .card {
    padding: 22px;
  }
  .card h2 {
    font-size: 22px;
  }
}

:root {
  --brand: #0d6efd; /* Bootstrap primary */
  --accent: #ff7a00; /* Orange tick */
  --dark: #0b1930;
  --muted: #6c757d;
}
body {
  scroll-behavior: smooth;
}

/* Fixed utility topbar */
.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 1031;
  background: #0b1930;
  color: #fff;
  font-size: 0.9rem;
}
.topbar a {
  color: #fff;
  text-decoration: none;
}
.topbar .badge-sra {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.35rem;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.06);
}

/* Hero */
.hero {
  background-image: linear-gradient(
      rgba(11, 25, 48, 0.78),
      rgba(11, 25, 48, 0.78)
    ),
    url("background-eviction.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  padding: 25px 0 25px;
}
.hero .checklist .item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.hero .checklist .item i {
  color: #20c997;
}
.hero-card {
  background: #ffffff;
  border-radius: 0px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

/* Sliding banner under header */
.promise-item i {
  color: #20c997;
}

/* Steps */
.step-card {
  height: 100%;
  border-radius: 1rem;
}
.step-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f5ff;
}

/* Orange tick list */
.tick-list {
  list-style: none;
  padding-left: 0;
}
.tick-list li {
  padding-left: 1.7rem;
  position: relative;
  margin: 0.5rem 0;
}
.tick-list li::before {
  content: "\f26e"; /* bi-check2-circle */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: var(--accent);
  font-size: 1.15rem;
}

/* Reviews carousel */
.star {
  color: #f4c430;
}

/* CTA block */
.cta {
  background: linear-gradient(135deg, #0b1930 0%, #102a54 100%);
  color: #fff;
}

/* Footer logos */
.logo-box {
  width: 110px;
  height: 48px;
  background: #eef2f7;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #6b7280;
}

/* Small helpers */
.shadow-soft {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
}
.kbd {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  background: #111827;
  color: #fff;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .te-title {
    display: none !important;
  }
}

</style > <style > :root {
  --purple: #4b198a;
  --green: #18c79f;
  --pink: #e50067;
  --white: #fff;
}
.te-wrap {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.te-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.te-title {
  color: var(--purple);
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.te-actions {
  gap: 10px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.pill--green {
  background: var(--green);
}
.pill--pink {
  background: var(--pink);
}
.pill svg {
  width: 16px;
  height: 16px;
}
.logo-box {
  background: #4b198a;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: bold;
}
.info-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4b198a;
  padding: 15px 10px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 16px;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.check-icon {
  background-color: #fe6721;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.divider {
  width: 1px;
  height: 24px;
  background-color: rgba(255, 255,255, 0.8);
}
.section-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 20px;
  font-family: "Poppins", sans-serif;
  gap: 40px;
  flex-wrap: wrap;
}

.content {
  flex: 2;
  min-width: 300px;
}

.content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.content p {
  line-height: 1.6 !important;
  margin-bottom: 16px;
  color: #222;
}

.cta-button {
  background-color: #00c26f;
  color: white;
  font-weight: bold;
  padding: 14px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.sidebar {
  flex: 1;
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 12px;
  min-width: 280px;
}

.sidebar h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.sidebar ul {
  list-style: none;
  padding-left: 0;
	margin-bottom:45px
}

.sidebar li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #222;
  line-height: 1.4;
}

.bullet {
  width: 12px;
  height: 12px;
  background-color: #0a2338;
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
}
.step-row-with-arrow {
  display: flex;
  align-items: stretch; /* make children same height */
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap; /* no wrapping on desktop */
  font-family: "Poppins", sans-serif;
  margin: 40px 0;
}
.step-row-with-arrow {
  display: flex;
  align-items: center; /* change from stretch to center */
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  margin: 40px 0;
}

.step-box {
  background-color: #f5f5f5;
  padding: 20px 15px;
  border-radius: 10px;
  width: 160px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px; /* optional: set min height for consistent boxes */
}

.arrow-between {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 50px solid #2b8cac;
  position: relative;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  /* vertically centered because parent flex container has align-items: center */
}

.arrow-number {
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .step-row-with-arrow {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
  }
  .step-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .arrow-number {
    position: absolute;
    left: -6px;
    transform: translateY(-168%);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
}

element.style {
}
@media (max-width: 768px) {
  .arrow-number {
    position: absolute;
    left: -34px !important;
    transform: translateY(-57%);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  .step-box p {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media (min-width: 767px) {
  .mobile {
    display: none;
  }
}
.banner-top {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0px;
}
.nav-list-mobile {
  display: none;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: #f7f7f7;
}

.nav-list-mobile li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.nav-list-mobile li a {
  color: #333;
  text-decoration: none;
  display: block;
}

/* Show nav when active */
.nav-list-mobile.show {
  display: block;
}

/* Responsive tweaks */
@media (min-width: 768px) {
  .te-menu-toggle {
    display: none;
  }
  .nav-list-mobile {
    display: none !important; /* Hide mobile menu on desktop */
  }
}
@media (max-width: 767px) {
  .te-actions .mobile {
    display: none !important;
  }
  .te-bar img {
    width: 140px !important;
  }
  .te-actions .start {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
  }
}
.te-bar img {
  width: 180px;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{margin:0px !important;padding:0px !important}