
  .Blogs-card {
    padding: 1rem;
    border-radius: 10px;
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 15px 30px rgba(0, 0, 0, 0.05); */
    background-color: white;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border: rgba(0, 46, 97, 0.3) solid 1px;
  }
  .blogs-card-main-img {
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .Blog-date {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  #Required-Documents .Blog-date {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
  }
  #Required-Documents .Blog-date p {
    margin: 0;
    color: var(--secondary-color);
    
  }
  .Blog-date svg {
    width: 25px;
    height: 25px;
    fill: var(--secondary-color);
  }
  .Blogs-card h2 {
    color: var(--main-color);
    font-size: 1.2rem;
    text-align: start;
    margin-top: 0;
  }
  .Blogs-card .blog-paragraph {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: start;
    margin-top: 1rem;
    color: rgba(51, 51, 51, 0.5);
    font-family: Cairo-SemiBold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .Blogs-card a {
    font-size: 1rem;
    color: var(--secondary-color);
    /* position: absolute; */
    bottom: 2rem;
    font-family: Cairo-bold;
  }

  
  .Blogs-card {
      display: flex;
      flex-direction: column;
  }

  .blog-card-inner-div {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      align-items: stretch; /* Ensures all children stretch to the same height */
  }

  /* .blog-card-inner-div > * {
      flex: 1; /* Makes the height of all children equal */
  /*} */

  .blog-card-inner-div picture{
    min-height: 200px;
  }

  .Blog-date {
      display: flex;
      align-items: baseline;
      margin: 10px 0 5px;
      position: relative;
  }
  .Blogs-card .blog-paragraph{
    margin-top: 0rem;
    margin-bottom: 2.5rem;
    flex: unset;
  }

  .secondary-btn {
      align-self: flex-end; /* Aligns the button at the bottom */
  }


  .readmore-arrow {
    width: 20px;
  }
  .arabic-version {
    .readmore-arrow {
      transform: rotate(180deg);
    }
  }

  .Blogs-card .secondary-btn{

    padding: 0.65rem 1.5rem;
    font-size: 1rem;
    margin-bottom: .5rem;
    font-family: Cairo-SemiBold;
  }
  .Blog-date p {
    color: #C9AC80 ;
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: start;
    margin-top: 1rem;
    color: rgba(51, 51, 51, 0.5);
    font-family: Cairo-SemiBold;
    position: absolute;
    top: -15px;
    inset-inline-start: 35px;
  }

  .Blogs-card h2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .Blogs-card h2{
    line-height: 1.6rem;
    height: calc(3* 1.6rem);
  }

  .arabic-version .Blogs-card h2{
    line-height: 1.9rem;
    height: calc(3* 1.9rem);
  }