    /*--====== Light ======--*/
    :root {
        --vj-cl-Urq: #283953;
        --vj-cl-Urq1: #7987A0;
        --vj-cl-Urq2: #44587C;
        --vj-cl-Urq3: #576A88;
        --vj-cl-Urq4: #fff;
        --vj-cl-Urq5: #BF2828;
        --vj-cl-Urq6: #ffffff;
        --vj-cl-Urq7: #7987a04d;
        --vj-cl-Urq8: #828EA619;
        --vj-cl-Urq9: #ffffff;
        --vj-cl-Urq10: #E9EBEF;
        --vj-cl-Urq11: #C2CCDE;
        --vj-cl-Urq12: #283953;
    }

    /*--====== Dark ======--*/
    :root .day_night {
        --vj-cl-Urq: #fff;
        --vj-cl-Urq1: rgba(255, 255, 255, 0.7);
        --vj-cl-Urq2: #fff;
        --vj-cl-Urq3: rgba(255, 255, 255, 0.70);
        --vj-cl-Urq4: #2B2B2B;
        --vj-cl-Urq5: #fff;
        --vj-cl-Urq6: #1c1c1c;
        --vj-cl-Urq7: #7987a04d;
        --vj-cl-Urq8: #2B2B2B;
        --vj-cl-Urq9: #2B2B2B;
        --vj-cl-Urq10: #7987A033;
        --vj-cl-Urq11: #707070;
        --vj-cl-Urq12: rgba(255, 255, 255, 0.7);
    }

    /*--====== Dark Mode======--*/
    @media (prefers-color-scheme:dark) {

        /*--====== Dark ======--*/
        :root {
            --vj-cl-Urq: #fff;
            --vj-cl-Urq1: rgba(255, 255, 255, 0.7);
            --vj-cl-Urq2: #fff;
            --vj-cl-Urq3: rgba(255, 255, 255, 0.70);
            --vj-cl-Urq4: #2B2B2B;
            --vj-cl-Urq5: #fff;
            --vj-cl-Urq6: #1c1c1c;
            --vj-cl-Urq7: #7987a04d;
            --vj-cl-Urq8: #2B2B2B;
            --vj-cl-Urq9: #2B2B2B;
            --vj-cl-Urq10: #7987A033;
            --vj-cl-Urq11: #707070;
            --vj-cl-Urq12: rgba(255, 255, 255, 0.7);

        }

        /*--====== Light ======--*/
        :root .day_night {
            --vj-cl-Urq: #283953;
            --vj-cl-Urq1: #7987A0;
            --vj-cl-Urq2: #44587C;
            --vj-cl-Urq3: #576A88;
            --vj-cl-Urq4: #fff;
            --vj-cl-Urq5: #BF2828;
            --vj-cl-Urq6: #ffffff;
            --vj-cl-Urq7: #7987a04d;
            --vj-cl-Urq8: #828EA619;
            --vj-cl-Urq9: #ffffff;
            --vj-cl-Urq10: #E9EBEF;
            --vj-cl-Urq11: #C2CCDE;
            --vj-cl-Urq12: #283953;

        }
    }

    body {
        background: var(--vj-cl-Urq6);
    }

    .UrgPg_wr {
        display: flex;
        flex-direction: column;
        padding: 0;
        width: 100%;
    }

    .UrgPgScn_wr {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 0 50px;
        width: 100%;
    }

    .UrgHdg_wr {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }

    .UrgHdg_wr-1 {
        margin-bottom: 30px;
    }

    .UrgHdg_ttl {
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
        letter-spacing: -0.36px;
        color: var(--vj-cl-Urq);
    }

    .UrgHdg_tx {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        color: var(--vj-cl-Urq1);
    }

    @media (min-width:1200px) {
        .UrgPg_wr {
            padding: 15px 0;
        }

        .UrgHdg_tx {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
        }

        .UrgPgScn_wr {
            margin: 0 0 100px;

        }
    }
    .UrgBnr_wr {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 -15px 40px;
        width: calc(100% + 30px);
        overflow: hidden;
        position: relative;
    }
    .vjl-cnt{
        position:relative;
    }
    .UrgBnr_dots {
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .UrgBnr_dots-1 {
        position: absolute;
        left: 0;
        top: 530px;
    }
    
    .UrgBnrImg_wr {
        width: 100%;
        padding: 15px 0;
        position: relative;
        text-align: center;
    }
    
    .UrgBnrImg_wr::after {
        background: #BF2828;
        content: '';
        height: 78%;
        left: -5%;
        position: absolute;
        bottom: 42%;
        transform: rotate(25deg);
        width: 130%;
    }
    
    .UrgBnrImg {
        width: 80%;
        position: relative;
        z-index: 1;
    }
    
    .UrgBnrSwp_wr.swiper-container {
        display: flex;
        margin: 0;
        margin-top: -30px;
        overflow: hidden;
        padding-bottom: 30px;
        /* padding: 0 15px; */
        width: calc(100% - 30px);
    }
    
    .swiper-container {
        width: 100%;
    }
    
    .swiper-slide {
        background-size: cover;
        background-position: 50%;
        min-height: 20vh;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    
    .swiper-pagination-bullet {
        background-color: var(--vj-cl-Urq7);
        border-radius: 8px;
        width: 22px;
        height: 5px;
        opacity: 1;
    }
    
    .swiper-pagination-bullet-active {
        background-color: #BF2828;
    }
    
    .swiper-button-container {
        background-color: rgba(0, 0, 0, 0.25);
    }
    
    .UrgBnrLgo_wr {
        display: flex;
        margin-bottom: 15px;
    }
    
    .UrgBnrLgo {
        width: 105px;
    }
    
    .UrgBnr_ttl {
        color: var(--vj-cl-Urq);
        display: flex;
        flex-direction: column;
        font-size: 28px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: -0.48px;
        margin-bottom: 10px;
    }
    
    .UrgBnr_ttl-spn {
        color: #BF2828;
    }
    
    .UrgBnr_tx {
        letter-spacing: 0px;
        color: var(--vj-cl-Urq2);
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 12px;
    }
    
    .UrgBnr_tx-1 {
        letter-spacing: 0px;
        color: var(--vj-cl-Urq1);
        font-size: 11px;
        font-weight: 400;
        line-height: 17px;
        margin-bottom: 20px;
    }
    
    .UrgBnr_btn-wr {
        display: flex;
        gap: 10px;
    }
    
    .UrgBnr_btn {
        background: #BF2828 0% 0% no-repeat padding-box;
        border: 0px solid #7987A033;
        border-radius: 5px;
        color: #fff;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        height: 40px;
        padding: 10px;
        width: 115px;
    }
    
    .UrgBnr_btn.UrgBnr_btn-1 {
        background: transparent;
        border: 1px solid #7987A033;
        color: var(--vj-cl-Urq2);
    }
    
    .UrgBnrSwp_Pgn-wr.swiper-pagination {
        bottom: 0;
        display: flex;
        z-index: 1;
    }
    
    @media (min-width:768px) {
        .UrgBnr_wr {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            align-items: center;
            margin: 0 0 60px;
        }
    
        .UrgBnrImg_wr {
            width: 50%;
        }
    
        .UrgBnrSwp_wr.swiper-container {
            width: 460px;
            margin: 0;
            padding: 20px 0;
        }
    
        .UrgBnrImg_wr::after {
            content: none;
        }
    
        .UrgBnr_ttl {
            font-size: 32px;
            font-weight: 600;
            line-height: 38px;
        }
    
        .UrgBnr_tx {
            font-size: 16px;
        }
    }
    
    @media (min-width:1200px) {
        .UrgBnrImg_wr {
            width: 700px;
        }
    
        .UrgBnrImg {
            width: 100%;
        }
    
        .UrgBnrLgo {
            width: 136px;
        }
    }
    .UrgSrvc_wr {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
        width: 100%;
    }
    
    .UrgSrvc_ul {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    
    .UrgSrvc_li {
        border-bottom: 1px solid hsl(218.46deg 17.03% 55.1% / 10%);
        display: flex;
        align-items: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .UrgSrvc_li:last-child {
        border: 0;
    }
    
    .UrgSrvc_li-img {
        color: var(--vj-cl-Urq5);
        height: 54px;
        width: 54px;
    }
    
    .UrgSrvc_li-img-wr {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 18px;
        flex: 0 0 54px;
    }
    
    .UrgSrvc_li-tx-wr {
        flex: 1;
    }
    
    .UrgSrvc_li-ttl {
        font-size: 18px;
        font-weight: 600;
        line-height: 21px;
        letter-spacing: -0.27px;
        color: var(--vj-cl-Urq);
        margin-bottom: 6px;
    }
    
    .UrgSrvc_li-tx {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0px;
        color: var(--vj-cl-Urq1);
    }
    
    
    @media (min-width:768px) {
        .UrgSrvc_wr {
            margin: 0;
        }
    
        .UrgSrvc_ul {
            flex-direction: row;
            flex-wrap: wrap;
        }
    
        .UrgSrvc_li {
            border-right: 1px solid rgba(121, 135, 160, 0.16);
            display: flex;
            flex-direction: column;
            margin: 0;
            padding: 25px;
            width: 25%;
        }
    
        .UrgSrvc_li:last-child {
            border-right: 1px solid rgba(121, 135, 160, 0.16);
        }
    
        .UrgSrvc_li:nth-child(4n) {
            border-right: 0px;
        }
    
        .UrgSrvc_li-ttl {
            text-align: center;
            margin-bottom: 8px;
        }
    
        .UrgSrvc_li-img-wr {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 0;
            flex: 0 0 66px;
            margin-bottom: 15px;
        }
    
        .UrgSrvc_li-tx {
            text-align: center;
        }
        .UrgSrvc_li-img {
            height: 66px;
            width: 66px;
        }
    }
    
    @media (min-width:1200px) {
       
    }

    .UrgWh_wr {
        background: var(--vj-cl-Urq8);
        border-radius: 7px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .UrgWh_img-wr {
        width: 100%;
    }
    
    .UrgWh_img {
        border-radius: 0;
        width: 100%;
    }
    
    .UrgWh_crd-wr {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    
    .UrgWh_crd {
        border-bottom: 1px solid #70707029;
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    .UrgWh_crd:last-child {
        border: 0;
        padding: 0;
        margin: 0;
    }
    
    .UrgWh_ttl {
        font-size: 28px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: -0.42px;
        color: var(--vj-cl-Urq);
        margin-bottom: 10px;
    }
    
    .UrgWh_tx {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0px;
        color: var(--vj-cl-Urq1);
    }
    
    .UrgWh_rw {
        display: flex;
        flex-direction: column;
    }
    
    .UrgWh_cl-num {
        font-size: 48px;
        font-weight: 600;
        line-height:58px;
        letter-spacing: -0.72px;
        color: var(--vj-cl-Urq);
    }
    
    .UrgWh_cl-ttl {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.3px;
        color: var(--vj-cl-Urq);
        margin-bottom: 5px;
    }
    
    .UrgWh_cl {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .UrgWh_cl:last-child {
        margin-bottom: 15px;
    }
    
    @media (min-width:560px) {
    
        .UrgWh_rw {
            flex-direction: row;
            gap: 40px;
        }
    
        .UrgWh_cl {
            flex: 1;
            margin-bottom: 0;
        }
    }
    
    @media (min-width:1024px) {
    
        .UrgWh_wr {
            flex-direction: row-reverse;
            padding: 30px 40px;
        }
    
        .UrgWh_img {
            border-radius: 7px;
        }
    
        .UrgWh_crd-wr {
            padding: 0 30px 0 0;
        }
    
        .UrgWh_cl .UrgWh_tx {
            width: 70%;
        }
    
        .UrgWh_img-wr {
            flex: 0 0 580px;
        }
    }

    .UrgClt_wr {
        display: flex;
        width: 100%;
    }
    
    /* .UrgClt_ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    } */
    
    .UrgClt_li {
        display: flex;
        width: 100%;
        background: var(--vj-cl-Urq9);
        border: 1px solid var(--vj-cl-Urq10);
        border-radius: 5px;
        justify-content: center;
        align-items: center;
    }
    
    .UrgClt_li-a {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 80px;
        padding: 15px;
    }
    
    .UrgClt_img {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }
    
    
    .UrgClt_ul {
        display: grid;
        width: 100%;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr); /* Mobile: 2 columns */
        justify-content: center;
    }
    
    @media (min-width: 560px) {
        .UrgClt_ul {
            grid-template-columns: repeat(3, 1fr); /* Tablet: 3 columns */
        }
    }
    
    @media (min-width: 768px) {
        .UrgClt_ul {
            grid-template-columns: repeat(5, 1fr); /* Tablet: 3 columns */
        }
    }
    
    @media (min-width: 1024px) {
        .UrgClt_ul {
            grid-template-columns: repeat(7, 1fr); /* Tablet: 3 columns */
        }
    }
    
    @media (min-width: 1200px) {
        .UrgClt_ul {
            grid-template-columns: repeat(9, 1fr); /* Desktop: 9 columns */
        }
    }

    .UrgCntUs_wr {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        max-width: 1000px;
        margin: auto;
        padding: 0;
        margin: 0 -15px 40px;
        width: calc(100% + 30px);
    }
    
    /* Left Side */
    .UrgCntUs_lft {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    /* Map Section */
    .UrgCntMp_wr {
        width: 100%;
    }
    
    .UrgCntMp_Img {
        width: 100%;
        border-radius: 8px;
    }
    
    /* Address Section */
    .UrgCntAdr_rw {
        border-bottom: 1px solid rgb(121 135 160 / 16%);
        display: flex;
        flex-direction: row;
        gap: 15px;
        padding: 15px 15px 40px;
    }
    
    .UrgCntAdr_cl {
        /* background: #f5f5f5; */
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        flex: 1;
    }
    
    .UrgCntAdr_icn-wr {
        display: flex;
        width: 100%;
    }
    
    .UrgCntAdr_icn {
        color: var(--vj-cl-Urq5);
        display: flex;
        font-size: 25px;
        /* width: 14px; */
    }
    
    .UrgCntAdr_icn-1 {
        color: var(--vj-cl-Urq1);
    }
    
    .UrgCntAdr_ttl {
        color: var(--vj-cl-Urq5);
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -0.24px;
    }
    
    /* First address heading in blue */
    .UrgCntAdr_cl-1 .UrgCntAdr_ttl {
        color: var(--vj-cl-Urq12);
    }
    
    .UrgCntAdr_tx {
        font-size: 11px;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0px;
        color: var(--vj-cl-Urq);
    }
    
    .UrgCntAdr_cl-1 .UrgCntAdr_tx {
        color: var(--vj-cl-Urq1);
    }
    
    /* Right Side Form */
    .UrgCntFrm_wr {
        width: 100%;
        /* background: #fff; */
        padding: 20px;
        border-radius: 5px;
        /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
        display: flex;
        flex-direction: column;
    }
    
    .UrgCntFrm_rw {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    
    .UrgCntFrm_lbl {
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0px;
        color: var(--vj-cl-Urq3);
    }
    
    .UrgCntFrm_inp,
    .UrgCntFrm_slc,
    .UrgCntFrm_txAr {
        background: transparent;
        border: 1px solid var(--vj-cl-Urq11);
        border-radius: 4px;
        color: var(--vj-cl-dr);
        font-family: var(--ff-two);
        font-size: 14px;
        font-weight: 400;
        line-height: 15px;
        height: 40px;
        padding: 0 10px;
        width: 100%;
    }
    
    .UrgCntFrm_txAr {
        height: 145px;
        padding: 10px;
    }
    
    .UrgCntFrm_inp::placeholder,
    .UrgCntFrm_txAr::placeholder {
        color: #aaaaaa;
    }
    
    /* Submit Button */
    .UrgCntFrm_btn-wr {
        text-align: center;
        margin-top: 10px;
    }
    
    .UrgCntFrm_btn {
        width: 100%;
        background: #BF2828;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0px;
        color: #FFFFFF;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        height: 40px;
        transition: 0.3s ease-in-out;
    }
    
    .UrgCntFrm_btn:hover {
        background: darkred;
    }
    
    /* Tablet */
    @media (min-width: 768px) {
        .UrgCntAdr_rw {
            flex-direction: row;
            flex-wrap: wrap;
            gap: 20px;
        }
    
        .UrgCntAdr_cl {
            width: calc(50% - 10px);
        }
    }
    
    /* Desktop */
    @media (min-width: 1024px) {
        .UrgCntUs_wr {
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
            margin: 0 0 40px;
            width: 100%;
        }
    
        .UrgCntUs_lft {
            border: 1px solid #7070704E;
            border-radius: 7px;
            /* width: calc(100% - 400px); */
            flex: 1;
        }
    
        .UrgCntMp_Img {
            border-radius: 0;
        }
    
        .UrgCntFrm_wr {
            width: 35%;
            padding: 0;
        }
    
        .UrgCntAdr_tx {
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
        }
    
        .UrgCntAdr_rw {
            background: var(--vj-cl-Urq4);
            gap: 0;
            padding: 0;
        }
    
        .UrgCntAdr_cl {
            width: calc(50% - 15px);
            gap: 7px;
            border-top: 4px solid #BF2828;
            border-radius: 0;
            padding: 25px 25px  35px;
            margin-bottom: 5px;
        }
    
        .UrgCntAdr_cl-1 {
            border-top: 4px solid transparent;
        }
    
        .UrgCntAdr_icn {
            display: flex;
            font-size: 26px;
        }
        .UrgCntFrm_btn-wr{
            margin:0
        }
    }