*{
    margin: 0;
    padding: 0;
}

.breadcrumb {
      justify-content: center;
      margin-bottom: 30px;
}

.breadcrumb-item a {
  text-decoration: none;
  color: white;
  font-family: 'poppins';
}

.breadcrumb-item.active {
  color: #6302e2;
  text-decoration: underline;
}

.team-heading {
    width: 300px;
    color: #fff;
    text-align: center;
    margin: 30px auto;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 65px;
    background-color:#001659;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Proper shadow */
}


    .blog-page{
      padding-top: 10px;
    padding-bottom: 40px;
    }

    .card .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/blog-01.jpg); */
    background-size: 100%;
}

.card .icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: #fff;
}

.card .slide {
    width: auto;
    height: 200px;
    transition: 0.5s;
}

.card .slide.slide1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: .7s;
    transform: translateY(100px);
}

.card:hover .slide.slide1{
    transform: translateY(0px);
}

.card .slide.slide2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transition: .8s;
    transform: translateY(-100px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.card:hover .slide.slide2{
    transform: translateY(0);
}

.card .slide.slide2::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    bottom: 15px;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #0dcaf0
}

.card .slide.slide2 .content p {
    font-family: 'poppins';
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #414141;
}

.card .slide.slide2 .content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
    color: #414141;
    font-family: 'poppins';
    position: relative;
    top: -40px;
    color: #001659;
} 

.blog-p1{
    margin-top: -35px !important;
}

.blog-div-1{
    position: relative; 
    top: 10px;
}

.blog-div-2{
    position: relative; 
    top: 23px;
}

.btn-primary {
    background: #001659 !important;
    color: #fff !important;
    border: none !important;
    border-radius: initial !important;
    padding: 5px 10px !important;
    font-family: poppins !important;
}

.btn-primary:hover {
    background: #FF5E15 !important;
}

.btn {
    font-weight: 600 !important;
    transition: .5s !important;
}

.blogs-details-h3{
    font-size: 25px;
    font-family: 'poppins';
    color: #001659;
    font-weight: 600;
    padding-top: 25px;
}

.author{
    display: flex;
    align-items: center;
}

.author-info{
    padding-top: 8px;
}

.author-1{
    font-family: 'poppins';
    margin-left: 15px;
    text-align: center;
    font-size: 16px;
    color: #414141;
}

.author-2{
    font-family: 'poppins';
    margin-left: 25px;
    text-align: center;
    font-size: 16px;
    color: #414141;
}

.author-3{
    font-family: 'poppins';
    font-size: 15px;
    color: #414141;
    margin-top: 20px;
}

.author-4{
    font-family: 'poppins';
    font-size: 15px;
    color: #414141;
}

.blogs-details-h3-1{
    font-size: 19px;
    font-family: 'poppins';
    color: #001659;
    font-weight: 600;
    padding-bottom: 5px;
}

    
