    @font-face {
        font-family: 'FZ Poppins';
        /* Choose a name for your font */
        src: url('/font/FzPoppins/FZ\ Poppins-Regular.ttf Poppins-Regular.ttf') format('truetype'),
            url('/font/FzPoppins/FZ\ Poppins-Regular.ttf') format('truetype');
        /* Add other formats like .ttf or .otf for broader compatibility */
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'FZ Poppins';
        /* Choose a name for your font */
        src: url('/font/FzPoppins/FZ\ Poppins-Bold.ttf Poppins-Regular.ttf') format('truetype'),
            url('/font/FzPoppins/FZ\ Poppins-Bold.ttf') format('truetype');
        /* Add other formats like .ttf or .otf for broader compatibility */
        font-weight: bold;
        font-style: bold;
    }

    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        font-family: FZ Poppins;
        vertical-align: baseline
    }

    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;

    }

    .bg {
        background-color: #08305d;
    }

    .header {
        width: 100%;

    }

    .row {
        padding: 10px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-self: center;

    }

    .column {
        padding: 10px;
        justify-content: center;
        align-items: center;
    }

    .header img {
        height: 48px;
        width: auto;
        display: block;
        object-fit: contain;
    }
    .banner {
        padding: 32px 0px 32px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .banner-content {
        padding: 32px 0px 16px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 1352px;
        height: 760px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #FFFFFF;
        border-radius: 32px 32px 32px 32px;
    
    }
    .banner-content:before{ 
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-image: linear-gradient(90deg, #B78F5400 0%, #08305d 100%);
        opacity: 0.8;
        background-size: 100% 100%;
        border-radius: 32px 32px 32px 32px;
        max-width: 1352px;
        max-height: 760px;
    }

    .banner .img {
        float: right;
        width: 48%;
        height: auto;
        z-index: 9;
    }
    .info-inner-col {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 32px 32px 32px 32px;
        border: 2px solid #FFFFFF;
        width: 660px;
        min-height: 360px;
        position: relative;
    }

    .info-inner-col:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: transparent;
        background-image: linear-gradient(180deg, #B78F5400 0%, #08305d 100%);
        opacity: 0.8;
        background-size: 100% 100%;
        border-radius: 32px 32px 32px 32px;
    }

    .info-inner-col:hover {
        transition: all 1s;
        background-image: url(/img/Hover_Img.png);
        opacity: 1;

    }

    .container-row {
        gap: 32px 32px;
        column-gap: 32px;
        row-gap: 32px;
    }

    .info-inner-content {
        position: absolute;
        bottom: 32px;
        left: 32px;
    }

    .info-heading-title {
        font-size: 36px;
        font-weight: bold;
        color: #FFFFFF;

    }
    .contact .detail-info {
        padding: 32px 0px 32px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact .row {
        border-style: solid;
        border-width: 2px 2px 2px 2px;
        border-color: #FFFFFF;
        border-radius: 32px 32px 32px 32px;
        width: 1352px;
        justify-content: start;
        padding: 40px;
    }
    .contact h2{
        font-size: 30px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 16px;
    }
    .contact p, li, span{
        font-size: 16px;
        color: #FFFFFF;
        margin-bottom: 16px;
    }
    .contact svg{
        margin-top: 8px;
        fill: #FFFFFF;
   
        margin-right: 8px;
    }
    .contact .li-icon-list-item, .social-icon{
        display: flex;
        align-items: start;
        gap: 12px;
    }
    .contact .detail-content {
        width: 50%;
    }
    .contact .li-icon-list-item svg {
        width: 24px;
        height: 24px;
    }
    .contact .social-icon svg {
        width: 48x;
        height: 48px;
    }