.hero{
    padding: 43px 0 50px 0;
    background: #eff6ff;
    background: linear-gradient(179deg, #ffffff 0%, #eff6ff 100%);
}
.hero-img {
    text-align: center;
}
.hero-img img {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    border: 16px solid #fff;
    border-radius: 9999px;
    width: 100%;
    object-fit: cover;
    width: 460px;
    height: 460px;
}
.hero strong {
    background-color: #f0f6ff;
    padding: 1px 18px;
    border-radius: 22px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 15px;
}
.insulation-content-box-white{
    padding: 10px 15px 0 15px;
    margin-bottom: 21px;
    border-radius: 17px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.insulation-content-box-white h3{
   margin: 5px 0;
   font-size: 20px;
}
.insulation-content-box-white p{
    font-size: 16px;
}
.services{
    background-color: var(--light-blue);
}
.insulation-service-box{
    background-color: #fff;
    margin-bottom: 32px;
    border-radius: 27px;
    text-align: center;
    padding: 25px 25px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.insulation-service-box h3{font-size: 20px;margin-bottom: 6px;}
.insulation-service-box p{font-size: 16px;color: #4f4f4f;}
.insulation-service-box img{border-radius: 30px;outline: 2px solid #ffffff6e;outline-offset: -13px;margin-bottom: 10px;}

.insulation-worksteps-box-number {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 55px;
    margin: auto;
    background-color: var(--white);
    border-radius: 8px;
    color: #505224;
    font-weight: 900;
    font-size: 23px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
  0 4px 6px -4px rgba(0, 0, 0, 0.1);
    border: 3px solid var(--secondary-color);
    border-radius: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}
.step-connector {
    position: relative;
}
.step-connector::after {
    content: '';
    position: absolute;
    top: 2rem;
    right: 50%;
    width: 100%;
    height: 2px;
    background-color: #e5e7eb;
    z-index: 0;
}
.why{
    background-color: #0f172a;
    color: #fff;
}

.why-box-img {
    background-color: rgb(162 162 162 / 20%);
    width: 60px;
    height: 60px;
    margin-left: 19px;
    font-size: 35px;
    text-align: center;
    border-radius: 16px;
    color: #deac37;
    line-height: 60px;
}
.why-box-content {
    width: 78%;
}
.why-box  {
    margin-bottom: 10px;
}
.why-box h3 {
    margin-bottom: 6px;
}

.why-box p {
    font-size: 16px;
}

.why-box-img {
    color: var(--secondary-color);
}

.faqs {
    background-color: #f0f7ff;
}

.contact-list {
    margin: 15px 0;
}


.home-contact .insulation-flex {
    padding: 30px 15px;
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    box-shadow: -1px 13px 50px -12px rgb(0 0 0 / 0.25);
}

@media (max-width: 768px) {
    .step-connector::after {
        width: 2px;
        height: 100%;
        right: 50%;
        top: 2rem;
    }
}
