@font-face {
  font-family: 'BlackOpsOne';
  src: url('/public/resources/BlackOpsOne-Regular.ttf') format('truetype');
  /* Add additional font formats if needed, like eot, ttf, svg */
}
@font-face {
  font-family: 'Acme';
  src: url('/public/resources/Acme-Regular.ttf') format('truetype');
  /* Add additional font formats if needed, like eot, ttf, svg */
}
.blogHeading{
  font-weight: 700;
  font-size: 25px;
  padding: 10px 150px;
  margin: 10px 50px;
  color: var(--uni-light-colorTheme1);
  font-family: 'BlackOpsOne' !important;
  background:  black !important; 
}
.body-text{
  padding: 5px 20px;
  font-size: 1.2rem !important;
  white-space: pre-line;
  font-family: 'Acme' ;
}
.categoryData{
  font-size: 17px;
}
.category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px !important;
  justify-content: center !important;
  align-items: center;
  padding: 5px 0 !important;
}
.custom-rounded-pill{
  border: 2px solid rgb(15, 15, 15);
  border-radius: 7px;
  padding: 4px 10px !important;
  background: var(--uni-light-colorTheme8);
  color: var(--uni-light-colorTheme5) !important;
 /**  margin: 2px auto !important;  **/
}
.app-filter-wrapper {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: var(--main-box-shadow);
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  padding-right: 5px;
}
.app-filter-wrapper label{
  padding: 5px;
  font-size: 14px;
  margin: 10px;
}

.filter-search-input {
  border: none;
  appearance: none;
  margin: auto !important;
  padding: 10px 16px;
  outline: none;
  font-size: 15px;
  line-height: 20px;
  caret-color: var(--main-color);
  color: var(--text-color-dark);
  position: relative;
  flex: 1;
  max-width: 300px !important;

  &:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23afb6cc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='M21 21l-4.35-4.35'/%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-color: red;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    display: inline-block;
  }

  &::placeholder {
    color: #afb6cc;
  }
}
      .searchBttn{
  color: black !important;
  width: fit-content;
  margin-left: auto; /* Center the button horizontally */
margin-right: auto; /* Center the button horizontally */
font-family: 'Domine';
font-size: 12px;
border: 2px solid rgb(238, 234, 234) !important;
border-radius: 12px !important;
}

.searchBttn:hover{
  box-shadow:
  -7px -7px 20px 0px rgba(255, 255, 255, .9),
  -4px -4px 5px 0px rgba(255, 255, 255, .9),
  7px 7px 20px 0px rgba(0, 0, 0, .2),
  4px 4px 5px 0px rgba(0, 0, 0, .3);
transition: all 0.3s ease;
}

.article-date{
  font-style: italic; font-size: 14px; float: right !important;
}
.blog-cover-container{
  display: flex;              /* Enable flexbox */
  justify-content: center;    /* Center horizontally */
  align-items: center;        /* Center vertically */
  height: 100%;  
       
}
.blog-cover-img{
  max-width: 100%;            /* Optional: Prevent the image from overflowing */
  height: auto;  
}
.blog-body-container{
  background: black !important;    
  padding: 0 !important;
}
.blogJumbotron{
  /* background: url(/public/assets/uploads/aquascape.jpg) no-repeat 10% 0; */
  overflow: hidden;
  transition: background 0.3s ease; /* Adding a smooth transition for a better visual effect */
  background-size: cover;
  background-position: center;
  height: 300px;
  padding: 20px 30px;
  max-height: fit-content;
}
.blogJumbotron h2{
  color: var(--uni-light-colorTheme7);  
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adjust the values for the glow effect */
 font-style: italic;
 font-family: 'BlackOpsOne';
 margin: auto;
 width: 80%;
 float: left;
 padding: 0 30px;
}

.blogJumbotron p{
  color: var(--uni-light-colorTheme5);  
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adjust the values for the glow effect */
  font-family: 'Acme';
  margin: 10px 20px !important;
  font-size: 20px !important;
  font-weight: bold;
  width: 80% !important;
  float: left;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); /* Adjust the values for the glow effect */

}

.blogJumbotron .readBttn{
  width: fit-content;
  margin: 5px 2px !important;
  float: right; 
}

.blogJumbotron .readBttn a{
  color: var(--uni-light-colorTheme7) !important;  
}
.readBttn {   
  border: 1px solid white;     
}
.blogJumbotron:hover h2{
  text-shadow: 
3px 3px 6px rgba(0, 0, 0, 1),  /* Stronger main shadow */
1px 1px 2px rgba(0, 0, 0, 0.8),  /* Extra depth */
-1px -1px 2px rgba(0, 0, 0, 0.6); /* Subtle highlight */
transition: all 0.3s ease;
}

.blogJumbotron:hover p{
  text-shadow: 
3px 3px 6px rgba(0, 0, 0, 1),  /* Stronger main shadow */
1px 1px 2px rgba(0, 0, 0, 0.8),  /* Extra depth */
-1px -1px 2px rgba(0, 0, 0, 0.6); /* Subtle highlight */
transition: all 0.3s ease;
}

.blogJumbotron .readBttn:hover{
  box-shadow:
  -7px -7px 20px 0px rgba(255, 255, 255, .9),
  -4px -4px 5px 0px rgba(255, 255, 255, .9),
  7px 7px 20px 0px rgba(0, 0, 0, .2),
  4px 4px 5px 0px rgba(0, 0, 0, .3);
transition: all 0.3s ease;
}

/* Sticky social bar */
/* EOF Footer*/
/* Original styles for footer and footer-row1 remain unchanged */
@media only screen and (width>= 1201px){
  .blogJumbotron p {
    display: block;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1200px){
  .blogJumbotron p {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px){
  .blogJumbotron h2{
    color: var(--uni-light-colorTheme7);  
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adjust the values for the glow effect */
    font-size: 30px !important;    
  }
  .blogJumbotron p {
    display: none;
  }
  .categorySearchListing{   
    width: 100% !important;
    text-align: center;
    
  }
  .dropdown-content{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .app-filter-wrapper {    
    max-width: 450px !important;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
  }
  .filter-search-input {
    width: 250px !important;
  }
  #pagination {
    text-align: center !important;
    justify-self: center;
    width: 100%;
    margin: 30px auto !important;
  }
  #pagination button{
    text-align: center !important;

  }
}

@media only screen and (min-width: 569px) and (max-width: 767px) {
  .blogHeading{   
    padding: 10px 30px;
    margin: 10px 20px; 
  }
  .blogJumbotron h2{
    color: var(--uni-light-colorTheme7);  
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adjust the values for the glow effect */
    font-size: 25px;
    width: 90%;
  }
  
  .blogJumbotron p {
    display: none;
  }
  .categorySearchListing{   
    width: 100% !important;
  }
  
  .app-filter-wrapper {    
    max-width: 450px !important;   
      margin-left: auto;
      margin-right: auto;
  
  }
  .filter-search-input {
    width: 210px !important;
  }
  #pagination {
    text-align: center !important;
    justify-self: center;
    width: 100%;
    margin: 30px auto !important;
  }
  #pagination button{
    text-align: center !important;
  }
}


@media only screen and (min-width: 240px) and (max-width: 568px){
  .blogHeading{   
    padding: 10px 30px;
    margin: 10px 20px;
 
  }
  .blogJumbotron{
  padding: 10px 10px;

}
  .blogJumbotron h2{
    color: var(--uni-light-colorTheme7);  
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adjust the values for the glow effect */
    font-size: 25px;
    width: 90%;
    
  }
    .blogJumbotron p {
    display: none;
  }

  .categorySearchListing{   
    width: 100% !important;
  }
  .app-filter-wrapper {    
    max-width: 350px !important;
   padding-right: 5px;
  }
  .filter-search-input {
    width: 140px !important;
  }

    .searchBttn{
   margin-right: 5px !important;
    }
  #pagination {
    text-align: center !important;
    justify-self: center;
    width: 100%;
    margin: 30px auto !important;
  }
  #pagination button{
    text-align: center !important;

  }
}

