.gholia-blog-page {
  background: #f5f7fb;
 
}

.gholia-blog-wrap {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.gholia-blog-hero {
    background-color: #07255f;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 60px 0 29px;
    position: relative;
}

.gholia-blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 10, 35, 0.92) 0%, rgba(1, 10, 35, 0.45) 52%, rgba(1, 10, 35, 0.2) 100%);
}

.gholia-blog-hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.gholia-blog-hero h1 {
    color: #fff;
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 60px;
}

.gholia-blog-hero p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}

.gholia-blog-search-form {
    position: relative;
    z-index: 2;
    margin-top: -32px;
    max-width: 655px;
    left: 50%;
    transform: translateX(-50%);
}
.gholia-blog-search-form input,
 .gholia-blog-search-form input:focus {
    width: 100%;
    height: max-content;
    border: 5px solid #0C3199;
    border-radius: 30px;
    background: #F4F4F5;
    color: #767676;
    padding: 13px 60px 13px 15px;
    font-size: 14px;
    box-shadow: -00px -2px 0 0px #7e7c7c9e;
}


.gholia-blog-search-form input::placeholder{
color: #767676;
}
.gholia-blog-search-form button {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, #00239C, #2248D1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

.gholia-blog-search-form button span {
  font-size: 18px;
  line-height: 1;
}

.gholia-blog-listing {
  padding: 42px 0 70px;
}

.gholia-blog-posts.is-loading {
  opacity: 0.65;
  pointer-events: none;
}

.gholia-blog-featured-card {
    display: flex;
    gap: 0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    align-items: center;
}

.gholia-blog-featured-image{
  display: block;
  position: relative;
  line-height: 0;
}

.gholia-blog-featured-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gholia-blog-featured-image {
    height: 390px;
    width: 472px;
    border-radius: 16px;
    overflow: hidden;
}


.gholia-blog-featured-content {
    padding: 30px 16px 60px 30px;
    background: #F5F6FA;
    position: absolute;
    max-width: calc(100% - 437px);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 16px;
}

span.gholia-blog-featured-badge {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0C3199;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4.5px 15px;
    background: #F3F5FF;
    border: 1px solid #A3B7FF;
    border-radius: 16px;
    margin-bottom: 25px;
}


.gholia-blog-featured-content h2 a {
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    color: #000000;
}
.gholia-blog-featured-content p {
margin-bottom: 25px;
font-family: 'Inter';
font-weight: 400;
font-size: 16px;
line-height: 24px;

color: #333333;

}

.gholia-blog-badge {
font-family: 'Inter';
font-weight: 400;
font-size: 14px;
line-height: 24px;
color: #0C3199;
box-sizing: border-box;
justify-content: center;
align-items: center;
gap: 10px;
position: absolute;
left: 20px;
bottom: 10px;
padding: 4.5px 15px;
background: rgba(243, 245, 255, 0.8);
border: 1px solid #A3B7FF;
border-radius: 16px;

}

.gholia-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 20px;
}

.gholia-blog-card {
  background: #F5F6FA;
  border-radius: 10px;
  position: relative;
  transition: 0.2s ease;
  overflow: hidden;
}

.gholia-blog-card:hover{
  box-shadow: 1px 1px 6px 2px#29292918;
  transform: scale(1.01);
  transition: 0.2s ease;
}

.gholia-blog-card-body {
  padding: 20px 20px 15px 20px;
}

.gholia-blog-card-body h3 {
  font-size: 21px;
  line-height: 1.28;
  margin-bottom: 20px;
}

.gholia-blog-card-body p {
font-family: 'Inter';
font-weight: 400;
font-size: 15px;
line-height: 24px;
display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
color: #333333;
margin-bottom: 21px;
}


.gholia-blog-featured-card a {
  color: #101010;
  text-decoration: none;
}

.gholia-blog-meta span{

font-family: 'Inter';
font-weight: 400;
font-size: 14px;
line-height: 17px;
gap: 10px;
color: #333333;
display: inline-flex;
margin-right: 10px;
align-items: center;
}

.gholia-blog-empty {
  background: #fff;
  border-radius: 10px;
  padding: 35px 20px;
  text-align: center;
}

.gholia-blog-no-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: linear-gradient(135deg, #d9e1f3 0%, #b8c6ec 100%);
}

.gholia-blog-pagination-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.gholia-blog-pagination {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.gholia-blog-pagination button {
    min-width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #DFE3E8;
    background: #fff;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    font-weight: 700;
}

.gholia-blog-pagination .is-active {
  background: #04247D;
  color: #fff;
  border-color: #04247D;
}

.gholia-blog-pagination button:disabled {
  opacity: 0.4;
  cursor: default;
}

.gholia-page-dots {
  color: #657292;
  font-size: 13px;
}
/* =========================  css ======================== */

.ast-plain-container.ast-no-sidebar #primary.gholia-blog-page{
   margin-top: 0;
   background: #ffffff;
}
.page-template-template-blog-listing .ast-container {
    max-width: 100%;
    padding: 0;
}
.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    max-width: 1310px;
    padding: 0 15px;
}


.gholia-blog-card a{
  font-family: 'DM Sans';
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  position: relative;
  align-items: center;
  color: #000000;
}
.gholia-blog-card .gholia-blog-card-image{
      padding: 34%;
}

.gholia-blog-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gholia-blog-card h3 a{
      font-family: 'DM Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    position: relative;
    align-items: center;
    color: #000000;
}

.blog_left_section img + p {
    margin-top: 15px;
}


@media only screen and (max-width:1024px){
  span.gholia-blog-featured-badge,
  .gholia-blog-featured-content p,
  .gholia-blog-featured-content h2 a      {
    margin-bottom: 15px;
  }
}


@media (max-width: 991px) {
  .gholia-blog-featured-card {
    grid-template-columns: 1fr;
  }

  .gholia-blog-featured-content h2 {
    font-size: 28px;
  }

  .gholia-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gholia-blog-featured-image{
    width: 50%;
  }

.gholia-blog-featured-content{
  max-width: calc(100% - 35%);
}
.gholia-blog-featured-content h2 a {
    font-size: 24px;
    line-height: 28px;
}
.gholia-blog-featured-content{
  padding: 30px 16px 30px 30px;
}

}


@media only screen and (max-width:767px){
  .gholia-blog-featured-image{
    width: 100%;
  }
  .gholia-blog-featured-card{
    flex-wrap: wrap;
  }
.gholia-blog-featured-content {
    padding: 20px;
    transform: translateX(0px);
    margin-top: -30px !important;
    max-width: calc(100% - 30px) !important;
    position: static;
    margin: 0 auto;
}
.gholia-blog-featured-content p{
  font-size: 14px;
}
.gholia-blog-hero h1{
  line-height: 32px;
}
.gholia-blog-hero p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
.gholia-blog-search-form {
    position: relative;
    z-index: 2;
    margin-top: -32px;
    max-width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
}
.gholia-blog-featured-image{
  height: 300px;
}
.gholia-blog-card-body h3{
  margin-bottom: 10px;
}
.gholia-blog-search-form input {
    width: 100%;
    height: max-content;
    border: 3px solid #0C3199;
    border-radius: 30px;
    background: #F4F4F5;
    color: #767676;
    padding: 9px 60px 10px 15px;
    font-size: 12px;
    box-shadow: -00px -2px 0 0px #7e7c7c9e;
}
.gholia-blog-search-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 39px;
    height: 39px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(90deg, #00239C, #2248D1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}
.gholia-blog-hero p{
  margin-bottom: 20px;
}
}


@media (max-width: 640px) {
  .gholia-blog-hero {
    padding: 55px 0 64px;
  }

  .gholia-blog-hero h1 {
    font-size: 30px;
  }

  .gholia-blog-grid {
    grid-template-columns: 1fr;
  }
}
