@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@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');
@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&family=Archivo+Black&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Oriya:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


/* Body */
:root {
    --text-color: #da6f08;
    --icon-color: #da6f08;
    --main-logo-color: #da6f08;
    --main-menu-color: #da6f08;
    --main-menu-hover-color: #ee7909;
    --text-btn-color: #da6f08;
    --web-heading-color: #da6f08;
    --web-btn-bg-color: #da6f08;
    --web-btn-hover-color: #c36408;
    --web-btn-border-color: #da6f08;
    --download-btn-bg: #da6f08;
    --btn-top-color: #d3610f;
    --table-bg-color: #cf6f14;

}

body {
    background-color: #fff !important;
    position: relative;
    font-family: "Jost", sans-serif !important;
    overflow-y: scroll;
    overflow-x: hidden;
}



/* Scroll Bar Designs */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #c6d1f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #8c8c8c;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8c8c8c;
}

/* Pointer */
.cursor-pointer {
    cursor: pointer;
}

.form-select,
.form-control {
    border-color: #c4b2a0 !important;
    background-color: #ffffff !important;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: #06102c !important;
}

.form-check-input:checked {
    background-color: #06102c !important;
    border-color: #06102c !important;
}

input,
button:focus {
    box-shadow: none !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #373636ba url(../images/loader.gif) 50% 50% no-repeat;
    background-size: 70px 70px;
}

.accessibility_menu {
    background: linear-gradient(90deg, #da6f08 2.72%, #f49100 100.24%);
    padding: 0.35rem;
    margin-bottom: 4.5rem;
}

.accessibility_menu_area {
    display: flex;
    flex-direction: row;
}

.gov_of_odisha_text {
    display: flex;
    flex-direction: row;
    color: #f5f5f5;
}

.gov_of_odisha_text h6 {
    margin-bottom: 0 !important;
    font-size: 0.90rem;
    padding: 0rem 0.5rem;
}

.gov_of_odisha_text h6:last-child {
    border-left: 1px solid #c1c1c1;
}
.change_lang {
    display: flex;
    flex-direction: row;
}

.change_lang .btn-lang {
    padding: 0rem 0.75rem !important;
    font-size: 0.75rem;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}

.change_lang .btn-lang.active {
    background-color: #fff;
    border: 1px solid #fff;
    color: #2c2c2c;
}

.change_lang .btn-lang:hover {
    background-color: #ffffffb3;
    border: 1px solid #fff;
    color: #2c2c2c;
}

.change_lang .btn-lang:first-child {
    border-radius: 0.25rem 0 0 0.25rem;
}

.change_lang .btn-lang:last-child {
    border-radius: 0 0.25rem 0.25rem 0;
}

.theme_colors {
    display: flex;
    flex-direction: row;
}

.theme_colors button {
    padding: 0;
    border: none !important;
}

.theme_colors button:focus,
.theme_colors button:active {
    border: none !important;
}

.theme_colors button div {
    width: 15px;
    height: 15px;
}

.theme_colors .light_theme {
    background: #ffffff;
    border: 1px solid #ffffff;
    margin-right: 0.5rem !important;
}

.theme_colors .dark_theme {
    background: #000000;
    border: 1px solid #ffffff;
}

.font_size_change {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.font_size_change a {
    font-size: 0.8rem;
    width: 23px;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    color: #ffffff !important;
    background-color: #fff3e621;
    padding: 0.05rem 0.25rem !important;
}

.font_size_change a:hover {
    background-color: #252525;
    cursor: pointer;
}


header {
    background-color: #efefef;
    padding: 0.5rem;
    box-shadow: 0px 2px 7px 4px #6767671f;
    position: fixed;
    z-index: 1999;
    top: 30px;
    width: 100%;
    background-image: url(../images/header_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    transition: background-color 0.3s, padding 1s;
    z-index: 99;
}

header.sticky {
    background-color: #ffffff;
    top: 0;
    padding: 0.25rem;
}

.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    justify-content: center;
}

.logo_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}

.logo_image {
    width: 100%;
    max-width: 480px;  
    height: auto;  
}

 
@media screen and (max-width: 1200px) {
    .logo_image {
        max-width: 480px;
    }
}

 
@media screen and (max-width: 768px) {
    .logo_image {
        max-width: 356px;
    }
}

 
@media screen and (max-width: 549px) {
    .logo_image {
        max-width: 356px;
    }
}

 
@media screen and (max-width: 363px) {
    .logo_image {
        max-width: 356px;
    }
}

 
@media screen and (max-width: 280px) {
    .logo_image {
        max-width: 150px;
    }
}
.logo_text {
    display: flex;
    flex-direction: column;
    margin-left: 0.75rem;
}

.logo_text .logo_heading {
    color: var(--main-logo-color);

    /* font-size: 1rem; */
    font-size: 1.04rem;
    margin-bottom: 0.2rem;
}

.logo_text .logo_sub_heading {
    color: #404040;
    font-size: 0.65rem;
    margin-bottom: 0.1rem;
}

.logo_text .gov_of_odisha {
    color: #3a3a3a;
    font-size: 0.65rem;
    font-weight: 500;
    margin-bottom: 0;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.header li a {
    text-decoration: none;
}

.header li a:hover {
    color: #cc7829;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header .menu li {
    /* width: 82px; */
    margin-right: 13px;
}

#menu_active_list li:last-of-type {
    margin-right: 0;
  }

.header .menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.header .menu li i {
    font-size: 1.1rem;
    color: var(--main-menu-color);

    /* margin-right: 4px; */
}

.header .menu li:hover i {
    color: var(--main-menu-hover-color);
}

.header .menu li span {
    /* font-size: 0.8rem; */
    font-size: 0.94rem;
    font-weight: 500 !important;
    white-space: nowrap;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

/* menu active list */
/* .menu li.active a {
    color: var(--main-menu-color);
}

.menu li.active i {
    color: var(--main-menu-color);
} */

.menu li.active a,
.menu li.active i {
    color: var(--main-menu-color) !important;
    font-weight: bold;
}


.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 300px;
    box-shadow: 0px 2px 7px 4px #6767671f;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* active menu css */


@media (min-width: 992px) {
    .header li a {
        color: #585858;
    }

    .header .menu li {
        padding: 0.15rem 0.5rem;
        font-weight: 600;
    }

    .header .menu {
        max-height: none;
        display: flex;
        flex-direction: row;
    }

    .header .menu-icon {
        display: none;
    }
}

@media (max-width: 992px) {
    .header .menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        flex-wrap: wrap;
        width: 280px;
        top: 3.9rem;
        right: -8px;
        background-color: #fffffff5;
        border-radius: 0 0 0.5rem 0.5rem;
    }

    .header .menu li {
        width: 100%;
        padding: 0.5rem 1rem;
    }

    .header .menu li:first-child {
        padding-top: 1rem;
    }

    .header .menu li:last-child {
        padding-bottom: 1rem;
    }

    .header .menu li a {
        color: #000;
    }

    .header .menu li a {
        flex-direction: row;
        gap: 1rem;
    }
}


/* Banner */
.banner_area {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.banner_left_side {
    padding: 0 !important;
    width: 80%;
}

.banner_left_side .all-images {
    height: 420px !important;
}

.banner-left-tag {
    left: 95% !important;
    z-index: 1020;
    top: 85% !important;
    cursor: pointer;
}

.banner-right-tag {
    left: 98% !important;
    z-index: 1020;
    top: 92% !important;
    cursor: pointer;
}

.banner-left-tag i,
.banner-right-tag i {
    color: #00235c;
    transition: all 0.2s ease-in-out;
}

.banner-left-tag:hover i,
.banner-right-tag:hover i {
    color: #ff9900;
    transition: all 0.2s ease-in-out;
}

.banner-left,
.banner-right {
    font-size: 1.5rem;
    /* color: #fff; */
}

.banner_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_right_side {
    width: 20%;
    background-color: red;
    position: relative;
    z-index: 999;
}

.banner_right_side .background_1 {
    background-color: #da7b2873;
    height: 800px;
    width: 3000px;
    position: absolute;
    left: -100px;
    top: 150px;
    transform: rotateZ(12deg);
    z-index: 1000;
}

.banner_right_side .background_2 {
    /* background-color: #00245c;
    background-image: url(../images/body.png);
    background-repeat: repeat;
    background-size: 8%;
    background-blend-mode: color-dodge; */

    /* background-color: #ffffff; */
    background-image: url(../images/banner_bg.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-blend-mode: difference;

    height: 800px;
    width: 3000px;
    position: absolute;
    left: -86px;
    top: 150px;
    transform: rotateZ(12deg);
    z-index: 1001;
}

.banner_right_side .background_3 {
    background-color: #da7b2873;
    height: 1800px;
    width: 8000px;
    position: absolute;
    left: 200px;
    top: 150px;
    transform: rotateZ(12deg);
    z-index: 1002;
}

.bg_data {
    position: relative;
    z-index: 1020;
}

.img_lokaseva {
    width: 206px;
    position: absolute;
    bottom: 0;
    left: 87px;
}

@media (max-width: 768px) {
    .img_lokaseva {
        width: 150px;
        right: 50px;
    }
}

@media (max-width: 480px) {
    .img_lokaseva {
        width: 120px;
        right: 20px;
    }
}

.cm_images {
    position: absolute;
    left: -3rem;
    top: 0;
    padding: 2rem 0;
}

.cm_data {
    margin-left: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
}

.dcm_1_data {
    margin-left: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
}

.dcm_2_data {
    margin-left: 0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
}

.dcm_1_data img,
.dcm_2_data img {
    width: 70px;
    height: 70px;
}

.cm_data img {
    width: 85px;
    height: 85px;
}

.cm_text {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    line-height: 0.75rem;
}

.cm_text h6 {
    font-size: 0.9rem;
    margin-bottom: 0.25rem !important;
}

.cm_text p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

/* News Ticker */
.news_ticker {
    background-color: #00245c;
}

.news_ticker li {
    padding-top: 6px;
    margin-right: 2rem;
}

.news_ticker li span {
    font-size: 1rem;
    color: #ffffffc9;
}

.news_ticker li span:hover {
    cursor: default;
}

.news_ticker li a {
    font-size: 1rem;
    text-decoration: none;
    color: #ffffffc9;
}

.news_ticker li i {
    color: #fff;
    padding-right: 0.5rem;
}

/* Welcome Text */
.welcome_text {
    padding-right: 2rem;
}
.heading_ortpsaa{
    font-size: 1.5rem !important;
}

.welcome_text h5 {
    font-family: "Nunito", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: left;
    word-spacing: 0px;
    margin-bottom: 0.8rem;
}

.welcome_text h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    line-height: 42px;
    text-align: left;
    word-spacing: 0px;
    background-image: linear-gradient(20deg, #a26c39 2.72%, #da6f08 100.24%);
    color: transparent;
    background-clip: text;
    text-shadow: 0px 1px #da6f08;
    text-transform: uppercase;

}

.welcome_text p {
    /* font-family: "Nunito", sans-serif; */
    word-spacing: 2px;
    text-align: justify;
}

/* .welcome_text p::before {
    width: 46px;
    display: inline-block;
    content: '';
} */

.text_inner_heading {
    margin: 38px 0 15px 0;
}
.text_inner_heading h4{
    text-transform: uppercase;
}

.box_main_content {
    margin-bottom: 95px;
}



.about_download_button {
    display: flex;
    flex-direction: column;
}

.download_button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    /* background: #183153; */
    background-color: #fff;
    border: 1px solid var(--download-btn-bg) !important;
    font-family: "Montserrat", sans-serif;
    /* box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    cursor: pointer;
    border: none;
}

.download_button:after {
    content: " ";
    width: 0%;
    height: 100%;
    background: var(--download-btn-bg);
    position: absolute;
    transition: all 0.4s ease-in-out;
    right: 0;
}

.download_button:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.download_button span {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 0.35rem 0.75rem;
    color: var(--download-btn-bg);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

.download_button span i {
    margin-left: 0.5rem;
    opacity: 0.9;
}

.download_button:hover span {
    color: #fff;
    animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.fixed_bg_one {
    /* background: url(../images/about_bg.jpg); */
    background: url(../images/background_bg.jpg);
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed; */

}

.user_buttons {
    display: flex;
    flex-direction: column;
    /* padding: 5rem 0 0 1rem; */
    gap: 1rem;
}

.user_buttons .user_btn {
    font-size: 1.5rem;
    border: 2px solid var(--web-btn-border-color) !important;
    color: #e48c02;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.2s;
    border-radius: 0.5rem;
    margin: 0;
    border: 1px solid #fff;
    font-weight: 600;
}

.user_buttons .user_btn i {
    margin-right: 0.5rem;
}

.user_buttons .user_btn:hover {
    background-color: var(--web-btn-hover-color);



    color: #fff;
}

.user_buttons .hover_btn_cust {
    background-color: var(--web-btn-bg-color);
    color: #fff !important;
}

.no-decoration {
    text-decoration: none;
}

/* Counter */
.counterDesign {
    /* background: linear-gradient(180deg, rgba(215, 244, 255, 0.8744747899159664) 23%, rgba(215, 237, 255, 0) 90%); */
    background: #edf4ff;
}

.countLoader {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 2rem 0;
}

.countLoader .data_counter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.countLoader .count {

    font-family: "Roboto", sans-serif;
    font-size: 3rem;
    font-weight: 600;
    color: #1f5b9a;
    /* margin-bottom: 0.5rem; */
}

.countLoader .count_heading {
    color: #233c64;
    font-size: 1.2rem;
    font-weight: 700;
}

/* Progress Data */

.bg_cust {
    background-color: #fff7f0;
}

.progress_header {
    /* border: 3px solid #e29d32 !important; */
    border-radius: 0.75rem;
    color: #e48c02;
    padding: 0.75rem;
    /* text-align: center; */
    position: relative;
    /* margin-bottom: 4rem; */
}


.progress_header h5 {
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.progress_header h6 {
    font-size: 0.95rem;
    margin-bottom: 0;
    color: #ae6c04b5;
}

.progress_header h5 {
    letter-spacing: 1px;
    text-align: left;
    word-spacing: 0px;
    background-image: linear-gradient(20deg, #a26c39 2.72%, #da6f08 100.24%);
    color: transparent;
    background-clip: text;
    text-shadow: 0px 1px #da6f08;
}

.progress_body {
    background-image: url(../images/process.png);
    background-size: 100%;
    background-repeat: no-repeat;
    justify-content: space-around;
    height: 330px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.progress_details {
    width: 160px;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.progress_details h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.progress_details h4 {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #ffffffa6;
}


@media only screen and (max-width: 1200px) {
    .progress_body {
        gap: 0 1rem;
        background-image: none;
        height: 700px;
    }

    .progress_details {
        width: 310px;
        height: 310px;
        border: 26px solid #fff;
        border-radius: 50%;
        position: relative;
    }

    .progress_details::before {
        content: '';
        bottom: -8px;
        left: 45px;
        transform: rotate(33deg);
        z-index: 0;
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 30px 24px 0 24px;
        border-style: solid;
    }

    .progress_details:nth-child(1) {
        background-color: #19b6e9;
        box-shadow: 0 0 0 7px #19b6e9;
    }

    .progress_details:nth-child(1)::before {
        border-color: #19b6e9 transparent transparent transparent;
    }

    .progress_details:nth-child(2) {
        background-color: #0cc1b3;
        box-shadow: 0 0 0 7px #0cc1b3;
    }

    .progress_details:nth-child(2)::before {
        border-color: #0cc1b3 transparent transparent transparent;
    }

    .progress_details:nth-child(3) {
        background-color: #f7a537;
        box-shadow: 0 0 0 7px #f7a537;
    }

    .progress_details:nth-child(3)::before {
        border-color: #f7a537 transparent transparent transparent;
    }

    .progress_details:nth-child(4) {
        background-color: #e96559;
        box-shadow: 0 0 0 7px #e96559;
    }

    .progress_details:nth-child(4)::before {
        border-color: #e96559 transparent transparent transparent;
    }
}

@media only screen and (max-width: 768px) {
    .progress_body {
        height: 1400px;
    }
}





/* Footer */
#toTopButton {
    display: inline-block;
    background-color: var(--btn-top-color);
    width: 40px;
    height: 40px;
    text-decoration: none !important;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#toTopButton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 44px;
    color: #fff;
}

#toTopButton:hover {
    cursor: pointer;
    background-color: #333;
}

#toTopButton:active {
    background-color: #555;
}

#toTopButton.show {
    opacity: 1;
    visibility: visible;
}

footer {
    background-color: #191818;
    background-image: url('../images/keysector-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    /* Adjust blend mode as needed */
    position: relative;
    overflow: hidden;
}

.no_pointer {
    pointer-events: none;
}

.fotter_text {
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #ebebeb !important;
}

.bottom_cust {
    border-top: 1px solid #ffffff33;
    padding: 5px 0;
}

.copy_right_text {
    color: #fff;
}

.copy_right_text p {
    font-size: 0.84rem;
}

.visitor_count p {
    font-size: 0.84rem;

}

.visitor_count {
    color: #fff;
}

.footer_container {
    padding: 4rem 0 2rem 0;
    color: #fff;
    position: relative;
}

.cmgi_img {
    position: absolute;
    right: 22px;
    top: 0;
}

.cmgi_img img {
    width: 89px;
    background: white;
    padding: 5px;
}

.footer_heading {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.footer_heading::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -6px;
    background-color: #fff;
    border-left: 20px solid #e28026;
}

.footer_container ul {
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.footer_container ul li {
    position: relative;
    color: #ffffffc4;
    margin-bottom: 0.4rem;
    line-height: 1.5rem;
}

.footer_container ul li i {
    position: absolute;
    left: -24px;
    top: 6px;
    font-size: 0.9rem;
    color: #fff;
    color: #ffffffc4;
    transition: all 0.2s ease-in-out;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-icons a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.social-icons a:hover {
    color: #e48c02;
}

.x-icon {
    width: 20px;
    /* Adjust size as needed */
    height: 20px;
    filter: invert(100%);
    /* Inverts the color if your background is dark */
}


.useful_link ul li:hover i {
    left: -18px;
    transition: all 0.2s ease-in-out;
    color: #e48c02;
}

.contact_us ul li:hover i {
    transition: all 0.2s ease-in-out;
    color: #e48c02;
}

.footer_container ul li:hover {
    color: #e48c02 !important;
    cursor: pointer;
}

.footer_container ul li:hover a {
    color: #e48c02 !important;
    cursor: pointer;
}

footer svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.footer-logo-box {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 7px 4px #6767671f;
}

.footer-logo-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo-box hr {
    width: 1px;
    height: 50px;
    background-color: gray;
    border: none;
    margin: 0;
}

.footer-logo-box a img {
    width: 139px;
    height: auto;
    transition: opacity 0.3s ease-in-out;
}

.footer-logo-box a:hover img {
    opacity: 0.8;
}

.footer_map {
    position: relative;
    z-index: 20;
}

.footer_map iframe {
    width: 100%;
    height: 100%;
    border-radius: 0.75rem;
}

.copy_right {
    background: linear-gradient(90deg, #da6f08 2.72%, #f49f00 100.24%);
    color: #ffffff94;
    padding: 4px 0;
    cursor: default;
}

.copy_right p {
    font-size: 0.9rem;
    margin-bottom: 0;
    color: #fff;
}

.visitor_count {
    display: flex;
    align-items: center;
    justify-content: center;
}

.visitor_count img {
    height: 15px;
    margin-left: 0.5rem;
}



/* Responsive Adjustments */
@media (max-width: 767px) {
    .footer-logo-box {
        /* flex-direction: column; */
        gap: 5px;
        padding: 15px;

    }

    .footer-logo-box hr {
        display: none;
    }

    .footer-logo-box a img {
        width: 126px !important;
    }

    .footer_container {
        padding: 3rem 1rem;
    }
}

@media (max-width: 480px) {
    .footer-logo-box a img {
        width: 80px !important;
    }
}

/* About Page */
.about_text .about_heading {
    font-family: "Nunito", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: left;
    word-spacing: 0px;
    background-image: linear-gradient(90deg, #da6f08 2.72%, #f49f00 100.24%);
    color: transparent;
    background-clip: text;
    text-shadow: 0px 1px #f49f00;
    position: relative;
    display: inline-block;
}

.about_text .about_heading:after {
    position: absolute;
    content: '';
    width: 110%;
    height: 3px;
    left: 0;
    bottom: -8px;
    background-color: #ffad7d;
    border-left: 28px solid #eb730d;
}

.about_text p {
    font-family: "Nunito", sans-serif;
    word-spacing: 2px;
    text-align: justify;
    margin-bottom: 0.7rem;
}

.about_text p span {
    width: 46px;
    display: inline-block;
}

.about_text .about_sub_heading {
    font-family: "Nunito", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: left;
    word-spacing: 0px;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.about_text ul {
    list-style: none;
    padding-left: 2.5rem;
    margin-bottom: 0;
}

.about_text ul li {
    position: relative;
    margin-bottom: 0.3rem;
    color: #534f4f;
}

.about_text ul li::before {
    position: absolute;
    content: '';
    height: 18px;
    width: 18px;
    background-image: url(../images/arrow.png);
    background-position: center;
    background-size: cover;
    left: -30px;
    top: 3.5px;
}

.page_title {
    font-family: "Nunito", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 1rem 10rem 1rem 1rem;
    border-left: 6px solid #1551af;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 0) 90%);
    margin-top: 1rem;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: left;
    word-spacing: 0px;
    color: #184a98;
    position: relative;
    animation: example 2s ease;
}

@keyframes example {
    from {
        left: 100px;
        top: 0;
    }

    to {
        left: 0;
        top: 0;
    }
}


/* FAQs */
.faq_area .accordion-item {
    margin-bottom: 0.75rem !important;
    border-radius: 0.5rem !important;
    background-color: #0000 !important;

}

.faq_area .accordion-header {
    border-radius: 0.5rem !important;
    background-color: #0000 !important;
}

.faq_area .accordion-button.collapsed {
    border: 2px solid #b6b6b6 !important;
    border-radius: 0.5rem !important;
    background-color: #ffffff !important;
    color: #00245c !important;
}

.faq_area .accordion-item:hover .accordion-button {
    border: 2px solid #00245c !important;
    background-color: #00245c !important;
    color: #fff !important;
}

.faq_area .accordion-button {
    border: 2px solid #00245c !important;
    border-radius: 0.5rem 0.5rem 0 0 !important;
    background-color: #00245c !important;
    color: #fff !important;
}

.faq_area .accordion-button i {
    margin-top: 3px;
    margin-right: 1rem;
    color: #fff;
}

.faq_area .accordion-item:hover .accordion-button i {
    color: #fff !important;
}

.faq_area .accordion-button.collapsed i {
    color: #104ba7 !important;
}

.faq_area .accordion-body {
    background-color: #f8fbff;
    border: 2px solid #00245c;
    border-top: 0;
    border-radius: 0 0 0.5rem 0.5rem;
}

.userButtonBackground {
    /* background-color: #e4e4e4; */
    /* background-color: #012255; */
    padding: 2rem 0;
}

.custom_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
}

.custom_buttons a {
    font-size: 1.5rem;
    border: 2px solid #012255 !important;
    color: #fff;
    padding: 1rem 0;
    background-color: #012255;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.2s;
    border-radius: 5rem;
    margin: 0;
    font-weight: 600;
    width: 24vw;
}


.custom_buttons a:hover {
    background-color: #fff;
    color: #012255;
    /* color: #fff; */
}

.tab_design_index_page {
    border: 2px solid #e29d32;
    border-radius: 0.75rem;
    overflow: hidden;
}

.tab_headers {
    display: flex;
    flex-direction: row;
    background-color: #eff5ff;
    border-bottom: 2px solid #e29d32;
}

.tab_headers .tab_buttons {
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 600;
    width: 50%;
    color: #e48c02;
    cursor: pointer;
}

.tab_headers .tab_buttons.active_tab {
    background-color: #e48c02;
    color: #fff !important;
}

.tab_data {
    padding: 1rem;
}

.odiaText {
    line-height: 1.8rem;
    word-spacing: 3px;
}

.narrow_flow_image {
    display: none;
}

@media (max-width:500px) {
    .gov_of_odisha_text {
        display: none;
    }

    .wide_flow_image {
        display: none;
    }

    .narrow_flow_image {
        display: block;
    }
}

.download_ortpsa_btn {
    font-size: 1.2rem !important;
    border: 2px solid #e29d32 !important;
    color: #e48c02 !important;
    padding: 0.5rem 1rem !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: flex-start;
    transition: ease-in all 0.2s !important;
    border-radius: 0.5rem !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

.download_ortpsa_btn i {
    padding: 0.5rem;
}


.banner_wrapper {
    position: relative;
    width: 100%;
}

.all-images {
    position: relative;
    width: 100%;
}

.banner_items img {
    width: 100%;
    height: auto;
    display: block;
}

.add_banner_upper {
    position: absolute;
    top: 10px;
    left: 118px;
    transform: translateX(-50%);
    z-index: 10;
}

.add_banner_upper img {
    width: 116px;
}


/* new banner image */


.cm_images_new {

    /* background-image: url(../images/banner_bg.jpg); */
    padding: 29px 13px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cm_data_new {
    /* margin-left: 3rem; */
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}

.dcm_1_data_new {
    margin-left: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}

.dcm_2_data_new {
    margin-left: 0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
}

.dcm_1_data_new img,
.dcm_2_data_new img {
    width: 55px;
    height: 55px;
    background: #e6c18c;
    border-radius: 50%;
    /* padding: 4px; */
}

.cm_data_new img {
    width: 270px;

    bottom: 0;
    position: absolute;
    right: 98px;
}

.cm_text_new {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
    line-height: 0.75rem;
}

.cm_text_new h6 {
    font-size: 0.9rem;
    margin-bottom: 0.25rem !important;
    color: #a66625;
}

.cm_text_new p {
    font-size: 0.8rem;
    margin-bottom: 0;
    color: #9a734c;
}

.banner_bg {
    height: 69vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/banner5.jpg);

}

@media screen and (max-width:766px) {
    .cm_data_new img {
        width: 182px;
        position: absolute;
        bottom: 0;
    }
}

@media screen and (max-width:510px) {
    .cm_data_new img {
        width: 182px;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 510px) {
    .img_lokaseva {
        width: 89px;
        left: 19px;
        top: 0;
    }
}

/* end */


.notfication_cust {
    font-size: 12px;
    background: #e99a3173;
    padding: 6px;
    border-radius: 4px;
    text-align: center;
    width: 87px;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
}

.notfication_cust:hover {
    background: #eea444;

}

.btn_top h4 {
    margin-bottom: 0;
}

.btn_top a {
    color: #fff !important;
    font-size: 14px;
}




/* card design */
.featurs a {
    text-decoration: none;
    color: #000;
}

.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 50px;
    height: 50px;
}

.featurs-item {
    position: relative;
    background-color: white !important;
    transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}


.featurs-item:hover {
    background-color: #fff5ce !important;
}


.featurs-item:hover .featurs-content h5,
.featurs-item:hover .featurs-icon i {
    color: white !important;
    opacity: 0.10 !important;
    transition: opacity 0.3s ease-in-out;
}


.featurs-item::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
    color: rgb(213, 100, 25);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


.featurs-item:hover::after {
    opacity: 1 !important;
}


.featurs-item {
    border: 1px solid #F4E2D8;

}

.bg_orange {
    background-color: #ffd7a3 !important;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-square {
    width: 32px;
    height: 32px;
}


.featurs-icon i {
    z-index: 1;
}

.text_cust {
    color: var(--icon-color);
}

.icon_size_cust {
    font-size: 25px;
}

.featurs-content h5 {
    font-size: 1rem;

    text-transform: uppercase;
}

.button_header {
    position: absolute;
    bottom: -29px;
}

.cust_btn {
    background: beige;
    width: 232px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #fff url(../images/shape-1.svg) no-repeat center center;
    background-size: cover;
    box-shadow: 0px 2px 7px 4px #6767671f;

}

.cust_btn h4 {
    margin-bottom: 0;
}

.cust_btn a {
    text-decoration: none;
    color: var(--text-btn-color);

}

.btn_top_cust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.card_cust {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.card_cust img {
    width: 53px;
    border-radius: 50%;
    height: 53px;
    object-fit: cover;
}

.name {
    font-size: 14px;
}

.designation {
    font-size: 12px;

}

.profile_cust_container {
    padding: 10px;
    background: #fff5ce;

    padding: 10px;

}

.border_right {
    border-right: 1px solid var(--text-color);
}

@media  screen and (max-width:1188px) {
    .accessibility_menu{
        margin-bottom: 3rem;
    }
}
/* breadcrumb design  */
.breadcrumb_div {
    height: 145px;
    background: linear-gradient(rgb(0 0 0 / 84%), rgb(0 0 0 / 80%)), url(../images/shape-1.svg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 18px;
}

.breadcrumb_div .breadcrumb_link {
    position: relative;
    padding: 13px 0 0px 19px;
    border-left: 9px solid #FFFFFF;
    /* margin-top: 17px; */
    
    
}


.breadcrumb_link::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 10px;
    background: #FFFFFF;
}

.breadcrumb_link::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100px;
    height: 10px;
    background: #FFFFFF;
}

.bread_heading {
    font-size: 1.8rem;
}

.breadcrumb a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.98rem;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item::before {

    color: #fff !important;
    content: var(--bs-breadcrumb-divider, "/");
}
 
@media screen  and (max-width: 768px) {
    .bread_heading {
        font-size: 1.3rem;
    }
    .breadcrumb_link::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100px;
        height: 8px;
        background: #FFFFFF;
    }
    
    .breadcrumb_link::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100px;
        height: 8px;
        background: #FFFFFF;
    }
    .breadcrumb_div .breadcrumb_link {
        position: relative;
        padding: 13px 0 0px 19px;
        border-left: 7px solid #FFFFFF;
 
    }
}

/* heading inner page */
.inner_page_bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 28px;
}

.inner_page_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/decoration-star.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    opacity: 0.6;
    z-index: -1;
}

.custom-table {
    border: 1px solid #f4f4f4;
}

.custom-table thead th {
    background-color: var(--table-bg-color);
    color: white;
    border: 1px solid #ffffff;
    vertical-align: middle;
}

.custom-table tbody td {
    border: 1px solid #e8e8e8;
    font-size: 14px;
    vertical-align: middle;
}

.custom-link {
    text-decoration: none;
    color: inherit;
}

/* Hover effect: Show blue color */
.custom-link:hover {
    color: blue;
    text-decoration: none;
}

.custom-link img {
    width: 24px;
}

.card_bg {

    background: #fff8f0;
    padding: 4px;
}

.card_bg p {
    font-weight: 500;
}

/* profile card */
.profile_card_list {
    font-weight: 500;
}

.profile_card_list span {
    font-weight: 500;
}

.designation {
    font-size: 13px;
    color: #5d5858;
}

/* contact */
.bg_warning {
    background-color: rgb(204 120 32) !important;
}

.contact_us_cust h5 {
    font-size: 1rem;
}

.contact_us_cust h4 {
    font-size: 0.98rem;
}

.btn_cust_primary {
    background: #e48c02 !important;
    border: 1px solid #e48c02 !important;
    font-weight: 500;
    color: #fff !important;
}

/* =======================faq accordian ==============*/
.custom_accordion .accordion-button:not(.collapsed) {
    color: var(--main-logo-color);
    /* background: linear-gradient(#f2ba7d, #da7924) !important; */
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    background: linear-gradient(#ffffff, #ffe7d3) !important;
    border-bottom: 1px solid var(--main-text-color) !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    font-weight: 600;
    font-size: 1.2rem;
}

.custom_accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.custom_accordion .accordion-body {
    background: linear-gradient(#ffffff, #fff6ef) !important;
    color: var(--main-logo-color);
    font-size: 1.1rem;

}

.accordian_section h2 {
    font-size: 1.1rem;
}

.accordion-button {
    color: var(--main-logo-color) !important;
    font-weight: 600;
    font-size: 1.2rem !important;
}

.custom_accordion .accordion-item {
    margin-top: 10px;
    border-top: 1px solid #ddd8d8 !important;
}

/* .custom_accordion .accordion-button:not(.collapsed)::after {
    background-image: url('../images/upload.png') !important;
    transform: rotate(-180deg);
} */

.custom_accordion .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* end */
/* self certification */

.self_certification_table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.self_certification_table th,
.self_certification_table td {
    padding: 8px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.self_certification_table th {
    position: relative;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}

/* .self_certification_table th::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid white;
} */

.self_certification_table td {
    background-color: #f8f8f8;
}

/* Header Colors */
.self_certification_table .revenue {
    background: #d3c760;

}

.self_certification_table .profit {
    background: #6da34d;
}

.self_certification_table .market {
    background: #d66f47;
}

.self_certification_table .activity {
    background: #6ac4a6;
}

.self_certification_table .employee {
    background: #3c9ac7;
}

/* Odd Rows */
.self_certification_table tr:nth-child(odd) td:nth-child(1) {
    background: #fff3d4;
}

.self_certification_table tr:nth-child(odd) td:nth-child(2) {
    background: #e7ffd9;
}

.self_certification_table tr:nth-child(odd) td:nth-child(3) {
    background: #fff0ea;
}

.self_certification_table tr:nth-child(odd) td:nth-child(4) {
    background: #e5fff6;
}

.self_certification_table tr:nth-child(odd) td:nth-child(5) {
    background: #ebf9ff;
}

/* Even Rows */
.self_certification_table tr:nth-child(even) td:nth-child(1) {
    background: #fff8eb;
}

.self_certification_table tr:nth-child(even) td:nth-child(2) {
    background: #f0ffeb;
}

.self_certification_table tr:nth-child(even) td:nth-child(3) {
    background: #fff5f1;
}

.self_certification_table tr:nth-child(even) td:nth-child(4) {
    background: #f4fffc;
}

.self_certification_table tr:nth-child(even) td:nth-child(5) {
    background: #f4fbff;
}

/* end */
/* photo gallery */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center; /* Centers the last row */
}

.gallery img {
    width: 150px; /* Fixed width for better alignment */
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.6s ease-out; 
}

.gallery img:hover {
    transform: scale(1.05);
}

/* success stories */

.success_stories {
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(228px, 1fr)); */
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    /* margin: auto; */
}

.success_stories img {
    width: 266px;
    height: 251px;
    object-fit: cover;
    border-radius: 5px;
    /* transition: .3s; */
    transition: transform 0.6s ease-out; 
    border: 7px solid #ffe8bf;
}

.success_stories img:hover {
    transform: scale(1.05);
}


/* photo galley */
.photo_gallery img:hover {
    transform: scale(1.05);
}

.photo_gallery {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    border-radius: 12px;
}

.photo_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;

}

.photo_gallery_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    /* background: #da6f08d4; */
    background: #000000cf;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.photo_gallery_text {
    font-size: 14px;
    padding: 5px;
    font-weight: 500;
}

.content_text_space {
    margin: 41px 0 81px 0;
}

.external_link i{
    background: bisque;
    padding: 5px;
    color: #000;
    border-radius: 4px;
}


.heading_abt_cust {
    color: var(--text-color);

    font-size: 1.3rem;
    font-weight: 600;
}
.heading_abt_cust a{
    color: var(--text-color);
    text-decoration: none;
}

.heading_list_cust li {
    word-spacing: 2px;
    text-align: justify;
}


.profile_card_list {
    display: flex;
    align-items: center;
    gap: 10px;

}

.profile_card_list img {
    width: 69px;
    background: #f0f0f0;
    padding: 5px;
}

.profile_card_list i {
    margin-right: 10px;
    font-size: 24px;
}

.profile_info {
    flex: 1;
}

.btn_link_cust {
    font-size: 1.5rem;
    border: 2px solid var(--web-btn-border-color) !important;
    color: #e48c02;
    padding: 1rem 35px;
    width: 100%;

    transition: ease-in all 0.2s;
    border-radius: 0.5rem;
    /* margin: 0; */
    border: 1px solid #fff;
    font-weight: 600;
    background: var(--web-btn-bg-color);
    color: #fff;
}
.btn_link_cust:hover{
    background-color: #cc6c10;
}

.btn_link_cust a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

/* tab media*/
 
.custom-tabs .nav-item {
    margin-right: 1px;
}

.custom-tabs .nav-link {
    padding: 10px 20px;
    border: none;
    
    background-color: rgba(255, 165, 0, 0.2);
    
    color: #d27117;
    
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 0 !important;
}

.custom-tabs .nav-link:hover {
    background-color: #d07822 !important;
   color: #fff;
}

.custom-tabs .nav-link.active {
    background-color: var(--main-menu-color) !important;
     
    color: #fff;
   
}

/* slider css uikit */
.uk-position-center-left.uk-position-small,
.uk-position-center-right.uk-position-small {
  background-color: #00000029;
  border-radius: 24px;
}

.uk-dotnav>.uk-active>* {
    background-color: #fff !important;
    border-color: transparent !important;
}
.uk-dotnav>*>*{
    border: 2px solid #f0f0f0 !important;
}
.dot-position {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
/* @media screen  and (max-width: 768px) {
    .dot-position {
        bottom: -45px;
    }
    .uk-dotnav>*>* {
        border: 2px solid #da6f08 !important;
    }
    .uk-dotnav>.uk-active>* {
        background-color: #da6f08 !important;
        border-color: transparent !important;
    }
    
} */

/* end */

.moving-div {
    background-color: var(--main-logo-color);
    position: fixed;
    text-align: center;
    top: 32rem;
    right: -54px;
    z-index: 6;
    transform: rotate(-90deg);
    padding: 7px 19px;
  }
  .moving-div h4{
    margin-bottom: 0;
  }
  .moving-div a{
    text-decoration: none;
    color: oldlace;
    font-size: 1rem;
  }
  .contact_heading{
    font-weight: 600;
 
    background: linear-gradient(315deg, rgb(255 255 255) 57%, rgb(255 214 180) 100%);
    color: #272626;
    padding: 5px;
    margin-bottom: 1rem;
  }
  .mail_direct a{
    color: #ffffffc4;
    text-decoration: none;
  }
  .video-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .video-container iframe {
    width: 100%;
    height: 200px;
  }
  /* news feed */
  .card_cust_news{
    border: none !important;
    box-shadow: 0px 2px 7px 4px #6767671f;
  }
  .href_a{
    text-decoration: none;
  }
  .card_cust_news img{
    height: 156px;
    object-fit: cover;
  }

  .card_cust_news {
    position: relative;
}

.external-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
 
    font-size: 14px;
}

.external-link i {
    color: #000;
}

  
  .news_feed {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    background: #fff;
    border-radius: 8px;
}

.news_feed:hover {
    scrollbar-color: #ccc #f8f9fa;
}

.news_feed::-webkit-scrollbar {
    width: 6px;
}

.news_feed::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 6px;
}

.news_feed:hover::-webkit-scrollbar-thumb {
    background: #bbb;
}

.news_item {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    padding: 12px;
    border-bottom: 1px solid #ddd;
    gap: 12px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    border-radius: 4px;
}

.news_item:last-child {
    border-bottom: none;
}

.news_item:hover {
    background: #e9ecef;
}

.news_item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
}

.news_text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}
/* report pdf design */
@keyframes zoomText {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.report_pdf_cust {
    display: flex;
    justify-content: center;
    align-items: center;
 
}

.polygon_link {
    display: inline-block;
    padding: 18px 113px;
    background: #ffdcbc !important;
    color: #dc6008;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    transition: background 0.3s ease-in-out;
    /* background-image: linear-gradient(45deg, #d4743a26 25%, transparent 25%, transparent 50%, #d4743a26 50%, #d4743a26 75%, transparent 75%, transparent) !important; */
    
}

.polygon_link:hover {
    background: #f7cca6 !important;
}

.polygon_link span {
    display: inline-block;
    animation: zoomText 1.5s infinite ease-in-out;
}



/* addd new section  25/03/25*/
.video-section {
    padding: 21px 0;
}
.video-item {
    margin-bottom: 40px;
    align-items: center;
    background-image: url('../images/cta-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px;
}
.video-item video {
    width: 100%;
    border-radius: 10px;
}
.video-content h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.video-content p {
    font-size: 16px;
    color: #666;
}
.vedio_frame{
    background: #f3f3f3;
    padding: 10px;
}
.video-section h2{
    font-size: 1.6rem;
}
.video-container {
    position: relative;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.video-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
}