@import url("https://fonts.googleapis.com/css2?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=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");

body {
    font-family: "Roboto", sans-serif;
}
.user_img {
    width: 200px;
    height: 170px !important;
}
.btn-primary {
    width: auto;
  margin-top: 0;
}
.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #000;
}
.top_header_1 {
    background: #f5b105;
    padding: 4px;
    height: 3px;
}

.login_menu {
    background: #f5b105;
    color: #ffffff;
}

.user_login {
    padding: 5px;
}

.acc-logo {
    width: 15px;
    height: 15px;
}

.btn_user {
    background: #ffffff;
    border-radius: 5px;
    padding: 5px;
    width: 40px;
}

.btn_user:hover {
    background: #ffffff;
}

.btn_user:focus {
    border: none;
    background: #dddede;
}

.userlogin_flex {
    display: flex;
    justify-content: end;
}

body {
    overflow-x: hidden;
}

.top_header_2 {
    background: #001f3f;
    padding: 4px;
}

.top_heder_1_ico {
    display: flex;
    justify-content: space-evenly;
}

.media-ico {
    width: 23px;
    height: 23px;
    top: 13px;
    left: 126px;
    gap: 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
}

.main-content-text {
    margin-right: 18px !important;
    color: white;
    text-align: justify;
    text-decoration: none !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    margin: 0px;
}

.top_head_ico {
    justify-content: space-between;
}

.contact-txt {
    color: white;
    margin: 0px;
    margin-left: 8px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
}

.regis_bg {
    background: url(../../img/Yashda_home/rbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.contcat-ico {
    width: 20px;
    height: 20px;
    top: 18px;
    left: 327px;
    gap: 0px;
    opacity: 0px;
}

.contact-layout {
    margin-left: 30px;
}

.selectpicker {
    border-radius: 20px;
    height: 27px;
    padding: 4.5px;
    font-size: 12px;
    font-weight: 500;
}

.volume {
    --line: #fff;
    --line-width: 6px;
    margin-right: 38px !important;
    margin-left: 2px !important;
    --duration: 0.5s;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.volume input {
    display: none;
}

.volume input + svg {
    display: block;
    fill: none;
    stroke: var(--line);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: var(--line-width);
    width: 23px;
    height: 23px;
}

.volume input + svg path {
    -webkit-animation: var(--name) var(--duration) ease forwards;
    animation: var(--name) var(--duration) ease forwards;
}

.volume input + svg path:nth-child(2) {
    stroke-dashoffset: 1px;
}

.volume input + svg path:nth-child(3) {
    stroke-dashoffset: 1px;
}

.volume input:checked + svg path:nth-child(1) {
    --name: shape;
}

.volume input:checked + svg path:nth-child(2) {
    --name: small;
}

.volume input:checked + svg path:nth-child(3) {
    --name: large;
}

.volume input:not(:checked) + svg path:nth-child(1) {
    --name: shape-r;
}

.volume input:not(:checked) + svg path:nth-child(2) {
    --name: small-r;
}

.volume input:not(:checked) + svg path:nth-child(3) {
    --name: large-r;
}

@-webkit-keyframes small {
    0%,
    30% {
        stroke-dasharray: 0 0 30px 64px;
    }

    40% {
        stroke-dashoffset: 16px;
    }

    80%,
    100% {
        stroke-dashoffset: 1px;
    }

    70% {
        stroke-dasharray: 0 43px 30px 64px;
    }

    100% {
        stroke-dasharray: 0 39px 30px 64px;
    }
}

@keyframes small {
    0%,
    30% {
        stroke-dasharray: 0 0 30px 64px;
    }

    40% {
        stroke-dashoffset: 16px;
    }

    80%,
    100% {
        stroke-dashoffset: 1px;
    }

    70% {
        stroke-dasharray: 0 43px 30px 64px;
    }

    100% {
        stroke-dasharray: 0 39px 30px 64px;
    }
}

@-webkit-keyframes small-r {
    0% {
        stroke-dasharray: 0 39px 30px 64px;
    }

    0%,
    40% {
        stroke-dashoffset: 1px;
    }

    70% {
        stroke-dashoffset: 16px;
    }

    70%,
    100% {
        stroke-dasharray: 0 0 30px 64px;
    }
}

@keyframes small-r {
    0% {
        stroke-dasharray: 0 39px 30px 64px;
    }

    0%,
    40% {
        stroke-dashoffset: 1px;
    }

    70% {
        stroke-dashoffset: 16px;
    }

    70%,
    100% {
        stroke-dasharray: 0 0 30px 64px;
    }
}

@-webkit-keyframes large {
    0%,
    30% {
        stroke-dasharray: 0 0 50px 84px;
    }

    40% {
        stroke-dashoffset: 16px;
    }

    80%,
    100% {
        stroke-dashoffset: 1px;
    }

    70% {
        stroke-dasharray: 0 82px 32px 84px;
    }

    100% {
        stroke-dasharray: 0 78px 32px 84px;
    }
}

@keyframes large {
    0%,
    30% {
        stroke-dasharray: 0 0 50px 84px;
    }

    40% {
        stroke-dashoffset: 16px;
    }

    80%,
    100% {
        stroke-dashoffset: 1px;
    }

    70% {
        stroke-dasharray: 0 82px 32px 84px;
    }

    100% {
        stroke-dasharray: 0 78px 32px 84px;
    }
}

@-webkit-keyframes large-r {
    0% {
        stroke-dasharray: 0 78px 32px 84px;
    }

    0%,
    40% {
        stroke-dashoffset: 1px;
    }

    70% {
        stroke-dashoffset: 16px;
    }

    70%,
    100% {
        stroke-dasharray: 0 0 50px 84px;
    }
}

@keyframes large-r {
    0% {
        stroke-dasharray: 0 78px 32px 84px;
    }

    0%,
    40% {
        stroke-dashoffset: 1px;
    }

    70% {
        stroke-dashoffset: 16px;
    }

    70%,
    100% {
        stroke-dasharray: 0 0 50px 84px;
    }
}

@-webkit-keyframes shape {
    0% {
        stroke-dasharray: 60px 0 184px;
        stroke-dashoffset: 0;
    }

    70% {
        stroke-dasharray: 63px 51px 184px;
        stroke-dashoffset: 21px;
    }

    100% {
        stroke-dasharray: 59px 47px 184px;
        stroke-dashoffset: 17px;
    }
}

@keyframes shape {
    0% {
        stroke-dasharray: 60px 0 184px;
        stroke-dashoffset: 0;
    }

    70% {
        stroke-dasharray: 63px 51px 184px;
        stroke-dashoffset: 21px;
    }

    100% {
        stroke-dasharray: 59px 47px 184px;
        stroke-dashoffset: 17px;
    }
}

@-webkit-keyframes shape-r {
    0% {
        stroke-dasharray: 59px 47px 184px;
        stroke-dashoffset: 17px;
    }

    100% {
        stroke-dasharray: 60px 0 184px;
        stroke-dashoffset: 0;
    }
}

@keyframes shape-r {
    0% {
        stroke-dasharray: 59px 47px 184px;
        stroke-dashoffset: 17px;
    }

    100% {
        stroke-dasharray: 60px 0 184px;
        stroke-dashoffset: 0;
    }
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: inherit;
}

*:before,
*:after {
    box-sizing: inherit;
}

.logo-header-bg {
    background: #ffffff;
}

.ind-ico {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn .magnifying {
    width: 24px;
    /* Adjust size as needed */
    height: 24px;
}

.logo-img {
    margin: 6px;
    height: 80px;
    width: 80px;
}

.emb {
    width: 40px;
}

.m-txt-1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #001e3d;
}

.m-txt-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 33px;
    text-align: center !important;
    margin-bottom: 10px;
    color: #001f3f;
}

.align {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper {
    width: 100%;
    max-width: 31.25rem;
    margin: 6rem auto;
}

.label {
    font-size: 0.625rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: +1.3px;
    margin-bottom: 1rem;
}

.searchBar {
    width: 330px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-left: 200px; */
}

.btn_search {
    background: #5d3868;
    height: 50px;
    width: 53px;
    border-radius: 10px;
    margin-left: 15px;
}

.btn_search:hover {
    background: #3d2645;
    color: #ffffff;
}

#searchQueryInput {
    width: 100%;
    height: 50px;
    gap: 0px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    opacity: 0px;
    padding-left: 10px;
}

.magnifying {
    position: relative;
    top: 5px;
}

#searchQuerySubmit {
    width: 3.5rem;
    height: 2.8rem;
    margin-left: -3.5rem;
    background: none;
    border: none;
    outline: none;
}

#searchQuerySubmit:hover {
    cursor: pointer;
}

.d_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.navmenu {
    background: #010439;
}

.end-footer {
    background: #f5b105;
    padding: 10px;
}

.foot-txt-2 {
    font-family: Roboto;
    margin: 0px !important;
    color: white;
    font-size: 10px;
    font-weight: 400;
    line-height: 16.41px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
}

.dev-txt {
    text-decoration: none;
    color: #001f3f;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 500;
    text-align: justify;
    line-height: 16.41px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
}

.vid-btn {
    color: #525252 !important;
    letter-spacing: 0.5px !important;
}

.Footer-menu {
    background: url(../img/Yashda_home/FOOTER1\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.foot-logo {
    height: 50px;
    width: 50px;
}

.foot-txt-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    text-decoration: none;
    color: #ffffff;
}

.address_yashada {
    font-size: 13px;
    font-weight: 500;
    line-height: 21.09px;
    text-align: left;
    text-decoration: none;
    color: #000000;
}

.footer-underline {
    border-top: solid #ffffff 3px !important;
    width: 150px;
    margin: 0px;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 9.25;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 100%;
    margin-right: 7px;
    margin-left: 7px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d9d9d9;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.carousel-indicators .active {
    opacity: 1 !important;
    background-color: #f5b105 !important;
}

.key-person {
    background: #0464a0;
    padding: 20px;
}

.key-person-txt {
    color: #ffffff;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    text-align: left;
    text-align: justify;
}

.latest-news {
    background: #313e3b;
    padding: 15px;
}

.news-txt-h {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    text-align: left;
    color: #ffffff;
    margin: 0px;
}

.news {
    padding: 15px;
    background: #ededed;
    height: 400px;
}

.news-main-txt {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 18.75px;
    text-align: justify;
    text-align: left;
    color: #303030;
}

.news-underline {
    border-top: 2px dashed #5b5b5b;
    margin-bottom: 14px !important;
}

.news-btn {
    border-radius: 40px !important;
    background: #0464a0 !important;
}

.swiper {
    overflow: hidden;
    /*     width: 600px; */
    display: flex;
    margin: 0 auto;
    position: relative;
    transition: 1s;
}

.swiper img {
    width: 100%;
    height: 100%;
    display: none;

    transition: 1s;
}

.swiper i {
    position: absolute;
    top: 50%;
    margin-left: 10px;
    margin-right: 10px;
    transform: translateY(-50%);
    color: white;
    font-size: 25px;
    cursor: pointer;
}

/* .main-header-fix {
  position: fixed;
  z-index: 10;
  width: 100%;
} */
.useful-link {
    background: #e2d6e4;
    padding: 50px;
}

.links-topline {
    border-top: solid #248ac8 5px !important;
    width: 90px;
    margin: 0px;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 9.25;
    position: absolute;
}

.Website-txt {
    color: #0464a0 !important;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 4px;
    text-align: left;
    text-align: justify;
    padding: 1px;
}

.uselink-ico {
    height: 122px;
    width: 244px;
    padding: 22px;
}

.useful-link-head-text {
    font-weight: 700;
    font-size: 40px;
    color: #303030;
}

.useful-link-h-text {
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.use-link-text-align {
    display: flex;
    align-items: center;
    justify-content: center;
}

.useful-link-ico-align {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .bg-nav {
  background: #010439;
}
.nav-link {
  color: white;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #fcfcfc;
  border-radius: 0px;
} */
.navmenu-text {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: center;
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

body {
    font-family: Open Sans, "Helvetica Neue", "Helvetica", Helvetica, Arial,
        sans-serif;
    font-size: 13px;
    color: #666;
    position: relative;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

.sectionClass {
    padding: 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101f2e;
}

.projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #ffffff;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    display: flex;
    padding: 20px 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.projectFactsWrap .item p.number {
    font-family: Roboto;
    font-size: 40px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    color: black;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: "Open Sans";
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: rgb(29, 28, 28);
}

.projectFactsWrap .item:hover span {
    background: rgb(29, 29, 29);
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

/* AUTHOR LINK */

footer .authorWindow a {
    color: white;
    text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
}

.authorWindow {
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper {
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
}

.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }

    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 14px;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff !important;
    background: #993399 !important;
    font-size: 14px;
    font-weight: 500;
}

/* .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #1a4464;
  background-color: transparent;
}

.nav-link {
  display: block;
  padding: 2px 6px;
  color: #ffffff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  height: 34px;
  font-size: 14px;
  width: 90px;
  font-weight: 500;
}

.nav-link:focus,
.nav-link:hover {
  color: #979797;
} */

.gallery-switch-btn {
    display: flex;
    justify-content: center;
    margin-bottom: 0px !important;
}

.gallery {
    padding: 45px;
    background-color: #00446d;
}

.gallery-h-txt {
    font-family: Roboto;
    font-size: 35px;
    color: white;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
}

.table-container {
    overflow: hidden;
    border-radius: 14px;
    border-bottom-left-radius: 60px 30px;
    border-bottom-right-radius: 60px 30px;
}

.bhimkavya-main {
    padding: 59px;
    background: #e2d6e4;
}

.bhimkavya {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bhimkavya-search {
    width: 720px !important;
}

.bhimkavya-bG {
    background-image: url(img/bhimkavya.png);
    background-size: cover;
    width: 1635px;
    height: 920px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kavya {
    position: absolute;
    width: 310px;
    height: 461px;
    color: #230e00;
}

.kavya-content-txt {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}

.kavya-heading-txt {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 800;
    line-height: 47px;
    text-align: center;
}

.bhimkavya-end-txt {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 800;
    line-height: 47px;
    color: #240f01;
}

.bhimkavya-start-txt {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 800;
    line-height: 47px;
    color: #240f01;
}

.bhimkavya-last-txt {
    width: 50%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 25%;
}

.opt-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #010439;
}

.opt {
    float: left;
}

.opt a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.opt a:hover:not(.active) {
    background-color: #5e5e5e;
}

.active-1 {
    background-color: white;
    color: #000 !important;
}

.key-persons-ico {
    width: 54px !important;
    height: 54px;
}

.d-trainning-main {
    background: var(--No_White, #e2d6e4);
}

.text-m-tranning {
    color: var(--Dark, #1a1a1a);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 104.167% */
}

.text-m-tranning-title {
    color: var(--Dark, #1a1a1a);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    /* 104.167% */
}

.text-h-tranning {
    color: var(--Dark-Text, #303030);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    /* 144.444% */
}

.text-c-tranning {
    color: var(--Dark-Text, #303030);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    text-align: justify;
    font-weight: 400;
    line-height: 26px;
}

.d-trainning {
    padding: 35px;
}

.containt-img {
    height: 155px;
    width: 212px;
    padding: 9px 17px 10px 0px;
}

.employee-register-btn {
    border-radius: 40px;
    background: var(--Barti_Blue, #0464a0);
    padding: 15px 20px 15px 20px;
}

.align-drop {
    display: flex !important;
    align-items: center;
}

.fb-input {
    border-radius: 20px;
    height: 53px;
}

.key-peple-imf-pd {
    /* width: 98px; */
    padding: 0px 65px 0px 65px;
}

.person-name-txt {
    color: var(--White, #fff);
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.person-details-1 {
    display: flex;
    align-items: center;
}

.person-post-txt {
    color: var(--White, #fff);
    font-family: Roboto;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
}

.contact-c-text {
    color: var(--Dark-Text, #303030);
    font-family: Roboto;
    font-size: 16px;

    font-weight: 400;
    line-height: 24px;
}

/* .annouce-slide-txt-main{
  background: var(--No_White, #E2D6E4);
  padding: 20px;
} */

/* Yashada Homepage CSS */
.send_inquiry {
    background: url(../../img/Yashda_home/Group\ 48482.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 371px;
}

.training_inquiry {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    position: relative;
    top: 185.5px;
}

.train_info {
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
}

.btn-inq {
    background: #f5b105;
    border-radius: 20px;
    margin-top: 5px;
    opacity: 0px;
    color: #ffffff;
}

.btn-inq:hover {
    background: #e0a818;
}

.btn-inq:focus {
    background-color: #f5b105;
    color: #ffffff;
}

.container_events {
    width: 500px;
    background-color: #fff;
    border-radius: 1px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #d9d9d9;
    max-height: 485px;
    /* Set a maximum height */
    overflow-y: auto;
    /* Add vertical scrollbar */
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #5d3868 #f4f4f4;
    /* For Firefox */
}

.scroll-container {
    height: 500px;
    /* Adjust height as needed */
    overflow-y: hidden;
    /* Hide vertical scrollbars */
    position: relative;
    /* Ensure child elements are positioned relative to this container */
}

/* Webkit-based Scrollbar Styling */
.container_events::-webkit-scrollbar {
    width: 10px;
    /* Width of the scrollbar */
}

.container_events::-webkit-scrollbar-track {
    background: #f4f4f4;
    /* Color of the track */
    border-radius: 20px !important;
    /* Rounded corners for the track */
}

.container_events::-webkit-scrollbar-thumb {
    background-color: #6e4c99;
    /* Scrollbar thumb color */
    border-radius: 20px;
    /* Rounded corners for the thumb */
    border: 2px solid #f4f4f4;
    /* Border around thumb for better contrast */
}

.container_events::-webkit-scrollbar-thumb:hover {
    background-color: #4b3066;
    /* Darker color on hover */
}

.tab-button {
    flex: 1;
    padding: 10px;
    background-color: #e4e4e4;
    border: none;
    cursor: pointer;
    font-size: 12px;
    border-radius: 15px 15px 0 0;
    color: #333;
    width: 80px;
    height: 30px;
}

.tab-button.active {
    background-color: #6e4c99;
    color: #fff;
    width: 80px;
    height: 30px;
}

.content {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

/* .tab-content {
  display: none;
} */

.tab-content.active {
    display: block;
}

.training-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.date {
    background-color: #f4af34;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
}

.event_details {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
}

.view-all {
    background-color: #f5b105;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}

.view_all {
    text-align: end;
}

.train_divider {
    border-bottom: 0.9px solid #d9d9d9;
    /* Adjust the color and style as needed */
    margin: 10px 0;
    /* Adjust the margin as needed */
    width: 100%;
    /* Make the divider span the full width */
}

.bg_body {
    background: url(../../img/Yashda_home/updatebg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-excellence {
    background: #ffffff;
    border: 1px solid #885896;
    padding: 12px;
    margin-bottom: 10px;
}

.arun_sir {
    width: 50px;
    /* Adjust image size as needed */
    height: auto;
}

.excellence_details {
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #303030;
    margin-left: 10px;
    text-transform: uppercase;
}

.blog_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.blogs-btn {
    width: 110px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.read-more {
    background-color: #f5b105;
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    gap: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 20px;
}

.blogs-btn:hover {
    background-color: #ededed;
    color: #000000;
}

.blogs-btn:focus {
    background: #f5b105;
    color: #ffffff;
}

.blogs-btn.active {
    background-color: #f5b105;
    color: #ffffff;
}

/* .tab-content {
  display: none;
} */

.tab-content.active {
    display: block;
}

.card-img-top {
    width: 100%;
    /* Adjust as needed */
    height: auto;
}

.blog-img {
    position: relative;
}

.card-img-top {
    width: 100%;
    height: auto;
}

.badge_1 {
    position: absolute;
    top: 10px;
    /* Adjust as needed */
    right: 10px;
    /* Adjust as needed */
    background-color: #f5b105;
    /* Background color of the box */
    color: #ffffff;
    /* Text color */
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    /* Optional shadow for better visibility */
    font-weight: 600;
    cursor: pointer;
}

.card-body {
    padding: 15px;
}

.blogs_content {
    background: url(../../img/Yashda_home/eventbg.png);
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.insights {
    position: relative;
    /* Position relative for absolute positioning of children */
    background: url(../../img/Yashda_home/insights.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.insights::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Dark overlay to enhance text visibility */
    z-index: 1;
    /* Lower than the title */
}

.insight_title {
    position: relative;
    /* Relative positioning to stack above the overlay */
    z-index: 2;
    /* Ensures the title is above the overlay */
    color: #fff;
    /* White color for contrast */
    font-size: 28px;
    /* Adjust font size as needed */
    font-weight: bold;
    /* Makes the text bold */
    text-align: center;
    /* Centers the text */
    margin-top: 20px;
    /* Adds space from the top */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* Adds a subtle shadow for better readability */
}

.divider {
    width: 100%;
    /* Full width of the container */
    height: 12px;
    /* Thin line */
    background-color: #d9d9d9;
    /* Color of the divider line */
    margin: 20px 0;
    /* Space above and below the divider */
}

.yashada_info {
    display: flex;
    align-items: center;
}

.info_count {
    position: relative;
    /* Relative positioning to stack above the overlay */
    z-index: 2;
    /* Ensures the title is above the overlay */
    color: #f5b105;
    /* White color for contrast */
    font-size: 100px;
    /* Adjust font size as needed */
    font-weight: bold;
    /* Makes the text bold */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* Adds a subtle shadow for better readability */
}

.no_yashada {
    position: relative;
    /* Relative positioning to stack above the overlay */
    z-index: 2;
    /* Ensures the title is above the overlay */
    color: #fff;
    /* White color for contrast */
    font-size: 24px;
    /* Adjust font size as needed */
    font-weight: 500;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* Adds a subtle shadow for better readability */
    padding: 10px;
}

.External_links {
    background: url(../../img/Yashda_home/external.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.ex_links {
    font-size: 36px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
    color: #001f3f;
}

.foot-txt-title-1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.09px;
    text-align: left;
    color: #000000;
}

.foot-txt-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.13px;
    text-align: left;
    color: #ffffff;
}

.custom-list {
    list-style-type: none;
    /* Remove default bullets */
    padding-left: 0;
    /* Remove default padding */
}

.custom-list li {
    position: relative;
    /* Position relative to position the arrow */
    color: white;
    /* Set text color to white */
    padding-left: 20px;
    /* Add space for the arrow */
    margin-bottom: 5px;
    /* Space between list items */
    font-size: 12px;
}

.custom-list li::before {
    content: ">>";
    /* Unicode arrow character */
    position: absolute;
    /* Position absolute to place it properly */
    left: 0;
    /* Align it to the left */
    top: 50%;
    /* Center it vertically */
    transform: translateY(-50%);
    /* Adjust for vertical centering */
    color: white;
    /* Color of the arrow */
}

.visitor_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.pagination-visit-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.75px;
    letter-spacing: 0.47999998927116394px;
    text-align: center;
    color: #ffffff;
}

.pagination-visit-controls {
    display: flex;
    align-items: center;
    /* Center-align items vertically */
    justify-content: center;
    /* Center-align items horizontally */
}

.pagination-control {
    background-color: #ff6f61;
    /* Button background color */
    border: none;
    color: #ffffff;
    /* Button text color */
    font-size: 1.2rem;
    /* Font size for buttons */
    padding: 10px 15px;
    /* Button padding */
    border-radius: 4px;
    /* Rounded corners for buttons */
    margin: 0 5px;
    /* Space between buttons */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s ease;
    /* Smooth background color transition */
}

.pagination-control:hover {
    background-color: #de1d62;
    /* Darker shade on hover */
}

.pagination-numbers {
    display: flex;
    align-items: center;
    /* Center-align page numbers vertically */
}

.page-number {
    background-color: #ff6f61;
    /* Background color for page numbers */
    border: 1px solid #de1d62;
    /* Border color for page numbers */
    color: #ffffff;
    /* Text color for page numbers */
    font-size: 1.2rem;
    /* Font size for page numbers */
    padding: 8px 12px;
    /* Padding inside page numbers */
    border-radius: 4px;
    /* Rounded corners for page numbers */
    margin: 0 3px;
    /* Space between page numbers */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: background-color 0.3s ease;
    /* Smooth background color transition */
}

.page-number:hover,
.page-number.active {
    background-color: #de1d62;
    /* Darker shade on hover or active */
    border-color: #ff6f61;
    /* Match the border with background on hover/active */
}

.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 30px;
    height: 30px;
    color: black;
    background-color: #5d3868;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.scroll-up-ico {
    color: white;
    font-size: 15px;
    margin-bottom: 6px;
}

.scroll-btn-ani::before,
.scroll-btn-ani::after {
    position: absolute;
    content: "";
    bottom: -7px;
    top: -7px;
    left: -7px;
    right: -7px;
    border-radius: 50%;
    background-color: transparent;
    transform-origin: center;
}

.scroll-btn-ani::before {
    border: 4px solid #ffffff;
    opacity: 0.8;
    animation: pulse-white 800ms linear 400ms infinite;
}

.scroll-btn-ani::after {
    border: 4px solid #5d3868;
    opacity: 1;
    animation: pulse-blue 800ms linear infinite;
}

@keyframes pulse-white {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes pulse-blue {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.ex-mobile-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.Login_bg {
    background: url(../../img/Yashda_home/login_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

.yash_history {
    /* background: url(../../img/historyyashada/Yashadaimg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bread_home {
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
}

.milestone_yashada {
    background: url(../../img/historyyashada/Frame\ 48043\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
}

.image-container {
    position: relative;
    /* Establishes a positioning context for the text overlay */
    display: inline-block;
    /* Allows images to sit side-by-side if needed */
}

.mile-img {
    display: block;
    /* Ensures images are block-level elements */
    width: 100%;
    /* Adjust width as needed */
    height: auto;
    /* Maintain aspect ratio */
}

.text-overlay {
    position: absolute;
    /* Positions text absolutely within the container */
    top: 50%;
    /* Center text vertically */
    left: 50%;
    /* Center text horizontally */
    transform: translate(-50%, -50%);
    /* Adjust positioning to truly center text */
    color: white;
    /* Text color, adjust as needed */
    font-size: 16px;
    /* Text size, adjust as needed */
    background-color: rgba(0, 0, 0, 0.5);
    /* Optional background color with opacity for readability */
    padding: 5px;
    /* Padding around the text */
    border-radius: 5px;
    /* Rounded corners for the text background */
    text-align: center;
    /* Center text inside the overlay */
    z-index: 1;
    /* Ensure text is above the image */
}

.mile_title {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: center;
    margin-top: 20px;
    color: #885896;
}

.mile_dynamic {
    display: flex;
}

.dynamic_box {
    width: 301px;
    height: 123px;
    background-color: #f5b105;
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.dynamic_box:active {
    background: #001f3f;
    color: #ffffff;
    /* This will apply to all text inside .dynamic_box */
}

.dynamic_box:active h5,
.dynamic_box:active p {
    color: #ffffff;
    /* This ensures both h5 and p have white text when .dynamic_box is active */
}

.dynamic_box h5 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    padding: 25px;
    text-align: center;
    color: #000000;
}

.dynamic_box p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: center;
    color: #000000;
}

.d_none {
    display: none;
}

.list_exemembers {
    background: url(../../img/historyyashada/Section.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px;
}

.exe_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.list-no {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    color: #ffffff;
}

.list-no h5 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
}

.motive_objects {
    padding: 20px;
}

.Objects {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #885896;
}

.Objects p {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #303030;
    margin-top: 20px;
    margin-bottom: 20px;
}

.obj_info {
    padding: 35px;
    border-left: 6px solid#5D3868;
    margin-top: 20px;
    margin-bottom: 20px;
}

.obj_icons {
    text-align: center;
    margin-bottom: 10px;
}

.obj_icons p {
    text-align: justify;
    margin-top: 10px;
    color: #000000;
}

.accicon {
    text-align: center;
}

.DG_li {
    margin-right: 10px;
}

.DG_btn {
    padding: 10px 20px;
    background: #5d3868;
    color: #ffffff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
}

.dg-divider {
    border-bottom: 1px dotted #000;
    /* Adjust the color and style as needed */
    margin: 10px 0;
    /* Adjust the margin as needed */
    width: 100%;
    /* Make the divider span the full width */
}

.DG_btn:hover {
    background: #3c2443;
    color: #ffffff;
}

.DG_btn:focus {
    background-color: #f5b105;
    color: #000000;
    border: none;
}

.DG_btn .arrow_side {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.DG_btn.active {
    background-color: #f5b105 !important;
    color: #000000 !important;
    border: none;
    border-radius: 10px;
}

.Dg_container {
    display: none;
}

.ADG_content {
    display: none;
}

.ADG_content.active {
    display: block;
}

.Qualified-box {
    width: 80%;
}

.ias-img {
    width: 100%;
}

.qualification_details {
    display: flex;
    margin-bottom: 10px;
    /* Space between lines */
    justify-content: space-between;
}

.dg_box {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.IAS_Info {
    margin-top: 20px;
}

.dg_box1 {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    margin-bottom: 20px;
}

.dg1_box {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.dg_box1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
}

.dg_bgcolor1 {
    background: #ffecf3;
    /* Grey on top, white at bottom */
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.IAS_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ias-img {
    border-radius: 10px;
}

.Ias_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.dg_box {
    display: flex;
    flex-direction: column;
}

.qualification_details {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.qua_det {
    font-weight: bold;
    margin-right: 10px;
}

.qua_years {
    font-size: 13px;
}

.dg_bgcolor {
    background: #ffecf3;
    border-radius: 10px;
    padding: 10px;
}

.Ias_title h5 {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #000;
}

.Ias_title p {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    color: #001f3f;
    padding: 5px;
    margin: 5px 0 10px;
}

.IAS_Info p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    margin-top: 10px 0px 10px 0px;
}

.qua_det {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #828282;
    width: 50%;
}

.qua_det1 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #828282;
    width: 85%;
}

.qua_det span {
    color: #000000;
}

.qua_years {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #000000;
    width: 80%;
}

.qua_years p {
    font-size: 10px;
    font-weight: 400;
    text-align: justify;
    line-height: 10px;
}

/* CPTP PAGE */
.CPTP_title {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    color: #000000;
}

.vanamati {
    width: 75%;
}

/* Flex container adjustments */

/* Ensure logos are aligned properly */
.logo-img,
.ind-ico-img {
    max-width: 100%;
    height: auto;
    /* Maintain aspect ratio */
}

/* Spacing for title and content */

.CPTP_title {
    margin-top: 5px;
}

/* Additional spacing and alignment tweaks */
.ind-ico {
    margin-bottom: 5px;
    /* Space below icon */
}

.CPTP_info {
    background: url(../../img/CPTP/cptpbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px;
}

.cptp-bg {
    width: 100%;
    height: 100%;
}

.cptp-name h5 {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
    text-align: justify;
    color: #5d3868;
}

.cptp-name p {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    color: #000000;
}

.cptp-header {
    background-color: #5d3868;
    padding: 16px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

.uploaded-date {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    color: #000000;
}

.more_btn {
    font-family: "Roboto", sans-serif;
    background: #f5b105;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    margin-right: 20px;
    color: #001f3f;
}

.archive_btn {
    font-family: "Roboto", sans-serif;
    background: #5d3868;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #ffffff;
}

.Batches_title {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
    color: #001f3f;
    padding: 20px;
}

.Batches_title p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    padding-top: 20px;
}

.batch_bg {
    background: url(../../img/CPTP/batchbg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}

.dynamic_box1 {
    width: 200px;
    height: 100px;
    background: linear-gradient(to bottom, #b0b0b0, #f5f5f5);
    /* Grey and white gradient */
    border-radius: 20px;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 20px;
}

.dynamic_box1:active {
    background: #001f3f;
    color: #ffffff;
    /* This will apply to all text inside .dynamic_box */
}

.dynamic_box1:active h5,
.dynamic_box1:active p {
    color: #ffffff;
    /* This ensures both h5 and p have white text when .dynamic_box is active */
}

.dynamic_box1 h5 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    padding: 12px;
    text-align: center;
    color: #000000;
}

.dynamic_box1 p {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: center;
    color: #000000;
}

.gallery_bg {
    background: url(../../img/CPTP/gallerybg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}

.gs1_video {
    position: absolute;
    top: 20px;
}

.play_circle {
    width: 200px;
    height: 200px;
}

.external_cptp {
    background: url(../../img/CPTP/Rectangle\ 3611.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px;
}

.yashada_lib {
    padding: 20px;
    background: linear-gradient(#b0b0b0, #f5f5f5);
    border-right: 1px solid #b0b0b0;
}

.e-library {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.36000001430511475px;
    text-align: left;
    color: #151515;
    padding: 20px;
}

.e-library p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.3199999928474426px;
    text-align: left;
    color: #888888;
}

.browse_logo {
    cursor: pointer;
}

/* Style for the image */

/* Style for the overlay text */
.image-container {
    position: relative;
    /* Position relative for the overlay text */
    display: inline-block;
    /* Adjust to fit the image */
}

/* Style for the image within the image-container */
.image-container img {
    display: block;
    /* Removes extra space below the image */
    width: 100%;
    /* Adjust as needed for responsiveness */
    height: auto;
    /* Maintain aspect ratio */
}

/* Overlay text container */
.overlay-text {
    position: absolute;
    /* Position overlay text absolutely within the container */
    top: 10px;
    /* Adjust position from the top */
    left: 10px;
    /* Adjust position from the left */
    display: flex;
    /* Use Flexbox to align children */
    align-items: center;
    /* Vertically center items */
    padding: 10px;
    /* Padding around the text */
    border-radius: 5px;
    /* Optional: Rounded corners */
    color: white;
    /* Text color */
    cursor: pointer;
}

.overlay-text1 {
    position: absolute;
    /* Position overlay text absolutely within the container */
    top: 10px;
    /* Adjust position from the top */
    left: 10px;
    /* Adjust position from the left */
    display: flex;
    /* Use Flexbox to align children */
    align-items: center;
    /* Vertically center items */
    padding: 10px;
    /* Padding around the text */
    border-radius: 5px;
    /* Optional: Rounded corners */
    color: rgb(0, 0, 0);
    /* Text color */
    cursor: pointer;
}

/* Style for the image inside overlay text */
.overlay-text img {
    width: 50px;
    /* Adjust size as needed */
    height: auto;
    /* Maintain aspect ratio */
    margin-right: 10px;
    /* Space between image and text */
}

.overlay-text1 img {
    width: 50px;
    /* Adjust size as needed */
    height: auto;
    /* Maintain aspect ratio */
    margin-right: 10px;
    /* Space between image and text */
}

/* Style for the text content */
.text-content {
    display: flex;
    flex-direction: column;
    /* Stack text elements vertically */
}

.text-content h5 {
    margin: 0;
    /* Removes default margin */
    font-size: 16px;
    /* Adjust as needed */
    font-weight: 600;
}

.text-content p {
    margin: 0;
    /* Removes default margin */
    font-size: 14px;
    /* Adjust as needed */
}

/* Centers Page CSS  */
.activities-suid {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #885896;
    padding: 20px 0px 10px 10px;
}

.activities-suid p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #303030;
}

.RTI_title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    padding: 10px;
    color: #001f3f;
}

.Quick_links {
    font-family: Roboto;
    font-size: 36px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

.Quick_links p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.arr_btn {
    position: relative;
    display: block;
    width: 200px;
    height: 50px;
    background: #f5b105;
    font: 15px Roboto, sans-serif;
    color: rgb(0, 0, 0);
    text-align: center;
    cursor: pointer;
    padding: 15px;
}

.arr_btn:before,
.arr_btn:after {
    content: "";
    position: absolute;
    right: -15px;
    width: 32px;
    height: 15px;
    border-radius: 5px;
    background: #f5b105;
}

.arr_btn:before {
    top: 9px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(65deg);
}

.arr_btn:after {
    bottom: 9px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-65deg);
}

.UPSC_heading {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 16.8px;
    letter-spacing: 1px;
    color: #001f3f;
    padding: 20px;
}

.upsc_bg {
    background: url(../../img/CPTP/upscbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.watershed_bkg h5 {
    font-family: Roboto;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.47999998927116394px;
    color: #303030;
    margin-top: 20px;
    margin-bottom: 20px;
}

.watershed_bkg p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.47999998927116394px;
    color: #303030;
    margin-top: 20px;
}

.traincourse_bg {
    background: url(../../img/SIUD/trainingbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
}

.ministry_ud {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #000000;
}

.ministry_ud p {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
}

.logo_li {
    background: #d9d9d9;
    border-radius: 10px;
    padding: 20px;
}

.rd_emb {
    width: 220px;
    height: 50px;
}

.ms-emb {
    width: 100px;
    height: 50px;
}

.ATI_info {
    padding: 30px;
}

.dis_pro {
    width: 100%;
}

.dis_bg {
    background: url(../../img/CDM/gallbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
}

.pub-center {
    background: url(../../img/publicationcenter/Frame\ 48101.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.manthan_mag {
    width: 250px;
    height: 300px;
    padding: 20px;
}

.art_flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.art_flex1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.audit_box {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-right: 10px solid #36ef7e;
    width: 212px;
    margin-top: 20px;
    margin-right: 30px;
}

.audit-count {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: center;
    padding: 10px;
    color: #000000;
}

.seat_info {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.47999998927116394px;
    text-align: center;
    color: #000000;
}

.air-para {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #303030;
}

.acdemic-box {
    position: absolute;
    background: #ffffff;
    padding: 20px;
    z-index: 111111;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.acd-centre {
    background: #f5b105;
    color: #ffffff;
    font-family: Inter;
    font-size: 26px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    padding: 20px;
}

.center-slider {
    background: #ffffff;
    padding: 20px;
}

.center_name {
    margin-right: 20px;
    border-right: 1px solid #000;
}

.center_name h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 21.6px;
    color: #001f3f;
    padding: 10px;
}

.center_name p {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    padding: 10px;
}

.Rti-act {
    padding: 50px;
}

.exlink-img {
    width: 100px;
}

.dur-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.dur-box h5 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.47999998927116394px;
    color: #001f3f;
    text-align: center;
    padding: 25px;
}

.tp-box {
    background: #f5b105;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.tp-box h5 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.47999998927116394px;
    text-align: center;
    padding: 15px;
}

.duration-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.acdemic-center {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 15%;
    left: 5.2%;
    width: 90%;
}

.ace-box {
    background: #f5b105;
    padding-top: 20px;
    height: 100%;
}

.ace-box h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    /* padding-top: 15px; */
    margin-top: 36px;
    color: #ffffff;
}

.ati-block {
    border-right: 1px solid#BDB5B5;
}

.ati-block h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    color: #000000;
    padding: 5px;
    margin-top: 10px;
}

.ati-block p {
    font-family: Roboto;
    font-size: 10px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    color: #001f3f;
    padding: 5px;
}

.car-btn {
    background: #ffffff;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    top: 20px;
    left: 10px;
    margin-right: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.detailing p {
    font-family: Roboto;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.bg_about {
    background: #ffffff;
}

.bg_about h5 {
    text-align: center;
    color: #000000;
    font-size: 32px;
    font-weight: 500;
}

.ati-link {
    text-decoration: none;
    color: inherit;
    display: block;
    /* Make the anchor tag cover the entire block */
    height: 100%;
    width: 100%;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.ati-block {
    min-width: 20px;
    box-sizing: border-box;
    padding: 10px;
    border-right: 1px solid#BDB5B5;
    /* Optional: Add styles to ensure block looks good */
}

.carousel-ind {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.carousel-ind .btn {
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    height: 40px;
    position: relative;
}

.carousel-ind .btn img {
    width: 20px;
    height: 20px;
}

.stpea-tri {
    color: #ff0005;
    text-decoration: underline;
}

.round-title {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
}

.cptp_bg {
    width: 100%;
    height: 100%;
}

.dg-flex {
    display: flex;
}

.cptp-header-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.mdc-section {
    padding: 50px;
}

.room_btn {
    background: #f5b105;
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 5px;
}

.list-icon {
    display: flex;
    align-items: center;
    /* Align items vertically centered */
    gap: 10px;
    /* Adjust the spacing between elements as needed */
}

.list-icon img {
    max-height: 20px;
    /* Adjust the size of the image if needed */
    max-width: auto;
    /* Ensure the image scales proportionally */
}

.list-icon p,
.list-icon span {
    margin: 0;
    /* Remove default margins */
}

.capacity-lists li {
    list-style-type: none;
    margin-bottom: 10px;
}

.hotel_room {
    width: 100%;
}

.hotel-gallery {
    background: url(../../img/SIUD/trainingbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
}

.accomodate_bg {
    padding: 50px;
}

.sub-menu2 {
    margin-left: 20px;
}

.admission_flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.box_hei {
    height: 100%;
}

.admin-img {
    width: 100%;
    height: 100%;
}

.mobile-menu-btn {
    background: transparent;
    color: #5d3868;
    padding: 20px;
}

.arrow-at-end {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.imp-instruction {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    margin: 20px auto !important;
}

.imp-instruction li {
    margin-bottom: 15px;
    list-style: none;
}

.imp-instruction p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.imp-instruction a {
    color: #007bff;
    text-decoration: none;
}

.imp-instruction a:hover {
    text-decoration: underline;
}

.loading-overlay {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9998;
    align-items: center;
    justify-content: center;
}

.loading-overlay.is-active {
    display: flex;
}

.main-thank-you {
    color: #5d3868;
}

.appproveRemark {
    padding: 20px !important;
}

.approve-flex {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.input-with-icon .s-icon {
    cursor: pointer;
}

.input-with-icon .s-icon:hover {
    opacity: 0.8;
}

.highlight {
    background-color: yellow;
    /* font-weight: bold; */
}

.disabled {
    pointer-events: none;
    color: gray;
    cursor: not-allowed;
    text-decoration: none;
}

.input-with-icon .s-icon {
    cursor: pointer;
    /* Change cursor to pointer when hovering over the icon */
}

.input-with-icon .s-icon:hover {
    opacity: 0.8;
    /* Slightly fade the icon on hover */
}

.home-button {
    background-color: #993399;
    text-align: center;
    font-size: 15px;
    padding: 10px 15px 10px 15px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
}

.signup-button {
    background-color: #ffffff;
    text-align: center;
    font-size: 15px;
    padding: 10px 15px 10px 15px;
    color: #993399;
    cursor: pointer;
    border: 1px solid #cbcbcb;
    font-weight: 400;
}

.switch-tabs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 10px auto;
}

.switch-tabs .tabs-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.switch-tabs .tabs-list li {
    padding: 10px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    box-shadow: 0px 0px 3px rgb(194 186 186 / 50%);
    cursor: pointer;
    border-radius: 0px;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}

.switch-tabs .tabs-list li:not(:last-of-type) {
    /* Add border beside the last element */
    border-right: 1px solid white;
}

.switch-tabs .tabs-list li:hover {
    background-color: #963596;
    color: #ffffff;
    transition: all 0.3s ease;
}

#first-dynamic-table {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 3px rgb(18 16 16 / 30%);
    padding: 35px 15px;
    color: #000000;
    margin: 20px 0px 0px 0px;
}

.tab-item.active {
    color: #fff;
    background-color: #993399;
    border-color: #993399;
}

.tab-content {
    width: 100%;
    display: none;
}

.tab-content.active {
    display: block;
}

.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
    border-color: #ffffff !important;
    background-color: #5d3868 !important;
    color: #fff !important;
    margin-right: 10px;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: #5d3868;
}

.wizard > .steps .done a .number,
.wizard > .steps .done a:hover .number,
.wizard > .steps .done a:active .number {
    border-color: #c6c6c6 !important;
    background-color: #c6c6c6 !important;
    color: #ffffff !important;
    margin-right: 10px;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    color: #ffffff !important;
}


.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    display: block;
    background-color: #885896;
    padding: 9px 20px;
    line-height: 1.539;
    color: #fff;
    border-radius: 0.25rem;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background-color: #97a3b9 !important;
}
.fs-inst {
    font-size: 12px;
}

/* From Uiverse.io by KhaledMatalkah */
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    color: #333;
    transition: color 0.3s;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox .checkmark {
    width: 24px;
    height: 24px;
    border: 2px solid #333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
    transform-style: preserve-3d;
}

.custom-checkbox .checkmark::before {
    content: "\2713";
    font-size: 16px;
    color: transparent;
    transition: color 0.3s, transform 0.3s;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #333;
    border-color: #333;
    transform: scale(1.1) rotateZ(360deg) rotateY(360deg);
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::before {
    color: #fff;
}

.custom-checkbox:hover {
    color: #666;
}

.custom-checkbox:hover .checkmark {
    border-color: #666;
    background-color: #f0f0f0;
    transform: scale(1.05);
}

.custom-checkbox input[type="checkbox"]:focus + .checkmark {
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
    outline: none;
}

.custom-checkbox .checkmark,
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    transition: background-color 1.3s, border-color 1.3s, color 1.3s,
        transform 0.3s;
}

/* For datatable */
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
    background: #5d3868;
    text-align: center;
    color: #ffffff;
}

.btn_bg {
    background-color: #5d3868 !important;
    color: #ffffff !important;
    font-weight: 500;
    border: none;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn_bg:hover {
    background-color: #76407b;
    /* Slightly lighter shade on hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    color: #fff;
}

.btn_bg:active {
    background-color: #4a2852;
    /* Slightly darker shade on click */
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(0px);
}

.btn_bg_remove {
    background-color: #e60000; /* Bright red color */
    color: #ffffff !important; /* White text for contrast */
    font-weight: 500;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn_bg_remove:hover {
    background-color: #ff4d4d; /* Lighter red shade for hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    color: #ffffff; /* Ensures white text remains on hover */
}

.btn_bg_remove:active {
    background-color: #cc0000; /* Slightly darker red shade for active state */
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    transform: translateY(0px);
}

.card_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wizard > .steps > ul {
    display: flex;
    align-items: center;
}
/* Style for step numbers */
#wizard1 .steps ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #a9a9a9;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
#cptpform .steps ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #a9a9a9;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    color: #ffffff !important;
}
.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
    color: #ffffff !important;
    border-color: #ffffff !important;
    margin-right: 10px !important;
}

/* Active step */
#wizard1 .steps ul li.current {
    background-color: #5d3868;
    /* Default background */
    color: #ffffff;
    /* Default text color */
    border: 2px solid #5d3868;
    /* Default border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Default shadow */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

#cptpform .steps ul li.current {
    background-color: #5d3868;
    /* Default background */
    color: #ffffff;
    /* Default text color */
    border: 2px solid #5d3868;
    /* Default border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Default shadow */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}
#wizard1 .steps ul li.current:hover {
    background-color: #7a4b89;
    /* Slightly lighter purple */
    color: #f5e1f7;
    /* Softer white with a hint of purple */
    border: 2px solid #7a4b89;
    /* Matches hover background */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Stronger shadow on hover */
    transform: translateY(-2px);
    /* Subtle lift on hover */
}
#cptpform .steps ul li.current:hover {
    background-color: #7a4b89;
    /* Slightly lighter purple */
    color: #f5e1f7;
    /* Softer white with a hint of purple */
    border: 2px solid #7a4b89;
    /* Matches hover background */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Stronger shadow on hover */
    transform: translateY(-2px);
    /* Subtle lift on hover */
}

/* Completed step */
#wizard1 .steps ul li.done {
    background-color: #28a745;
    /* Default green background */
    color: #ffffff;
    /* Default text color */
    border: 1.5px solid #1e7e34;
    /* Default green border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Default shadow */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

#wizard .steps ul li.done:hover {
    background-color: #34c759;
    /* Lighter green for hover */
    color: #f0fff4;
    /* Softer white text with a greenish tint */
    border: 2px solid #28a745;
    /* Matches the default background */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Stronger shadow on hover */
    transform: translateY(-2px);
    /* Subtle lift on hover */
}

/* Hover effect */
#wizard1 .steps ul li:hover {
    background-color: #d0d0d0;
    color: #333;
}

.not-submitted {
    cursor: pointer;
}

/* Adjust spacing for smaller screens */
@media (max-width: 768px) {
    #wizard1 .steps ul li {
        margin-bottom: 10px;
        width: 100%;
        border-radius: 10px;
    }
}

/* Step circle for the number */
.step-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

/* Step title */
.step-title {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    vertical-align: middle;
}

/* Active step circle */
#wizard1 .steps ul li.current .step-circle {
    background-color: #28a745;
}

/* Completed step circle */
#wizard1 .steps ul li.done .step-circle {
    background-color: #ffc107;
}

/* Step icon */
.step-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #6c757d;
    color: #fff;
    font-size: 12px;
}

#wizard1 .steps ul li.current .step-icon {
    background-color: #5d3868 !important;
    border: 1.5px solid #ffffff !important;
}

#wizard1 .steps ul li.done .step-icon {
    background-color: #28a745;
    border: 1.5px solid #ffffff !important;
}

.dep-img {
    width: 200px;
    height: 200px;
}

.deput-info {
    font-size: 15px;
    line-height: 28px;
}

.deput-obj li {
    list-style-type: disc;
    margin-left: 30px;
    font-size: 15px;
    line-height: 28px;
}

.pro-file {
    display: flex;
    justify-content: end;
    align-items: center;
}

.loader::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 4px solid #3498db;
    /* Loader border color */
    border-top: 4px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
/* Profile Dropdown  */
.dropdown-profile .dropdown-divider {
    margin: 6px 0;
}
.custom-textarea {
    border: 1px solid #ced4da;
    min-height: auto;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
    background-color: #f8f9fa;
    cursor: not-allowed;
    /* Gives a 'readonly' feel */
}

/* Admin Card Design  */
.custom-card {
    border-radius: 15px;
    /* Smooth rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
    /* Soft shadow */
    border: 1px solid #ddd;
    /* Subtle border */
    overflow: hidden;
    /* Ensure content stays within rounded corners */
    transition: transform 0.2s ease, box-shadow 0.2s ease,
        background-color 0.2s ease, color 0.2s ease;
    /* Add hover and active effect */
    background-color: #f9f9f9;
    /* Default light background */
    color: #212529;
    /* Default text color */
}

.custom-card:hover {
    transform: translateY(-5px);
    /* Lift the card slightly on hover */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.06);
    /* Enhance shadow on hover */
    background-color: #875896;
    /* Change background color to purple */
    color: white;
    /* Change text color to white */
}

.custom-card.active {
    background-color: #5d3868;
    /* Same as hover background */
    color: white;
    /* Same as hover text color */
    transform: translateY(-5px);
    /* Maintain the lifted effect */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.06);
}

.custom-card .card-body {
    padding: 20px;
    /* Spacious padding */
}

.custom-card .card-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

.custom-card .card-text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.custom-card:hover .card-title,
.custom-card:hover .card-text,
.custom-card.active .card-title,
.custom-card.active .card-text {
    color: white;
    /* Ensure text inside the card is white on hover and active */
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 576px) {
    #wizard1 .steps ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    #wizard1 .steps ul li {
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: #5d3868 !important;
}

/* =========================== Wizardedit ===================================== */

#wizardEdit .steps ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    border-radius: 20px;
    margin-right: 10px;
    background-color: #a9a9a9;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Active step */
#wizardEdit .steps ul li.current {
    background-color: #5d3868;
    /* Default background */
    color: #ffffff;
    /* Default text color */
    border: 2px solid #5d3868;
    /* Default border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Default shadow */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

#wizardEdit .steps ul li.current:hover {
    background-color: #7a4b89;
    /* Slightly lighter purple */
    color: #f5e1f7;
    /* Softer white with a hint of purple */
    border: 2px solid #7a4b89;
    /* Matches hover background */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Stronger shadow on hover */
    transform: translateY(-2px);
    /* Subtle lift on hover */
}

/* Completed step */
#wizardEdit .steps ul li.done {
    background-color: #28a745;
    /* Default green background */
    color: #ffffff;
    /* Default text color */
    border: 1.5px solid #1e7e34;
    /* Default green border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Default shadow */
    transition: all 0.3s ease;
    /* Smooth transition for hover effects */
}

#wizardEdit .steps ul li.done:hover {
    background-color: #34c759;
    /* Lighter green for hover */
    color: #f0fff4 !important;
    /* Softer white text with a greenish tint */
    border: 2px solid #28a745;
    /* Matches the default background */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    /* Stronger shadow on hover */
    transform: translateY(-2px);
    /* Subtle lift on hover */
}

/* Hover effect */
#wizardEdit .steps ul li:hover {
    background-color: #d0d0d0;
    color: #333;
}

.not-submitted {
    cursor: pointer;
}

/* Adjust spacing for smaller screens */
@media (max-width: 768px) {
    #wizardEdit .steps ul li {
        margin-bottom: 10px;
        width: 50%;
        border-radius: 10px;
    }
}

/* Step circle for the number */
.step-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #007bff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

/* Step title */
.step-title {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    vertical-align: middle;
}

/* Active step circle */
#wizardEdit .steps ul li.current .step-circle {
    background-color: #28a745 !important;
}

/* Completed step circle */
#wizardEdit .steps ul li.done .step-circle {
    background-color: #ffc107;
}

/* Step icon */
.step-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #6c757d;
    color: #fff;
    font-size: 12px;
    margin-right: 5px;
}

#wizardEdit .steps ul li.current .step-icon {
    background-color: #5d3868 !important;
    border: 1.5px solid #ffffff !important;
}

#wizardEdit .steps ul li.done .step-icon {
    background-color: #28a745 !important;
    border: 1.5px solid #ffffff !important;
}

.dep-img {
    width: 200px;
    height: 200px;
}

@media (max-width: 576px) {
    #wizardEdit .steps ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    #wizardEdit .steps ul li {
        flex: 1 1 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .step-circle,
    .step-icon {
        margin: 0 auto 10px;
    }
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: #ffffff !important;
}

.error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

.btn-logout {
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px;
}

.btn-logout:hover {
    color: #ffffff;
}

label.myErrorClass, span.myErrorClass {
    font-size: 12px;
    color: #a90404;
    margin-bottom: -13px;
}
input.myErrorClass,
select.myErrorClass {
    border: 1px solid #a90404 !important;
}
.position-select {
    position: relative;
}
.position-select label.myErrorClass {
    font-size: 12px;
    color: #a90404;
    display: block;
    margin-bottom: -18px;
    position: absolute;
    bottom: 0px;
    display: block;
}
.mx-mb {
    margin: 5px 0px 5px 0px;

}

.select2-container--default .select2-selection--multiple:after {
    content: "▼";
    /* Custom arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #666;
}
