/* blog_page */
.blog-page {
  margin-top: 75px;
  padding-top: 60px;
    padding-bottom: 60px;
}

.blog-page .header {
  padding-bottom: 24px;
}

.blog-page .header h1 {
  padding-bottom: 8px;
  font-size: 2rem;
}

.blog-content h2{
  font-size: 1.5rem;
  padding-bottom: 12px;
}

.blog-content ol{
  margin-left: 16px;
}

.blog-content ol li{
  margin-bottom: 15px;
}

.blog-content {
  /* padding: 0 24px; */
  font-size: 16px;
  padding-bottom: 12px;
}

.blog-content p {
  font-size: 16px;
  padding-bottom: 15px;
 
}

.blog-image {
  padding-bottom: 24px;
}

.subscribe-now {
  padding: 60px 0 0px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.subscribe-now p {
  font-size: 18px;
  text-indent: 0px;
}

.blogs-section {
  padding-top: 60px;
  padding-bottom: 20px;
}

.blog-page-split {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 44px;
  height: 100%;
  width: 100%;
}

.blogs {
  height: 100%;
  width: 100%;
}

.blogs .header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.blog-wrapper {
  display: flex;
  flex-direction: column;
}

.blog-wrapper .blog-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  gap: 30px;
  width: 100%;
  height: max-content;
  flex-wrap: wrap;
}

.blog-wrapper .view-all {
  margin-top: 70px;
}

.blog-post {
  height: auto;
  width: 345px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-post h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.blog-post img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding-bottom: 12px;
}

.blog-post a {
  font-size: 24px;
  color: black;
  text-decoration: none;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.blog-post a img {
  width: 10px;
  aspect-ratio: 1;
  padding-bottom: 0px;
}

.blog-post a.readmore
{
  font-size:16px;
}

.view-all{
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 12px 24px;
  width: max-content;
  margin: 0 auto;
}
.view-all a{
   text-decoration: none;
   color: black;
}

.btn__primary
{
  background-color: white;
    color: #383838;
    border: 1px solid black;
    padding: 10px 24px;
    width: max-content;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'optima-bold';
}

.btn__wrapper
{
  text-align: center;
    margin-top: 20px;
}

.relevant {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  background-color: rgb(192, 221, 240);
  width: 30%;
  height: 100%;
  padding: 30px;
  gap: 36px;
}
.search-bar {
  width: 100%;
    max-width: 400px;
    /* border: 0px solid #ccc; */
    border-radius: 4px;
    overflow: hidden;
}

.search-bar label
{
  display: none;
}

.search-bar form div{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 400px; /* Adjust the width as needed */
  border-radius: 2px;
  overflow: hidden;
}

.search-bar input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  font-size: 16px;
}

.search-bar input[type="submit"] {
  background-image: url(../images/search.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    width: 42.5px;
    background-position: center;
    height: 42.5px;
    text-indent: -9999px;
    background-color: #fff;
}

.search-bar button {
  background-color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-bar button svg {
  color: #666;
  stroke-width: 2;
}

.relevant .relevant-posts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 36px;
  padding: 0 12px;
 
}

.relevant .relevant-post-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

.relevant .relevant-post-card img {
  border: 0px solid black;
    height: 55px;
    width: 55px;
    border-radius: 100%;
}

.relevant .relevant-post-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.relevant .relevant-post-card .content a {
  color:#000;
  text-decoration: none;
}

.relevant .relevant-post-card .content .time {
  font-weight: 600;
}

.relevant .relevant-tag {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  /* padding-bottom: 250px; */
}

.relevant .relevant-tag h3 {
  text-align: start;
  text-indent: 14px;
  width: 100%;
  color: var(--darkgray);

}

.relevant .relevant-tag hr {
  height: 1px;
  width: 100%;
  background-color: var(--peachbg);
}

.relevant .relevant-tag .tags {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 14px;
}

.relevant .relevant-tag .tags h4 {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-indent: 14px;
}

.subscribeform
{
  display: none;
}

.subscribeformcontainer
{
  background-color: #f8f6f7;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.subscribeformcontainer .btngetintouch
{
  background-color: #000;
  color: #fff;
  padding: 7px 20px;
  border-radius: 0px;
  font-size: 19px;
  width: 175px;
  letter-spacing: 2px;
  border: 0px;
  outline: 0;
  height: calc(1.5em + .75rem + 5px);
  margin: 20px auto 40px auto;
}


.subscribeformcontainer .close
{
  font-size: 1.5rem;
  font-family: 'optima-regular';
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 10px;
    cursor: pointer;
}

.subscribeformcontainer form
{margin-top:10px;
width:100%;
margin-left:auto;
margin-right:auto;
}

.subscribeformcontainer h3
{
  font-size:25px;
  margin-bottom: 10px;
}


.subscribeformcontainer .form-control {
  padding: 0.35rem 0.35rem;
  background-color: transparent;
  font-size: 15px;
  border: 0px;
  color: #000 !important;
  height: calc(1.5em + .75rem + 15px);
  border-radius: 2px;
  border-bottom: 1px solid #ccc;
}

.subscribeformcontainer .form-control::placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
}

.subscribeformcontainer :-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
}

.subscribeformcontainer ::-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
}

.subscribeformcontainer button {
  background-color: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 0px;
    font-size: 19px;
    width: 160px;
    letter-spacing: 2px;
    border: 0px;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
    margin-top: 10px;
}



@media (max-width: 768px) {

  .blog-page-split {
    width: 100%;
    flex-direction: column;
  }

  .blogs {
      height: 100%;
      width: 100%;
  }

  .relevant {
    width: 100%;
    height: 120vh;
  }


}
