/* Global Styles */
body {
  font-family: "Inter", serif;
  margin: 0;
  background: #FBF7F1;
  color: #311403;
}

h1,
h2 {
  margin: 0 !important;
}

.m-w-1400px {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}


/* Header */
.blog-hero-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 71px 57px 52px 57px;
  gap: 170px;
  align-items: center;
}

.intro-text {
  max-width: 720px;
  width: 100%;
  padding: 71px 0px;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.intro-text h1 {
  font-size: 132px;
  font-weight: 900;
  letter-spacing: -6.6px;
  color: #311403;
  line-height: 100%;
}

.intro-text p {
  color: #311403;
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
  font-family: "Inter", serif;
}

.blog-badge {
  text-align: right;
  position: relative;
}

.blog-badge::before {
  content: '';
  position: absolute;
  top: 13px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: #311403;
  border-radius: 15px;
  z-index: -1;
}

.blog-badge .latest-from-blog {
  width: 190px;
  height: 190px;
  position: absolute;
  left: -61px;
  top: 6px;
  fill: #D9793F;
  font-size: 26px;
  font-weight: 800;
  overflow: visible;
  transform: rotate(-54deg);
  font-family: "NiveauGrotesk";
  z-index: 3;
}

.badge-title {
  display: inline-block;
  transform: rotate(-15deg);
  color: #e5771b;
  font-weight: bold;
  margin-bottom: 0.5rem;

}

.badge-box {
  padding: 0px 23px 25px 18px;
  border-radius: 15px;
  width: 338px;
  height: 338px;
  background-repeat: no-repeat;
  background-size: cover;
  align-content: end;
}

.badge-box::before {
    content: '';
    background: linear-gradient(139.8deg, rgba(151, 207, 203, 0.35) 17.71%, rgba(251, 171, 26, 0.35) 41.65%, rgba(255, 51, 0, 0.35) 63.02%, rgba(50, 106, 128, 0.35) 86.6%);
    width: 99%;
    height: 99%;
    position: absolute;
    left: 3px;
    top: 0px;
    background-color: #FBF7F1;
    z-index: -1;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
}

.next-button:active .badge-box::before {
    opacity: 0.3;
}

.badge-box h2 {
  color: #311403;
  font-weight: 900;
  font-size: 33px;
  line-height: 88%;
  letter-spacing: -5%;
  text-align: left;
}

.blog-badge .next-button {
  padding: 0px;
  border: 0px;
  height: 27px;
  background: transparent;
  cursor: pointer;
  position: static;
  text-decoration: none;
}

/* Search and Filter */
.search-filter {
  display: flex;
  gap: 1rem;
  margin-bottom: 115px;
  flex-wrap: wrap;
  padding-left: 5.714%;
  padding-right: 5.714%;
  margin-top: 80px;
}

.search-filter input {
  flex: 1;
  padding: 22.5px 40px !important;
  border: 2px solid #e3d9ce !important;
  border-radius: 8px !important;
  font-size: 16px;
  line-height: 120%;
  min-width: 250px;
  outline: 2px solid #311403;
  font-weight: 400;
  color: #9C9C9C;
  border: 0px !important;
}

.dropdown {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #311403;
  font-family: "NiveauGrotesk";
  text-transform: uppercase;
}

.dropdown button {
  padding: 16px 25px;
  background: #97CFCB;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 222px;
  text-align: left;
  outline: 2px solid #311403;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #311403;
  height: 100%;
}

.dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background: #FBF7F1;
  border-radius: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 222px;
  z-index: 9;
  outline: 2px solid #311403;
}

.dropdown:has(.hidden) #dropdownButton {
  background: #F6D1AB;
}

.dropdown-menu li {
  padding: 6px 16px;
  cursor: pointer;
  margin: 8px 10px;
  border-radius: 5px;
}

.dropdown-menu li:hover {
  background: #F6D1AB;

}

.dropdown-menu.hidden {
  display: none;
}

.dropdown button::after {
  content: '';
  /* background: url(images/dropdown-icon.svg); */
  width: 12px;
  height: 7.5px;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 25px;
  align-self: anchor-center;
}

/* Articles */

.ajax-pagination {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

.ajax-pagination .prev::before {
  content: '';
  background: url(http://bgoodmedia.com/wp-content/uploads/2025/06/pagination-left-arrow.svg);
  position: absolute;
  width: 24px;
  height: 27px;
  left: 0;
  color: transparent;
  overflow: visible;
  background-size: cover;
  outline: unset !important;
  fill: unset !important;
}

.ajax-pagination .next::before {
  content: '';
  background: url(http://bgoodmedia.com/wp-content/uploads/2025/06/pagination-right-arrow.svg);
  position: absolute;
  width: 24px;
  height: 27px;
  color: transparent;
  overflow: visible;
  background-size: cover;
  outline: unset !important;
  fill: unset !important;
}

.ajax-pagination .prev {
  position: relative;
  background: transparent !important;
  outline: unset !important;
  color: transparent !important;
}

.ajax-pagination .next {
  position: relative;
  background: transparent !important;
  outline: unset !important;
  color: transparent !important;
}

.ajax-pagination .page-numbers:hover {
  border-radius: 50%;
  background-color: #EDA169;
  outline: 2px solid #311403;
}

.ajax-pagination .page-numbers {
  font-size: 15px;
  color: #311403;
  font-weight: 700;
  line-height: 20px;
  font-family: "NiveauGrotesk";
  padding: 10.36px 16.86px;
  margin: 0px 12px 0px 12px;
  text-decoration: none;
  background-color: transparent;
  border-radius: unset;
  outline: 0;
}

.ajax-pagination .page-numbers.current {
  border-radius: 50%;
  background-color: #EDA169;
  outline: 2px solid #311403;
}

article a {
  cursor: pointer;
  height: auto;
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ajax-pagination .next:active.next::before,
.ajax-pagination .prev:active.prev::before {
  transform: translateY(4px);
}

.next-button:active .badge-box {
  transform: translateX(-10.5px) translateY(12px);
  transition: transform 0.2s ease;
}

.blog-page hr {
  background-color: #311403;
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}

article a:hover .article-content {
  box-shadow: inset 0px 0 0 0 #311402, inset 5px -5px 0px 0 #311403;
  cursor: pointer;
}

.articles {
  display: flex;
  column-gap: 23px;
  row-gap: 37px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 5.714%;
  padding-right: 5.714%;
  margin-bottom: 160px;
  position: relative;
}

.articles article {
  max-width: 32% !important;
  width: 100%;
  margin-bottom: 10px;
  overflow: visible;
}

.article-content {
  padding: 39px 26px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 19px;
  border-radius: 15px;
  background-color: #FBF7F1;
  border: 0.83px solid #311403;
  z-index: 1;
  position: relative;
  transition: box-shadow 0.3s ease;
  justify-content: space-between;
}

.articles img {
  width: 100%;
  height: 232px;
  object-fit: cover;
  margin-bottom: -70px;
  background: linear-gradient(to right, #97CFCB 0% 0%, #FBAB1A 35%, #FF3300 66%, #326A80 100%);
  opacity: 0.8;
  border-radius: 15px;
}

.articles .meta {
  font-size: 14px;
  line-height: 20px;
  color: #8E8E8E;
  display: flex;
  justify-content: space-between;
  text-transform: capitalize;
}

.articles h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 26.7px;
  color: #311403;
}

.more-article h2 {
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 26.7px !important;
  color: #311403;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left !important;
}

.articles p {
  font-size: 16px;
  line-height: 20px;
  color: #8E8E8E;
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-content .read-more {
    height: auto;
    color: #311403;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.subscribe-section {
  text-align: center;
  background-color: #F6D1AB;
  padding: 117px 20px;
}

.subscribe-section-wrapper {
  max-width: 640px;
  margin: auto;
}

.subscribe-section h2 {
  font-size: 68px;
  color: #311403;
  line-height: 92%;
  letter-spacing: -3.4px;
  margin: 0;
  font-weight: 900;
}

.subscribe-section p {
  margin: 20px;
  font-size: 18px;
  color: #311403;
  font-weight: 400;
  line-height: 150%;
}

.form-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  overflow: visible;
}

.form-container input[type="email"] {
  padding: 12px 15px;
  border: 1.5px solid #1E1E1E;
  border-radius: 20px;
  width: 70%;
  font-size: 18px;
  outline: none;
}

.form-container button {
  background-color: #97CFCB;
  color: #311403;
  font-weight: bold;
  border-top: 2px solid #311403;
  border-right: 2px solid #311403;
  border-left: 5px solid #311403;
  border-bottom: 5px solid #311403;
  border-radius: 20px;
  padding: 4px 56px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 30%;
  font-size: 16px;

}

.form-container button:active {
  transform: translateY(4px);
  border-left: 2px solid #311403;
  border-bottom: 2px solid #311403;
  border-top: 2px solid #311403;
  border-right: 2px solid #311403;
}

.form-container button:focus {
  border-color: #311403;
}

.form-container button:hover {
  background-color: #F6D1AB;
}


/*Blog single*/


.single-article-section {
  display: flex;
  max-width: 1400px;
  margin: auto;
  padding: 80px 0px 48px 0;
  gap: 27.15px;
  justify-content: center;
  color: #311A03;
}

/* ========== Sidebar ========== */
.single-article-section aside {
  width: 320px;
  position: sticky;
  top: 5rem;
  height: fit-content;
}

.toc-wrapper {
  height: fit-content;
  background: #D0EBE8;
  padding: 22.63px 0px;
  border-radius: 15px;
}

.single-article-section aside h4 {
  font-size: 21.72px;
  line-height: 29px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 18.1px;
  color: #311403;
  padding: 0px 22.63px;
}

.single-article-section .toc {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.7px;
  margin-bottom: 14.48px;
  color: #311403;
  margin-left: 0px;
}

.single-article-section .toc li {
  margin-bottom: 10.86px;
}

.single-article-section .toc a {
  text-decoration: none;
  color: #333;
  padding: 0px 22.63px;
  border-left: 5px solid transparent;
  display: block;
  transition: all 0.2s ease;
}

.single-article-section .toc a:hover {
  background-color: #d2f4ed;
}

.single-article-section .toc a.active {
  font-weight: 700;
  color: #336A81;
  border-left-color: #336A81;
}

.single-article-section .toc .h3 a {
  padding-left: 20px;
  font-size: 0.93rem;
}

.single-article-section .toc .h4 a {
  padding-left: 30px;
  font-size: 0.91rem;
}

.single-article-section .progress-wrapper {
  height: 6px;
  width: 100%;
  background: #D0EBE8;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 14.48px;
}

.single-article-section .progress-bar {
  height: 100%;
  background: #336A81;
  width: 0%;
  transition: width 0.2s ease-out;
}

.read-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 10px;
  font-size: 16.29px;
  font-weight: 500;
  color: #311403;
  line-height: 21.7px;
}

/* ========== Article ========== */
.single-article-section article {
  flex: 1;
  max-width: 917px;
  padding-right: 55.63px;
  width: 100%;

}

.verticle-divider {
  width: 1px;
  background: #311403;
  margin: 0px 9px;
}

.article-details {
  display: flex;
  font-size: 16.29px;
  line-height: 21.7px;
  font-weight: 500;
  color: #311403;
  font-family: "NiveauGrotesk";

}

.article-featured-image {
  opacity: 0.8;
  border: 1px solid #311403;
  border-radius: 15px;
  width: 100%;
  height: 364px;
  margin-bottom: 12.67px;
}

.single-article-section article h1 {
  margin-top: 87px !important;
  font-size: 68px;
  line-height: 105%;
  font-weight: 900;
  letter-spacing: -1.36px;
  color: #311403;
}

.single-article-section article a {
  color: #311403;
  font-weight: 600;
}

.highlight-box span {
  line-height: 77%;
  font-weight: 900;
  font-size: 33px;
  letter-spacing: -1.65px;
  color: #311403;
}

.single-article-section article h2 {
  line-height: 77%;
  font-weight: 900;
  font-size: 33px;
  letter-spacing: -1.65px;
  color: #311403;
  margin-bottom: 14.5px !important;
}

.single-article-section article h3,
.single-article-section article h4,
.single-article-section article h5,
.single-article-section article h6 {
  margin-top: 2rem;
  line-height: 77%;
  font-weight: 900;
  color: #311403;
}

.single-article-section article h3 {
  font-size: 28px;
}

.single-article-section article h4 {
  font-size: 24px;
}

.single-article-section article h5 {
  font-size: 20px;
}

.single-article-section article h6 {
  font-size: 18px;
}

.single-article-section mark,
.single-article-section ins {
  background: #D0EBE8;
  text-decoration: none;
  padding: 0px 5px;
}


.single-article-section article ol {
  padding-top: 20px;
  margin-left: 20px;
  font-weight: 500;
  font-size: 18px;
}

.single-article-section article blockquote {
  margin: 15px 0px;
  font-family: "Inter", serif;
}

.single-article-section article ul {
  margin: 20px;
  font-weight: 500;
}

.single-article-section article table {
  margin-top: 20px;
  text-align: left;
  font-family: "Inter", serif;
  color: #311403;
}

.single-article-section article p {
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 45px;
  margin-top: 14.48px;
  color: #311403;
  font-family: "Inter", serif;
}

.single-article-section .highlight-box {
  padding: 30px 24px;
  border-left: 4px solid #0d9488;
  margin: 45px 0;
  background: linear-gradient(77.21deg, #96CFCE 45.27%, #D1EBE7 87.19%);
  border: 1px solid #000000;
  border-radius: 15px;
  max-width: 586px;
  width: 100%;
}

.end-line {
  margin-top: 15px ! Important;
}

.single-article-section .highlight-box strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
  color: #0f766e;
}

.single-article-section .highlight-box ul {
  margin: 0;
  padding-left: 28.5px;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

.single-article-section .highlight-box li {
  position: relative;
  line-height: 150%;
  font-size: 18px;
  font-weight: 400;
}

.single-article-section .highlight-box li::before {
  content: '';
  background-image: url(images/key-point-check.svg);
  width: 18.5px;
  height: 15.5px;
  position: absolute;
  left: -30px;
  top: 6px;
}

.single-article-section article img {
  max-width: 800px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 45px;
  border: 1px solid #311403;
  background: linear-gradient(139.8deg, rgba(151, 207, 203, 0.15) 17.71%, rgba(251, 171, 26, 0.15) 41.65%, rgba(255, 51, 0, 0.15) 63.02%, rgba(50, 106, 128, 0.15) 86.6%);
  opacity: 0.8;
}

.single-article-section .end-line p {
  font-weight: 700;
}

.single-article-section article dd {
  margin-top: 20px;
  margin-left: 0;
  font-family: "Inter", serif;
}

.single-article-section .author-box {
  display: flex;
  align-items: center;
  padding-top: 45px;
  border-top: 1px solid #311403;
  max-width: 100%;
  font-family: "NiveauGrotesk";
}

.single-article-section .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d3f3f2;
  border: 1px solid #3e2d1c;
  flex-shrink: 0;
}

.author-img img {
  margin: 0px !important;
  height: 100%;
  border-radius: 50% !important;
  object-fit: cover;
  object-position: top;
}

.single-article-section .author-details {
  display: flex;
  flex-direction: row;
  gap: 23px;
  align-items: center;
  max-width: 350px;
  width: 100%;
}

.single-article-section .author-meta {
  font-size: 16px;
  color: #311403;
  line-height: 21.7px;
  font-weight: 500;
}

.single-article-section .author-name {
  font-weight: bold;
  font-size: 18px;
  line-height: 27.2px;
  margin: 0;
}

.single-article-section .author-title {
  font-size: 14px;
  line-height: 21.7px;
  color: #311403;
  font-weight: 400;
}

.single-article-section .author-bio {
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.2px;
  max-width: max-content;
}

.share-bar {
  position: fixed;
  top: 25vh;
  right: 4.29%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  width: 42px;
}

.share-bar span {
  font-size: 14.48px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 13.58px;
  color: #311403;
}

.share-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #3e2d1c;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s;
}

.share-icon:hover {
  background: #f5e9db;
}


.more-articles-suggestion {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.more-articles-suggestion h2 {
  text-align: center;
  font-size: 68px;
  font-weight: 900;
  line-height: 92%;
  letter-spacing: -1.36px;
}

.more-articles-suggestion .articles {
  margin-top: 48px;
  margin-bottom: 128px;
}

.more-articles-suggestion h4 {
  font-size: 24px;
  line-height: 26.7px;
  font-weight: 900;
  color: #311403;
  margin: 0;
}



/*Laptop responsiveness*/
/*Laptop responsiveness*/
/*Laptop responsiveness*/

@media (min-width: 1025px) and (max-width: 1400px) {
  .blog-hero-section {
    gap: 0px;
    width: 90%;
  }

  .intro-text {
    max-width: 50%;
  }

  aside.blog-badge {
    max-width: 40%;
  }

  .intro-text h1 {
    font-size: 110px;
    letter-spacing: -2.6px;
  }

  .intro-text p {
    font-size: 22px;
  }

  .badge-box h2 {
    color: #311403;
    font-weight: 900;
    font-size: 30px;
  }

  .articles {
    width: 98%;
    margin: auto;
    padding: 0px 20px 80px 20px;
  }

  .search-filter {
    padding: 0px 20px;
    max-width: 90%;
  }

  .articles article {
    flex: 1 1 30%;
  }

  /*single-article*/
  .single-article-section article {
    max-width: 60%;
  }

  .share-bar {
    right: 1.29%;
  }

  .single-article-section article h1 {
    font-size: 50px;
  }

  .single-article-section article h2 {
    font-size: 30px;
  }

  .more-articles-suggestion h2 {
    font-size: 50px;
  }

}

/*tablet responsiveness*/
/*tablet responsiveness*/
/*tablet responsiveness*/

@media (min-width: 768px) and (max-width: 1024px) {
  .blog-hero-section {
    gap: 0px;
    width: 95%;
    padding: 40px 20px;
  }

  .intro-text {
    max-width: 50%;
  }

  aside.blog-badge {
    max-width: 40%;
  }

  .intro-text h1 {
    font-size: 75px;
    letter-spacing: -2.6px;
  }

  .search-filter input {
    padding: 10px 20px !important;
  }

  .dropdown button {
    padding: 10px 15px;
    font-size: 14px;
  }

  .badge-box {
    width: 270px;
    height: 270px;
  }

  .intro-text p {
    font-size: 22px;
  }

  .badge-box h2 {
    font-weight: 900;
    font-size: 30px;
  }

  .articles {
    width: 95%;
    margin: auto;
    padding: 0px 20px 0px 20px;
    gap: 15px;
    margin-bottom: 135px;
  }

  .article-content {
    padding: 20px 15px;
    gap: 10px;
  }


  .articles h2 {
    font-size: 16px;
    line-height: 20.7px;
  }

  .more-article h2 {
    font-size: 16px !important;
    line-height: 20.7px !important;
  }

  .articles p {
    font-size: 14px;
  }

  .search-filter {
    padding: 0px 20px;
    max-width: 90%;
  }

  .articles article {
    flex: 1 1 30%;
  }

  .subscribe-section h2 {
    font-size: 45px;
    letter-spacing: -1.4px;
  }

  .subscribe-section p {
    font-size: 14px;
  }

  .form-container input[type="email"] {
    font-size: 14px;
  }

  .form-container button {
    font-size: 14px;
  }

  /*single article*/
  .single-article-section {
    flex-direction: column;
    width: 95%;
  }

  .single-article-section aside {
    display: none;
  }

  .single-article-section article h1 {
    font-size: 50px;
    margin-top: 50px !important;
  }

  .share-bar {
    display: none;
  }

  .single-article-section article h2 {
    font-size: 30px;
    letter-spacing: -0.65px;
  }

  .single-article-section article p {
    margin-bottom: 30px;
  }

  .more-articles-suggestion h2 {
    font-size: 50px;
  }

  .more-articles-suggestion h4 {
    font-size: 18px;
    line-height: 21.7px;
  }

  .more-articles-suggestion .articles {
    margin-bottom: 40px;
  }
}

/*mobile responsiveness*/
/*mobile responsiveness*/
/*mobile responsiveness*/

@media (min-width: 320px) and (max-width: 767px) {
  .blog-hero-section {
    gap: 0px;
    width: 95%;
    padding: 40px 20px;
    flex-direction: column;
  }

  .intro-text {
    max-width: 100%;
    gap: 20px;
    padding: 40px 0px;
  }

  aside.blog-badge {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .intro-text h1 {
    font-size: 75px;
    letter-spacing: -2.6px;
    line-height: 100%;
  }

  .search-filter input {
    padding: 10px 20px !important;
    min-width: auto;
    max-width: 100%;
  }

  .dropdown {
    max-width: 100%;
    width: -webkit-fill-available;
  }

  .dropdown button {
    padding: 10px 40px 10px 10px;
    font-size: 14px;
    width: 100%;
  }

  .dropdown button::after {
    right: 17px;
  }

  .dropdown-menu li {
    font-size: 14px;
    padding: 5px 8px;
    margin: 2px 0px;
  }

  .dropdown-menu {
    width: 100%;
  }

  .badge-box {
    width: 270px;
    height: 270px;
  }

  .intro-text p {
    font-size: 18px;
  }

  .badge-box h2 {
    font-size: 25px;
  }

  .blog-badge .latest-from-blog {
    width: 140px;
    height: 140px;
    left: -25px;
  }

  .articles {
    width: 95%;
    margin: auto;
    padding: 0px 20px 80px 20px;
    gap: 15px;
    flex-direction: column;
  }

  .article-content {
    padding: 20px 15px;
    gap: 10px;
    height: auto;
  }


  .articles h2 {
    font-size: 16px;
    line-height: 20.7px;
  }

  .more-article h2 {
    font-size: 16px !important;
    line-height: 20.7px !important;
  }

  .articles p {
    font-size: 14px;
  }

  .search-filter {
    padding: 0px 20px;
    max-width: 90%;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .articles article {
    flex: 1 1 30%;
    max-width: 100% !important;
  }

  .subscribe-section h2 {
    font-size: 45px;
    letter-spacing: -1.4px;
  }

  .subscribe-section p {
    font-size: 14px;
  }

  .form-container {
    flex-direction: column;
    align-items: center;
  }

  .form-container input[type="email"] {
    font-size: 14px;
  }

  .form-container button {
    font-size: 14px;
    width: auto;
    padding: 10px 56px;
  }

  /*single article*/
  .single-article-section {
    flex-direction: column;
    width: 95%;
  }

  .single-article-section aside {
    display: none;
  }

  .single-article-section article h1 {
    font-size: 44px;
    margin-top: 30px !important;
    letter-spacing: -1.5px;
    line-height: 105%;
  }

  .share-bar {
    display: none;
  }

  .single-article-section article h2 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 120%;
  }

  .single-article-section article p {
    margin-bottom: 30px;
  }

  .single-article-section .author-bio {
    max-width: 90%;
    margin: auto;
  }

  .more-articles-suggestion h2 {
    font-size: 44px;
    letter-spacing: -0.36px;
    line-height: 100%;
  }

  .more-articles-suggestion h4 {
    font-size: 18px;
    line-height: 21.7px;
  }

  .more-articles-suggestion .articles {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .single-article-section article {
    padding-right: 10px;
    padding-left: 10px;
  }

  .single-article-section .highlight-box {
    width: 100%;
  }

  .highlight-box span {
    font-size: 25px;
    letter-spacing: -0.65px;
  }

  .single-article-section article h3,
  .single-article-section article h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .single-article-section .author-box {
    flex-direction: column;
    gap: 20px;
  }
}