body {
    background-color: #1e1e2e !important;
    color: #fff !important;
    font-family: Lato, "Lato Fallback";
    line-height: 1.8;
}
ul li a, p, h1, h2,h3,h4,h5,h6 {
    font-family: Lato, "Lato Fallback";
}
.post-heading {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.sub-heading {
    text-align: center;
    margin-bottom: 2rem;
    color: #fff !important;
    font-size: 16px;
    font-weight: 300;
}

.content {

    margin: 0 auto;
    text-align: justify;
}

.content p {
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
}

.content strong {
    color: #f8f9fc;
}

a {
    color: #a690ec;
    text-decoration: none;
}

.text-dec{
    text-decoration: underline;
}

.navigation a {
    font-size: 20px !important;
    font-weight: 300;
}
.m-font-size-16{
  font-size: 16px ;
}

.box {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .card {
    background-color: #fefeff !important;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important;
    height: 405px;
    transition: box-shadow 0.2s ease-out;
  }
  
  .card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.2s ease-out, filter 0.2s ease-out;
    border-radius: 0px; /* Border radius for desktop */
  }
  
  .card:hover img, .card img:hover {
    transform: scale(1.05);
    filter: brightness(1.2);
  }
  
  .card-body {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .card-body a {
    color: #002664;
    text-decoration: none;
  }

  .card-text a{
    color: #0d6efd;
  }
  
  .card-title {
    font-size: 18px !important;
    font-weight: 700;
    color: #002664;
    margin-bottom: 2px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  
  .card-title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  
  .card-meta {
    font-size: 16px;
    color: #3c5e7a;
    margin-bottom: 15px;
  }
  
  .card-text {
    font-size: 15px;
    color: #747474;
    font-weight: 200;
    margin-top: 4px !important;
    line-height: normal;
  }
  
  /* Mobile styles */
  @media (max-width: 768px) {
    .box {
     
      gap: 15px;
      padding: 10px;
    }
  
    .card {
      height: auto;
      border-radius: 6px;
            box-shadow: none; 
    }
  
    .card img {
      height: auto; 
      border-radius: 0; 
    }
  
    .card-body {
      padding: 10px;
    }
  
    .card-title {
      margin-bottom: 10px;
    }
  
    .card-meta {
      font-size: 14px;
      margin-bottom: 10px;
    }
  
    .card-text {
      font-size: 14px;
    }
   
  }
  @media (min-width: 768px) and (max-width: 927px) {
  .box {
    grid-template-columns: repeat(3, 1fr); /* Adjust grid to 2 columns */
    gap: 15px;
    padding: 15px;
  }

  .card {
    height: auto; /* Allow card height to adjust dynamically */
    border-radius: 6px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); /* Slightly reduced shadow */
  }

  .card img {
    height: 200px; /* Reduce image height for smaller screens */
    object-fit: cover;
  }

  .card-body {
    padding: 12px;
  }

  .card-title {
    font-size: 30px; /* Slightly larger title font for tablets */
    margin-bottom: 8px;
  }

  .card-text {
    font-size: 15px; /* Adjust text size for readability */
    line-height: 1.4; /* Improve line spacing */
  }
}

@media (max-width:520px){
  .box {
    grid-template-columns: repeat(1, 1fr) !important;
   
}
}
 

.Los_p {
    max-height: 5.5em;
    color: #747474;
    font-weight: 200;
    font-size: 17px;
    margin-top: 12px;
    line-height: normal;
}


@font-face {
    font-family: Museo Slab;
    src: url(../fonts/Museo_Slab_500.otf)
}



.aph_mobile_header_content{
    display: none;
}
.aph_desktop_header_content, .aph_nav_menu{
    display: flex;
}
.aph_desktop_header_content{
    justify-content: space-between;
}
body#aphRoot{
    text-decoration-skip-ink: none;
}
.aph_header_menu_links{
    width: 60%;
    min-width: 60%;
}
ul.aph_nav_menu li {
    padding: 18px;
    width: 20%;
}
ul.aph_nav_menu li a{
    line-height: 22px;
}
ul.aph_nav_menu li:hover a {
    font-weight: 700;
}
ul.aph_nav_menu li:nth-child(3),
ul.aph_nav_menu li:nth-child(3) a{
    padding-left: 0px;
}
.aph_header_logo {
    margin: 10px;
}
body.fix-mobile-scrolling{
    overflow: initial;
}
.aph_content {
    position: relative;
    transition: transform .3s ease-out;
    height: 100%;
}
.aph_row_01{
    float: none;
    top: 0;
    left: 0;
    width: auto;
    position: relative;
    height: auto;
    padding-top: 106px;
    /* padding-left: 40px; */
    padding-bottom: 106px;
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    /* padding-right: 40px; */
    min-width: 0;
    text-align: start;
    background-position: 50% 50%;
    min-height: auto;
}

div#aph, .aph_wrapperouter, .aph_inner{
    height: 100%;
}
div.aph_header_inner_content {
    position: absolute;
    z-index: 101;
    width: 100%;
    padding: 13px 0;
}
.m-tb-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

#aphheader .aph_nav_menu li:hover a {
    font-weight: 700;
}

.aph_wrapper {
    height: 100%;
}



@media (max-width: 768px) {
    .post-heading {
        font-size: 2rem;
    }

    .content p {
        font-size: 14px !important;
    }
    .sub-heading {
      font-size: 15px !important;
    }
    .navigation a{
      font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    .post-heading {
        font-size: 1.8rem;
    }


    .aph_row_01{
        padding-left: 0%;
        padding-right: 0%;
    }

}
