.breadcrumb {
    background: #f5f5f5;
}

/* security_software */
.security_software .subscribe_box_all_archive {
  background: no-repeat;
  padding: 0px;
}

/* security_software */


/* pagination on category page */

.pagination-wrapper {

    width: 100%;
    display: flex;
    justify-content: center;

}

.pagination-wrapper ul {
border-radius: 100px;
    border: 1px solid #CCC;
    padding: 4px 8px;
    margin-top: 10px;
}
.page-numbers li {
    list-style: none;
    color: #000;
    display: inline-block;
}

.page-numbers.current {
    background: #1A73E8;
    color: #fff;
}

.page-numbers li span {
    width: 24px !important;
    height: 24px !important;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    border: none !important;
    font-size: 14px;
}

.page-numbers li a {
    width: 24px !important;
    height: 24px !important;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    border: none !important;
    font-size: 14px;
    margin: 0px;
    color: #000;
    text-decoration: none;
}

/* End pagination on category page */





/* Consult with Our Techjockey Expert */
.consult_img {
  margin-top: 17px;
}

.Techjockey_expert_section {
  float: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.consult_box {
  padding: 40px 60px;
  border-radius: 12px;
  background: #F6F8FB;
  float: left;
  width: 100%;
}

.cn1 {
  float: left;
  width: 14%;
  margin-right: 20px;
}

.cn2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  float: left;
  width: 80%;
  line-height: 25px;
  margin-bottom: 10px;
}

.cn3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  float: left;
  width: 80%;
  line-height: 22px;
  color: rgba(34, 34, 34, 0.70);
}

.form_input {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 12px;
}

.consult_form_bx {
  margin-right: -15px;
  margin-left: -15px;
}

.consult_img_archive img{
    float: left;
    width: 17%;
    margin-right: 15px;
}

.form_input input {
  padding: 9px 15px;
  border-radius: 12px;
  border: 1px solid #CCC;
  background: #FFF;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  float: left;
  width: 100%;
  line-height: 25px;
}

.form_input button {
  border-radius: 8px;
  background: #1A73E8;
  padding: 9px 15px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  line-height: 25px;
  cursor: pointer;
}


/*.archive_center{
  text-align: center;
  border: 3px solid #F5F5F5;
  font-size: 16px;
  font-weight: 600;
}*/



.no-results {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; 
    height: auto; /* Auto height for better responsiveness */
    max-width: 90%; /* Adjust width dynamically */
    margin: 50px auto;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.no-results-content {
    max-width: 600px;
    text-align: center; 
}

.no-results h2 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.no-results p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.no-results-content .btn2 {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #007bff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.no-results-content .btn2:hover {
    background: #0056b3;
}


/* Consult with Our Techjockey Expert */


.text-heading h2 {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
    margin-top: 15px;
}

.wh-box {
    padding: 10px 10px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border: solid 1px #ccc;
    margin-bottom: 15px;
    background-color: #fff;
}


.featured-img-dv img {
    width: 100%;
    aspect-ratio: 90 / 47;
    border-radius: 8px;
}

.wh-box img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.box-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    margin-top: 7px;
    margin-bottom: 9px;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.date-list {
    font-size: 14px;
    color: #8f8f8f;
    margin: 0;
}

.wh-box:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px); /* Slight lift effect */
}


.wh-box {
    transition: box-shadow 0.3s ease-in-out; /* Smooth transition */
}

.wh-box:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Shadow effect on hover */
}


a {
    line-height: inherit;
    color: #246f9e;
    text-decoration: none;
    cursor: pointer;
}
