/*-----------------------[ Footer CSS (ported from jjmhomeimprovement) ]------------------------*/
footer {
    background: var(--brand-black);
    padding: 60px 0;
}
footer .morbi {
    color: #A8A9AD;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 20px;
}
footer .useful-link-text {
    color: var(--brand-red);
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 10px;
}
footer .usefulLinks-List {
    padding-left: 0;
    list-style: none;
}
footer .usefulLinks-List li {
    padding: 8px 0;
}
footer .usefulLinks-List li a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--brand-white);
    transition: 0.3s ease-out;
}
footer .usefulLinks-List li a:hover {
    color: var(--brand-red);
}
footer .headphone-white {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}
footer .headphone-white img {
    width: 20px;
}
footer .head-phone-white-main {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
footer .CallUs {
    color: #A8A9AD;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}
footer .CallUs-phone,
footer .CallUs-phone p {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: var(--brand-white);
    margin: 0;
    transition: 0.3s ease-out;
}
footer a.CallUs-phone:hover,
footer a.CallUs-phone:hover p {
    color: var(--brand-red);
}
.copyright-main {
    padding: 15px 0;
    background: var(--brand-red);
}
.copyright-main .rights-reserved {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.copyright-main .rights-reserved h2 {
    color: var(--brand-white);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.copyright-main .home-media-icon-main-head {
    display: flex;
    align-items: center;
    gap: 15px;
}
.copyright-main .home-media-icon-main-head img {
    width: 18px;
    filter: brightness(0) invert(1);
}

/* Real business photos (from jjmhomeimprovement) replacing stock backgrounds */
.slider-section.style-two {
    background-image: url(../images/home-page/slider-imgsec1-img1.jpg);
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.breatcome-section {
    background-image: url(../images/project-page/header-img.jpg);
}

/* Mission & Vision section */
.mission-vision-section {
    padding: 80px 0;
    background: #f6f6f6;
}
.mv-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    flex-wrap: wrap;
}
.mv-box {
    flex: 1 1 420px;
    max-width: 636px;
    border-radius: 24px;
    padding: 49px 47px;
}
.mv-box-dark {
    background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-red) 100%);
    color: var(--brand-white);
    box-shadow: 0 20px 40px rgba(193, 40, 42, 0.25);
}
.mv-box-dark h3 {
    color: var(--brand-white);
}
.mv-box-dark p {
    color: rgba(255, 255, 255, 0.9);
}
.mv-box-light {
    background: var(--brand-white);
    color: #1c1632;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.mv-box h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}
.mv-box p {
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.mv-icon-badge {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--brand-white);
}
.mv-connector {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 74px;
    background: var(--brand-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-size: 28px;
    color: var(--brand-green);
    z-index: 5;
}
@media (max-width: 991px) {
    .mv-connector {
        display: none;
    }
    .mv-wrapper {
        gap: 25px;
    }
}

/* Process section (modern, tema Roofimrt) */
.process-section-modern {
    position: relative;
    padding: 100px 0 90px;
    background-image: linear-gradient(180deg, rgba(15, 12, 10, 0.75) 0%, rgba(15, 12, 10, 0.88) 100%), url(../images/project-page/full/12.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.process-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 55px;
}
.process-divider {
    display: inline-block;
    width: 60px;
    height: 3px;
    background: var(--brand-green);
    margin-bottom: 22px;
}
.process-header h2 {
    color: var(--brand-white);
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 18px;
}
.process-header p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.process-card {
    background: var(--brand-white);
    border-radius: 18px;
    padding: 40px 26px 32px;
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    height: calc(100% - 30px);
}
.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(193, 40, 42, 0.25);
}
.process-icon-circle {
    position: relative;
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fdece4 0%, #fbdcd0 100%);
    font-size: 30px;
    color: var(--brand-red);
}
.process-number {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-green) 0%, var(--brand-red) 100%);
    color: var(--brand-white);
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(193, 40, 42, 0.4);
}
.process-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1c1632;
    margin-bottom: 14px;
}
.process-card p {
    font-size: 14.5px;
    line-height: 24px;
    color: #6b6b76;
    margin: 0;
}
@media (max-width: 767px) {
    .process-section-modern {
        background-attachment: scroll;
        padding: 70px 0 60px;
    }
    .process-header h2 {
        font-size: 30px;
    }
}

/* Service card: texto completo sin recortarse dentro de la caja blanca */
.service-box:hover {
    overflow: visible;
}
.service-box:hover .service-text-style-two {
    height: auto;
    min-height: 220px;
    padding-bottom: 25px;
}

/* WhatsApp floating button */
.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    text-decoration: none;
}
.float-whatsapp:hover {
    background-color: #128c7e;
    box-shadow: 3px 3px 5px #777;
}
