
body {
    background-color: #F8F9FA;
    color: #333333;
}

b {
    font-weight: 600!important;
}

.d-none{
    display: none !important;
}

.material-icon {
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.text-blue {
    color: rgb(0 88 175 / var(--tw-text-opacity, 1));
}

/* Gov SP Header Bar Strip */
.gov-strip {
    height: 4px;
    background: linear-gradient(90deg, #008000 33%, #FFD700 33%, #FFD700 66%, #0058AF 66%);
}

section {
    scroll-margin-top: 100px;
}

/* Realistic Plate CSS Effects */
.plate-emboss {
    text-shadow: 1px 1px 0px rgba(255,255,255,0.3), -1px -1px 0px rgba(0,0,0,0.2);
}

.plate-yellow-gradient {
    background: linear-gradient(135deg, #FFD700 0%, #FDB931 100%);
}

.img-hero {
    position: absolute;
    top: 380px;
    right: 15%;
    z-index: 49;
    width: 592px;
    height: 477px;
}

.card-1 {
    border-radius: var(--Corner-radius-20, 20px);
    border: 1px solid var(--Stroke-Card-e-Divider, #D3D8DB);
    background: #FFF;
}

.card-1 .card-img {
    border-radius: var(--Corner-radius-20, 20px);
    background: radial-gradient(50% 50% at 50% 50%, rgba(152, 201, 233, 0.35) 0%, rgba(50, 145, 209, 0.35) 100%);
    height: 244px;
    padding: 10px;
    text-align:center;
    justify-content:center;
    display:flex;
}

    .card-1 .card-img img {
        width: 259px;
        height: 256px;
    }


    .card-1:hover .card-img {
        border-radius: var(--Corner-radius-20, 20px);
        background: radial-gradient(50% 50% at 50% 50%, rgba(152, 201, 233, 0.60) 0%, rgba(50, 145, 209, 0.60) 100%);
    }

        .card-1:hover .card-img img {
            width: 271px;
            height: 268px;
        }

.card-2 {
    border-radius: var(--Corner-radius-20, 20px);
    border: 1px solid var(--Stroke-Card-e-Divider, #D3D8DB);
    background: #FFF;
}

    .card-2 .card-img {
        border-radius: var(--Corner-radius-20, 20px);
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.35) 0%, rgba(84, 186, 88, 0.35) 100%);
        height: 244px;
        padding: 10px;
        text-align: center;
        justify-content: center;
        display: flex;
    }

        .card-2 .card-img img {
            width: 263px;
            height: 267px;
        }


    .card-2:hover .card-img {
        border-radius: var(--Corner-radius-20, 20px);
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.50) 0%, rgba(84, 186, 88, 0.50) 100%);
    }

        .card-2:hover .card-img img {
            width: 289px;
            height: 293px;
        }

.card-3 {
    border-radius: var(--Corner-radius-20, 20px);
    border: 1px solid var(--Stroke-Card-e-Divider, #D3D8DB);
    background: #FFF;
}

    .card-3 .card-img {
        border-radius: var(--Corner-radius-20, 20px);
        background: radial-gradient(50% 50% at 50% 50%, rgba(251, 202, 174, 0.35) 0%, rgba(255, 152, 93, 0.35) 100%);
        height: 244px;
        padding: 10px;
        text-align: center;
        justify-content: center;
        display: flex;
        position: relative;
    }

    .card-3 .tag-hover {
        position: absolute;
        top: 12px;
        right: 12px;
        border-radius: 8px;
        border: 1px solid #C7CDD1;
        background: #FFF;
        padding: 2px 12px;
        color: #57595A;
        font-family: "Open Sans";
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        opacity: 0;
        transform: translateY(-6px);
        transition: opacity .3s ease, transform .3s ease;
        z-index: 10; 
        pointer-events: none;
    }

        .card-3 .card-img img {
            width: 285px;
            height: 245px;
        }


    .card-3:hover .card-img {
        border-radius: var(--Corner-radius-20, 20px);
        background: radial-gradient(50% 50% at 50% 50%, rgba(251, 202, 174, 0.35) 0%, rgba(255, 108, 22, 0.35) 100%);
    }

        .card-3:hover .card-img .tag-hover {
            opacity: 1;
            transform: translateY(0);
        }


        .card-3:hover .card-img img {
            width: 311px;
            height: 267px;
        }


.card-body{
    padding:0 16px;
}

.card-footer {
    border-top: 1px solid var(--Stroke-Card-e-Divider, #D3D8DB);
    padding: 16px;
    text-transform: uppercase;
    min-height: 110px;
}

@media (max-width: 768px) {

    .img-hero {
        display: none;
    }

    .leading-relaxed {
        line-height: 40px !important;
    }

    .max-w-xs {
        max-width: 100% !important;
    }

    .mobile-no {
        display: none !important
    }

    .text-sm-center {
        text-align: center;
    }

    .card-3 .card-img .tag-hover {
        right: 30px;
        display: block !important;
    }

    .card-3:hover .card-img .tag-hover {
        right: 30px;
    }
}



@media (max-width: 1333px) {

    .img-hero {
        position: absolute;
        top: 380px;
        right: 0%;
        z-index: 49;
        width: 50%;
        height: 50%;
    }
}

@media (max-width: 1023px) {

    .img-hero {
        position: absolute;
        top: 99%;
        right: 0%;
        z-index: 49;
        width: 50%;
        height: 50%;
    }
}