/* BTICINO PHILIPPINES, INC. - Custom Styles */

.brand-logo-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
}

.brand-logo-block img {
    max-height: 50px;
    width: auto;
}

.brand-logo-block .company-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 6px;
    white-space: nowrap;
}

.footer-brand .company-name {
    font-size: 0.875rem;
}

.company-info-block p {
    margin-bottom: 0.5rem;
    line-height: 26px;
}

.company-info-block p span {
    font-weight: 500;
    color: #ffffff;
}

.policy-content-area {
    padding: 6.25rem 0;
}

.policy-content-area h1 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.policy-content-area h2 {
    color: #ffffff;
    font-size: 1.375rem;
    margin: 1.5rem 0 0.75rem;
}

.policy-content-area p,
.policy-content-area li {
    color: #dbdfe6;
    line-height: 28px;
}

.policy-content-area ul {
    padding-left: 1.25rem;
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    .brand-logo-block .company-name {
        white-space: normal;
        font-size: 0.75rem;
    }
}

@media (max-width: 767px) {
    .brand-logo-block img {
        max-height: 40px;
    }

    .intro-content h1 {
        font-size: 1.75rem !important;
        line-height: 40px !important;
    }

    .footer-bottom-content {
        text-align: center;
    }

    .footer-menu {
        justify-content: center;
        flex-wrap: wrap;
    }

    .policy-content-area {
        padding: 5rem 0.9375rem;
    }
}

@media (max-width: 480px) {
    .navbar-expand-lg .navbar-collapse .nav-item .nav-link {
        font-size: 1rem;
        margin-right: 0;
    }
}

img {
    max-width: 100%;
    height: auto;
}
