.entry-content p a{
    box-shadow: none !important;
}
#main-menu{
    display: none !important;
}
.navbar .site-title-wrap {
    float: left;
    margin-top: -20px;
    transform: translateY(-10px);
    margin-bottom: 15px;
}
.navbar-toggler{
    display: none;
}
    

/* form */
._form_17{
    padding-left: 0px !important;
   }
   .dash-text{
   margin-top: 10px;
   }
   #menu-primary-menu{
   display:none !important;
   }
   #menu-login-menu{
   display:none !important;
   }
   .card-section .img1{
   transform: translateY(-50px);
   }
   .card-section .img2{
   transform: translateY(-40px);
   }
   .card-section .img3{
   transform: translateY(-40px);
   }
   .post28142 img{
   width: 80%;
    position: relative;
       opacity: 0; /* Start with 0 opacity */
       transform: translateX(-100%); /* Start off-screen to the left */
       animation: slideIn 1s ease-out forwards;
   }
   @keyframes slideIn {
       0% {
           opacity: 0;
           transform: translateX(-100%);
       }
       100% {
           opacity: 1;
           transform: translateX(0);
       }
   }
   .tf-guide-container{
       position: relative;
       opacity: 0; /* Start fully transparent */
       transform: translateY(100%); /* Start off-screen at the bottom */
       animation: slideInText 1s ease-out forwards; /* 2s animation */
       animation-delay: 0.5s; /* Delay the text animation slightly */
   }
   @keyframes slideInText {
       0% {
           opacity: 0;
           transform: translateY(100%);
       }
       100% {
           opacity: 1;
           transform: translateY(0);
       }
   }
   @media (max-width: 767px){
    .navbar .site-title-wrap {
     transform: none;
     margin-bottom: 0;
     }
   }
   @media (max-width: 776px){
     .post28142 img{
       width: 100%;
     }
   }