
.name {
    font-family: Tiro Devanagari Hindi;
}
.articles-card {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
    border-left: 3px solid #04539C;
    border-radius: 0.25rem; /* optional: to match Bootstrap's default border radius */
} 
.articles-card .card-header h2 button{
    color: #000;
    font-size: 1.4rem;
}
.articles-card .card-header button:hover,
.articles-card .card-header button:focus{
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
.articles-card .card-header{
  cursor: pointer;
}
.articles-card h2 span{
  font-size: 1.2rem;
}
.collapse {
  transition: height 0.3s ease;
}

.btn-circle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.btn-circle i{
  color: #fff !important;
  font-size: 1.1rem;
}

.btn .i-class {
  color: white !important; /* Set the icon color to white */
}

.home-url{
  font-size: 1.5rem; /* Adjust the font size as needed */
  color:#04539C; /* Change to the desired color */
  font-family: Tiro Devanagari Hindi; /* Change to the desired font family */
  margin-right: 1rem; /* Add some spacing (margin) */
  text-decoration: none; /* Remove underline */
}
.btn-circle-hover {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 2px; /* Add horizontal margin for spacing between buttons */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-circle-hover:hover {
  transform: scale(1.2); /* Expand the button */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Add a subtle shadow for emphasis */
  z-index: 1; /* Ensure the hovered button stays on top */
}





.action-buttons{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 0;
  overflow: hidden;
  line-height: 40px;
  margin: 2px;
  transition: 0.3s ease;
}
.action-buttons span{
  font-size: 1.1rem;
}
.action-buttons span i{
  font-size: 1rem;
}

.action-btns{
  transition: 0.5s;
}
.action-btns button:nth-child(1){
  background-color: #28A745;
}
.action-btns button:nth-child(2){
  background-color: #04539C;
  border: none;
}
.action-btns button:nth-child(3){
  background-color: #DC3545;
}

.action-btns button:hover{
  width: 130px;
}

.transition-button{
  font-size: 22px; /* Increase font size */
}
.part-title1 {
  opacity: 0.5; /* 50% opacity */
}
.part-title1:hover {
  color: #04539C; /* Font color on hover */
  opacity: 1; /* Reset opacity on hover */
}

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

.button-wrapper1::before,
.button-wrapper1::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000; /* You can change the color of the lines here */
  margin: 0 10px; /* Space between the button and the lines */
}

.btn-primary {
  position: relative;
  z-index: 1;
}
.add-button{
  background-color: #28A745;
  border: none;
  font-size:larger;
}

.line {
  border: none;
  height: 1px;
  background-color: #000; /* Line color */
  margin: 10px 0; /* Space around the lines */
}

.card1 {
  width: 100%; /* Ensure full width in column */
  overflow: visible;
  border: 2px solid black; /* Black border */
  border-radius: 20px; /* Rounded corners */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: add a subtle shadow for depth */
}

.buttons {
  margin-left: 10px; /* Add space above the buttons */
}

