.bloglanding-container {
  display: block;
  padding-top: 75px;
}

.bloglanding-container .breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0px;
  flex-wrap: wrap;
}

.bloglanding-container .breadcrumb a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.bloglanding-container .breadcrumb span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.bloglanding-container .wrapper {
  width: 1200px;
  margin: auto;
}

.bloglanding-container .wrapper .divide {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding: 10px 0px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Responsive for 360px to 850px */
@media only screen and (max-width: 850px) and (min-width: 360px) {
  .bloglanding-container .title {
    padding-top: 65px;
  }
  .bloglanding-container .title h1 {
    padding: 0px 10px;
  }
  .bloglanding-container .wrapper {
    width: 100%;
    padding: 0px 10px;
  }
}

/* Responsive for 851px to 1299px */
@media only screen and (max-width: 1299px) and (min-width: 851px) {
  .bloglanding-container .title h1 {
    padding: 0px 10px;
  }
  .bloglanding-container .wrapper {
    width: 100%;
    padding: 0px 10px;
  }
}

/* leftAside */

.leftAside {
  display: block;
  width: 70%;
}

.leftAside .Image {
  display: block;
  width: 100%;
  height: 400px;
  border: solid 1px #ddd;
  border-radius: 5px;
}

.leftAside .Image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  object-position: top;
}

.leftAside .detail {
  display: block;
}

.leftAside .detail ul {
  display: flex;
  gap: 40px;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px 0px;
}

.leftAside .detail ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  font-weight: 400;
  font-size: 14px;
}

.leftAside .detail ul li i {
  color: cornflowerblue;
}

.leftAside .fullData {
  margin: 20px 0px;
  border-radius: 5px;
  display: block;
  background: #f6f6f6;
  padding: 10px 20px;
}

.leftAside .fullData .shareContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0px;
  border-radius: 5px;
  margin: 20px auto;
}

.leftAside .fullData .shareContainer .prevNext {
  background: #0678b1;
  color: white;
  border: none;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.6s;
}

.leftAside .fullData .shareContainer .prevNext:hover {
  background: #0678b1;
  transform: scale(1.05);
}

.leftAside .fullData .shareContainer .shareIcons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.leftAside .fullData .shareContainer .shareIcons a {
  display: flex;
  max-width: 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  max-height: 40px;
  background: #0678b1;
  text-decoration: none;
}

.leftAside .fullData .shareContainer .shareIcons a i {
  color: #fff;
  font-size: 20px;
}

.leftAside .customTitle {
  font-size: 30px;
}

.leftAside .Description {
  display: block;
}

.leftAside .Description h1 {
  font-size: 28px;
  color: #000;
  font-weight: 600;
  text-align: left !important;
}

.leftAside .Description h3 {
  margin-top: 10px;
  text-align: left !important;
}

.leftAside .Description h3 strong span {
  font-family: "Roboto", Arial, sans-serif !important;
}

.leftAside .Description h2 {
  font-size: 20px;
}

.leftAside .Description p {
  padding: 10px 0px;
  line-height: 26px !important;
  text-align: left !important;
}

.leftAside .Description p a {
  text-decoration: none;
}

.leftAside .Description p a strong {
  font-weight: 400;
  color: #0056b3;
  font-size: 15px;
}

.leftAside .Description p strong {
  margin-bottom: 4px;
  font-weight: 400;
  color: #0056b3;
  font-size: 17px;
}

.leftAside .Description p strong a {
  font-weight: 400 !important;
  text-decoration: none;
  color: #0056b3;
}

.leftAside .Description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.leftAside .Description ul li {
  font-style: normal;
  font-size: 15px !important;
  text-align: left !important;
  line-height: 28px;
}

.leftAside .Description ul li span {
  line-height: 25px;
}

.leftAside .Description ul li strong {
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  font-size: 15px;
}

.leftAside .Description ul li strong a {
  font-weight: 400;
  color: #0056b3;
  font-size: 15px;
  text-decoration: none;
}

.leftAside .Description ul li a {
  font-weight: 400;
  color: #0056b3;
  font-size: 15px;
}

.leftAside .Description ul li a strong {
  font-weight: 400;
  color: #0056b3;
  font-size: 15px;
  text-decoration: none;
}

.leftAside .Description ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.leftAside .Description ol li {
  font-style: normal;
  font-size: 15px !important;
  text-align: left !important;
  line-height: 28px;
}

.leftAside .Description ol li span {
  line-height: 25px;
}

.leftAside .Description ol li strong {
  font-weight: 500;
  margin-top: 10px;
  display: inline-block;
  font-size: 15px;
}

.leftAside .Description ol li strong a {
  font-weight: 400;
  color: #0056b3;
  font-size: 15px;
  text-decoration: none;
}

.leftAside .Description ol li a {
  font-weight: 400;
  color: #0056b3;
  font-size: 15px;
}

.leftAside .Description ol li a strong {
  font-weight: 400;
  color: #0056b3;
  font-size: 15px;
  text-decoration: none;
}

.leftAside .Description a strong {
  font-weight: 600;
}

.leftAside .Description:last-child h3 {
  font-size: 1.5rem;
}

/* Responsive for leftAside */

@media only screen and (max-width: 850px) and (min-width: 360px) {
  .leftAside {
    width: 100%;
  }

  .leftAside .detail ul {
    gap: 10px;
  }

  .leftAside .detail ul li {
    width: 100%;
    background: #f6f6f6;
    padding: 8px;
    border-radius: 4px;
  }

  .leftAside .fullData .shareContainer {
    gap: 16px;
    justify-content: center;
  }
}

.rightAside {
  background: #f4f4f4;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 24px;
  width: 28%;
}

.rightAside .searchBox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.rightAside .searchBox input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.rightAside .searchBox input:focus {
  border-color: #007bff;
  outline: none;
}

.rightAside .searchBox button {
  background: #007bff;
  border: none;
  color: #fff;
  padding: 11px 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.rightAside .searchBox button i {
  font-size: 16px;
}

.rightAside .searchBox button:hover {
  background: #0056b3;
}

.rightAside .recentBlogs {
  margin: 0;
  padding: 0;
}

.rightAside .recentBlogs li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.rightAside .recentBlogs li a {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #333;
  align-items: center;
}

.rightAside .recentBlogs li a span {
  flex-shrink: 0;
}

.rightAside .recentBlogs li a span img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.rightAside .recentBlogs li a h2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.rightAside .recentBlogs li a:hover h2 {
  color: #007bff;
}

.rightAside .section {
  margin-bottom: 2rem;
}

.rightAside .section h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.5rem;
  color: #333;
}

.rightAside .relatedList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rightAside .relatedList li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  background: #f9f9f9;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.rightAside .relatedList li:hover {
  transform: translateY(-2px);
  background: #f1f1f1;
}

.rightAside .relatedList li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 100%;
  padding: 0.5rem;
}

.rightAside .relatedList li a span {
  display: block;
  flex-shrink: 0;
}

.rightAside .relatedList li a span img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 0.75rem;
}

.rightAside .relatedList li a h2 {
  margin: 0;
  line-height: 1.4;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.rightAside .section {
  margin-bottom: 30px;
}

.rightAside .section h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #333;
  border-left: 4px solid #007bff;
  padding-left: 10px;
}

.rightAside .categoryList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rightAside .categoryList .categoryItem {
  font-size: 15px;
  background: #f8f9fa;
  padding: 10px 12px;
  border-radius: 5px;
  transition: background 0.3s;
  cursor: pointer;
}

.rightAside .categoryList .categoryItem:hover {
  background: #e9ecef;
}

.rightAside .categoryList .categoryItem a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rightAside .categoryList .categoryItem a i {
  margin-right: 10px;
  color: #6c757d;
}

.rightAside .categoryList .categoryItem a span:first-of-type {
  display: flex;
  align-items: center;
  flex: 1;
  color: #333;
}

.rightAside .categoryList .categoryItem a span.count {
  color: #007bff;
  font-weight: 600;
}

.rightAside .showToggleBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 1rem auto 0;
  padding: 0.4rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.rightAside .showToggleBtn:hover {
  color: #005c9e;
}

.rightAside .line {
  background-color: #0071bc;
  width: 80px;
  border: dotted 2px #007bff;
}

/* Responsive for rightAside */

@media only screen and (max-width: 850px) and (min-width: 360px) {
  .rightAside {
    width: 100%;
    padding: 24px 10px;
  }
  .rightAside .searchBox input {
    width: 100%;
  }
}

@media only screen and (max-width: 1170px) and (min-width: 851px) {
  .rightAside {
    padding: 24px 10px;
  }
  .rightAside .searchBox input {
    width: 100%;
  }
}
