@import url('dark.css');
:root { 
  --cs-main-color: #042a64; 
  --cs-top-bar:#042a64; 
  --cs-menu:#042a64; 
  --footer:#042a64; 
  --footer-copyright:#023075;
  --text-red:#ee1825;
}

body {
  font-family: "Poppins", sans-serif;
  /* font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; */
  font-size: 16px;
}

section {
  padding: 0px 30px;
}
[data-bs-theme="light"]  .card {
  border: none;
  color: inherit;
}

.btn {
  font-size: var(--text-base);
}

.btn-primary {
  background-color: var(--footer-copyright) !important;

  color: #fff !important;
}
.pull-right {
  float: right !important;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  font-weight: 500 !important;
}
a {
  text-decoration: none !important;
}

.txt-blue {
  color: var(--cs-main-color) !important;
  font-weight: bold !important;
}

.bg-blue {
  background: var(--cs-main-color);
}

.d-flex {
  display: flex;
}

.custom-section .title-shape {
  background: var(--cs-main-color);
  position: relative;
  width: 50px;
  height: 4px;
  margin-left: 8px;
  
}

.custom-section .text-center > .title-shape {
  margin: 0 auto;
}

.custom-section .title-shape:before {
  background: var(--cs-main-color);
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: -8px;
  top: 0px;
}

.custom-section .title-shape:after {
  background: var(--cs-main-color);
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  right: -8px;
  top: 0px;
}

main {
  background-color: #f2f2f2;
  overflow: hidden;
}

.nav-bg {
  background: var(--cs-menu);
}
.menubar {
  box-shadow: 0px 2.1px 1px #011f39;
}

/* CSS for top bar menu start*/
.top-bar {
  background: var(--cs-top-bar);
}

.time-stamp {
  margin-left: 0px;
  /*border-right: 6px double #f9f9f9;*/
  padding-right: 10px;
}

.time-stamp > * {
  transform: skewX(-25deg);
}

.contact-info {
  margin-left: 10px;
  display: flex;
  flex-direction: row;
  gap: 13px;
}
.envelope {
  /* border-left: 5px double #fcfcfc; */
  padding-inline: 10px;
}

.section-right {
  margin-right: 20px;
  display: flex;
  gap: 20px;
}

.section-right > select,
.section-right > a {
  border: none;
  color: #fafafa;
  font-size: 16px;
  cursor: pointer;
  margin: auto;
}

/* CSS for top bar menu end*/

/* CSS for header section start*/
header {
  display: flex;
  justify-content: space-between;
  /* background-color: #fff3c766; */
}

/* header > div {
  display: flex;
  align-items: center;
} */

.header-title-box {
  padding: 0px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.header-province {
  font-size: 15px;
  color: var(--text-red);
  font-weight: 500;
}

.header-office {
  font-weight: 600;
  font-size: 22px;
  color: var(--cs-main-color);
  text-transform: uppercase;
}

.header-address {
  color: var(--text-red);
  /* font-weight: 600; */
  font-size: 15px;
}

header > div > .logo {
  height: 100px;
  width: 100%;
}

header > div > .nepal-flag {
  height: 100px;
  width: 80px;
}

.header-ministry {
  font-size: 17px;
  color: var(--text-red);
}
.header-department {
  font-weight: 800;
  font-size: 29px;
  color: var(--cs-main-color);
}

.headerimage {
  padding: 1rem !important;
  margin-left: 18px !important;
}
.btn-primary:hover {
  background-color: #dc3545 !important;
  border-color: #dc3545;
}



nav ul li + .dropdown {
  padding-inline: 0px !important;
}

nav ul li + .dropdown:hover {
  background: var(--primary);
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  /*top: 46px;*/ /* Adjust if necessary */
  top: 59px;
  left: 0; /* Ensure it aligns with the dropdown button */
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  margin-left: 0px !important;
  border-radius: 0px !important;
  width: 100%;
  transform: perspective(600px) rotateX(75deg);
  transition: transform 0.5s ease-in, opacity 0.5s ease-in,
    visibility 0.5s ease-in;
  z-index: 1000;
  display: block;
}

.dropdown-menu.nav-bg {
  background: var(--primary);
}

.dropdown.open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: -2px;
  transform: perspective(600px) rotateX(0deg);
  transition: all 0.5s ease-in, opacity 0.5s ease-in, visibility 0.5s ease-in;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-menu li:hover {
  /* background: var(--cs-main-color) !important; */
  background: rgba(255, 255, 255, 0.1);
}

.arr {
  position: absolute;
  /* right: 5px; */
  font-size: 15px;
}

.dropdown-menu li {
  position: relative;
  width: 100%;
  padding: 3.5px 0px;
  /* background: var(--footer-copyright); */
  background: var(--primary);
}

.dropdown-item {
  font-size: 14px;
  text-wrap: wrap;
}

.dropdown-menu li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  transform: perspective(600px) rotateX(0deg);
  display: block;
  position: absolute !important;
  left: 100%;
  top: 0;
  display: block;
}

.theme-switcher .dropdown-toggle:hover,
.theme-switcher .dropdown-toggle {
  background-color: rgba(255, 255, 255, 0.15) !important;
  border-color: transparent;
}

nav ul .submenu li {
  display: block;
  height: auto;
  font-size: 16px;
  text-align: left;
}

nav ul .submenu li a {
  text-decoration: none;
  width: 100%;
  height: auto;
}

.nav-item.dropdown.p-1.w-100.active {
  background-color: var(--footer);
}

/** main-menu **/
.main-menu .navbar-collapse {
  justify-content: space-between;
}
.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  /* margin: 0px 20px; */
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a {
  position:relative;
  display:block;
  text-align:center;
  /* font-size:18px; */
  line-height:26px;
  /* padding-top: 15px;
  padding-bottom: 15px; */
  font-weight:500;
  opacity:1;
  color: #ffffff;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
} 

[lang="en-US"] .main-menu .navigation > li > a {
  font-size:18px;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:180px;
  margin-top: 15px;
  z-index:100;
  display:none;
  background: var(--cs-main-color);
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 20px;
  line-height:24px;
  font-weight:500;
  /* font-size:16px; */
  text-transform:capitalize;
  color:#fff;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a{
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
  padding-left: 25px;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

/* .main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'FontAwesome';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
} */

.main-menu .navigation > li > ul > li.dropdown:has(> .submenu) > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  background: var(--cs-main-color);
  width:180px;
  z-index:100;
  display:none;
  border-radius: 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 20px;
  line-height:24px;
  font-weight:600;
  /* font-size:16px; */
  text-transform:capitalize;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding-left: 25px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'FontAwesome';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background: var(--secondary-color);
  display: none;
}

.mobile-menu .nav-logo img{
  max-width: 160px;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}

.sticky-header .main-menu .navigation > li > a{
  padding-top: 27px;
  padding-bottom: 27px;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
  top: 27px;
}

.main-header .sticky-header .outer-box .logo-box{
  margin-top: 0px;
  padding-top: 21px;
  padding-bottom: 21px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:22px 25px;
  text-align:left;  
  /* padding-bottom: 100px; */
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #032252;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu .menu-box .nav-bg {
  background: var(--cs-main-color);
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li > a.active {
  color: #fff;
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 50px 30px 20px 30px;
  flex-direction: column;
  margin-left: 0;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.top-links-btn {
  position: relative;
  padding: 20px 30px 20px 30px;
}


.main-header .outer-box{
  position: relative;
}

@media only screen and (max-width: 1200px){
  .main-menu{
    display: none !important;
  }
  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }
  .megamenu ul li:first-child{
    display: none;
  }
}

@media only screen and (min-width: 768px){
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul,
  .main-menu .navigation > li > .megamenu{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }
}

@media only screen and (max-width: 499px){
  .mobile-menu{
    width: 100%;
  }
}

/* CSS for navigation ends */

/* marquee css */

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  /* animation: marquee 10s linear infinite; */
}

.marquee ul {
  padding-left: 100%;
  animation: marquee-slide 40s linear infinite;
  font-weight: 800;
  display: flex;
  flex-direction: row;
  gap: 40px;
  list-style: disclosure-closed;
  font-size: 15px;
  line-height: 46px;
  align-content: center;
  align-items: center;
  height: 40px;
  color: #fcfcfc;
}

.navigation-button {
  background: white;
  padding: 20px 0px;
  box-shadow: 0px -1px 0px #dcdcdc;
  border-radius: 5px;
  margin: 0px 41px;

  margin-top: 5px;
}

@keyframes marquee-slide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}
.marquee:hover ul {
  animation-play-state: paused;
  cursor: pointer;
}

/* CSS for news section starts */
.news-section {
  display: flex;
  padding: 15px 0;
  align-items: center;
  /* background: #eef2f4; */
  width: 100%;
}

.news-section .updates::after {
  content: "";
  position: absolute;
  border-bottom: solid 23px var(--cs-main-color);
  border-top: solid 23px var(--cs-main-color);
  border-right: solid 8px #f2f2f2;
  width: 0;
  top: 0px;
  right: 0;
}

.img-box {
  height: 220px;
  width: 200px;
  border-radius: 12px;
  overflow: hidden;
}

.employeeBox {
  border: 1px solid #d5cdcd;
  height: 391px;
  border-radius: 5px;
  background: #fbf9f966;
  padding: 5px 0px;
}

.updates {
  background-color: var(--cs-main-color);
  padding: 11px 15px;
  color: white;
  width: 190px;
  position: relative;
}

.update-news {
  margin-left: 0;
  /* background: #f2f2f2; */
  line-height: 40px;
  border: solid 1px #dedddd3b;
  border-left: none;
  height: 44px;
}

/* CSS for news section ends */

/* CSS for slider starts */
.custom-section {
  display: flex;
  justify-content: space-between;
  /* margin: 10px 15px; */
  /* gap: 15px; */
  height: auto;
  flex-wrap: wrap;
}

.left-side {
  width: 415px;
}

.banner-center {
  width: 100%;
}

.banner-center > img {
  width: 100%;
  height: 450px;
}

.right-side {
  width: 400px;
}

.right-side > div > div > div > img {
  height: 100px;
  width: 95px;
  border-radius: 50%;
}

.right-side > div > div > div > a {
  color: var(--cs-main-color);
  width: 100%;
  text-align: right;
  display: block;
}

.right-side > div > div > div > .title {
  font-size: 18px;
  font-weight: bold;
  color: #352f2f;
}

.tab-content > li a {
  color: #352f2f !important;
}

.contact-person-designation {
  font-size: 13px;
}

.right-side > .title {
  background-color: #f2f2f2;
  padding: 12px 0px;
  margin-bottom: 10px;
  text-align: center;
  color: var(--text-red);
  box-shadow: 0px 1px 2px #000;
  border-top: 5px solid var(--text-red);
  font-weight: bolder;
}

.right-side > div > div > .card1 {
  width: 100%;
}
.card1 {
  display: flex;
  flex-direction: column;
  gap: 5px !important;
  align-items: flex-start !important;
  justify-content: flex-start;
}
.right-side > div > div {
  align-items: center;
  background: white;
  padding-top: 25px;
  gap: 15px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

.tab,
.notice-tab {
  display: inline-block;
  margin-right: -3px;
  cursor: pointer;
  padding: 10px;
  background-color: var(--cs-main-color);
  border-top: solid 4px transparent;
  width: calc((100% - 40px) / 2);
  text-align: center;
  color: #fff;
}

.notice-tab {
  width: calc((100% - 138px) / 4);
}

.tab.active,
.notice-tab.active {
  background-color: #aaa;
}

.tab-content,
.notice-tab-content {
  padding: 0px 10px 0px 0px;
  background: white;
  height: 620px;
  position: relative;
  overflow: auto;
}

.tab-content > li > a:hover,
.notice-tab-content > li > .list > a:hover,
.links > .imp-links > li > a:hover {
  color: var(--cs-main-color);
}

.tab-content > li,
.notice-tab-content > li,
.links > .imp-links > li {
  list-style: none;
  padding: 15px;
  border-bottom: dashed 1px #ccc;
  text-align: left;
}

.notice-tab-content > li {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.notice-tab-content > li > .fa-download {
  position: absolute;
  right: 0;
}

.tab-content > li > span > p,
.notice-tab-content > li > .list > span > p,
.links > .imp-links > li > span > p {
  margin: 0;
  color: var(--text-red);
}

.tab-content > li > span,
.notice-tab-content > li > .list > span,
.links > .imp-links > li > span {
  display: flex;
  gap: 5px;
  align-items: center;
}

.tab-content > span,
.notice-tab-content > span {
  display: block;
  text-align: right;
  color: var(--footer-copyright);
  position: sticky;
  right: 4px;
  bottom: 0;
  background: white;
  line-height: 50px;
}

.left-side > .tab.active,
.notice-tab.active {
  border-top: solid 4pxvar (--footer-copyright);
  color: var(--cs-main-color);
  border-bottom: 1px solid #edecec;
  background: #fefdfd;
}

.extra-info {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin: 0px 72px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.extra-info > div {
  background-color: #fff;
  /* width: calc((100% - 220px) / 6); */
  padding: 10px 15px;
  color: var(--cs-main-color);
  border-radius: 5px;
  cursor: pointer;
  transition: ease-in-out 0.5s;
  border: 2px solid var(--cs-main-color);
}
.nav-an {
  color: var(--cs-main-color);
}

.extra-info > div:hover {
  background: #024c8a;
  box-shadow: 3px 3px 10px 0px #8c8c8c;
  transform: scale(1.03, 1.03);
  color: #fcfcfc;
}

.extra-info > div:hover .nav-an {
  color: #fcfcfc;
}

/* CSS for slider ends */

/* CSS for about us section */
.content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info {
  width: 62%;
  background: white;
  margin: 10px;
  padding: 20px;
  box-shadow: 0px 0px 2px #c6c6c6;
  border-radius: 5px;
}
.about-title {
  color: var(--cs-main-color);
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  /* padding-bottom: 10px; */
  position: relative;
}
/* .about-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #1e73be;
  bottom: 0;
  left: 0;
} */

.about-u > p {
  text-align: justify;
  line-height: 28px;
}

.links {
  width: 35%;
}

.links > div {
  background-color: #fcfcfc;
  position: relative;
  padding-bottom: 5px;
}

.links > .imp-links {
  background-color: white;
  padding: 20px;
}

.links .heading {
  color: var(--text-red);
  font-size: 15px;
  font-weight: bold;
  padding: 8px;
  border-bottom: 0.5px solid #00000052;
}

.links > div > .lists {
  display: flex;
  justify-content: space-between;
  margin: 8px 8px;
  flex-wrap: wrap;
  gap: 8px;
}

.links > div > .lists > .list {
  width: 49%;
  background: white;
  padding: 15px;
  box-shadow: 0px 0px 1px 1px #ccc;
  cursor: pointer;
  border-radius: 4px;
}
.pradsh-box {
  padding-top: 8px;
}
.pradsh-box > .pradesh-namawali {
  background: white;
  padding: 15px;
  box-shadow: 0px 0px 1px 1px #ccc;
  cursor: pointer;
  border-radius: 4px;
  margin: 8px;
  color: var(--cs-main-color);
  transition: ease-in-out 0.3s;
}
.pradsh-box > .pradesh-namawali:hover {
  padding-left: 20px;
  /* background: #aa0000; */
  color: var(--text-red);
  width: 500;
}

.links > div > .lists > .list:hover {
  background-color: var(--text-red);
  color: white;
  transform: scale(1.03, 1.03);
  transition: ease-in-out 0.3s linear;
}

.list {
  width: 95%;
}

.links > .second-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-us > p {
  margin: 20px;
  padding: 10px 20px;
  background: white;
  text-align: left;
}

.about-us {
  margin-top: 40px;
  text-align: center;
}

.about-us > .title {
  background: var(--text-red);
  padding: 4px 10px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.about-us > .title::before {
  content: "";
  position: absolute;
  border-bottom: solid 22px var(--text-red);
  border-top: solid 20px var(--text-red);
  border-left: solid 17px transparent;
  width: 13px;
  margin-top: -4px;
  margin-left: -39px;
}

.about-us > .title::after {
  content: "";
  position: absolute;
  border-bottom: solid 22px var(--text-red);
  border-top: solid 20px var(--text-red);
  border-right: solid 17px transparent;
  width: 10px;
  margin-top: -4px;
  margin-left: 10px;
}

.about-us > p > a {
  color: var(--cs-main-color);
  cursor: pointer;
  display: block;
  text-align: end;
  margin-top: 15px;
}

.page-intro p span {
  font-size: 16px !important;
  font-family: "Poppins", sans-serif !important;
}

.notice {
  margin: 20px 5px;
  position: relative;
}

.social-media {
  margin: auto;
  margin-bottom: auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: auto;
  justify-content: center;
}

.social-media > .facebook {
  height: 430px;
  background-color: white;
  min-width: calc((100% - 40px) / 2) !important;
}

._2p3a {
  width: calc((100% - 40px) / 2) !important;
}

.social-media > .videos {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.social-media > .videos > .video-1 {
  background: white;
  /* height: 210px;
	width: 315px; */
  object-fit: cover;
}

.divideer {
  opacity: 1;
  height: 3px;
  z-index: 99999;
  width: 76%;
  background: #fffffffa;
  margin: auto;
}
.bg-b {
  background: var(--cs-main-color);
}
.title-box-v {
  padding: 15px 10px;
  background: #054883;
}
.ttitle {
  color: #fff;
  font-size: 17px;
  padding-left: 5px;
}

.c-card {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 1px 3px #000;
  border-radius: 5px;
}

.footer-bg {
  background-color: var(--footer);
}

footer .copyright-section {
  background-color: var(--footer-copyright);
  color: white;
}

footer h2,
footer span,
.textwidget {
  color: #ccc;
}

footer p {
  color: #f0f0f0;
}

footer .textwidget {
  color: #fff;
}

/* footer > section {
	height: 50px;
	color: white;
	text-align: center;
	line-height: 50px;
} */

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 10px 20px;
  padding-top: 20px;
}

.footer ul li {
  color: #fff;
  list-style: disclosure-closed;
  margin-left: -20px;
  border-bottom: 1px solid #1514143b;
  padding-bottom: 12px;
}

footer ul li a {
  color: #fcfcfc !important;
}

.sub-column-two {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.column-two ul {
  list-style: disclosure-closed;
}

.column-two ul li {
  border-bottom: 1px solid gray;
  line-height: 30px;
}

.column-two ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 24px;
}

.social-icon-grp {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin: 10px 20px;
  padding-top: 20px;
}

.social-icon-grp li {
  border: 1px solid #fcfcfc;
  padding: 10px 10px;
  text-align: center;
  line-height: 24px;
}

.social-icon-grp li span {
  border-bottom: 1px solid;
}

.quick-links {
  background: white;
  padding: 40px;
  margin: 10px;
  border-radius: 5px;
}

.quick-links > div {
  /* display: grid; */
  /* grid-template-columns: repeat(4, 1fr); */
  gap: 5px;
}

.sub-link-box {
  background: #efefef21;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 3px #00000040;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  margin-bottom: 20px;
  height: 162px;
}
.sub-link-box:hover,
.sub-link-box a:hover {
  color: #188cef;
  transform: scale(1.02, 1.02);
}

.sub-link-box > i {
  font-size: 25px;
  background: #f2f2f2cc;
  width: 50px;
  display: block;
  margin: auto;
  padding: 0px;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  color: #0a6794;
}

.sub-link-box a {
  color: var(--cs-main-color);
  font-size: 17px;
  padding: 20px 0px;
  font-weight: bold;
  transition: ease-in-out 0.3s;
}

.quick-links-title {
  display: flex !important;
  text-align: center;
  margin: auto;
  padding: 20px 0px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px !important;
}

.quick-links-title span {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}

.quick-links-title hr {
  width: 96px;
  height: 4px;
  background: var(--cs-main-color);
  border-radius: 9px;
  border: none;
  opacity: 1 !important;
}

.video-gallery {
  background: white;
  padding: 40px;
  margin: 10px;
  border-radius: 5px;
}

.video-gallery-title {
  display: flex;
  text-align: center;
  margin: auto;
  padding: 20px 0px;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.video-gallery-title span {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}

.video-gallery-title hr {
  width: 96px;
  height: 4px;
  background: var(--cs-main-color);
  border-radius: 9px;
  border: none;
  opacity: 1 !important;
}

@media only screen and (max-width: 950px) {
  .banner-section {
    display: block;
    height: auto;
  }

  .left-side {
    width: 100%;
    margin-bottom: 20px;
  }

  .banner-center {
    width: 100%;
  }

  .banner-center > img {
    height: 310px;
  }

  .tab-content {
    height: auto;
  }

  .right-side {
    width: 100%;
  }

  .right-side > div {
    display: flex;
    gap: 20px;
  }

  .right-side > div > div {
    width: 100%;
  }
}

@media only screen and (max-width: 857px) {
  .extra-info > div {
    width: calc((100% - 60px) / 2);
  }

  .info {
    width: 100%;
  }

  .links {
    width: 100%;
  }

  .footer-content {
    display: block;
  }
}

@media only screen and (max-width: 740px) {
  .right-side > div {
    display: block;
  }
}

@media only screen and (max-width: 468px) {
  .extra-info > div {
    width: 100%;
  }
}

.mainSlider .splide__slide img {
  vertical-align: top !important;
  height: 589px !important;
  width: 100% !important;
}

.featured-area {
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  height: 100px;
  background-size: cover !important;
  background-position: center center !important;
}

.bread-list {
  list-style: none;
}
.bread-list > .list-item > a {
  color: #fff !important;
}

.bread-con > div {
  height: 100px;
  background: #07070788;
  margin: 0;
  padding: 0;
}

.bread-con {
  height: 100px;
  margin: auto auto !important;
  background: url("../../uploads/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li a {
  color: var(--primary);
}

.breadcrumb li a:hover {
  color: var(--text-red);
}

.page-header {
  border-top: 1px solid #ccc;
  padding: 2rem 0 1.5rem;
}

.page-content {
  padding-bottom: 2rem;
}

.page-content h2 {
  color: var(--primary-dark);
}

/* Sidebar */
.pressreleased_wrap {
  background: linear-gradient(135deg, #01559d 0%, #042a64 100%);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 85, 157, 0.2);
  position: relative;
  overflow: hidden;
}

.pressreleased_wrap .title {
  color: white;
  font-size: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pressreleased_wrap .title::before {
  content: "";
  height: 25px;
  position: absolute;
  top: 0;
  width: 5px;
  background: #4facfe;
  left: -30px;
  border-radius: 0 3px 3px 0;
}

.pressreleased_wrap .title span a {
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.pressreleased_wrap .title span a:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pressreleased_wrap .listing {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}

/* Custom scrollbar */
.pressreleased_wrap .listing::-webkit-scrollbar {
  width: 6px;
}

.pressreleased_wrap .listing::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.pressreleased_wrap .listing::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.pressreleased_wrap .listing::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.pressreleased_wrap .listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pressreleased_wrap .listing ul li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.pressreleased_wrap .listing ul li:hover {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding-left: 10px;
}

.pressreleased_wrap .listing ul li:last-child {
  border-bottom: none;
}

.pressreleased_wrap .listing ul li a {
  color: white;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  font-size: 15px;
  position: relative;
}

.newstyle {
  background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
  color: #333;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 12px;
  position: absolute;
  right: 0;
  top: 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(255, 154, 158, 0.7);
  }
  70% {
      box-shadow: 0 0 0 8px rgba(255, 154, 158, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 154, 158, 0);
  }
}

.date {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

/* Responsive design */
@media (max-width: 992px) {
  .container {
      flex-direction: column;
  }
}

/* Animation for list items */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(20px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.pressreleased_wrap .listing ul li {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

.pressreleased_wrap .listing ul li:nth-child(1) { animation-delay: 0.1s; }
.pressreleased_wrap .listing ul li:nth-child(2) { animation-delay: 0.2s; }
.pressreleased_wrap .listing ul li:nth-child(3) { animation-delay: 0.3s; }
.pressreleased_wrap .listing ul li:nth-child(4) { animation-delay: 0.4s; }

.float-right {
  float: right !important;
}

.text-justify {
  text-align: justify;
}

.calendar1 {
  width: 300px !important;
  position: relative;
  height: 404px !important;
}

/* table tbody td {
  background: #eeeded !important;
  border: 1px solid #a19b9b !important;
  padding-inline: 15px !important;
}

table thead th {
  background: #dddbdb !important;
  border: 1px solid #a19b9b !important;
  padding-inline: 2px !important;
} */

.nepali_number_convert {
  color: #3d2314;
  font-weight: 600;
  font-size: 14px;
}

.staff-photo {
  text-align: center;
}
.staff-photo img {
  width: 120px;
  height: 125px;
  border-radius: 5%;
}

.staff-info h2 + p {
  text-overflow: ellipsis;
  overflow: hidden;
}
.i18n-hi .staff-info h2 + p {
  height: 63px;
}
.minister-content a:hover,
.staff-info a:hover {
  color: #fc9928;
}
.minister-photo img {
  width: 100%;
  height: auto;
}
.staff-info {
  text-align: center;
}
.staff-name {
  font-size: 15px;
  color: var(--text-red) !important;
  font-weight: 600;
}

.staff-info h2 {
  font-size: 17px;
  margin-top: 10px;

  font-weight: 600;
  color: var(--cs-main-color);
}
.staff-info p {
  margin: 0;
}

.officer_image {
  width: 153px;
  height: 153px;
  justify-content: center;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  /* align-items: center; */
  overflow: hidden;
  /* border-radius: 50%; */
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.455);
  align-content: center;
}

.details-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-evenly;
  align-items: center;
}

.details-box-lanscape {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}

.officer_image-lanscape {
  /* width: 200px; */
  height: 185px;
  justify-content: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.officer_image-lanscape img {
  max-height: 170px;
}

.cs-w {
  width: 165px;
}

.sub:after {
  content: "\e6d4";
  font-family: "enotype";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  line-height: 9px;
  color: #d4d4d4;
}

.nav-item.dropdown::after {
  /* content: ""; */
  background: var(--cs-menu);
  height: 3px;
  width: 0;
  left: 0px;
  position: absolute;
  bottom: 1px;
  transition: 0.5s;
}

.nav-item.dropdown:hover::after {
  width: 100%;
  /* z-index: 999999999999999; */
}

.card-icon {
  height: 70px;
  width: 70px;
  margin-inline: auto;
  line-height: 43px;
}

.fw-card {
  font-size: 23px;
  font-weight: 100;
  text-wrap: wrap;
}

.cusSlider {
  height: 250px;
}

.tbl-csw {
  width: 200px;
}

.popup {
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.popup.showPopup {
  visibility: visible;
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.714);
  overflow: hidden;
}
.modal.show {
  display: block;
  overflow: hidden;
}

.bg-opacity {
  background: rgba(0, 0, 0, 0.5);
}

.list span {
  font-size: 13px;
}

.employee-image-box {
  width: 214px;
  height: 196px;
}

.rlinks {
  background-color: var(--cs-main-color);
  margin: 2px 0px;
  width: 100%;
  display: block;
  height: 41px;
  line-height: 41px;
  color: #fcfcfc;
}
.rlinks:hover {
  background-color: var(--footer-copyright);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.calendar1 {
  width: 100% !important;
}
.nav-icon-box {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
  padding: 20px;
  border: 1px solid #efdede;
  border-radius: 50%;
}

.cure-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.socialIcon {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Table List */
.div-table {
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

.table-row {
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
}

.table-row:last-child {
  border-bottom: none;
}

.row-title {
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 8px;
  font-size: var(--text-base);
}

.row-content {
  color: #555;
  line-height: 1.5;
  font-size: var(--text-base);
}

.table-row:hover {
  background: #f8f9fa;
}

/* BOD Structure */
.bod-structure {
  position: relative;
  padding: 20px 0;
}

/* Level Styles */
.level {
  margin-bottom: 40px;
  position: relative;
}

#employeeLevelsContainer::before,
.level::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: #cbd5e1;
  z-index: 1;
}

.level:first-child::before {
  display: none;
}

.teamGrid-card:has(.ceo-level) #employeeLevelsContainer::before {
  display: block;
}

#employeeLevelsContainer::before,
.level:has(+ .employee-level-row[style*="display: none"])::after {
  display: none;
}


/* CEO Level */
.ceo-level {
  margin-bottom: 60px;
}

.ceo-level.level::after {
   bottom: -40px;
}

.ceo-level::before {
  display: none;
}

.teamGrid-card > .employee-level-row:last-of-type {
  content: none !important;
}

/* Card Styles */
.member-card {
  background: white;
  border-radius: 12px;
  padding: 20px 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  z-index: 10;
}

.ceo-card {
  max-width: 280px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .ceo-card {
    max-width: 100%;
  }
}

.member-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.member-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 15px;
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
}

.ceo-card .member-image {
  width: 100px;
  height: 100px;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-name {
  font-weight: 600;
  margin-bottom: 5px;
  color: #1e293b;
  font-size: 16px;
}

.ceo-card .member-name {
  font-size: 18px;
}

.member-role {
  color: #64748b;
  font-size: 14px;
}

.ceo-card .member-role {
  color: var(--text-red);
  font-weight: 600;
}

/* Vertical connectors */
.level::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: #cbd5e1;
  z-index: 1;
}

.level:last-child::after {
  display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .level::before,
  .level::after {
      /* display: none; */
  }
  
  .member-card {
      margin-bottom: 20px;
  }
}

/* Employee Directory Team Grid */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  animation: fadeInUp 1s ease-out;
}

.team-card {
  background: white;
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.team-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.card-header-elegant {
  background: #042a64;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.icon-wrapper {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.icon-wrapper i {
  color: white;
  font-size: 1.8rem;
}

.level-badge-elegant {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  color: #667eea;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.card-body-elegant {
  padding: 25px;
}

.employee-name-elegant {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
  line-height: 1.4;
}

.employee-designation-elegant {
  color: #718096;
  font-size: 0.95rem;
  margin-bottom: 15px;
  font-weight: 400;
}

.office-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.office-location i {
  font-size: 0.9rem;
}

/* Office Color Schemes */
.office-head { background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%); color: #1565c0; }
.office-tia { background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%); color: #2e7d32; }
.office-kolkata { background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%); color: #ef6c00; }
.office-kakadbhitta { background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%); color: #7b1fa2; }
.office-haldia { background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%); color: #00695c; }

/* Search Box */
.search-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.search-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 15px 25px;
  color: var(--cs-main-color);
  font-size: 1rem;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease;
}

.search-box::placeholder {
  color: rgba(32, 32, 32, 0.7);
}

.search-box:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.25);
  border-color: var(--cs-main-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.clear-text {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0.9rem;
  color: #333;
  display: none; /* hidden until user types */
}

/* Animations */
@keyframes fadeInDown {
  from {
      opacity: 0;
      transform: translateY(-30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
  .header-section h1 {
      font-size: 2.5rem;
  }
  
  .team-grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 20px;
  }
}

/* Branches Styles */
.branch-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 2rem;
}

/* Header Section */
.branch-header-section {
  /* background: linear-gradient(135deg, #2c3e50, #34495e); */
  background: linear-gradient(195deg, #01559d 0%, #042a64 100%);
  color: white;
  padding: 2.5rem;
  text-align: center;
  position: relative;
}

.branch-header-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.branch-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.established-badge {
  background: rgba(255, 255, 255, 0.2);
  padding: 0.6rem 1.8rem;
  border-radius: 25px;
  display: inline-block;
  font-size: 1rem;
  backdrop-filter: blur(10px);
}

/* Branch Content */
.branch-content {
  padding: 2.5rem;
}

/* Contact Section */
.contact-section {
  margin-bottom: 2rem;
}

@media only screen and (min-width:400px) {
  .card.contact-item {
    flex-direction: inherit;
  }
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.2rem;
  background: #f8f9fa;
  border-radius: 12px;
  margin-bottom: 1rem;
  border-left: 4px solid var(--cs-main-color) !important;
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.1);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--cs-main-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.contact-details h5 {
  font-weight: 600;
  color: var(--cs-main-color);
  margin-bottom: 0.3rem;
}

.contact-details p {
  color: #6c757d;
  margin: 0;
}

/* Contact Person Card */
.contact-person-card {
  background: linear-gradient(135deg, #01559d 0%, #042a64 100%);
  color: white;
  border-radius: 12px;
  padding: 1.8rem;
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}

.contact-person-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(45deg);
}

.contact-person-card h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #fff;
}

.contact-person-card h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
}

.contact-person-designation {
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.phone {
  font-size: 1.1rem;
  margin: 0;
}

/* Details Section */
.info-card, .function-card, .services-card, .status-card, .border-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.06);
  border-top: 4px solid var(--cs-main-color);
}

.function-card {
  border-top-color: var(--cs-main-color);
}

.services-card {
  border-top-color: var(--cs-main-color);
}

.status-card {
    border-top: 4px solid var(--cs-main-color);
    background: linear-gradient(135deg, #fff, #f8f9fa);
}

.border-card {
    border-top: 4px solid var(--cs-main-color);
    border: 2px dashed var(--primary);
    background: #f8f9fa;
}

.info-card h3, .function-card h3, .services-card h3, .status-card h3, .border-card h3 {
  color: var(--cs-main-color);
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.function-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-card li,
.function-list li,
.service-list li {
  display: flex;
  align-items: flex-start;
  padding: 0.5rem 0;
  color: #495057;
  position: relative;
  padding-left: 2rem;
}

.info-card li::before, .function-list li::before, .service-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: #198754;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
}

.info-card p {
  margin-bottom: 0;
}

.services-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.service-item {
  display: flex;
  align-items: flex-start;
  padding: 0.8rem;
  background: #f8f9fa;
  border-radius: 8px;
  /* border-left: 3px solid var(--cs-main-color); */
}

.service-item i {
  color: var(--cs-main-color);
  margin-right: 0.8rem;
  margin-top: 0.1rem;
  font-size: 1rem;
}

.service-item span {
  color: #495057;
  line-height: 1.4;
}

.function-placeholder p, .status-card p, .border-card p {
  color: #495057;
  line-height: 1.6;
  margin: 0;
}

.function-placeholder {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
}

/* Contact Person Section */
.person-image-card {
  background: white;
  border-radius: 15px;
  padding: 1.5rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  text-align: center;
  border: 2px solid #e9ecef;
}

.person-image img {
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}

.person-details h3 {
  color: var(--cs-main-color);
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.designation {
  color: #6c757d;
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.contact-phone {
  background: linear-gradient(135deg, #01559d 0%, #042a64 100%);
  color: white;
  padding: 0.8rem 1.2rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  display: inline-block;
}

/* Contact Card */
.contact-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 2rem;
}

.contact-header {
    background: linear-gradient(195deg, #01559d 0%, #042a64 100%);
    color: white;
    padding: 2.5rem;
    text-align: center;
    position: relative;
}

.location-badge {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    display: inline-block;
    backdrop-filter: blur(10px);
    font-weight: 600;
}

.contact-content {
    padding: 2.5rem;
}

/* Contact Items */
.contact-info-section {
    height: 100%;
}

.po-box {
    background: #e3f2fd;
    padding: 0.3rem 0.8rem;
    border-radius: 6px;
    display: inline-block;
    font-weight: 600;
    color: #1976d2;
}

/* Quick Actions */
.quick-actions {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.action-btn {
    flex: 1;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 120px;
}

.call-btn {
    background: linear-gradient(135deg, #4caf50, #45a049);
    color: white;
}

.call-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
    color: white;
}

.email-btn {
    background: linear-gradient(135deg, #01559d, #1976d2);
    color: white;
}

.email-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
    color: white;
}

/* Map Section */
.map-section {
    height: 100%;
}

.map-title {
    color: var(--cs-main-color);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.map-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
}

.map-actions {
    text-align: center;
}

.direction-btn {
    background: var(--primary);
    color: var(--white);
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.direction-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(33, 150, 243, 0.3);
    color: var(--white);
}

/* Sidebar Components */
.sidebar-title {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #e9ecef;
    font-weight: 600;
    color: var(--cs-main-color);
    font-size: 1.2rem;
}

.section_margin {
    margin-bottom: 2rem;
}

/* Quick Contact Form */
.quick-contact-form {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

.form-group {
    margin-bottom: 1.2rem;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--cs-main-color);
    box-shadow: none;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #01559d 0%, #042a64 100%);
    color: white;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-header {
        padding: 1.5rem;
    }
    
    .contact-title {
        font-size: 1.8rem;
    }
    
    .contact-content {
        padding: 1.5rem;
    }
    
    .contact-item {
        padding: 1rem;
    }
    
    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }
    
    .quick-actions {
        flex-direction: column;
    }
    
    .hour-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

/* News styles */
.news-block{
	position:relative;
	margin-bottom:70px;
}

.news-block .inner-box{
	position:relative;
	overflow:hidden;
	border-radius:6px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.15);
}

.news-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
  /* height: 300px; */
	display:block;
}

.news-block .inner-box .lower-content{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	padding:30px 30px 35px;
}

.news-block .inner-box .lower-content .post-meta{
	position:relative;
	padding-bottom:16px;
	border-bottom:1px solid #d8d8e5;
}

.news-block .inner-box .lower-content .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:2px;
	width:40px;
	background-color:var(--cs-main-color);
}

.news-block .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:20px;
	color:#666666;
	font-size:14px;
	font-weight:600;
	padding-left:22px;
	display:inline-block;
}

.news-block .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.news-block .inner-box .lower-content .post-meta li .fa-regular{
	position:absolute;
	left:0px;
	top:0px;
	color:var(--cs-main-color);
	font-size:14px;
}

.news-block .inner-box .lower-content h4{
	position:relative;
	font-weight:600;
	line-height:1.5em;
	margin-bottom:13px;
	margin-top:18px;
}

.news-block .inner-box .lower-content h4 a{
	position:relative;
	color: var(--cs-main-color);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block .inner-box .lower-content h3 a:hover{
	color:var(--primary);
}

/* Blog Single */

.blog-single{
	position:relative;
}

.blog-single .inner-box{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 0px 15px rgba(0,0,0,0.20);
}

.blog-single .inner-box .image{
	position:relative;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding:25px 25px;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
	margin-bottom:18px;
	padding-bottom:16px;
	border-bottom:1px solid #d8d8e5;
}

.blog-single .inner-box .lower-content .post-meta:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	height:2px;
	width:40px;
	background-color:var(--cs-main-color);
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:20px;
	color:#333333;
	font-size:14px;
	font-weight:600;
	padding-left:22px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .post-meta li:last-child{
	margin-right:0px;
}

.blog-single .inner-box .lower-content .post-meta li .fa-regular{
	position:absolute;
	left:0px;
	top:0px;
	color:var(--cs-main-color);
	font-size:14px;
}

.blog-single .inner-box .lower-content h4{
	position:relative;
	color:var(--cs-main-color);
	font-weight:600;
	line-height:1.4em;
	margin-bottom:13px;
	margin-top:20px;
	margin-bottom:28px;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
}

.blog-single .inner-box .lower-content .text .news-gallery{
	position:relative;
	margin-top:30px;
}

.blog-single .inner-box .lower-content .text .news-gallery .row{
	margin:0px -12px;
}

.blog-single .inner-box .lower-content .text .news-gallery .column{
	padding:0px 12px;
	margin-bottom:24px;
}

.blog-single .inner-box .lower-content .text h5{
	position:relative;
	color:var(--cs-main-color);
	font-weight:500;
	line-height:1.4em;
	margin-top:15px;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	/* color:#1a1e66; */
	font-size:16px;
	line-height:1.9em;
	margin-bottom:20px;
}

.blog-single .inner-box .lower-content .text p a{
	color:var(--cs-main-color);
	font-weight:600;
	text-decoration:underline;
}

.blog-single .inner-box .lower-content blockquote{
	position:relative;
	border:none;
	padding:0px;
	margin-top:40px;
	margin-bottom:30px;
	background-color:#f4f7fc;
	padding:45px 30px 45px 110px;
}

.blog-single .inner-box .lower-content blockquote .quote-icon{
	position:absolute;
	left:-20px;
	top:-20px;
	width:113px;
	height:113px;
	color:#0d179e;
	font-size:40px;
	line-height:113px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
}

.blog-single .inner-box .lower-content blockquote .quote-text{
	position:relative;
	font-size:20px;
	color:#1a1e66;
	font-weight:400;
	line-height:1.7em;
}

/* Post Share Options */

.blog-single .post-share-options{
	position:relative;
	padding-top:55px;
	/* padding-left:40px;
	padding-right:40px; */
	margin-bottom:32px;
}

.blog-single .post-share-options .post-share-inner{
	position:relative;
}

.blog-single .post-share-options .post-tags{
	position:relative;
}

.blog-single .post-share-options .post-tags .tag-btn {
  background: var(--primary);
  position: relative;
  padding: 0.8rem 1.5rem;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.blog-single .post-share-options .post-tags .tag-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
    color: white;
}

.blog-single .post-share-options .social-links{
	position:relative;
	margin-top:5px;
}

.blog-single .post-share-options .social-links li{
	position:relative;
	margin-left:2px;
	display:inline-block;
}

.blog-single .post-share-options .social-links li.twitter a{
	background-color:#55acee;
}

.blog-single .post-share-options .social-links li.instagram a{
	background-color:#C13584;
}

.blog-single .post-share-options .social-links li a{
	position:relative;
	width:32px;
	height:32px;
	color:#ffffff;
	line-height:32px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#3b5998;
}

/* New Posts */

.new-posts{
	position:relative;
	padding:22px 0px;
	border-top:1px solid #ececf0;
	border-bottom:1px solid #ececf0;
}

.new-posts .prev-post{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:500;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.new-posts .next-post{
	position:relative;
	color:#666666;
	font-size:16px;
	font-weight:500;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.new-posts .prev-post:hover,
.new-posts .next-post:hover{
	color:#2d3bf1;
}

/*Post Widget*/

.popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	min-height:90px;
	padding-left:90px;
  padding-bottom: 20px;
	margin-bottom:25px;
	border-bottom:1px solid #d8d8e5;
}

.popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:65px;
	 height:65px;
	 overflow:hidden;
	 border-radius:50%;
}

.popular-posts .post .post-thumb img{
	display:block;
	width:100%;
  height: 100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 3px;
	font-weight:600;
	color:var(--cs-main-color);
	line-height:1.5em;
	text-transform:capitalize;
	font-family: 'Poppins', sans-serif;
}

.popular-posts .post .text a{
	color:var(--cs-main-color);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts .post a:hover{
	color:var(--primary);
}

.popular-posts .post-info{
	position:relative;
	font-size:14px;
	color:var(--cs-main-color);
	font-weight:400;
	padding-left:20px;
}

.popular-posts .post-info:before{
	position:absolute;
	content: "\f073";
	left:0px;
	top:4px;
	color:var(--cs-main-color);
	font-size:14px;
	line-height:1em;
	font-family: 'FontAwesome';
}

@media (max-width: 767px) {
  .blog-single .post-share-options .post-tags {
    display: flex;
    justify-content: center;
  }
  .blog-single .post-share-options .post-tags .tag-btn {
    margin-bottom: 30px;
  }
}

/* Gallery List */
.grid-block .grid-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  height: 100%;
  width: 100%;
}

.grid-block .grid-item img {
  height: 200px;
  object-fit: cover;
}

.grid-block .grid-item:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.grid-block .grid-item .desc-item {
  padding: 1.25rem 1.25rem .5rem;
  background: #fff;
}

.grid-block .grid-item .desc-item h3 {
  color: var(--cs-main-color);
  font-size: 1.15rem;
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
}

.grid-block .grid-item .desc-item .ls-date {
  font-size: 0.875rem;
  color: #6c757d;
  display: block;
  margin-top: 0.5rem;
}

/* Gallery Grid */
.gallery-card {
  position: relative;
  border-radius: 10px;
  overflow: var(--hidden);
}

.gallery-card:after {
  content: '';
  position: absolute;
  inset: 0px;
  background: #000;
  opacity: 0.7;
  border-radius: 10px;
  -webkit-transition: all ease .5s;;
  transition: all ease .5s;;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.gallery-card .gallery-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
}

.gallery-card .icon-btn,
.Publication-container .card .view-btn>.icon-btn {
  --btn-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
}

.gallery-card .icon-btn i,
.Publication-container .card .view-btn>.icon-btn>i {
  font-size: 1.5rem;
  line-height: inherit;
}

.gallery-card .icon-btn:hover,
.Publication-container .card .view-btn>.icon-btn:hover {
  background: #ffffff;
  color: var(--cs-main-color);
}

.gallery-card:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.gallery-card:hover .icon-btn,
.Publication-container .card:hover .view-btn>.icon-btn {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .gallery-card .gallery-img img {
      height: auto;
  }
}

/*=== Video Gallery CSS ===*/
.portfolio-item {
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
    transition: transform 0.3s ease;
}

.portfolio-content {
    padding: 16px;
    background-color: #fff;
}

.custom-section .portfolio-content {
  padding: 16px 0 0;
}

.portfolio-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #222;
}

.video-post-wrap ul {
  padding-left: 0;
  list-style: none;
  display: flex;
}

.video-post-area .video-post-wrap ul li:nth-child(-n+3) {
  margin-top: 0;
}

.video-post-area.small-post .video-post-wrap ul li:nth-child(-n+3) {
  margin-top: var(--bs-gutter-y);
}

.video-post-area.small-post .YouTubeVideoContainer {
  height: 270px;
}

.YouTubeVideoContainer {
  width: 100%;
  height: 230px;
  border-top-left-radius: var(--rounded-lg);
  border-top-right-radius: var(--rounded-lg);
  overflow: hidden;
}

@media only screen and (max-width:991px) {
  .widget.video {
    margin-top: 40px;
  }
  .widget.video.ps-3 {
    padding-left: 0 !important;
  }
  .video-post-area.small-post .YouTubeVideoContainer {
    height: 280px;
  }
}

.wigdet-video-post {
    height: 400px; /* or any consistent value */
    overflow: hidden;
}

.wigdet-video-post .portfolio-title {
    color: var(--cs-main-color);
}