@import url(common.css);
@import url(comon_media_query.css);

.bg-yellow {
    background-color: var(--yellow);
}

.card-slide {
    cursor: grab;
}

.card-slide h4 {
    font-weight: 600;
    font-size: 20px;
}

.card-slide p {
    font-weight: 400;
    font-size: 14px;
}

.title {
    font-size: 30px;
    font-weight: 600;
}

.banner {
    background: url("../images/audit/audit_banner.webp") no-repeat;
    width: 100%;
    background-size: contain;
}

.page_title {
    font-weight: 600;
    font-size: 32px;
    color: #303030;
    position: relative;
}

.page_title::after {
    background: none repeat scroll 0 0 var(--green);
    content: "";
    display: block;
    height: 7px;
    width: 15%;
    position: absolute;
    border-radius: 10px;
    left: 0;
}

.popup-multiple-cards {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 21px 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
    width: max-content;
    justify-content: space-between;
    margin: 0 auto;
}

.popup-multiple-cards h5 {
    font-weight: 600;
    font-size: 18px;
    color: #303030;
    text-decoration: none;
}

.popup-multiple-cards p {
    font-weight: 400;
    font-size: 14px;
    color: #585858;
}
a{
    text-decoration: none;
}





/* energy-audits modal starts */
.energy-audits-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.energy-audits-close-btn:hover {
    background: white;
}

.energy-audits-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.energy-audits-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-energy-audits-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/audit/energy-audits_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.energy-audits-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.energy-audits-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-energy-audits-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-energy-audits-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* energy-audits modal ends */




/* due-diligence modal starts */
.due-diligence-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.due-diligence-close-btn:hover {
    background: white;
}

.due-diligence-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.due-diligence-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-due-diligence-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/audit/due-diligence_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.due-diligence-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.due-diligence-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-due-diligence-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-due-diligence-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* due-diligence modal ends */



/* harmonic-audit modal starts */
.harmonic-audit-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.harmonic-audit-close-btn:hover {
    background: white;
}

.harmonic-audit-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.harmonic-audit-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-harmonic-audit-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/audit/harmonic-audit_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.harmonic-audit-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.harmonic-audit-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-harmonic-audit-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-harmonic-audit-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* harmonic-audit modal ends */




/* power-quality modal starts */
.power-quality-close-btn {
    border: .6px solid white;
    padding: 10px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2rem;
    cursor: pointer;
    transition: .5s ease all;
}

.power-quality-close-btn:hover {
    background: white;
}

.power-quality-popup {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.power-quality-popup-overlay {
    background: rgba(0, 0, 0, 0.575);
    height: 100vh;
    width: 100%;
    position: absolute;
}

.main-power-quality-popup {
    position: absolute;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
    background: url("../images/audit/power-quality_popup_bg.webp") no-repeat;
    background-size: cover;
    padding: 150px 20px 0px 20px;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    transform: translateX(-100%);
    overflow-y: auto;
}

.power-quality-popup-content p {
    font-size: 1.5rem;
    line-height: 2rem;
}

.power-quality-popup .align-self-center {
    place-self: center !important;
}

@keyframes slide-in {
    0% {
        transform: translateX(200%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1024px) {
    .main-power-quality-popup .container {
        background-color: var(--white);
        padding: 15px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow-y: auto;
    }

    .main-power-quality-popup {
        padding: 100px 0px 0px 0px;
        background-size: contain;
    }
}

/* power-quality modal ends */
