



@media (max-width: 900px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    .hero p,
    section p,
    ul li {
        font-size: 18px;
        text-align: left;
        padding: 0 10px;
    }

    .services,
    .advantages {
        padding-left: 20px;
        padding-right: 20px;
        align-items: center;
        text-align: left;
    }

    .promise blockquote {
        font-size: 18px;
        padding: 0 10px;
    }

    .hero-content {
        padding: 0 10px;
    }


    .services,
    .advantages {
        padding-left: 20px !important;
        padding-right: 20px;
    }



}

section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;

    align-items: center;
    text-align: center;
    padding: 80px 20px;

    word-wrap: break-word;
    overflow-wrap: break-word;


    color: #ffffff;
}

section.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-bg-1 {
    background-image: url('../img/1-Cover2.png');
}

.section-bg-2 {
    background-image: url('../img/01Jan_CMYK.jpg');
}

.section-bg-3 {
    background-image: url('../img/09 Sep_CMYK.jpg');
}

.section-bg-4 {
    background-image: url('../img/Home4.jpg');
}


.section-bg-1,
.section-bg-2,
.section-bg-3,
.section-bg-4 {
    position: relative;
    z-index: 0;
}

.section-bg-1::before,
.section-bg-2::before,
.section-bg-3::before,
.section-bg-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}


.section-bg-1>*,
.section-bg-2>*,
.section-bg-3>*,
.section-bg-4>* {
    position: relative;
    z-index: 1;
}


.hero-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}



.hero h1 {
    font-size: 36px;
    font-weight: 700;
    color: #e87722;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero p {
    font-size: 20px;
    line-height: 1.6;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    letter-spacing: 2px;
}

h1,
h2 {
    font-weight: 700;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    color: #ffffff;

}

h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

h2 {
    font-size: 36px;
    margin-bottom: 15px;
}


.services,
.advantages {
    align-items: flex-start;
    text-align: left;
    padding-left: 300px;
}


.hero p,
section p {
    font-size: 22px;
    line-height: 1.8;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
}

.services ul,
.advantages ul,
.certifications ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    line-height: 2;
}

.promise {
    align-items: center;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;

}

.promise h2 {
    text-shadow: 1px 6px 14px rgba(0, 0, 0, 1);

}

.promise blockquote {
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    color: rgb(232, 119, 34);
    margin: 20px auto;
    max-width: 700px;
    letter-spacing: 2px;
}

.contact-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: rgb(137, 141, 141);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.contact-button:hover {
    background-color: #e87722;
}
