/**
 * Theme Name:     Cash For Cars Lockyer Valley
 * Author:         the WordPress team
 * Template:       twentytwentyfive
 * Text Domain:	   cash-for-cars-lockyer-valley
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */

  


body { background-color: #fff !important;}

body,p,a,li,ul {line-height:1.2em !important;}

.wp-block-post-title
  {
    font-size: 40px !important;
}


a {text-decoration:none !important;}

h1 {font-size:45px !important;font-weight:600 !important;}
h2 {font-size:40px !important;font-weight:600 !important;}
h3 {font-size:22px !important;font-weight:600 !important;}
h4 {font-size:20px !important;font-weight:500 !important;}
h5 {font-size:17px !important;font-weight:600 !important;}
p,li {font-size:19px !important;font-weight:500 !important;}





:where(.wp-site-blocks *:focus) {
    outline-width: 0px !important;
    outline-style: none !important;
}

@media only screen and (max-width: 782px) {
    button.wp-block-navigation__responsive-container-open {
        color: #0E111B;
        background-color: #FEC004;
        padding: 5px;
        border-radius: 15px 2px;
    }
	h1{font-size: 40px !important}
	h2{font-size: 30px !important}

}


    .steps-container {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      max-width: 1000px;
      margin: 0 auto;
    }

    /* dotted line */
    .steps-container::before {
      content: "";
      position: absolute;
      top: 55px;
      left: 80px;
      right: 80px;
      border-top: 2px dotted #ccc;
      z-index: 1;
    }

    .step {
      text-align: center;
      width: 30%;
      position: relative;
      z-index: 2;
    }

    .step-icon {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background: #fff;
      border: 2px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      position: relative;
    }

    .step-icon.blue {
      background: #FEC004;
      color: #0E111B;
    }

    .step-icon i {
      font-size: 32px;
    }

.step-number {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 35px;
  height: 35px;
  background: #ffffff; /* white circle background */
  border-radius: 50%;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  color: #000; /* black text for visibility */
  z-index: 5;
  transition: all 0.3s ease; /* smooth animation */
}

/* Hover effect */
.step:hover .step-number {
  border-color: #FEC004;
  color: #FEC004;
  box-shadow: 0 0 8px rgba(0, 102, 233, 0.6);
  transform: scale(1.1);
}

    .step h3 {
      font-size: 18px;
      margin: 10px 0;
    }

    .step p {
      font-size: 14px;
      color: #0E111B;
      line-height: 1.6;
    }

    /* Responsive */
    @media(max-width: 900px) {
      .steps-container {
        flex-direction: column;
        align-items: center;
      }
      .steps-container::before {
        display: none;
      }
      .step {
        width: 100%;
        margin-bottom: 40px;
      }
    }





    .service-areas {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }


    .area-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 25px;
    }

    .area-box {
      background: #FEC004;
      color: #000000;
      padding: 18px 25px;
      border-radius: 2px;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      transition: all 0.3s ease;
      text-decoration: none; /* remove underline */
      box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }

    .area-box i {
      font-size: 18px;
      color: #000000;
}

    .area-box:hover {
      background: #fff;
      color: #000000;
      border: 5px solid #FEC004;
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0,102,233,0.3);
    }

/* Responsive */
@media(max-width: 600px) {
  .area-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
  }
  .area-box {
    font-size: 14px;
    padding: 14px 16px;
  }
}


     




