body {
    margin: 0;
    font-family: 'Montserrat', Arial;
    color: #005484;
    line-height: 1.6;
    background-color: #feebdb;
}
a {
    text-decoration: none;
    color: inherit;
}

.divider{
    height:20px;
    width:100%;
    background-color: #fff;
}

.faults {
    background-color: #feebdb;
    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);
}
.faults h2 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 3rem 0;
  letter-spacing: -0.01em;
  color: #000000;
}
.fault-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem 2.25rem;
}

@media (min-width: 40rem) {
.fault-list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 64rem) {
  .fault-list { grid-template-columns: repeat(3, 1fr); }
}

.fault-list li {
  position: relative;
  padding-left: 1.9rem;
  font-size: clamp(0.8rem, 0.875rem + 0.8vw, 1.25rem);
  line-height: 1.5;
}

.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: #000000;
  background-color: #fe5b26;
  
}
#steps-889 {
  padding: clamp(2.25rem, 4vw, 5.5rem) clamp(1rem, 5vw, 2rem);
  background: #fdd1ad;
  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: #000000;
  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;
}

.cta-row {
    text-align: center;
}

@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: #fff7ef;
  border: 1px solid #fe5b26;
  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: #fe5b26;
  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: #000000;
  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: #fe5b26;
  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 #fe5b26;
}

#steps-889 .cs-button-solid:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 0 #fe5b26;
}

#steps-889 .cs-button-solid:active {
  transform: translateY(1px);
  box-shadow: 0 3px 0 #fe5b26;
}

.hero3{
    
    display:none;
}
.hero-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
 
}
.hero {
    display: block;
}
.hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.divide{
    padding:10px;
}

#wrapper{
    overflow:hidden;
    max-height:618px;
    max-width:3020px;
}

.hero-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
 
}
.hero {
    display: block;
}
.hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.divide{
    padding:10px;
}
.quote-overlay {
    position: absolute;
    right: 0;
    top: 0;
    width: 36.5%;
    height: 100%;
    background: rgba(255, 210, 159, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    
}

.quote-form {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    gap: 20px;
}

.quote-input {
    font-size: 1.1em;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #fff;
    padding:10px 0;
    color: #005484;
    outline: none;
    text-align: center;
}

.quote-input::placeholder {
    color: #949494;
    font-size: 0.9em;
}

.quote-input:focus {
    border-color: #d9c6a6;
    background: #ffffff;
}
.quote-button {
    background: white;
    color: #000000;
    padding: 15px 35px;
    font-size: clamp(1rem, 1.5vw, 1.8em);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    }
.quote-button:hover{
    background-color: #fe5b26;
    transform: scale(1.1);
    color:#fff;
}
.hero3{
    
    display:none;
}

@media only screen and (max-width: 60rem) {


  
    .hero-container {
        width: 100%;
        overflow-x: hidden;
    }
    .hero2-subtitle{
        padding:10px;
    }

    .hero-image {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .quote-overlay {
        width: 100%;
        padding: 15px;
        text-align: center;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 0;
    }

    .quote-form {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333;
}



.hero2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #feebdb;
    color: #ffffff;
    width: 100%;
    margin: 0;
}

.hero2-title {
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-weight: bold;
    margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
    color: #000;
    text-align: center;
    padding: 0 clamp(16px, 3vw, 48px);
    padding-top: clamp(1rem, 4vw, 3rem);
}

.hero2-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    margin-bottom: 20px;
    margin-top: 0;
    color: #000000;
    max-width: 1200px;
    text-align: center;
    padding: 0 clamp(16px, 3vw, 48px);
}


.cta-button {
    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: 60px;
    background-color: #fe5b26;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
    background-color: #fe5b26;
    color: #fff;
    transform: scale(1.1);
}
.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: #feebdb;
    color: #000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button2:hover {
    background-color: #feebdb;
    color: #000;
    transform: scale(1.1);
}
.cta-button3 {
    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: #fe5b26;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button3:hover {
    background-color: #fe5b26;
    color: #fff;
    transform: scale(1.1);
}

.change-color {
    transition: color 0.2s ease-in-out;
}

.change-color:hover {
    color: #fe5b26;
}
@media only screen and (max-width: 1170px) {
    .services2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        box-sizing: border-box;
        padding: 10px;
        padding-top: 50px;
    }

    .services2-image {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }

    .services2-text {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .services2-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

.why-us {
    text-align: center;
    background-color: #fdd1ad;
    padding: 40px 20px;
  
  
    margin: 0px auto;
    
}

.why-us h2 {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.features {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
    padding-bottom: 20px;
}

.feature {
    flex: 1;
    width: 300px;
    background-color: #feebdb;
    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, 3.5vw, 1.5rem);
    color: #000;
    margin-bottom: 15px;
}

.feature p {
    line-height: 1.6;
    color: #333;
}
.services2{
    display:none;
}
.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fffaf6;
    margin: 0 auto;
    text-align: center;
    
    width: 100%;
}

.services h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #000;
    margin-bottom: 60px !important;
}

.service {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}



.service-image {
    flex: 1;
    height: auto;
    max-width: clamp(200px, 25vw, 350px);
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
    
}

.service-text {
    flex: 1;
    text-align: left;
    padding: 0 20px;
    max-width: clamp(18rem, 35vw, 32rem);
}

.service-text h3 {
    font-size: 2em;
    color: #000;
    margin-bottom: 15px;
}

.service-text p {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    color: #333;
    margin-bottom: 15px;
    margin-right: 10px;
}
.one{
    padding-bottom:80px;
}
.two{
    background-color: #feebdb;
    padding: 80px 0;
}
.three{
    background-color: #fdd1ad;
    padding: 80px 0;
}
.service-images {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}


.service-images img {
    flex: 0 0 48%;
    max-width: 48%;
    height: auto;
}

.testimonials {
    background-color: #feebdb;
    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.2vw, 2.5em);
    font-weight: bold;
    color: #000;
    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: #fe5b26;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 700px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial p {
    font-size: clamp(0.9rem, 1vw, 1.0em);
    margin-bottom: 15px;
    color: #000000;
}

.testimonial span {
    font-weight: bold;
    color: #000000;
}
@media only screen and (max-width: 78rem) {
    

    .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;
    }

}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
    padding: 20px;
    background-color: #000;
    color: #fff;
}

.contact-us,
.quick-links, li {
    flex: 1.2;

    line-height: 1.6em;
}

iframe {
    flex: 2;
    border: none;
    width: 100%;
    height: 300px;
}


.contact-us h2,
.quick-links h2 {
 
    font-size: clamp(1rem, 1.15rem, 1.3rem);
    color: #fff;
}

.quick-links ul {
    list-style: none;
    padding: 0;
    font-size: clamp(0.9rem, 1rem, 1.1rem);
}
    

.quick-links ul li {
    margin: 5px 0px;
    font-size: clamp(0.9rem, 1rem, 1.1rem);
    margin-right: 0px;

}

.quick-links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: clamp(0.9rem, 1rem, 1.1rem);
}

.quick-links ul li a:hover {
    text-decoration: none;
    color: #e7e7e7;
}

.contact-us a {
    text-decoration: none;
    color: #fff;
}

.contact-us a:hover {
    text-decoration: none;
    color: #e7e7e7;
}
.footer-bottom{
    color:white;
    background-color: #000;
    text-align: center;
    margin:0;
    padding: 0;
   
}
.footer-bottom p{
    margin:0;
    padding: 15px 0;
}

@media only screen and (max-width: 62.5rem) {
    .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: #feebdb;
        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 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    .feature p {
        line-height: 1.6;
    }
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 0.8em;
        line-height: 1.4;
        padding: 0;
        margin: 0;
        overflow-x: hidden;
    }
 .quick-links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 0.8em;
}
    
    .hero3{
        display: block;
    }

    .header-top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: auto;
        text-align: center;
        box-sizing: border-box;
        padding: 15px;
    }

  
    .hero{
        display:none;
    }
  
    .hero-container {
        width: 100%;
        overflow-x: hidden;
    }
    .hero2-subtitle{
        padding:10px;
    }

    .hero-image {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .quote-overlay {
        width: 100%;
        padding: 15px;
        text-align: center;
        box-sizing: border-box;
        position: absolute;
        right: 0;
        top: 0;
    }

    .quote-form {
        width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .services{
        display: none;
    }
    .services2 {
        display: block;
        padding: 0px;
        width: 100%;
        box-sizing: border-box;
    }
    .services2 h2 {
        margin-bottom: 0 !important;
        display:block;
        color:#000;
        text-align: center;
        font-size: 2.5em;
    }
    .services2 h3{
        margin-top: 0;
    }

    .service {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        padding-top:50px;
    }

    .service-image {
        max-width: 100%;
        width: 90%;
        margin-bottom: 15px;
    }

    .service-text {
        max-width: 100%;
        padding: 0 10px;
        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;
    }

    iframe {
        width: 100%;
        height: 200px;
    }

    .footer-top {
        flex-direction: column;
        align-items: left;
        gap: 15px;
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .footer-bottom {
        font-size: 0.8rem;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
    .quick-links{
        margin-right: 170px;
    }
    .quick-links li{
        
        width:200px;
    }
}
@media only screen and (max-width: 73.125rem) {

    .quote-input{
        font-size: 0.8rem;
    }
    .services{
        display: none;
    }
    .services2 {
        display: block;
        padding: 0px;
        width: 100%;
        box-sizing: border-box;
    }
    .services2 h2 {
        margin-bottom: 0 !important;
        display:block;
        color:#000;
        text-align: center;
        font-size: 2.5em;
    }
    .services2 h3{
        margin-top: 0;
    }

    .service {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        padding-top:50px;
    }

    .service-image {
        width: 90%;
        margin-bottom: 15px;
    }
    .service-images img {
        max-width: clamp(20%, 38%, 50%);
    }


    .service-text {
        max-width: 90%;
        padding: 0 10px;
        text-align: center;
    }
}
@media only screen and (max-width: 40.25rem) {
    .service-images img {
        max-width: 48%;
    }
}

@media only screen and (max-width: 63.25rem) {
    .quote-button{
        padding: 15px 20px;
    }

}
@media only screen and (max-width: 76.25rem) {
    .service-text h3{
        font-size:1.6rem;
    }
    .service-text p{
        font-size: 1rem;
    }
    a.cta-button3 {
        font-size: 1rem;
    }
}


@media only screen and (max-width: 78rem) {
    .testimonials {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .testimonial-list {
        flex-direction: column;
        gap: 0px;
        align-items: center;
        width: 100%;
    }

    .testimonial {
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
 
}
@media only screen and (max-width: 27.5rem) {
    .quick-links{
        padding-right: 160px;
        margin-right:100px;
    }
    .quick-links li{
        
        width:100px;
    }

}
@media only screen and (max-width: 27.25rem) {
    .quick-links{
        padding-right: 140px;
        margin-right:80px;
    }
    .quick-links li{
        
        width:100px;
    }
}
    @media only screen and (max-width: 23.398rem) {
        .quick-links{
            padding-right: 120px;
            margin-right:100px;
        }
        .quick-links li{
            
            width:100px;
        }
    }
    @media only screen and (max-width: 23.25rem) {
        .quick-links{
            padding-right: 100px;
            margin-right:100px;
        }
        .quick-links li{
            
            width:100px;
        }
    }
    @media only screen and (max-width: 22.25rem) {
        .quick-links{
            padding-right: 80px;
            margin-right:100px;
        }
        .quick-links li{
            
            width:100px;
        }
    }
    @media only screen and (max-width: 21.25rem) {
        .quick-links{
            padding-right: 60px;
            margin-right:100px;
        }
        .quick-links li{
            
            width:100px;
        }
    }
    @media only screen and (max-width: 19.398rem) {
        .quick-links{
            padding-right: 40px;
            margin-right:100px;
        }
        .quick-links li{
            
            width:100px;
        }
    }
    @media only screen and (max-width: 18.398rem) {
        .quick-links{
            padding-right: 20px;
            margin-right:100px;
        }
        .quick-links li{
            
            width:100px;
        }
    }
    @media only screen and (max-width: 65rem) {
    .footer-top {
        flex-direction: column;
        align-items: left;
        gap: 15px;
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .footer-bottom {
        font-size: 0.8rem;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }
    .quick-links{
        margin-right: 170px;
    }
    .quick-links li{
        
        width:200px;
    }
}