/*15-7-25*/
@media(min-width:1201px){

    .elementor-page:not(.single-product).single-post #pxl-main {
        padding-top: 230px !important;
    }
    .elementor-page:not(.single-product).page-template-blog #pxl-main {
        padding-top: 230px !important;
    }


}


@media screen and (min-width: 1800px) {
    #pxl-wapper .page-header .container {
        max-width: 1650px !important;
    }
}

    .post-tags-share .post-tags-wrap .post-tags a {

    display: inline-block;
    vertical-align: middle;
    }



.single-post .comment-form-cookies-consent input{
    opacity:1;
    height:20px !important;
    top:1px;
}


.page-template-blog .articles-des i{
color: #FFFFFF !important;
  width: 45px !important;
  height: 45px !important;
  line-height: 45px !important;
  background-color: #1E2023 !important;
  margin-left: 21px !important;
}

.single-post .pxl-content-wrap{
  padding: 80px 20px 0;  
}

.page-template-blog .btn:not(.btn-stroke){
border: 2px solid transparent !important;
border-radius:0 !important;
padding: 0px 6px 0px 20px;
}


.page-template-blog .btn:not(.btn-stroke):hover{
color: #000000 !important;
  border: 2px solid #000000 !important;
  background-color: #ffffff !important;
  }

.section-title{
color:#960000;
font-weight: 700;
}

section.page-header {
    background: #1E2023;
    padding: 100px 0 15px;
}
section.page-header h1 {
    color: #FFFFFF;
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 0px;
}
.breadcrumb {
    background-color: #960000 !important;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    margin: 30px 0;
/*    padding: 9px 27px 8px 27px;*/
    letter-spacing: 1.28px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}
.breadcrumb a {
    color: #fff !important;
}
/*15-7-2025 end*/


.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: 80px 20px 0;
      background: #fff;
      text-align: center;
  }
  .features-b{
    padding-bottom: 0px;
}
.articles-grid {
    display: flex;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
}
.article-card {
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    position: relative;
    max-width: 30%;
    flex: 0 0 30%;
    border: 2px solid #960000;
}
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:#ffffff;
    padding: 10px;
    border-radius: 8px;
    margin-right: 4px;
    margin-top: 4px;
}
.article-card h3 {
    padding-bottom: 16px;
    font-size: 22px;
    min-height: 75px;
    color: #000;
    margin: 0;
}
.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;
    font-family: 'GoogleSans-Bold';
    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;
}
.article-card .btn {
    padding: 12px 24px;
    min-width: auto;
}
.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 #960000;
    display: inline-block;
    border-radius: 10px;
    line-height: 35px;
    margin: 0 3px;
}
div#blogPagination {
    margin: 70px 0;
}
a.blog-pagination-link.active, a.blog-pagination-link:hover {
    background: #960000;
  color: #fff;
}
.select-wrap {
    position: relative;
    width: 33.33%;
}
.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 input, .blog-filter-wrap select {
    appearance: none;
    border-radius: 12px;
    padding: 12px 20px 12px 24px;
    border: 1px solid #960000;
    width: 100%;
    font-size: 20px;
    color: #000000;
}
.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 #960000;
    border-radius: 12px;
    background: #960000;
    margin-left:10px;
}
button#searchButton svg path {
    fill: #fff;
}
button#searchButton:hover path {
    fill:#960000;
}
.select-wrap.search {
    display: flex;
}
button#searchButton:hover {
    background: #fff;
}
  .related-articles-section h2,
    .section-title {
        font-size: 40px;
    }
    .related-articles-section .container{
        padding: 0 15px;
    }
@media(max-width: 1439px){

    .related-articles-section{
        padding: 50px 0 220px;
    }
    .page-template-blog footer .callout, .single-post footer .callout {
        margin-bottom: -72px;
        top: -72px;
    }
}
@media(max-width: 1024px){
    .blog-filter-wrap {
    gap: 10px;
    padding: 0;
}
    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

section.page-header h1{
    font-size:45px;
    line-height:1.5;
}

}
@media(max-width: 991px){
.article-card{
    max-width: 47%;
    flex: 0 0 47%;
}

.single-post #pxl-content-area p{
    font-size:15px;
}

}
@media(max-width: 767px){

    section.page-header h1{
    font-size:35px;
    line-height:1.5;
}

    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);
    }
}

@media(max-width: 576px){
    .article-card{
    max-width: 100%;
    flex: 0 0 100%;
}
}

