:root {
    --bs-primary: #5B2C54;
    --bs-secondary: #F3987A;
    --pi-gray: #0000001A;
    --pi-text-heading: #424242;
    --pi-bg1: #AD4481;
    --pi-bg2: #6758A2;
    --pi-bg3: #2BBFCE;
    --pi-bg4: #BD8B8E;
    --pi-bg5: #FBC982;
    --pi-bg6: #FEF4E6;
    --pi-bg7: #FEF2EF;
    --pi-bg8: #FCFCFC;
    --pi-bg9: #FF5555;
    --pi-bg10: #FEF4F1;
    --pi-bg4-dark: #AD44814D;
    --pi-bg-secondary-light: #FEF5F2;
    --pi-bg-orange: #FBCCAA;
    --pi-bg-orange-light: #FBC98233;
    --pi-color5: #B6B6B6;
    --bs-font-koho: KoHo;
}


/*---------------------------------------
# custom utilites
---------------------------------------*/
.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.bg-orange {
    background-color: var(--pi-bg-orange) !important;
}

.pi-gray {
    background-color: var(--pi-gray) !important;
}

.pi-bg1 {
    background-color: var(--pi-bg1) !important;
}

.pi-bg2 {
    background-color: var(--pi-bg2) !important;
}

.pi-bg3 {
    background-color: var(--pi-bg3) !important;
}

.pi-bg4 {
    background-color: var(--pi-bg4) !important;
}

.pi-bg5 {
    background-color: var(--pi-bg5) !important;
}

.pi-bg6 {
    background-color: var(--pi-bg6) !important;
}

.pi-bg7 {
    background-color: var(--pi-bg7) !important;
}

.pi-bg8 {
    background-color: var(--pi-bg8) !important;
}

.pi-bg9 {
    background-color: var(--pi-bg9) !important;
}

.pi-bg10 {
    background-color: var(--pi-bg10) !important;
}

.pi-bg4-dark {
    background-color: var(--pi-bg4-dark) !important;
}

.bg-secondary-light {
    background-color: var(--pi-bg-secondary-light) !important;
}

.pi-bg-orange-light {
    background-color: var(--pi-bg-orange-light) !important;
}

.pi-color5 {
    color: var(--pi-color5) !important;
}

.lh-24px {
    line-height: 24px !important;
}

.text-heading {
    color: var(--pi-text-heading);
}

.w-fit-content {
    width: fit-content;
}

.koho-font {
    font-family: var(--bs-font-koho);
}

.fs-9px {
    font-size: 9px;
}

.fs-10px {
    font-size: 10px;
}

.fs-11px {
    font-size: 11px;
}

.fs-12px {
    font-size: 12px;
}

.fs-16px {
    font-size: 16px;
}

.fs-18px {
    font-size: 18px;
}

.fs-20px {
    font-size: 20px;
}

.fs-24px {
    font-size: 24px;
}

.fs-28px {
    font-size: 28px;
}

.fs-32px {
    font-size: 32px;
}

.fs-38px {
    font-size: 38px;
}

.fs-42px {
    font-size: 42px;
}

.fs-48px {
    font-size: 48px;
}

.fs-56px {
    font-size: 56px;
}

.fs-72px {
    font-size: 72px;
}

.dummy_image_text {
    position: relative
}

.image_text{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -15px);
    display: block;
    background-color: rgb(48 48 48 / 30%);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    color: var(--bs-white);
    padding: 8px 30px;
    text-wrap: nowrap;
}

.text-justify{
      text-align: justify;
}

/*---------------------------------------
# topbar-section
---------------------------------------*/
.topbar-section {
    padding: 20px 0;
}

.topbar-section .top-left-img {
    width: 115px;
}

.topbar-section .govt-img {
    width: 223px;
}

.topbar-section .site-logo {
    width: 167px;
}


/*---------------------------------------
# microsite-entail-section
---------------------------------------*/
.microsite-entail .entail-wrapper {
    width: 100%;
    height: 100;
    border-radius: 10px;
    padding: 15px 15px 15px 63px;
    margin-top: 35px;
    position: relative;
}

.microsite-entail .entail-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    border: 5px solid #FFFFFF;
    position: absolute;
    top: -15px;
    padding: 12px;
    left: -27px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.bg-wrappers .entail-wrapper-1 {
    background: #DED5DD;
}

.bg-wrappers .entail-icon-1 {
    background: #5B2C54;
}

.bg-wrappers .entail-wrapper-2 {
    background: #E1DEEC;
}

.bg-wrappers .entail-icon-2 {
    background: #6758A2;
}

.bg-wrappers .entail-wrapper-3 {
    background: #FDEAE4;
}

.bg-wrappers .entail-icon-3 {
    background: #F3987A;
}

.bg-wrappers .entail-wrapper-4 {
    background: #FFFDF0;
}

.bg-wrappers .entail-icon-4 {
    background: #EAD872;
}

.bg-wrappers .entail-wrapper-5 {
    background: #FAFBE3;
}

.bg-wrappers .entail-icon-5 {
    background: #D9E443;
}

.bg-wrappers .entail-wrapper-6 {
    background: #EFDAE6;
}

.bg-wrappers .entail-icon-6 {
    background: #AD4481;
}

.bg-wrappers .entail-wrapper-7 {
    background: #D5F2F5;
}

.bg-wrappers .entail-icon-7 {
    background: #2BBFCE;
}

.bg-wrappers .entail-wrapper-8 {
    background: #FEF4E6;
}

.bg-wrappers .entail-icon-8 {
    background: #FBC982;
}


/*---------------------------------------
# apparel-business-section
---------------------------------------*/
.apparel-business-section {
    background-image: url("../media/pci_images/image15.jpg");
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*---------------------------------------
# landscape-procurement-section
---------------------------------------*/
.landscape-procurement-section {
    height: 520px;
}

.landscape-procurement-section .right-wrapper {
    width: 60%;
    top: 0;
    /* right: -10px; */
    right: 0;
    padding: 60px 40px 60px 140px;
    border-radius: 20px;
}

/*---------------------------------------
# schemes-section
---------------------------------------*/
.schemes-section .scheme-wrapper {
    background-color: var(--pi-bg7);
    color: var(--bs-primary);
    padding: 30px 40px;
    /* padding-right: 80px; */
    padding-right: 160px;
    border-radius: 20px;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    height: 160px;
}

.schemes-section .scheme-wrapper .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 70px;
    border-top-left-radius: 23.93px;
    border-bottom-right-radius: 20px;
    border-width: 1.2px;
    background: var(--pi-bg8);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin-left: 0;
    cursor: pointer;
}

.schemes-section .scheme-wrapper:hover .icon img {
    margin-left: 10px;
    transition: 0.5s;
}

/*---------------------------------------
# article-section
---------------------------------------*/
.article-section .entail-icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    position: absolute;
    color: var(--bs-white);
    top: -45px;
    left: 50%;
    font-size: 32px;
    font-weight: 700;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------------------------------------
# choose-your-state-section
---------------------------------------*/
.choose-your-state-section .owl-carousel.owl-theme .owl-dots {
    display: none !important;
}

.choose-your-state-section .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #e1e3eaa1;
    backdrop-filter: blur(5px);
}

.choose-your-state-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #e1e3eaa1;
    backdrop-filter: blur(5px);
}

.choose-your-state-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: #e1e3eafa !important;
}

.choose-your-state-section .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

/*---------------------------------------
# policies-section
---------------------------------------*/
.policies-section .state-category-tag {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 4px 39px;
}

.state_search_placeholder_color::placeholder {
    color: var(--pi-color5) !important;
    opacity: 1;
    /* Firefox */
}

.state_search_placeholder_color::-ms-input-placeholder {
    /* Edge 12-18 */
    color: var(--pi-color5) !important;
}

/*---------------------------------------
# public-procurement-section
---------------------------------------*/
.public-procurement-section {
    position: relative;
}

.playbook_works_wrapper {
    position: absolute;
    left: -85px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px 25px;
    font-size: 18px;
    rotate: 270deg;
    background: var(--bs-primary);
    border-radius: 0 0 20px 20px;
    color: var(--bs-white);
    cursor: pointer
}


/*---------------------------------------
# lang-btn
---------------------------------------*/
.lang_btn {
    scale: 1;
    transition: 0.2s;
}

.lang_btn:active {
    scale: 0.9;
}

.lang_btn:hover {
    box-shadow: rgb(251 201 130) 0px 0px 10px;
    border-radius: 50px;
}