.select-wrap.search input::placeholder {
  color: #979797;
}
.page-template-blog footer .callout,  
.single-post footer .callout {
    margin-bottom: -130px;
    top: -130px;
}

.hero-section .breadcrumb-block {
    flex: 1;
}
.social-share {
    margin-top: 30px;
}
.related-articles-section{
    padding: 50px 0 400px;
    background: #f9f9f9;
    margin-top: 50px;
}
.related-detail p {
    font-size: 24px;
    line-height: 36px;
    color: #696969;
}
.related-detail h3{
    margin-bottom: 16px;
}
.breadcrumb-item + .breadcrumb-item:before{
    margin-top: 6px;
    +}
    .page_title{
        flex: 0 0 50%;
    }
    .hero-section .row {
        align-items: center;
    }
    .hero-section ol.breadcrumb {
        flex: 1;
    }
    .featured-articles {
      padding: 0 0 40px;
      background: #fff;
      text-align: center;
  }
.articles-grid {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    /*flex-wrap: wrap;*/
    justify-content: center;
    grid-template-columns: auto auto auto;
}
.article-card {
    color: #fff;
/*    border-radius: 10px;*/
    overflow: hidden;
    text-align: left;
    position: relative;
    /*max-width: 30%;
    flex: 0 0 30%;*/
    border: 2px solid #378ac5;
}
.btn, .btn:visited {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #378ac5;
    padding: .3em 1em;
    line-height: 1.7em;
    text-decoration: none;
}
.article-card .btn:hover {
    background-color: #2d71a1;
    color: #ffffff;
}
section.page-header {
    background-image: url('../images/bkgd-answering-service-icons.png'),linear-gradient(100deg,#037DDE 0%,#0229d8 100%);
    background-blend-mode: soft-light;
    background-position: 50%;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-header h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
div#blogPostsContainer .articles-grid {
    animation: fadeIn 2s ease-in-out forwards;
}
.article-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.article-card a.img-cover {
    display: inline-block;
    width: 100%;
    position: relative;
}

.badge {
    position: absolute;
    top: auto;
    left: 20px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0;
    line-height: inherit;
    display: flex;
    flex-wrap: wrap;
    bottom: 15px;
}
.badge span {
    background: #ddd;
    padding: 10px;
    border-radius: 8px;
    margin-right: 4px;
    margin-top: 4px;
    color: #666;
}
.article-card h3 {
    padding-bottom: 16px;
    font-size: 20px;
    min-height: 75px;
    color: #000;
    margin: 0;
    font-weight: 600;
    line-height: 25px;
}
.learn-more {
  display: inline-block;
  background: #fff;
  color: #0a0a3c;
  font-weight: bold;
  margin: 0 16px 16px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
}
.learn-more:hover {
  background: #f0f0f0;
}

.ruby-blog-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.ruby-blog-text {
  flex: 1 1 50%;
}

.ruby-blog-text h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ruby-blog-text p {
  font-size: 18px;
  line-height: 1.6;
  color:#fff;
}

.ruby-blog-image {
  flex: 1 1 40%;
}

.ruby-blog-image img {
  width: 100%;
  height: auto;
  border-top-right-radius: 100px;
  border-radius: 10px;
  display: block;
}
.select-wrap.search:before{
    display: none;
}
.page-title{
    display:none;
  }
.blog-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.blog-card {
  width: 250px;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.blog-title {
  font-size: 1rem;
  font-weight: bold;
  color: #ffd;
  margin-bottom: 1rem;
}

.blog-read-more {
  display: inline-block;
  padding: 0.6rem 1rem;
  background-color: #fff;
  color: #111;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}


/*1-7-2025*/
.ruby-blog-hero  .row{
    align-items: center;
}

.ruby-blog-hero  .ruby-blog-text {
    max-width: 55.86%;
    flex: 0 0 55.86%;
    padding-right: 65px;
}

.ruby-blog-hero  .ruby-blog-text h2 {
    font-size: 70px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 32px;
}
.single-post .content-area .related-detail {
    flex: 1;
}
.ruby-blog-hero {
    background: #486173;
    padding: 100px 0;
}
.articles-des {
    padding: 30px 20px;
    background: #fff;
}
.ruby-blog-hero  .ruby-blog-text p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}
a.blog-pagination-link {
    height: 40px;
    width: 40px;
    border: 2px solid #378ac5 !important;
    display: inline-block;
/*    border-radius: 10px;*/
    line-height: 35px;
    margin: 3px;
    color: #000;
}
div#blogPagination {
    margin: 70px 0 0;
}
a.blog-pagination-link.active, a.blog-pagination-link:hover {
    background: #378ac5;
    color: #fff;
}
.select-wrap {
    position: relative;
    width: 50%;
}
.select-wrap:before {
    display: block;
    font-family: "Font Awesome 5 Free";
    content: "";
    color: #32969d;
    font-size: 18px;
    width: 11px;
    height: 11px;
    line-height: 18px;
    font-weight: 700;
    position: absolute;
    right: 25px;
    top: 35%;
    pointer-events: none;
    border-left: 2px solid #08253a;
    border-bottom: 2px solid #08253a;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
}
.blog-filter-wrap .select-wrap input, .blog-filter-wrap .select-wrap select, .blog-filter-wrap .select-wrap input[type="text"]:focus, .blog-filter-wrap .select-wrap input[type="text"]:active {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
/*    border-radius: 12px;*/
    padding: 12px 20px 12px 24px;
    border: 1px solid #378ac5;
    width: 100%;
    font-size: 20px;
    color: #979797;
    height: auto;
    margin: 0;
    line-height: inherit;
    background-color: #ffffff;
}
.blog-filter-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    gap: 32px;
    align-items: center;
    padding: 0 80px;
}
button#searchButton svg {
    height: 24px;
}
button#searchButton {
    width: 70px;
    height: 55px;
    outline: none;
    border: 1px solid #378ac5;
/*    border-radius: 12px;*/
    background: #378ac5;
    margin-left:10px;
    cursor: pointer;
}
button#searchButton svg path {
    fill: #fff;
}
button#searchButton:hover path {
    fill: #378ac5;
}
.select-wrap.search {
    display: flex;
}
button#searchButton:hover {
    background: #fff;
}
.related-articles-section h2, .section-title {
    font-size: 40px;
    text-align: center;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-weight: bold;
}
.related-articles-section .container {
  padding: 0 15px;
}
a.blog-pagination-link {
  text-decoration: none;
}
h4.widgettitle {
    border-bottom: 3px double #999;
    margin-bottom: 0.75em;
}
.single-post .byline {
    font-size: 15px;
}
.hentry .thumbnail-wrapper img {
    object-fit: cover;
}
@media(max-width: 1750px){
    section.page-header {
        min-height: 330px;
    }
}
@media(max-width: 1439px){

    .related-articles-section{
        padding: 50px 0 220px;
    }
    .features-b {
        padding-bottom: 50px;
    }
    .page-template-blog footer .callout, .single-post footer .callout {
        margin-bottom: -72px;
        top: -72px;
    }
}
@media(max-width: 1200px){
    section.page-header {
        min-height: 330px;
    }
}
@media(max-width: 1200px){
    /*.article-card {
        max-width: 48%;
        flex: 0 0 48%;
    }*/
}
@media(max-width: 1024px){
    .blog-filter-wrap {
        gap: 10px;
        padding: 0;
    }
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    /*.article-card{
        max-width: 47%;
        flex: 0 0 47%;
    }*/
}
@media(max-width: 767px){
    /*.article-card{
        max-width: 100%;
        flex: 0 0 100%;
    }*/
    body.single-post .content-area {
        padding: 80px 0 0;
    }
    .single-post .content-area .related-detail {
        padding: 0 20px;
    }
    body .sticky-social-share {
        display: none;
    }
    .hero-section h1{
        padding-bottom: 0;
    }
    .page_title {
        text-align: center;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .blog-filter-wrap{
        flex-direction: column;
        padding: 0;
    }
    .select-wrap {
        width: 100%;
    }
  
    div#blogPostsContainer .container,
    .featured-articles .container{
        padding: 0;
    }
    .ruby-blog-text {
        margin-bottom: 20px;
    }
    .ruby-blog-hero .ruby-blog-text,.ruby-blog-image{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 20px;
    }
    .articles-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    section.page-header {
        min-height: 235px;
    }
}

@media(max-width: 576px){
    /*.article-card{
    max-width: 100%;
    flex: 0 0 100%;
}*/
}