/* Gallery: keep zoom, hide dark overlay */
.cube-portfolio1 .cbp-caption-activeWrap {
    display: none !important;
}

/* Hide page loader completely */
.loader-bg {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* About section: text under heading */
.services-sec .heading-area {
    transform: translate(8%, 45%);
    padding-right: 30px;
    max-width: 100%;
}

.services-sec .heading-area .heading {
    width: 100%;
}

.services-sec .heading-area .heading-text {
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    font-weight: normal;
    max-width: 320px;
    font-family: Roboto, sans-serif;
}

@media screen and (max-width: 991px) {
    .services-sec .heading-area {
        transform: none;
        padding-right: 0;
    }

    .services-sec .heading-area .heading-text {
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px 24px;
    }
}

/* SEO heading tags: keep original banner typography */
.banner-area .banner-text {
    margin: 0;
}

.banner-area h1.banner-heading {
    margin: -8px 0 35px 0;
    line-height: 1.2;
}
