/*
Theme Name: netvalve
Author: Ardy
Description: netvalve site
Version: 1.0
*/


.full-width-img {
  width: 100%;
  height: auto;
  display: block;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.reponsive-cols3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#sarticle h2{
  color:#FFFFFF;
}

.ps-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.ps-col3 {
  width: 33%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 1px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1483a8), to(rgba(156, 215, 247, 0.1)));
  background-image: linear-gradient(180deg, #1483a8, rgba(156, 215, 247, 0.1));
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

 @media screen and (max-width: 767px) {
    .reponsive-cols3 {
           display: flow;
    }
    .ps-col3 {
      width: 100%;
      margin-bottom:30px;
      margin:0 0 30px 0;
    }
}

.ps-col3:hover {
  box-shadow: 0 20px 80px -20px rgba(166, 212, 232, 0.22);
}

.ps-col3.belief {
  width: 33.33%;
}

.ps-col3-desc {
  padding:30px;
}
.ps-col3-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  height: auto;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #0a2540;
}

.ps-col3-item:hover {
  background-color: rgba(10, 37, 64, 0.67);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.ps-col3-item.cont {
  height: 300px;
}

.ps-col3-heading a{
font-family: Nunito;
font-weight: 800;
 
font-size: 24px;
 
line-height: 26px;
letter-spacing: 0%;

color:#FFFFFF;
text-decoration: none;

}

.ps-col3-heading2 {
font-family: Nunito;
font-weight: 800;
 
font-size: 34px;
 
line-height: 26px;
letter-spacing: 0%;

color:#FFFFFF;
text-decoration: none;

}

.post-meta{
  margin-bottom:0px !important;
}
.post-category a{
  font-family: Nunito;
  font-weight: 800;
 
  font-size: 16px;
 
  line-height: 20px;
  letter-spacing: 0%;
  color: #4CC2FF;
  text-transform: uppercase;

  text-decoration: none;
}

.boxtop{
  margin-top:50px;
}

.articleHead{
  text-align: center;

  margin:100px 0 50px 0;
}
.articleHead .post-meta{
  margin-bottom:25px;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #4CC2FF;
    font-size: 18px;
    line-height: 22px;
    background-color: #4CC2FF0D;
    margin-top:25px;
    margin-bottom:25px;
}
.featuredImage{
  margin-bottom:50px;
}

.single-related-img img{
  height: 193px !important;
}

.relatedArticle {
  margin-top:100px;
}

.relatedArticle .fa-center{
  text-align: center;
}


.author-box {
  padding: 0px;
  /* border-top: 1px solid #e0e0e0; */
  margin-top: 40px;
}

.author-box-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.author-avatar-wrapper img {
  border-radius: 50%;
}

.author-name {
  font-weight: bold;
  font-size: 18px;
}

.author-description {
  color: #FFFFFF;
  font-size: 14px;
}

.contact-sales-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #24aef2; /* bright sky blue */
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 999px; /* full pill shape */
  transition: background-color 0.3s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.contact-sales-button:hover {
  background-color: #1a98d5;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.contact-sales-button .arrow {
  font-size: 16px;
  transform: translateX(2px);
}

.error-404{
  text-align: center;
  margin:10vh 0;
}