.blog .site-header,.archive .site-header{
    background: #fff!important;
}
.blog .site-header  .nav-menu a,.archive .site-header .nav-menu a {
    color: #041519;
    font-weight: 500;
}
.blog-banner-section {
    padding: 60px 20px;
    background: url(/wp-content/uploads/2026/01/Hero-Section-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 104px;
    border-bottom-right-radius: 104px;
}

.blog-banner-container {
  /*max-width: 1300px;*/
  margin: auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 40px;
  color: #fff;
}

/* FEATURED BLOG */
.featured-image img {
    width: 100%;
    border-radius: 20px;
    max-height: 422px;
    object-fit: cover;
}

.featured-content {
  margin-top: 25px;
}
.featured-content a{
    text-decoration:none;
}
.featured-content h2 {
  /*color: #66e0c2;*/
  color: #66e0c2;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.featured-content p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

.blog-meta {
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.8;
}

/* TRENDING BLOGS */
.trending-blogs h3 {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 44px;
    /*text-align: center;*/
}

.trending-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.trending-item {
    display: flex;
    gap: 10px;
    background: #ffffff;
    padding: 18px;
    border-radius: 16px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

.trending-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.trending-item img {
    width: 108px;
    height: 75px;
    object-fit: cover;
    border-radius: 5px;
}

.trending-item h4 {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 24px;
    font-weight: 500;
}

.trending-item span {
  font-size: 12px;
  color: #777;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .blog-banner-container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {

    .blog-banner-section {
        padding: 60px 0px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}
/*blog second section*/
.blog-listing-section {
    padding: 100px 0;
}

.blog-top-bar {
  max-width: 50%;
  margin: auto auto 100px;
  display: flex;
  gap: 20px;
}



.blog-filter-btn {
    border-radius: 30px;
    border: none;
    /*background: #fff;*/
    cursor: pointer;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);*/
    position: relative;
}
.blog-filter-btn svg{
    position: absolute;
    top: 15%;
    left: 15px;
}
#blog-category,#archive-category{
    padding: 12px 20px 12px 45px;
    border: 0;
    border-radius: 16px;
     appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
      font-family: inherit;
}
/* GRID */
.blog-grid {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  background: #2727271f;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform .3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-thumb  {
  height: 220px;
    
}
.blog-thumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card-content {
  padding: 30px;
  /*background: linear-gradient(180deg, rgba(180, 239, 209, 0) 4.29%, #00000091 100.57%);*/

        /*background: #2727271f;*/
}

.blog-card-content .blog-meta {
  font-size: 12px;
  color: #828485;
  margin-bottom: 8px;
  margin-top:0;
}

.blog-card h3,.blog-card h3 a {
  font-size: 16px;
  color: #0a2c4a;
  margin-bottom: 24px;
  line-height: 1.4;
  text-decoration:none;
}

.read-more-btn {
    align-self: flex-start;
    color: #20A68D;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}

/* PAGINATION */
.load-more-wrap {
  text-align: center;
  margin-top: 50px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
    .blog-top-bar {
        flex-direction: column;
        padding: 0 20px;
        max-width: 100%;
        margin: auto auto 30px;
    }
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
#archive-load-more,#load-more-case-study {
    background: transparent;
    color: #3C4243;
    border: none;
    /* border-radius: 30px; */
    cursor: pointer;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}
/*.blog-top-bar {*/
/*  max-width: 1300px;*/
/*  margin: auto auto 50px;*/
/*  display: flex;*/
/*  gap: 20px;*/
/*  align-items: center;*/
/*}*/

.blog-search-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 16px;
  padding: 11px 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.blog-search-wrap input {
      border: none;
      outline: none;
      flex: 1;
      font-size: 15px;
      padding-left: 10px;
      font-family: inherit;
}

.search-icon {
  min-width: 18px;
}


.blog-cta-section {
    padding: 44px 0px;
    background: url(/wp-content/uploads/2026/01/Newsletter-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 104px;
    border-top-right-radius: 104px;
    background-position: center;
}

.blog-cta-inner {
  max-width: 1100px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.blog-cta-inner h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cta-subtitle {
  max-width: 750px;
  margin: auto;
  font-size: 16px;
  opacity: 0.95;
}

/* CF7 FORM */
.cta-form {
  margin-top: 35px;
}

.cta-form-row p{
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta-form-row .wpcf7-spinner {
    right: 20px;
    top: 10px;
    position: absolute;
}
.cta-form input[type="text"],
.cta-form input[type="email"] {
  padding: 16px 20px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.4);
  background: transparent;
  color: #fff;
  min-width: 260px;
}

.cta-form input::placeholder {
  color: rgba(255,255,255,0.8);
}

.cta-form input[type="submit"] {
  padding: 16px 36px;
  border-radius: 30px;
  border: none;
  background: #fff;
  color: #0bb39c;
  font-weight: 600;
  cursor: pointer;
}

/* NOTE */
.cta-note {
  margin-top: 25px;
  font-size: 14px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .blog-cta-inner h2 {
    font-size: 30px;
  }

   .blog-cta-section {
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    .cta-form input[type="submit"] {
        width: 90%;
        margin: auto;
    }
    .cta-form-row p{
        flex-direction: column;
    }
    .trending-item img {
        height: 100%;
    }
}

