body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
}
a {
    text-decoration: none;
    color: inherit;
}
nav ul li {
    margin: 0 20px;
}
nav ul li a {
    color: #004376;
    font-size: 1em;
    font-weight: bold;
}

.cta-button2 {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s ease;
    margin-bottom: 40px;
    background-color: #004376;
    color: #fff;
}

.cta-button2:hover {
    background: #002541;
    box-shadow: 0 0.3rem 1rem rgba(0,0,0,0.2);
    transform: translateY(-0.05rem);
}
.cta-button3 {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.2em;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s ease;
    margin-bottom: 40px;
    background-color: #e2b01b;
    color: #fff;
}

.cta-button3:hover {
    background: #002541;
    box-shadow: 0 0.3rem 1rem rgba(0,0,0,0.2);
    transform: translateY(-0.05rem);
}

.why-us {
    text-align: center;
    background-color: #e6bc42;
    padding: 40px 20px;
    margin: 0px auto;
}

.why-us h2 {
    font-size: clamp(1.2rem, 2.5vw, 2.5em);
    font-weight: bold;
    color: #004376;
    margin-bottom: 30px;
}

.features {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.feature {
    flex: 1;
    width: 300px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.feature h3 {
    font-size: clamp(1rem, 1.8vw, 1.5em);
    color: #004376;
    margin-bottom: 15px;
}

.feature p {
    font-size: clamp(0.8rem, 1vw, 1em);
    line-height: 1.6;
    color: #333;
}


.testimonials {
    background-color: #004376;
    text-align: center;
    padding: 20px 20px;
    padding-bottom: clamp(3.25rem, 4vw, 6.5rem);
    padding-top: clamp(3.25rem, 4vw, 6.5rem);
}

.testimonials h2 {
    font-size: clamp(1.2rem, 2.5vw, 2.5em);
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
}

.testimonial-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    max-width: 1900px;
    margin: 0 auto;
}

.testimonial {
    background-color: #ffffff;
    color: #004376;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 700px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial p {
    font-size: clamp(0.8rem, 1.0vw, 1.0em);
    margin-bottom: 15px;
}

.testimonial span {
    font-weight: bold;
    color: #004376;
}
#oven-repair-middle {
  padding: 0rem 0;
  line-height: 1.6;
}

#oven-repair-middle .container {
  margin: 0 auto;
  padding-top: clamp(1.25rem, 2vw, 3.5rem);
  padding-bottom: clamp(2.75rem, 3.5vw, 5.5rem);
  padding-left: clamp(1rem, 5vw, 2rem);
  padding-right: clamp(1rem, 5vw, 2rem);
  background-color: #004376;
}

#oven-repair-middle .lead p {
  margin: 0 0 1.25rem 0;
  font-size: 1.0625rem;
  
}
#oven-repair-middle .lead h3 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  
}
#oven-repair-middle .lead, .copy {
  background-color: #004376;
  color: #fff;
  max-width: 90rem;
  text-align: left;
  margin: 0 auto;
}


#oven-repair-middle .lead .highlight {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #e6bc42;
}

#oven-repair-middle .copy p {
  margin: 2rem 0 1.25rem 0;
  font-size: 1.2rem;
}

#oven-repair-middle .cta-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
  margin: 0 auto;
}

#oven-repair-middle .btn {
  display: inline-block;
  padding: 0.9rem 1.25rem;
  border-radius: 0.05rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
}

#oven-repair-middle .btn-primary {
  --btn: #e2b01b;
  --btn-d1: #cb9d19;
  --btn-d2: #b78d16;
  background: var(--btn);
  color: #ffffff;
  display: inline-block;
  border-radius: 0.25rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  box-shadow: 0 0.15rem 0.6rem rgba(0,0,0,0.15);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

#oven-repair-middle .btn-primary:hover {
  background: var(--btn-d1);
  border-color: var(--btn-d1);
  box-shadow: 0 0.3rem 1rem rgba(0,0,0,0.2);
  transform: translateY(-0.05rem);
}

#oven-repair-middle .btn-primary:active {
  background: var(--btn-d2);
  border-color: var(--btn-d2);
  box-shadow: 0 0.05rem 0.4rem rgba(0,0,0,0.2);
  transform: translateY(0);
}

#oven-repair-middle .btn-primary:focus-visible {
  outline: 0.2rem solid rgba(226,176,27,0.4);
  outline-offset: 0.2rem;
}

#oven-repair-middle .btn-primary[disabled],
#oven-repair-middle .btn-primary[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  #oven-repair-middle .btn-primary {
    transition: none;
  }
}

#steps-889 {
  padding: clamp(2.25rem, 4vw, 5.5rem) clamp(1rem, 5vw, 2rem);
  background: #fff;
  padding-bottom: clamp(3.25rem, 5vw, 6.5rem);
  padding-top: clamp(3.25rem, 5vw, 6.5rem);
}

#steps-889 .cs-container {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(2rem, 4vw, 3rem);
}

#steps-889 .cs-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.2;
  color: #004376;
  margin: 0;
}

#steps-889 .cs-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  counter-reset: steps;
}

@media (min-width: 68rem) {
  #steps-889 .cs-steps {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(1rem, 2vw, 1.25rem);
  }
}

#steps-889 .cs-step {
  position: relative;
  background: #ffffff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 1.25rem;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 0.5rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#steps-889 .cs-step-num {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #e2b01b;
  color: #000;
  font-weight: 700;
  display: grid;
  place-items: center;
  font-size: 1rem;
}


#steps-889 .cs-h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #004376;
  margin: 0;
}

#steps-889 .cs-item-p {
  font-size: 1rem;
  line-height: 1.55;
  color: #000;
  margin: 0;
}

#steps-889 .cs-button-solid {
  align-self: start;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  padding: 0.9rem 1.25rem;
  background-color: #e2b01b;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  box-shadow: 0 4px 0 #c99a17;
}

#steps-889 .cs-button-solid:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 0 #c99a17;
}

#steps-889 .cs-button-solid:active {
  transform: translateY(1px);
  box-shadow: 0 3px 0 #c99a17;
}

                                


#oven-repair-middle .faults {
  background-color: #fff;
  color: #000000;
  max-width: 90rem;
  margin: 0 auto;
  padding-top: clamp(2.25rem, 4vw, 5.5rem);
  padding-bottom: clamp(2.25rem, 4vw, 5.5rem);
  padding-left: clamp(1rem, 5vw, 2rem);
  padding-right: clamp(1rem, 5vw, 2rem);
}

#oven-repair-middle .faults h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 3rem 0;
  letter-spacing: -0.01em;
  color: #004376;
}

#oven-repair-middle .fault-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem 2.25rem;
}

@media (min-width: 40rem) {
  #oven-repair-middle .fault-list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 64rem) {
  #oven-repair-middle .fault-list { grid-template-columns: repeat(3, 1fr); }
}

#oven-repair-middle .fault-list li {
  position: relative;
  padding-left: 1.9rem;
  font-size: clamp(0.8rem, 0.875rem + 0.8vw, 1.25rem);
  line-height: 1.5;
}

#oven-repair-middle .fault-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 0rem;
  display: grid;
  place-items: center;
  font-size: 1.0rem;
  font-weight: 900;
  color: #004376;
  background-color: #e6bc42;
  
}







#oven-repair-middle .brands {
  margin-top: 2.5rem;
  padding-top: clamp(3.25rem, 4vw, 8.5rem);
  padding-bottom: clamp(3.25rem, 6vw, 8.5rem);
  padding-left: clamp(1rem, 4vw, 3rem);
  padding-right: clamp(1rem, 4vw, 3rem);
}

#oven-repair-middle .brands h2 {
  font-size: clamp(1.25rem, 3vw, 2.25rem);
  line-height: 1.2;
  margin: 0 0 3rem 0;
  color: #004376;
  text-align: center;
}
#brands-end {
    color: #004376;
    text-align: right;
    font-size: clamp(0.95rem, 2vw, 1.25rem);
}

#oven-repair-middle .brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1rem);
}

@media (min-width: 55rem) {
  #oven-repair-middle .brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 35rem) {
  #oven-repair-middle .brand-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

#oven-repair-middle .brand-slot {
  height: 5rem;
  border-radius: 0.75rem;
  background: #f5f5f5;
  display: grid;
  place-items: center;
  padding: 0.75rem 1rem;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

#oven-repair-middle .brand-slot:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  background: #ffffff;
}

#oven-repair-middle .brand-slot img {
  max-width: 160px;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  filter: grayscale(100%);
  opacity: .9;
  transition: opacity .15s ease, filter .15s ease;
}

#oven-repair-middle .brand-slot:hover img {
  filter: grayscale(0%);
  opacity: 1;
}


#oven-repair-middle.dark .brands h2 {
  color: #ffffff;
}
#oven-repair-middle.dark .brand-slot {
  background: #1a1a1a;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
#oven-repair-middle.dark .brand-slot:hover {
  background: #202020;
}


#oven-repair-middle .callout {
  margin-top: 3rem;
}

#oven-repair-middle .callout-inner {
  border-radius: 1rem;
  padding: 2rem;
  background: linear-gradient(135deg, #f7f7f7 0%, #ededed 100%);
}

#oven-repair-middle .callout-inner h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.375rem;
}

#oven-repair-middle .callout-inner p {
  margin: 0 0 1rem 0;
  font-size: 1rem;
}

#oven-repair-middle .areas {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.95rem;
}

.company-name { font-weight: 800; }
.location { font-weight: 700; }


@media only screen and (max-width: 70rem) {
    

    .testimonials {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .testimonial-list {
        flex-direction: column;
        gap: 0px;
        align-items: center;
        width: 100%;
    }

    .testimonial {
        max-width: 100%;
        padding: 15px;
        height: auto;
        text-align: center;
        box-sizing: border-box;
    }

}

@media only screen and (max-width: 60rem) {
.features {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    .feature {
        width: 100%;
        max-width: 400px;
        background-color: #ffffff;
        padding: 20px;
        text-align: center;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
    }

    .feature:last-child{
        margin-bottom: 20px;
    }

    .feature h3 {
        margin-bottom: 10px;
    }

    .feature p {
        line-height: 1.6;
    }

    body {
        font-size: 0.8em;
        line-height: 1.4;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }

    .header-top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        text-align: center;
        box-sizing: border-box;
        padding: 15px;
    }

    .logo {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .phone-number {
        margin-right: 0;
        font-size: 2em;
    }

 
    nav ul {
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    nav ul li {
        margin: 10px 0;
        text-align: center;
    }
    
    

    .testimonials {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .testimonial-list {
        flex-direction: column;
        gap: 0px;
        align-items: center;
        width: 100%;
    }

    .testimonial {
        max-width: 100%;
        padding: 15px;
        height: auto;
        text-align: center;
        box-sizing: border-box;
    }

}