@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



* {
    font-family: "Roboto", sans-serif;
}

a {
    text-decoration: none !important;

}

.conSection {
    display: flex;
    justify-content: center;
}

.conSection .container {
    width: 98vw;
    padding: 0;

}

header .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;

}

.header .logo h1 {
    font-size: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #4268d6;
}

.header .logo a {
    color: rgb(60, 60, 60);
}

.header a {
    color: rgb(60, 60, 60);
}

.showImage img {
    width: 150px;
    object-fit: contain;
    border: 2px solid #ddd;
    margin-bottom: 10px;
}

.showSignature img {
    width: 100px;
    object-fit: contain;
    border: 2px solid #ddd;
}

footer {
    border-top: 1px solid #ddd;
    text-align: center;
    padding: 30px 0;
    margin-top: 50px;
}

.footerCopyright {
    background-color: #4268d6;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

.idForm label {
    font-weight: 600;
    color: #4a4a4a;
}

.sticky-top {
    position: sticky;
    top: 10px;
}

#printAreaAcknowledgement {
    border: 1px solid #ddd;
    padding: 40px;
}

.printAreaAcknowledgementGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10%;
}

.printAreaImg img {
    width: 100px;
    border: 1px solid #ddd;
    object-fit: contain;
}

.bannerSec {
    min-height: 70vh;
    align-items: center;
}

.bannerImg {
    width: 80%;
}

.bannerGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
}

.bannerGrid h6 {
    font-size: 13px;
    color: #949494;
    text-transform: uppercase;
    margin-bottom: 24px;
    letter-spacing: 2px;
}

.bannerGrid h2 {
    font-size: 64px;
    line-height: 57px;
    margin-right: 20%;
    color: #303030;
}

.bannerGrid p {
    margin-top: 30px;
    font-size: 18px;
    color: #303030;
    margin-bottom: 30px;
}

.bannerGrid .left {
    position: relative;
}

.idShadow {
    width: 200px;
    height: 300px;
    border-radius: 20px;
    background-color: #f5f5f5;
    position: absolute;
    left: 250px;
    top: 0px;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.idShadow2 {
    width: 200px;
    height: 277px;
    border-radius: 20px;
    background-color: #ededed;
    position: absolute;
    left: 276px;
    top: 11px;
    z-index: -2;
    rotate: 8deg;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}



.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4268d6 !important;
    --bs-btn-border-color: #4268d6 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4268d6 !important;
    --bs-btn-hover-border-color: #4268d6 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4268d6 !important;
    --bs-btn-active-border-color: #4268d6 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4268d6 !important;
    --bs-btn-disabled-border-color: #4268d6 !important;
}

.btn-primary:hover {
    background-color: #2653d4 !important;
}

.btn-outline-primary {
    --bs-btn-color: #4268d6 !important;
    --bs-btn-border-color: #4268d6 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4268d6 !important;
    --bs-btn-hover-border-color: #4268d6 !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4268d6 !important;
    --bs-btn-active-border-color: #4268d6 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4268d6 !important;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4268d6 !important;
    --bs-gradient: none;
}

.btn-outline-primary:hover {
    background-color: #4268d6 !important;
}

.bg-primary {
    background-color: #4268d6 !important;
}

.basicPage {
    min-height: 70vh;
    margin-top: 20px;
}

.basicPageHeading {
    margin-bottom: 50px;
    text-align: center;
}

.basicPageHeading h2 {
    font-size: 48px;
    color: #4268d6;
    font-weight: bolder;
    margin-bottom: 10px;
}

.basicPageHeading p {
    font-size: 18px;
    color: #5c5c5c;
    padding: 0 30%;
}

.orgGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.orgGrid .org {

    border-radius: 20px;
    border: 2px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    padding: 20px 10px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.orgGrid .org img {
    width: 30%;
}

.orgGrid .org h5 {
    color: #4268d6;
}

.orgGrid .org:hover {
    border-color: #4268d6;
    box-shadow: none;
}


@media (max-width: 1000px) {
    .bannerGrid {
        grid-template-columns: 1fr;
        align-items: center;
        gap: 100px;
        margin-top: 100px;
    }

    .bannerGrid h2 {
        font-size: 45px;
        line-height: 37px;
        margin-right: 20%;
    }
    .idShadow {
        width: 150px;
        height: 220px;
        border-radius: 15px;
        left: 120px;
    }
    .idShadow2 {
        width: 150px;
        height: 220px;
        border-radius: 15px;
        left: 150px;
        top: 11px;
    }
    .conSection .container {
        width: 90vw;
        padding: 0;
    }
    .bannerImg {
        width: 100%;
    }
    .bannerGrid .d-flex{
        flex-direction: column;
        row-gap: 10px;
    }
    .bannerGrid .d-flex .btn-outline-primary.mx-3{
        margin: 0 !important;
    }
    .basicPageHeading h2 {
        font-size: 32px;
        margin-bottom: 8px;
    }
    .basicPageHeading p {
        font-size: 14px;
        padding: 0;
    }
    .orgGrid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}