@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&family=Manrope:wght@200..800&display=swap");




  
  .blogs-hero-section {
    background-image: url("./img/Hero.webp");
    width: 100%;
    height: 694px;
    gap: 40px;
  }
  
  .hero-heading span {
    color: #bcd536;
  }
  
  .hero-heading {
    line-height: 115%;
    font-size: 64px;
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .hero-paragraph {
    color: var(--Text-Neutral-On-Neutral, #f3f3f3);
    font-size: 18px;
    line-height: 30px;
  }
  
  .request-button {
    width: 261px;
    height: 57px;
    padding: 18px 28px 18px 28px;
    gap: 14px;
    border-radius: 14px;
    border-style: none;
    background: var(--Accent, #bcd536);
    cursor: pointer;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 600;
  }


.blog-content{
    margin: 200px 0px;
    gap: 56px;
}



@media (max-width: 600px) {
  
  .blog-images img{
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }

  .blog-content{
    margin-top: 100px !important;
    margin-bottom: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  
  .blog-sub-section{
    margin-bottom: 85px !important;
  }

  .blog-post-card{
    margin-bottom: 20px !important;
  }

  .blog-post-section-area{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .logos img{
    width: 100%;
  }

  .blog-content h3{
    font-size: 25px !important;
  }
}

.blog-content h3{
font-size: 40px;
color: #222222;
}

.blog-content p, ul{
font-family: 'Manrope';
font-size: 16px;
line-height: 30px;
color: #6C6C6C;
}

.sub-title{
font-family: 'Manrope';
font-size: 36px;
color: #6C6C6C !important;
}


/* blog post Section */
.blog-post-section-area {
    display: flex;
    justify-content: center;
    padding-bottom: 120px;
  }
  
  .blog-post-section {
    padding-top: 110px;
    width: 1150px;
  }
  
  .blog-post-intro {
    margin-bottom: 2rem;
  }
  
  .blog-post-intro h1 {
    font-size: 40px;
    color: #222;
    font-weight: bold;
    font-family: "Be Vietnam Pro", sans-serif;
    margin-bottom: 1.5rem;
  }
  
  .blog-post-intro p {
    font-size: 16px;
    color: #a3a3a3;
    line-height: 30px;
    padding-right: 20rem;
    padding-top: 1rem;
    font-family: "Manrope", sans-serif;
  }
  
  /* Services Grid */
  .blog-post-grid-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 1142px;
  }
  
  .blog-post-grid {
    display: flex;
    justify-content: center;
  }
  
  /* Service Card */
  .blog-post-card {
    width: 364px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .blog-post-card-image img{
    width: 100%;
    height: 231px; /* 1/4 of the card height */
    border-radius: 12px;
    object-fit: cover;
  }
  
  .blog-post-card-content {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .blog-post-card-content h5 {
    margin-bottom: 0.5rem;
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 500;
  }
  
  .blog-post-card-content p {
    font-size: 14px;
    line-height: 1.6;
    height: 60px;
    color: #6C6C6C;
    font-family: "Manrope", sans-serif;
    font-size: 400;
  }
  
  .blog-date a{
    color: black;
    padding-top: 22px;
  }
 
  
  /* Responsive Adjustments */
  @media (max-width: 998px) {
    .blog-post-intro {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .blog-post-section{
    padding-bottom: 110px;
    }
  
    .blog-post-grid-items {
      display: flex;
      flex-direction: column;
      width: auto;
    }
  
    .blog-post-intro p {
      padding-right: 0;
      text-align: justify;
    }
  
    .blog-post-intro h1 {
      font-size: 28px;
    }
  }
  












  .sectors-CTA-section {
  background: var(--Primary, #222222);
  height: 408px;
  gap: 47px;
  margin-bottom: 128px;
  border-radius: 15px;
}

.CTA-heading span {
  color: #bcd536;
}

.CTA-heading {
  line-height: 115%;
  font-size: 48px;
}

.CTA-paragraph {
  color: var(--Text-Neutral-On-Neutral, #f3f3f3);
  font-size: 16px;
  line-height: 30px;
  font-family: "Manrope";
}

.logos {
  width: 100%;
  margin-bottom: 128px;
}
