body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.top_header {
    background: linear-gradient(to right, #6c1340, #e91e63);
}

.top_header.header-top .language01 select {
    background: none;
}

.top_header ul li {
    display: inline-block;
    /* float: left; */
    line-height: 36px;
    /* height: 36px; */
    list-style: none;
    margin-right: 4px;
    padding-right: 10px;
}

.top_header ul li:nth-child(1) {
    border-right: 1px solid #ffffff80;
}

.top_header .font01 {
    opacity: 1;
}

.top_header .skip_content {
    width: 22px;
    height: 22px;
    /* opacity: 0.4; */
}

.nav_menu_section {
    background: linear-gradient(to right, #6c1340, #e91e63);
}

.nav_menu_section .navbar-nav .nav-link {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 10px;
}

.nav_menu_section .dropdown-toggle::after {
    margin-left: 8px;
}

/* .nav_menu_section .navbar-nav .nav-link.active, 
  .nav_menu_section .navbar-nav .nav-link:hover
  .nav_menu_section .navbar-nav .nav-link:hover
  .navbar-nav .show > .nav-link 
  {
    color: #ffe700 !important;
  } */
.nav_menu_section .navbar-nav .nav-link:hover,
.nav_menu_section .navbar-nav .nav-link:focus,
.nav_menu_section .navbar-nav .nav-link.active {
    color: #ffe700 !important;
}

.nav_menu_section .dropdown-menu a.dropdown-item:hover,
.nav_menu_section .dropdown-menu a.dropdown-item:focus {
    background-color: #ffe700 !important;
    color: black !important;
}

.nav_menu_section .navbar-nav .dropdown-menu {
    /* position: absolute;
    top: 50px;
    left: 0px; */
    min-width: 220px;
    background: #fff;
    box-shadow: 0 0 15px rgba(204, 204, 204, 0.3411764706);
    text-align: left;
    /* opacity: 0; */
    transition: all ease-in-out 0.5s;
    /* visibility: hidden; */
    /* display: block; */
    border: none;
    padding: 0px;
    /* border-radius: 0px; */
}

.nav_menu_section .navbar-nav .dropdown-menu li a {
    padding: 10px 10px;
    border-bottom: 1px dashed #d7d7d7;
    border-radius:  0 !important;
}

.nav_menu_section .navbar-nav .dropdown-menu li:last-child a {
    border-bottom: 0 !important;
}

.banner_section.banner {
    background: none;
    padding: 0;
    min-height: 500px;
    height: 500px;
}
/* .banner_section.banner .carousel-item img {
    width: 100%;
    height: 100%;
} */
.banner_section.banner #carouselExampleIndicators .carousel-inner .carousel-item img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.banner_section.banner .carousel-caption {
    bottom: 10rem;
}

.banner_section.banner .carousel-caption h5 {
    font-size: 40px;
}

.banner_section.banner .carousel-caption p {
    font-size: 25px;
}

.banner_section.banner .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    padding: 1px !important;
    border-radius: 50% !important;
}
.banner_section.banner .card.latestEventNews.right_section h3 {
    /* background: linear-gradient(to right, #6c1340, #e91e63); */
    border-bottom: 1px solid #8C2F4E;
    padding: 6px 10px;
    color: #fff;
    font-size: 20px;
}
.social_section .card.latestEventNews {
    padding-bottom: 10px;
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04);
}
/* .banner_section.banner .card.latestEventNews {
    position: absolute;
    top: 5%;
    right: 22px;
    width: 400px;
    background: #fff;
} */
/******keyIndicators******/
.keyIndicators {
    /* padding: 70px 0; */
    background: #f1effa;
    position: relative;
}
/* .keyIndicators .owl-item {
    width: 25% !important;
    float: left;
} */
.keyIndicators .item {
    /* background: #f9eff1; */
    /* background: #f1effa; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    transition: all 0.3s ease;
    padding: 16px;
    border-radius: 0 !important;
    margin:  0 !important;
}
.keyIndicators .item:hover {
    /* background: #f9eff1; */
    background: linear-gradient(90deg, #dcd6f3, #f6dbe2);
    transition: all 0.1s ease;
}
.keyIndicators h2, 
.activity_section h2, .project_section h2, .social_section h2
{
    color: #6c1340;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
#keyIndicators .headline {
    font-size: 16px;
    color: #0074C6;
    transition: 400ms;
    margin: 0;
}
#keyIndicators .number {
    font-size: 28px;
    font-weight: 600;
    color: #002E2E;
    transition: 400ms;
    margin: 0 0 10px 0px;
}
#keyIndicators .duration {
    font-size: 14px;
    color: #666;
    transition: 400ms;
    text-align: center;
    margin: 0;
}
#keyIndicators .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 999;
  /* pointer-events: none;    allow clicks to go through except buttons */
}

#keyIndicators .owl-nav button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  pointer-events: all; /* re-enable click */
  /* display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease; */
}
#keyIndicators .owl-stage {
  transition-timing-function: linear !important;
}
#keyIndicators .owl-nav button:hover {
  background: rgba(0, 0, 0, 0.8);
}

#keyIndicators .owl-nav .owl-prev {
  margin-left: 20px;
}

#keyIndicators .owl-nav .owl-next {
  margin-right: 20px;
}

/*******About us Section*******/
.aboutus_section img {
    border-radius: 20px;
}
.aboutus_section .eduexplore_left-content.aboutContent button {
    background: linear-gradient(to right, #6c1340, #e91e63);
    transition: all 0.1s linear;
    color: #fff;
    border: none;
}
.aboutus_section .eduexplore_left-content.aboutContent button:hover {
    background: linear-gradient(90deg, #00B2E1, #4B3EA7);
    transition: all 0.5s ease-in-out;
}
.aboutus_section span {
    font-family: "Dancing Script", cursive;
    font-size: 45px;
    color: #6c1340;
}
.aboutus_section p {
    text-align: justify;
}
.aboutus_section .cm_photo_section {
    border: 1px solid rgba(0, 0, 0, 0.08);     /* light outer border */
    border-radius: 12px;
    background: linear-gradient(90deg, #f5eefe, #fbe9ef); /* subtle matching bg */
    padding: 20px;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.cm_photo_section .single_section {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    margin-top: 16px;
    text-align: center;
    /* background-image: linear-gradient(90deg, #A49BDA, #D48BA6) 1; */
}
.cm_photo_section .single_section img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #f4d3dd;
    padding: 5px;
}
.cm_photo_section .single_section:last-child {
    border-bottom: none !important;
}
.cm_photo_section .single_section h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.cm_photo_section .single_section p {
    /* margin: 0; */
    /* font-size: 15px;
    font-weight: bold; */
}
/*****Activity Section Start*****/
.activity_section {
    background: #fff;
    padding: 70px 0;
}
.activity_section .activitySectionSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.activity_section .activitySectionSwiper .card {
  width: 100%;
  /* max-width: 200px; */
  max-width: 100%;
  box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
}
.activity_section img {
    height: 200px;
}
.activity_section p {
    min-height: 90px;
}
/*****Activity Section End*****/

/****Product Section Start****/
.project_section {
    background: #f9eff1;
    padding: 70px 0;
}
.project_section .projects, .socialWall 
{
    background: #fff;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.075);
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
}
.project_section img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 200px;
    object-fit: cover;
}
.project_section .projects h5
{
    padding: 5px 15px 5px 15px;
    margin: 0;
    font-size: 20px;
    color: #000;
}
.project_section .projects p {
    padding: 0px 15px 15px 15px;
    margin: 0;
    font-size: 16px;
    color: #000;
}
.project_section .projects:hover h5, .project_section .projects:hover p
{
    color: #6c1340;
    transition: all 0.5s linear;
}
.project_section .view_more, .day_nrlm .view_more {
    background: linear-gradient(to right, #6c1340, #e91e63);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    transition: all 0.1s linear;
    border: none;
}
.project_section .view_more:hover, .day_nrlm .view_more:hover {
    background: linear-gradient(90deg, #00B2E1, #4B3EA7);
    transition: all 0.5s ease-in-out;
}
#uw-main .second-panel {
    background: linear-gradient(to right, #6c1340, #e91e63);
}
/****Product Section End****/

/*****Social Section Start*****/
.social_section{
    padding: 70px 0;
    background: #fff;
}
.social_section .card.socialFeed {
    border: 0;
}
.social_section nav, .livelihood_section #myTab.nav
{
    background: linear-gradient(to right, #6c1340, #e91e63);
    border-radius: 8px 8px 0 0;
}
.social_section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.livelihood_section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active 
{
    color: #6c1340 !important;
    border: 0;
    background: linear-gradient(90deg, #dcd6f3, #f6dbe2);
}
.social_section .nav-tabs .nav-link, .livelihood_section .nav-tabs .nav-link
{
    color: #fff;
    /* background: #fff; */
    border: none;
    padding: 10px 20px;
    border-radius: 0;
}
.social_section .nav-tabs .nav-link:hover, .livelihood_section .nav-tabs .nav-link
{
    border: none !important;
}
.social_section .nav-tabs .nav-link.active:first-child, 
.livelihood_section .nav-tabs .nav-link.active:first-child
{
    border-radius: 5px 0 0 0;
}
.social_section #nav-tabContent, .livelihood_section #nav-tabContent 
{
    padding: 10px !important;
    border-radius: 0 0 8px 8px !important;
    border: 1px solid #ccc;
    border-top: 0 !important;
    background: #f9eff1;
}
.social_section #nav-tabContent:hover, .livelihood_section #nav-tabContent:hover
{
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
}
.social_section iframe {
    width: 100%;
    height: 400px;
}
.social_section .card.latestEventNews h3 {
    background: linear-gradient(to right, #6c1340, #e91e63);
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px;
    font-size: 20px;
}
.dayMonth {
    border: 1px solid #f6dbe2;
    display: flex;
    height: 50px;
    border-radius: 5px;
    /* margin-top: 5px;
    margin-bottom: 12px; */
}
.day {
    text-align: center;
    width: 40%;
    font-size: 16px;
    line-height: 45px;
    height: auto;
    color: #6c1340;
}
.month {
    text-align: center;
    width: 60%;
    background: linear-gradient(90deg, #dcd6f3, #f6dbe2);
    color: #6c1340;
    font-size: 14px;
    line-height: 22px;
}
.latestEventNews .row {
    padding: 0 12px;
}
.latestEventNews a {
    color: #000;
    font-size: 14px;
    line-height: 18px;
}
.latestEventNews a:hover {
    color: #6c1340;
}
.latestEvent {
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.latestEvent:last-child {
    border-bottom: 0;
}
.latestEvent a span.pulse2{
    -webkit-animation: pulse 400ms infinite alternate;
    animation: pulse 400ms infinite alternate;
    padding: 2px 10px;
    width: 50px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 600;
    /* color: #fff; */
    text-align: center;
    height: 19px;
    line-height: 14px;
    /* color: #6c1340; */
}
@-webkit-keyframes pulse {
	0% { background: linear-gradient(to right, #6c1340, #e91e63); color: #fff; }
	100% { background: linear-gradient(90deg, #dcd6f3, #f6dbe2); color: #6c1340; } 
}
@keyframes pulse {
	0% { background: linear-gradient(to right, #6c1340, #e91e63); color: #fff; }
	100% { background: linear-gradient(90deg, #dcd6f3, #f6dbe2); color: #6c1340; }
}

.common_button {
    background: linear-gradient(to right, #6c1340, #e91e63);
    color: #fff !important;
    border-radius: 5px 5px;
    padding: 8px 10px;
    font-size: 16px !important;
    text-align: center;
    display: inline-block;
}
.common_button.readMore {
    border-radius: 5px 0 5px 0 ;
}
.common_button:hover {
    background: linear-gradient(90deg, #00B2E1, #4B3EA7);
}
/*****Social Section End*****/
/*****Social Tab Start****/
.social_tab {
    /* background: #f1effa; */
    background: linear-gradient(90deg, #dcd6f3, #f6dbe2);
}
.social_tab .nav .nav-item .nav-link img {
    width: 50px;
    height: 50px;
}
.social_tab .nav .nav-item .nav-link span {
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.social_tab .nav {
    border-bottom: 1px solid #fff;
}
.social_tab .nav .nav-item {
    margin-right: 5px;
}
.social_tab .nav .nav-item .nav-link {
    background: #ccc;
    border-radius: 5px 5px 0 0;
}
.social_tab .nav .nav-item .nav-link.active {
    /* background-color: transparent !important; */
    background: linear-gradient(to right, #6c1340, #e91e63) !important;
    border: 0px solid #fff !important;
    border-bottom: 0 !important;
    border-radius: 5px 5px 0 0;
}
.social_tab .tab-content {
    border-radius: 0 0 5px 5px;
    border: 1px solid#fff;
    border-top: 0;
    padding: 20px 20px 10px 20px;
}

/**Social Tab**/
.Socialwall_img {
    margin-bottom: 20px;
}
.Socialwall_img img {
    border-radius: 10px;
    width: 100%;
    border: 4px solid #fff;
    height: 185px;
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04);
}
.socialWall img {
    border-radius: 10px 10px 0 0;
    box-shadow: none;
}
.social_tab h3 {
    font-size: 30px;
    margin-bottom: 15px;
    background: linear-gradient(to right, #6c1340, #e91e63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.social_tab p {
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

/*****Social Tab End*****/

/******Gallery Section******/
.gallery_section {
    background: #f1effa;
    /* background: linear-gradient(92deg, #D7FFE0 -17.42%, rgba(217, 231, 239, 0) 108.05%); */
    padding: 40px 0;
}
.gallery_section .card {
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04);
}

.gallery_section .owl-stage-outer {
    padding: 10px 10px !important;
}

.gallery_section .owl-item {
    width: 348px !important;
}

.gallery_section .study-heading h3 {
    font-size: 40px;
    color: #6c1340;
    padding: 5px 10px;
    font-weight: 600;
}

.gallery_section .focus-area .card {
    padding: 0 !important;
}

.gallery_section .focus-area .card h6,
.gallery_section .focus-area .card p {
    padding: 5px 10px;
    text-align: center;
}

.gallery_section .focus-area .owl-nav {
    top: 90%;
}

.gallery_section .focus-area .item img {
    border-radius: 10px 10px 0 0;
}
.gallery_section .card {
    border-radius: 10px;
}
.gallery_section .card img {
    border-radius: 10px 10px;
    /* height: 258px; */
    height: 175px;
}

/********For All Heading********/
.allHeading{
    background: linear-gradient(to right, #6c1340, #e91e63);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.activitySectionSwiper .swiper-button-next::after, 
.activitySectionSwiper .swiper-button-prev::after, 
.gallerySectionSwiper .swiper-button-next::after, 
.gallerySectionSwiper .swiper-button-prev::after 
{
    color: #fff;
}
.keyIndicators .keyIndicatorSectionSwiper .swiper-button-next::after, 
.keyIndicators .keyIndicatorSectionSwiper .swiper-button-prev::after
{
    color: #8C2F4E;
    font-size: 30px;
}


/******Footer Section*******/
/* .our_brand_logo  */
.footer_section {
    background: linear-gradient(white, white), url(images/wall-of-partnership-bg.png) no-repeat left top;
    background-size: auto, auto;
    background-size: cover;
    background-blend-mode: multiply;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    border-top: 0;
}

.our_brand_logo {
    position: relative;
    /* padding: 20px 0; */
    overflow: hidden;
}

.our_brand_logo h2 {
    font-size: 34px;
    color: #6c1340;
    text-align: center;
    margin: 0 auto;
}

.our_brand_logo h2 span {
    font-family: "Dancing Script", cursive;
    color: #6c1340;
    font-weight: bolder;
}

.our_brand_logo .logo_items {
    display: flex;
    width: max-content;
    animation: scroll 30s linear infinite;
}

.our_brand_logo .logo_items a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.our_brand_logo .logo_items a img {
    height: 125px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    /* filter: grayscale(100%);
    transition: filter 0.3s ease; */
}

/* .our_brand_logo .logo_items img:hover {
    filter: grayscale(0%);
  } */
@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.production_section.foundation .foundation_heading h2 {
    color: #6c1340;
}

.production_section.foundation .foundation_class_subgrid img {
    width: 170px;
    border-radius: 10px;
}

.eduexplore.aboutus_section, .about_section  
{
    background: linear-gradient(90deg, #dcd6f3, #f6dbe2);
}

.terms {
    background: linear-gradient(to right, #6c1340, #e91e63);
    border-top: 0;
}

.footer_section {
    /* background: linear-gradient(90deg, #edeafb 0%, #fceff1 100%); */
    background: linear-gradient(to right, #ffffff, #f8bbd0);
}

.footer_section ul li {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.footer_section ul li i {
    margin-right: 14px;
}

.footer_section h3 {
    color: #000;
    font-size: 26px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin: 10px auto 30px auto;
}

/******17th July******/
.latestNews {
    background: linear-gradient(90deg, #00B2E1, #4B3EA7);
    color: #fff;
    padding: 10px 0;
}

.latestNews .badge-info {
    /* background-color: transparent !important; */
    overflow: hidden;
    position: relative;
}

.latestNews .badge-info span.badge-detail {
    display: block;
    box-shadow: none !important;
    position: static;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #fff;
    font-size: 16px;
    border: 0 !important;
    padding: 0;
    min-height: auto;
    text-align: left;
    /* animation: scroll-left 15s linear infinite;
    white-space: nowrap;
    padding-left: 50%; */
}

/* @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  } */
.latestNews p {
    font-weight: bold;
    font-size: 18px;
}

/***Inner Page starts here***/
.inner_banner img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
/****About Us Inner Page****/
.about_section h1 {
    font-size: 35px;
}
.about_section p {
    font-size: 17px;
}
.about_section h1 span
{
    font-size: 50px;
    line-height: 1.1em;
}
.about_section img {
    border-radius: 20px;
}
.about_section h1 span {
    font-weight: 700;
}
.about_section ul li {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	/* text-transform: capitalize; */
	color: var(--primary-color);
    padding-left: 20px;
	margin-bottom: 10px;
}
.about_section ul li::before {
	/* content: '\f00c'; */
    content: "\f111";
	font-family: 'FontAwesome';
	position: absolute;
	top: 10px;
	left: 0;
	/* font-size: 20px; */
    font-size: 6px;
	/* background-image: linear-gradient(267.43deg, #ff6900 4.95%, #ffb846 97.92%); */
    background-image: linear-gradient(267.43deg, #4B3EA7 4.95%, #8C2F4E 97.92%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mission_vision_section h3, .team_section h3,
.inner_page_heading
{
    font-size: 30px !important;
}
.mission_vision_section h5 {
    font-size: 20px;
}
.mission_vision_section p {
    font-size: 17px;
}
.mission_vision_section img {
    height: 250px;
}
.team_section .card:hover {
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
}
.team_section img {
    border-radius: 5px 5px 0 0;
    height: 200px;
}
.project_height_scroll {
    height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.project_height_scroll::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* Optional: just to be extra safe */
}
/* Hide scrollbar for Firefox */
.project_height_scroll {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.project_height_scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/* .livelihood_section #myTab.nav {
	background: linear-gradient(to right, #6c1340, #e91e63);
	border-radius: 8px 8px 0 0;
} */
.livelihood_section #myTab.nav-tabs .nav-item .nav-link {
    font-size: 20px !important;
}

.inclusion_listing li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.inclusion_listing li::before {
    content: "\279E";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    /* color: #ff6900; */
    background: linear-gradient(to right, #6c1340, #e91e63);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    transition: transform 0.3s ease;
}

.inclusion_listing li:hover::before {
    transform: translateX(5px);
}

.highlightText {
    color: #4B3EA7;
}

.livelihood_section img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 300px;
}

.lakhpati img {
    height: 170px;
}

/* Tender Section Starts */
  .tender_section .filter-box {
    background: #f8f9fa;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .tender_section .table thead th {
    background-color: #ae1952;
    color: #fff;
    text-align: center;
  }
  /* .tender_section .table tbody tr:first-child {
    background-color: #e0f7f7;
    font-weight: bold;
  } */
  .tender_section .table td, .table th {
    vertical-align: middle;
    text-align: center;
  }
  .tender_section .download-link {
    color: #212529;
    font-weight: bold;
    text-decoration: none;
  }
  .tender_section .download-link:hover {
    text-decoration: underline;
  }
  .tender_section .apply_button {
    background: #ae1952;
    color: #fff;
  }
  /* .tender_section .apply_button:hover {
    border: 1px solid #4B3EA7;
  } */
.tender_section .active>.page-link, .tender_section .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #ae1952;
    border-color: #ae1952;
}
.vertical_scroll_latestNews {
    height: 190px;
    overflow-x: hidden;
    /* overflow-y: auto; */
}
.parent_sticky {
	/* background: #f0f2f5; */
	margin: 20px 10px 10px 10px !important;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* height: 100vh; */
	/* font-family: 'Segoe UI', sans-serif; */
}
.sticky-note {
	width: 100%;
	min-height: 160px;
	padding: 20px;
	/* background: linear-gradient(145deg, #7ea4de, #274f8d, #1e3a70); */
    background: linear-gradient(to right, #6c1340, #e91e63);
	color: #fff;
	border-radius: 10px;
	box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.2);
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	transition: all 0.3s ease;
}
.sticky-note::before {
	content: "";
	position: absolute;
	top: -10px;
	right: 20px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #8C2F4E;
}
.sticky-note p {
	font-size: 12px;
	/* font-style: oblique; */
	text-align: justify;
	margin-bottom: 10px;
	line-height: 19px;
}
.sticky-note span {
	font-size: 12px;
	display: block;
	text-align: right;
	font-style: oblique;
}
.sticky-note:hover {
	transform: scale(1.03);
	box-shadow: 8px 14px 26px rgba(0, 0, 0, 0.3);
}

.publication_section .dataTables_wrapper .dataTables_filter {
    display: none; /* Hide default search */
}

/****RTI Section****/
.rti_section .rtiSection .card {
    padding: 10px;
    background: #f7f8f9;
}
.rti_section .contact-card {
    padding: 15px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
}
.rti_section .contact-card h5 {
    color: #000;
}
.rti_section .contact-card small {
    color: #8C2F4E;
}
.rti_section .icon {
    width: auto;
    height: auto;
    margin: 0px 10px 5px 0;
    color: #8C2F4E;
    background: none;
}
.financial_inclusion img {
    border-radius: 10px;
    height: 200px;
}
/*****FAQ Section*****/
.faq_section .accordion-button {
    font-weight: 500;
}
.faq_section .accordion-button:not(.collapsed) {
    /* background-color: #4B3EA7; */
    background: linear-gradient(to right, #6c1340, #e91e63);
    color: #fff;
}

.mission_vision_section .card-custom {
    position: relative;
    border-radius: 20px;
    padding: 5rem 2rem;
    background: 
        linear-gradient(#fff, #fff) padding-box, 
        linear-gradient(90deg, #4B3EA7, #8C2F4E) border-box;
    border: 5px solid transparent;
}
.mission_vision_section .card-custom h3 {
    color: #4B3EA7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.mission_vision_section .card-custom p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 0.8rem;
}

/* Gradient border-matching icon circle */
.mission_vision_section .icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(to right, #6c1340, #e91e63);
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* bottom: -35px;
    left: 0%; */
    /* transform: translateX(-50%); */
    border: 4px solid #fff;
    margin: 0 auto;
}

.mission_vision_section .icon-circle i {
    color: #fff;
    font-size: 28px;
}
.mission_vision_title {
    position: relative;
    text-transform: uppercase;
}
.mission_vision_title:after {
    position: absolute;
    top: 21px;
    left: 30%;
    content: "";
    width: 30px;
    height: 3px;
    background: linear-gradient(to right, #6c1340, #e91e63);
}
.mission_vision_title:before {
    position: absolute;
    top: 21px;
    right: 30%;
    content: "";
    width: 30px;
    height: 3px;
    background: linear-gradient(to right, #6c1340, #e91e63);
}
.mission_vision_title.for_mission:after {
    left: 28% !important;
}
.mission_vision_title.for_mission:before {
    right: 28% !important;
}

/* Vision icon on right */
/* .mission_vision_section .icon-circle-right {
    bottom: -35px;
    left: 0;
    right: auto;
    transform: translateX(50%);
} */
 ol.roman > li {
    list-style-type: lower-roman;
    margin-left: 20px; 
    margin-bottom: 5px;
 }
 .capacity_tab_image img {
    height: 200px !important;
    width: 250px !important;
 }
/* .partnership_grid {
    background: #fff;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.075);
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
} */
.partnership_grid {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px !important;
    box-shadow: 0px 6px 18px rgba(0,0,0,0.08);
    /* border-color: rgba(0, 0, 0, 0.075);
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.partnership_grid:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.12);
}
.partnership_grid img {
    max-height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
}
.partnership_grid h5 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #333;
}
.partnership_grid span {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
    font-style: italic;
}
.partnership_grid p {
    font-size: 0.9rem;
    color: #444;
}
.marquee {
  height: 100%;
  overflow: hidden;
  position: relative;
}
 
.marquee-content {
  display: flex;
  flex-direction: column;
  animation: scroll-up 12s linear infinite;
}

@keyframes scroll-up {
  0% { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
} 
.image_hover_title_div .overlay_heading {
    display: none;
}
.image_hover_title_div:hover .overlay_heading {
    display: block;
    position: absolute;
    top:42%;
    left: auto;
    width: 100%;
}
.image_hover_title_div .overlay_heading h4 {
    /* width: 100%; */
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 5px;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
/****Success stories section Starts here****/
.success_stories_section .card {
    background: #fff;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.075);
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
}
.success_stories_section img {
    height: 156px;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
}
.success_stories_section .card h4 {
    font-size: 22px;
    /* color: #8C2F4E; */
}
.success_stories_section .card .designation {
    font-style: italic;
    color: #8C2F4E;
    font-size: 16px;
}
.success_stories_section .card .view_more {
    color: #8C2F4E;
    background: none;
    border: 2px solid transparent;
    padding: 3px 5px;
    margin: 10px 0;
    font-weight: bold;
}
.success_stories_section .card .view_more:hover {
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, 
    linear-gradient(90deg, #6c1340, #e91e63) border-box;
}
.success_stories_details p {
    text-align: justify;
}
.success_story_modal .modal-header{
    background: linear-gradient(to right, #6c1340, #e91e63);
}
.success_story_modal .modal-header .modal-title {
    color: #fff !important;
    /* color: #6c1340; */
}
.success_story_modal .modal-header .btn-close {
    background-color: #fff;
}
.success_story_modal .modal-body img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.success_story_modal .modal-body p {
    /* font-family: poppins, sans-serif !important; */
    font-size: 16px;
    text-align: justify;
}
.wallof_fame_text_resize .Socialwall_img.socialWall p {
    height: 45px !important;
}

/****New Changes Updated****/
/***About OLM Page***/
/* .about_olm_key_features h3 {
    background: linear-gradient(to right, #6c1340, #e91e63);
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    color: #fff;
    border: 1px solid #ccc;
}
.about_olm_key_features {
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 10px 10px;
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
    background: #fff;
}
.about_olm_key_features ul {
    padding: 10px 20px ;
} */
 /* .about_olm_key_features {
    height: 218px;
 } */
 .about_olm_key_features .card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 10px;
    height: 180px;
    /* display: flex;
    justify-content: center; 
    align-items: center; */
 }
 .about_olm_key_features .card:hover {
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
    background: #fff;
 }
 .about_olm_key_features .svg_icon {
    /* background: #6c1340; */
    background: linear-gradient(to right, #6c1340, #e91e63);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    padding: 5px 5px;
 }
 .about_olm_key_features p {
    font-weight: bold;
    padding: 10px 5px 0 5px;
    margin-bottom: 0;
 }

 /********Vision Mission Updated********/
    .mission_vision_card {

        /* font-family: 'Poppins', sans-serif;

        background-color: #f0f4f8;

        display: flex;

        justify-content: center;

        align-items: center; */

        min-height: 100vh;

        /* margin: 0;

        padding: 20px;

        box-sizing: border-box; */

    }

    .mission_vision_card .container {

        display: flex;

        gap: 40px;

        flex-wrap: wrap;

        justify-content: center;

    }
 
  .mission_vision_card .card {

    background-color: white;

    border-radius: 20px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    padding: 30px;

    /* width: 400px; */

    text-align: center;

    display: flex;

    flex-direction: column;

    align-items: center;

    box-sizing: border-box;
    min-height: 480px;
    transition: all 0.4s ease;
  }

  .mission_vision_card .icon-top {

    width: 60px;

    height: 60px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 20px;

    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);

  }

  .mission_vision_card .icon-top svg {

    width: 30px;

    height: 30px;

  }

  .mission_vision_card .vision .icon-top {

    background-color: #f7931e;

  }

  .mission_vision_card .vision .icon-top svg path {

    fill: white;

  }

  .mission_vision_card .mission .icon-top {

    background-color: #1a4d8c;

  }

  .mission_vision_card .mission .icon-top svg path {

    fill: white;

  }

  .mission_vision_card .card-title {

    font-size: 1.8rem;

    font-weight: 600;

    text-transform: uppercase;

    margin-bottom: 20px;

    position: relative;

    letter-spacing: 1px;

  }

  .mission_vision_card .card-title::before,

  .mission_vision_card .card-title::after {

    content: '';

    position: absolute;

    height: 3px;

    width: 60px;

    top: 50%;

    transform: translateY(-50%);

  }

  .mission_vision_card .card-title::before {

    left: -70px;

  }

  .mission_vision_card .card-title::after {

    right: -70px;

  }

  .mission_vision_card .vision .card-title {

    color: #1a4d8c;

  }

  .mission_vision_card .vision .card-title::before,

  .mission_vision_card .vision .card-title::after {

    background-color: #e67e22;

  }

  .mission_vision_card .mission .card-title {

    color: #1a4d8c;

  }

  .mission_vision_card.mission .card-title::before,

  .mission_vision_card .mission .card-title::after {

    background-color: #3498db;

  }

  .mission_vision_card .text-box {

    border-radius: 15px;

    padding: 25px;

    margin-bottom: 30px;

    text-align: left;

    font-size: 1rem;

    line-height: 1.6;

    font-weight: 500;

  }

  .mission_vision_card .vision .text-box {

    background-color: #fff9e6;

    border: 1px solid #ffcc00;

    color: #333;

    position: relative;

  }

  .mission_vision_card .vision .text-box::before {

    content: '⭐';

    position: absolute;

    top: 25px;

    left: 25px;

    font-size: 1.5rem;

  }

  .mission_vision_card .vision .text-box p {

    padding-left: 35px;

    margin: 0;

  }

  .mission_vision_card .mission .text-box {

    background-color: #e6f2ff;

    border: 1px solid #3498db;

    color: #333;

    position: relative;

  }

  .mission_vision_card .mission .text-box::before {

    content: '🔵';

    position: absolute;

    top: 25px;

    left: 25px;

    font-size: 1.5rem;

  }

  .mission_vision_card .mission .text-box p {

    padding-left: 35px;

    margin: 0;

  }

  .mission_vision_card .keywords {

    display: flex;

    justify-content: space-around;

    width: 100%;

    gap: 15px;

    margin-top: auto;

  }

  .mission_vision_card .keyword-item {

    display: flex;

    flex-direction: column;

    align-items: center;

    font-size: 0.9rem;

    font-weight: 500;

    color: #555;

    text-align: center;

    flex: 1;

  }

  .mission_vision_card .keyword-icon {

    width: 50px;

    height: 50px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 8px;

    background-color: #f0f4f8;

    border: 1px solid #ddd;

  }

  .mission_vision_card .keyword-icon svg {

    width: 24px;

    height: 24px;

  }

  .mission_vision_card .vision .keyword-icon svg path {

    fill: #e67e22;

  }

  .mission_vision_card .mission .keyword-icon svg path {

    fill: #3498db;

  }

  .mission_vision_card .keyword-item span {

    white-space: nowrap;

  }
  .mission_vision_card .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(30, 58, 138, 0.2);
    border-color: #3b82f6;
}

  @media (max-width: 900px) {
    .mission_vision_card .container {

        flex-direction: column;

        align-items: center;

    }
}
.day_nrlm .card{
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 20px 20px;
}
.day_nrlm .view_more {
    max-width: 125px;
}
.day_nrlm .card:hover, .mksp_ifc .card:hover, .rseti_section .card:hover
{
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
    background: #fff;
}
/* .mksp_ifc svg {
    width: 40px;
} */

.mksp_ifc .card, .mis_section .card, .livelihoodCard .card
{ 
    /* background: linear-gradient(90deg, #8C2F4E, #D68CA9);  */
    /* background: linear-gradient(90deg, #DAD6F3, #F6DBE2); */
    background: linear-gradient(to right, #fdeef2, #fbd6e2);
    padding: 10px 10px !important;
    cursor: pointer;
}
.mksp_ifc i {
    margin-right: 5px;
}
.rseti_section .card 
{
    /* border-left: 4px solid !important;
    border-image: linear-gradient(90deg, #4B3EA7, #8C2F4E) 1;
    border: none; */
    border-left: 5px solid #8C2F4E;
    background: #f8f9fa;
}
.rseti_section .more-text { display: none; }
.rseti_section .read-btn, .toggle-btn
{ 
    border-radius: 20px;
    color: #6c1340; 
    cursor: pointer; 
    font-weight: 600; 
    text-align: center;
    padding: 5px 15px;
    border: 1px solid #6c1340;
    width: 115px;
}
.inclusion_listing.more-text li::before, .inclusion_listing.bulletListing li::before 
{
    content: "\f111" !important;
    font-size: 8px !important;
    top: 7px !important;
}

.mkt_folder_div {
    overflow: hidden;
    border-radius: 20px;
}
.mkt_folder_div img {
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}
.folder_div {
    width:100%;
    height:100%;
    opacity: 0;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
}
.folder_div i {
    font-size: 40px;
}
.mkt_folder_div:hover img {
    transform: scale(1.1);
    filter: brightness(0.5);
}
.mkt_folder_div:hover .folder_div {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.imageModal i
{
    font-size: 25px;
    animation: wiggle-left-right 1s ease-in-out infinite;
}
.more-text h5 i {
    animation: wiggle-left-right 1s ease-in-out infinite;
}
/* @keyframes wiggle-left-right {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-3px);
    }
    75% {
        transform: translateX(3px);
    }
} */
.mis_section .card {
    width: 250px;
    height: 250px;
    text-align: center;
    display: flex;
    justify-content: center; 
    align-items: center; 
    cursor: pointer;
    transform: rotate(45deg);
    transform-style: preserve-3d;
    transition: transform 0.6s;
}
.rhombus_card_content {
    /* transform: rotate(-45deg); */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
    overflow: hidden;
}
.rhombus_card_content::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #6c1340, #e91e63);
    transition: top 0.5s ease;
    z-index: 0; /* Behind the content */
}

/* Slide the overlay into view on hover */
.mis_section .card:hover .rhombus_card_content::before {
    top: 0;
}
/* .rhombus_card_content > * {
    position: relative;
    z-index: 1;
} */

.mis_section .rhombus_card_content h5{
    transform: rotate(-45deg);
    margin: 0;
}

.mis_section .card:hover {
    /* box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important; */
    /* background: linear-gradient(to right, #6c1340, #e91e63) !important; */
    /* background: #fff; */
    /* transform: rotateY(180deg) rotate(45deg); */
}
/* .mis_section .card:hover .rhombus_card_content {
    transform: rotateY(180deg);
} */
.mis_section .card:hover .rhombus_card_content h5{
    /* transform: rotate(45deg); */
    color: #fff;
}
#infoModal .modal-content .modal-header, #infoModal2 .modal-content .modal-header,
#infoModal12 .modal-content .modal-header, 
#imageModal .modal-content .modal-header,
#partnershipModal .modal-content .modal-header 
{
    background: linear-gradient(to right, #6c1340, #e91e63) !important;
    color: white !important;
    border-bottom: none;
    /* border-top-left-radius: 14px;
    border-top-right-radius: 14px; */
}
#infoModal p, #infoModal2 p, #infoModal12 p
{
    font-size: 17px;
}
.sisd_section .card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 10px 10px !important;
    height: 100%;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center;
    cursor: pointer;
}
.more-content {
    display: none;
}

.gradient_top_border.card, .cbo_section .card 
{
    position: relative;
    padding: 20px;
}
/* Create a pseudo-element for the gradient border */
.gradient_top_border::before, .cbo_section .card::before,
.cbo_section #accordionCBOSection .accordion-header:before 
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px; 
    width: 100%;
    background: linear-gradient(to right, #6c1340, #e91e63);
    border-top-left-radius: 12px;  
    border-top-right-radius: 12px;
}
.cbo_section #accordionCBOSection .accordion-header:before{
    z-index: 9;
}
.revolving_fund.card h5 {
    min-height: 56px;
}
.revolving_fund.card p {
    text-align: justify;
}
.revolving_fund.card a 
{
    /* width: auto; */
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    color: #8C2F4E;
    /* background: #4B3EA7; */
    /* background: linear-gradient(90deg, #8C2F4E, #4B3EA7); */
    font-weight: 600;
    text-align: center;
    border: 2px solid transparent; 
    background: 
    linear-gradient(white, white) padding-box, /* Inner background */
    linear-gradient(to right, #6c1340, #e91e63) border-box;
}
.revolving_fund.card:hover, 
.revolving_fund.card a:hover 
{
    background: linear-gradient(to right, #6c1340, #e91e63);
    /* background:  */
    /* linear-gradient(white, white) padding-box,  */
    /* linear-gradient(90deg, #4B3EA7, #8C2F4E) border-box !important;
    color: #fff; */
    /* transition: 0.5s ease-in-out; */
}
.revolving_fund.card a:hover {
    border: 1px solid #fff;
    color: #fff;
}
.revolving_fund.card:hover h5,
.revolving_fund.card:hover p  
{
    color: #fff;
}
.imageModal {
    background: linear-gradient(to right, #6c1340, #e91e63);
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}
.imageModal i {
    font-size: 20px;
}
.cbo_section .card 
{
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 20px 20px;
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
    background: #fff;
    min-height: 560px;
}
.cbo_section .card h5 {
    min-height: 56px;
}
.community_staff .card {
    /* background: linear-gradient(to right, #6c1340, #e91e63); */
    color: white;
    border-radius: 10px;
    /* padding: 20px; */
    border: none;
    /* box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3); */
    transition: all 0.3s ease;
    /* cursor: pointer; */
    /* position: relative; */
    overflow: hidden;
    height: 230px;
    perspective: 1000px;
}
/* Flip card */
.community_staff .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.community_staff .card:hover .card-inner {
  transform: rotateY(180deg);
}

.community_staff .card-front,
.community_staff .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Hide the back when facing front */
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 20px;
    /* background: lightblue;
    border: 1px solid #ccc;
    border-radius: 8px; */
}
.community_staff .card-front img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.community_staff .card-front h6 {
    position: absolute;
    bottom: 22%;
    left: 38%;
    color: #fff;
    background: #000;
    padding: 10px 10px;
    opacity: 0.6;
    font-weight: 600;
    /* border-radius: 5px; */
}

.community_staff .card-back {
    background: linear-gradient(to right, #6c1340, #e91e63);
    transform: rotateY(180deg);
}
/***********/
.community_staff .card:hover, .ib_fund.cbo_section .card:hover, 
.cbo_section .card:hover, 
.capacity_building_section .card:hover,
.modal_card .card:hover
{
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}
.community_staff .card h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.community_staff .card p {
    text-align: justify;
    font-size: 14px;
}
.ib_fund.cbo_section .card, .cbo_section .card {
    transition: all 0.3s ease;
}
.ib_fund.cbo_section .card {
    min-height: 345px;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}
.capacity_building_section .card{
    background: linear-gradient(to right, #6c1340, #e91e63);
    color: white;
    transition: all 0.3s ease;
    padding: 15px 15px;
    border: none;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
    text-align: center;
    cursor: pointer;
}
.capacity_building_section .card h5 {
    font-size: 18px;
    margin-bottom: 0;
}
.modal_card .card {
    transition: all 0.3s ease;
    padding: 15px 15px;
    /* border: none; */
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}
/******External Links Starts******/
/* .external_link_section {
    background: #0a4c7b;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 70px 0;
}
.external_link_section img.rotateme.roate-event-bg {
    position: absolute;
    left: -17%;
    top: -47%;
    transition: all 0.3s ease-out 0s;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    }

    @-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
} */

 /*****Quick Links*****/
 .external_link_section .content-container {
     position: relative;
     min-height: 150px;
 }

 .external_link_section .content-section {
     opacity: 0;
     visibility: hidden;
     position: absolute;
     top: 0;
     left: 0;
     transition: opacity 0.5s ease, visibility 0.5s ease;
     width: 100%;
 }

 .external_link_section .content-section.active {
     opacity: 1;
     visibility: visible;
     position: relative;
 }

 .external_link_section {
     /* background: #226390; */
     background: #0a4c7b;

     background-repeat: no-repeat;
     width: 100%;
     background-size: cover;
     position: relative;
     z-index: 1;
     overflow: hidden;
     padding: 70px 0;
 }

 .external_link_section img.rotateme.roate-event-bg {
     position: absolute;
     left: -17%;
     top: -47%;
     /* bottom: -47%; */
     transition: all 0.3s ease-out 0s;
 }

 .rotateme {
     -webkit-animation-name: rotateme;
     animation-name: rotateme;
     -webkit-animation-duration: 10s;
     animation-duration: 10s;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     -webkit-animation-timing-function: linear;
     animation-timing-function: linear;
 }

 @keyframes rotateme {
     from {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
     }

     to {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

 @-webkit-keyframes rotateme {
     from {
         -webkit-transform: rotate(0deg);
     }

     to {
         -webkit-transform: rotate(360deg);
     }
 }

 .external_link_section .accordion-button {
     cursor: pointer;
     transition: background-color 0.3s ease;
 }

 .external_link_section .accordion-button:hover {
     background-color: #f1f1f1;
 }

 .quick_links {
     color: #fff;
     display: inline-block !important;
 }

 /*    .quick_links::before {
        content: '';
        width: 33px;
        height: 5px;
        background: #ffffff;
        position: absolute;
        left: -41px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .quick_links::after {
        content: '';
        width: 33px;
        height: 5px;
        background: #ffffff;
        position: absolute;
        right: -41px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }*/
 .external_link_section .accordion-item {
     /* padding: 1rem; */
     margin-bottom: 20px;
     border-radius: 60px 0 0 60px;
     border: none;
     background: none;
 }

 /* .external_link_section .accordion-item .accordion-header {} */

 .external_link_section .menu-tab {
     transition: background-color 0.3s, color 0.3s;
     padding: 1rem !important;
     border-radius: 60px 0 0 60px !important;
 }

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

 .external_link_section .accordion-button::after {
     /*background-image: none;*/
     background-size: cover;
     background-position: right;
     background-repeat: no-repeat;
     width: 32px;
     height: 32px;
 }


 .external_link_section .menu-tab:hover {
     background-color: #f0f0f0;
 }

 .external_link_section .menu-tab.active-tab {
     background-color: #f09d27;
     color: #fff;
 }

 .external_link_section .menu-tab.active-tab:hover {
     background-color: #f09d27;
     color: #fff;
 }

 .external_link_section .accordion-header .accordion-button:focus

 /* , .nav-tabs .nav-link:hover  */
     {
     isolation: isolate;
     border-color: #f09d27;
 }

 .tab_content {
     overflow: hidden;
     overflow: hidden;
     text-overflow: ellipsis;
     height: 315px;
 }

 .tab_content p,
 .tab_content h4 {
     color: #fff;
 }

 .tab_thumb_img {
     height: 250px;
     border-radius: 15px;
     position: relative;
     z-index: 1;
 }

 .tab_thumb_img::before {
     content: "";
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     background: var(--tg-color-white-default);
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     transition: all 0.3s ease-out 0s;
     z-index: -1;
     -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
     -o-border-radius: 15px;
     -ms-border-radius: 15px;
     border-radius: 15px;
 }

 .tab_thumb_img:hover::before {
     transform: rotate(-3.505deg);
 }

 .tab_thumb_img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
     -o-border-radius: 15px;
     -ms-border-radius: 15px;
     border-radius: 15px;
     box-shadow: 0px 26px 60px 0px rgba(0, 36, 65, 0.8);
     border: 2px solid #fff;
     transition: all 0.3s ease-out 0s;
 }

 .tab_content ul li {
     border-bottom: 1px dotted #aaaa;
     padding: 5px;
 }

 .tab_content ul li::before {
     content: "\f101";
     font-family: FontAwesome;
     display: inline-block;
     margin-left: calc(var(--icon-space)* -1);
     width: var(--icon-space);
     color: #fff;
     padding-right: 5px;
     font-size: 13px;
 }

 .tab_content ul li a {
     color: #fff;
     font-weight: 400;
     font-size: 15px;
     transition: all 0.1 ease-in-out;
     -moz-transition: all 0.1 ease-in-out;
     -webkit-transition: all 0.1 ease-in-out;
     -o-transition: all 0.1 ease-in-out;
 }

 .tab_content ul li:hover {
     background: #d7d3d359;
     transition: all 0.5 ease-in-out;
     -moz-transition: all 0.5 ease-in-out;
     -webkit-transition: all 0.5 ease-in-out;
     -o-transition: all 0.5 ease-in-out;
 }

 .tab_content ul li:hover a {
     color: #f09d27 !important;
     transition: all 0.5 ease-in-out;
     -moz-transition: all 0.5 ease-in-out;
     -webkit-transition: all 0.5 ease-in-out;
     -o-transition: all 0.5 ease-in-out;
 }
.external_link_section .accordion-button#odisha::after
{
    background-image: url('../images/banner/odisha_tinted.png');
}
.external_link_section .accordion-button#india::after
{
    background-image: url('../images/banner/india_tinted.png');
}
.external_link_section .accordion-button#international::after
{
    background-image: url('../images/banner/united-nations_tinted.png');
}
.external_link_section .accordion-button#survey::after
{
    background-image: url('../images/banner/survey.png');
}
/******External Links End******/

.LakpatiDidi {
    background: rgba(0, 0, 0, 0.03);
    position: absolute;
    top: -48px;
    right: -2%;
    z-index: 9;
}
.LakpatiDidi .highlightBtn {
    /* padding: 14px 28px; */
  /* font-size: 18px;
  font-weight: bold; */
  /* background-color: #4B3EA7; */
  background-color: transparent !important;
  /* background: linear-gradient(to right, #6c1340, #e91e63); */
  /* color: white; */
  border: none;
  /* border-radius: 10px; */
  cursor: pointer;
  animation: intenseBlink 0.8s infinite;
  transition: transform 0.2s ease-in-out;
}
.LakpatiDidi .highlightBtn:hover {
   animation: intenseBlink 0.8s infinite;
}
.LakpatiDidi .highlightBtn img {
    height: 150px;
}
@keyframes intenseBlink {
  0%, 100% {
    background-color: #4B3EA7;
    /* box-shadow: 0 0 0px rgba(255, 255, 255, 0); */
    transform: scale(1);
  }
  50% {
    background-color: #8C2F4E;
    /* box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.9),
                0 0 20px 10px rgba(255, 0, 128, 0.6); */
    transform: scale(1.05);
  }
}
/* .LakpatiDidi .highlightBtn.pulse {
  animation: pulseHighlight 1.5s infinite;
} */
.Lakhpati_modal .modal-header {
    background: linear-gradient(to right, #6c1340, #e91e63);
    color: white !important;
    border-bottom: none;
}
.Lakhpati_modal .modal-header button {
    background-color: #fff;
}
.Lakhpati_modal .LakhpatiSectionSwiper img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}
.Lakhpati_modal .LakhpatiSectionSwiper .swiper-button-next, 
.Lakhpati_modal .LakhpatiSectionSwiper .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.infographics {
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(3,minmax(0,1fr));
    display: grid;
    row-gap: 50px;
}
.infographics li {
    padding: 0px !important;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    list-style: none;
}
/* .infographics li:hover {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0px 6px 8px -2px rgba(33, 33, 33, 0.20), 0px 2px 8px -2px rgba(33, 33, 33, 0.04) !important;
} */
.about_section ul li::before {
    background-image: none !important;
    content: "";
    position: static;
}
.infographics li span {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    font-size: clamp(1.25rem,.447vw + .963rem,1.5rem);
    color: #000;
    font-weight: 600;
}
.infographics li span:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    z-index: -9;
}
.infographics p {
    padding: 0;
    margin: 0;
    font-size: clamp(.875rem,.224vw + .732rem,1rem);
    color: #111827;
    width: 60%;
    word-break: normal;
    font-weight: normal;
}
.bg5 {
    /* background: #4289bc; */
    background: linear-gradient(to right, #6c1340, #e91e63);
}
.infographics .svg_icon {
    background: none;
    color: #8C2F4E;
}
/* Institution-Building Accordion */
.modal_card .cbosCss .accordion-button::after,
.cbo_section .accordion-button::after
{
    display: none !important;
}
 
.modal_card .cbosCss .accordion-body,
.cbo_section .accordion-body 
{
    background-color: #fff;
}
 
.modal_card .cbosCss .arrow-box,
.cbo_section .arrow-box 
{
    background-color: white;
    color: black;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 8px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.modal_card .cbosCss .accordion-item,
.cbo_section .accordion-item 
{
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
.modal_card .cbosCss .accordion-button,
.cbo_section .accordion-button 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    font-weight: 500;
    background-color: #f9f9f9 !important;
    border: none;
    cursor: pointer;
}
.modal_card .cbosCss .arrow-box,
.cbo_section .arrow-box 
{
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}
.modal_card .cbosCss .accordion-button:not(.collapsed) .arrow-box,
.cbo_section .accordion-button:not(.collapsed) .arrow-box 
{
    transform: rotate(180deg);
}
.modal_card .cbosCss .accordion-title,
.modal_card .cbosCss .allHeading 
.cbo_section .cbosCss .accordion-title,
.cbo_section .cbosCss .allHeading 
{
    font-size: 1rem;
    margin: 0;
}
.modal_card .cbosCss .accordion-body,
.cbo_section .accordion-body 
{
    padding: 1rem 1.25rem;
    background-color: #fff;
}
.modal_card .cbosCss .inclusion_listing,
.cbo_section .inclusion_listing 
{
    margin: 0;
}
.modal_card .cbosCss .row.g-4>.col-md-6,
.cbo_section .row.g-4>.col-md-6 
{
    margin-bottom: 1rem;
}
.modal_card .cbosCss .accordion-collapse,
.cbo_section .accordion-collapse 
{
    transition: all 0.3s ease;
}
 
.modal_card .cbosCss .accordion-button:not(.collapsed),
.cbo_section .accordion-button:not(.collapsed) 
{
    background-color: #fdfdfdea;
    color: black;
}
 
.modal_card .cbosCss .accordion-button:hover,
.cbo_section .accordion-button:hover 
{
    background-color: #f1f1f1;
}
 
.modal_card .cbosCss .accordion-button:focus,
.cbo_section .accordion-button:focus 
{
    border-color: transparent !important;
    box-shadow: none !important;
}

/******Other Page*******/
/* .swiper-wrapper {
  transition-timing-function: ease-in-out !important;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1) !important;
} */
 /* .LakhpatiSectionSwiper .swiper-slide, .nonfirmSectionSwiper .swiper-slide
 {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  pointer-events: none;
}

.LakhpatiSectionSwiper .swiper-slide-active, .nonfirmSectionSwiper .swiper-slide-active 
{
  opacity: 1;
  pointer-events: auto;
} */

.pageLoadPopup img{
    height: 400px;
    width: 100%;
    border-radius: 5px;
    object-fit: fill;
}
/*******Flip Booklet page********/
.lakhpati_booklet .book-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
.lakhpati_booklet .book {
  position: relative;
  width: 350px;
  height: 500px;
  perspective: 2000px;
  transition: transform 0.8s ease;
}
.lakhpati_booklet .paper {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: left;
  transition: transform 1s ease;
  transform-style: preserve-3d;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.lakhpati_booklet .front,
.lakhpati_booklet .back 
{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: #fff;
  overflow: hidden;
  border-radius: 6px;
}
.lakhpati_booklet .back {
  transform: rotateY(180deg);
}
.lakhpati_booklet .flipped {
  transform: rotateY(-180deg);
}

.lakhpati_booklet .front-content img,
.lakhpati_booklet .back-content img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lakhpati_booklet .book #p1 {
  z-index: 3;
}
.lakhpati_booklet .book #p2 {
  z-index: 2;
}
.lakhpati_booklet .book #p3 {
  z-index: 1;
}
.lakhpati_booklet .book-container button {
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.lakhpati_booklet .book-container button i {
  font-size: 50px;
  color: #727374;
  transition: color 0.3s ease;
}
.lakhpati_booklet .book-container button:hover i {
  color: #8e8f91;
  transform: scale(1.1);
}
.lakhpati_booklet .book-container:has(.book) #prev-btn {
  transform: translateX(70px);
  z-index: 1;
  opacity: 0.8;
}
.lakhpati_booklet .book-container:has(.book) #next-btn {
  transform: translateX(-70px);
  z-index: 1;
  opacity: 0.8;
}

.lakhpati_booklet .book-container:has(.book.opened) #prev-btn {
  transform: translateX(-100px);
  z-index: 1;
  opacity: 0.8;
}

.lakhpati_booklet .book-container:has(.book.opened) #next-btn {
  transform: translateX(100px);
  z-index: 1;
  opacity: 0.8;
}


/*********/
/* .customOwlCarousel .owl-carousel.owl-loaded {
    display: block;
}
.customOwlCarousel .about-left ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.customOwlCarousel .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.customOwlCarousel .owl-carousel .owl-stage-outer {
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    overflow: hidden;
}
.customOwlCarousel .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
}
.customOwlCarousel .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}
.customOwlCarousel .owl-carousel .owl-wrapper, .customOwlCarousel .owl-carousel .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
} */
/* body.odia-Lang .ami-box span,  */
/* .customOwlCarousel ul li {
    font-size: 17px;
}
.customOwlCarousel li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.customOwlCarousel .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.customOwlCarousel .img-fluid {
    max-width: 100%;
    height: auto;
}
.customOwlCarousel .owl-carousel .owl-nav.disabled, .customOwlCarousel .owl-carousel .owl-dots.disabled {
    display: none;
}
.customOwlCarousel .owl-carousel .owl-nav button.owl-prev, .customOwlCarousel .owl-carousel .owl-nav button.owl-next, .customOwlCarousel .owl-carousel button.owl-dot {
    color: inherit;
    background: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    font: inherit;
    padding: 0px !important;
}
.customOwlCarousel .owl-carousel .owl-nav .owl-prev, .customOwlCarousel .owl-carousel .owl-nav .owl-next, .customOwlCarousel .owl-carousel .owl-dot {
    cursor: pointer;
    user-select: none;
} */

/**********Media Query**********/
/* @media(min-width:991px) and (max-width:1400px) {
    .container {
        max-width: 1300px !important;
        width: 100%;
        margin: 0 auto;
    }
} */
@media(min-width:992px) and (max-width:1300px) {
    .sticky-note {
        min-height: auto;
        padding: 15px;
    }
}
@media (max-width: 991px) and (min-width: 668px) {
    .infographics {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 992px) {
  .lakhpati_booklet .book {
    width: 45vw;
    height: 65vw;
  }
  .lakhpati_booklet .book-container button i {
    font-size: 6vw;
  }
}

@media(max-width:991px) {
    .container {
        max-width: 1400px !important;
        width: 100%;
        margin: 0 auto;
    }
    .mission_vision_section img {
        height: auto;
    }
}
@media (max-width: 768px) {
    .tender_section .filter-box .form-control, .tender_section .filter-box .btn {
        margin-bottom: 10px;
    }
    .publication_section .filter-row .col-md-3 {
      margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .mission_vision_section .card-custom {
    margin-bottom: 3rem;
    }
}
@media (max-width: 667px) {
    .infographics {
        row-gap: 25px;
    }
    .infographics {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
}
@media(max-width:575px) {
    .Socialwall_img img {
        height: auto;
    }
}

@media (max-width: 420px) {
  .lakhpati_booklet .book {
    width: 45vw;
    height: 65vw;
  }
  .book-container {
    gap: 5vw;
    padding: 0.5rem;
  }
  .lakhpati_booklet.book-container button i {
    font-size: 10vw;
  }
  .lakhpati_booklet .book-container:has(.book) #prev-btn {
    transform: translateX(37px);
  }
  .lakhpati_booklet .book-container:has(.book) #next-btn {
    transform: translateX(-37px);
  }
  .lakhpati_booklet .book-container:has(.book.opened) #next-btn {
    transform: translateX(37px);
  }
  .lakhpati_booklet .book-container:has(.book.opened) #prev-btn {
    transform: translateX(-37px);
  }
}
@media (max-width: 380px) {
  .lakhpati_booklet .book {
    width: 45vw;
    height: 65vw;
  }
  .lakhpati_booklet .book-container button i {
    font-size: 12vw;
  }
}