@media (max-width: 425px) {
  .home-main-content > p {
      text-align: justify;
  }
  
  .home-main-content > h1, h2 {
      text-align: center;
  }
  
  div.ads {
    
    margin-bottom: 0 !important;
        
  }
  
  div.free-mob {
      
    padding-right: .07rem !important;
    padding-left: .07rem !important;
    margin-bottom: .25rem !important;
      
  }
  
  div.free-mob-container {
      
    display: flex;
    justify-content: center;
    
  }
  
}

.image-container {
    position: relative; 
    display: inline-block; 
}
        
.image-container::before {
    content: ""; 
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(255, 255, 255, 0.5); 
    opacity: 0; 
    transition: opacity 0.3s ease; 
}
    
.image-container:hover::before {
    opacity: 0.4; 
    cursor: pointer;    
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(255, 255, 255, .66);
    background-color: #7B1FA2;
}

.text-white-sm {
    color: rgba(255, 255, 255, .55);
}

/*Override btn primary color */
.btn-primary {
    color: #fff;
    background-color: #6A1B9A;
    border-color: #6A1B9A;
}

.btn-primary:hover {
    background-color: #6A1B9A;
    border-color: #6A1B9A; 
}

.btn-primary:focus {
    color: #fff; 
    background-color: #6A1B9A;
    border-color: #6A1B9A;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); /* Custom focus shadow */
}

.text-primary { color: #6A1B9A !important;}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6A1B9A;
    border-color: #6A1B9A;
}

.page-link, .page-link:hover {
    color: #6A1B9A;
}

.announce-add label {
    
    font-weight: bold;
    
}

.show {visibility:visible!important;cursor:pointer;opacity:1!important}

.scroll-top-wrapper {
    position: fixed;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777;
    color: #eee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    cursor: pointer;
}

h1 {letter-spacing: -.125rem;}
