﻿.sidetext {
    color: #444;
    font-size: 0.875rem;
}

    .sidetext.active {
        color: var(--background-primary);
    }

.heading {
    font-size: 1.5rem;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--text-secondary);
    font-weight: 700;
}

.accordion-body {
    font-size: 14px;
}

.contactus {
    padding: 0px 0 60px;
}

    .contactus .contactus-hero {
        width: 100%;
        min-height: 40vh;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/assets/img/contactus-bg.png);
    }

        .contactus .contactus-hero .title {
            position: absolute;
            color: #EEE;
            text-shadow: 0 4px 24px rgba(0, 0, 0, 0.60);
            font-size: 95px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: 0.15px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            white-space: nowrap;
        }

    .contactus .card {
        border-radius: 12px;
        border: 1px solid #EEE;
        background: var(--background-light);
        padding: 50px;
        margin: 50px 50px 0;
    }

        .contactus .card h5 {
            color: var(--text-primary);
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            letter-spacing: 0.15px;
            margin-bottom: 0;
        }

        .contactus .card .info-lbl {
            color: #939393;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.15px;
        }

        .contactus .card img {
            position: absolute;
            top: 4px;
            left: 13px;
        }

@media (max-width: 768px) {
    .contactus .contactus-hero .title {
        font-size: 56px;
        white-space: normal;
    }

    .contactus .card {
        padding: 20px;
    }

    .contactus .card {
        margin: 50px 0 0;
    }
}
