body {
  font-family: 'poppins', sans-serif !important;
  width: 100% !important;
  overflow-x: hidden !important;
}

.loadMoreBtn {
  background: white !important;
  color: blue;
  border: none !important;
}

.cta> :first-child {
  background: white;
  width: fit-content;
  padding: 8px;
  border-radius: 9px;
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #FFFFFF 0%, #DFEDFB 100%);
  box-shadow: 0px 4px 4px 0px #EBECED;
  color: #6A7282;
  font-size: 16px;
  font-weight: 600;
}

.cta> :nth-child(2) {
  color: #00325F;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.cta-image {
  width: 12rem;
  height: auto;
}

.conclusion > :nth-child(2) {
  color: #000000;
  font-weight: 500;
  text-align: justify;
}
.conclusion a{
  color:black !important;
} 
.blog-button {
  background: #155DFC;
  color: white;
  border: 1px solid #155DFC;
  padding: 8px 9px;
  border-radius: 8px;
  width: 11rem;
}

.blog-button:hover {
  transform: translateY(-2px);
  box-shadow: 0px 1px 12px -1px #4B7DEC;
}

.blog-section-heading {
  text-align: justify;
  line-height: 27px;
  color: #364153;
}

.blog-section-heading a {
  color: #364153 !important;
}

.blog-page {
  max-width: 1200px;
  margin: auto;
  padding: 2rem 1rem;
  position: relative;
  top: 92px;
  height: 85vh !important;
}

.blog-layout {
  display: flex;
  gap: 2rem;
}

/* LEFT */
.blog-main {
  flex: 0 0 70%;
  overflow: auto;
  height: 82vh;
}

.blog-banner-one {
  /* height: 28rem !important; */
  border-radius: 25px !important;
  overflow: hidden;
}

.blog-banner {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

@media (min-width: 1400px) {
  .blog-page>.container {
    max-width: 1832px !important;
  }
}

.blog-title {
  font-size: 2rem;
  font-weight: 700;
}

.blog-subtitle {
  color: #555;
  margin: 0.5rem 0 1rem;
}

.blog-subtitle a {
  color: #555 !important;
}

.blog-meta {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 1.5rem;
}

.blog-quote {
  background: #f2f7ff;
  border-left: 4px solid #0d6efd;
  padding: 1rem;
  margin: 1.5rem 0;
  font-style: italic;
}
#blog-container h3 a{
  color:black !important;
}
.blog-main h3 {
  margin-top: 2rem;
}

/* RIGHT */
.blog-sidebar {
  flex: 0 0 30%;
  position: sticky;
  top: 90px;
}

.blog-sidebar h4 {
  margin-bottom: 1rem;
}

.related-card {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.2rem;
}

.related-card img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.related-card h5 {
  font-size: 0.9rem;
  margin: 0.3rem 0;
}

.related-card span {
  font-size: 0.75rem;
  color: #777;
}

.related-card a {
  font-size: 0.8rem;
  color: #0d6efd;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .blog-layout {
    flex-direction: column;
  }

  .blog-sidebar {
    position: static;
  }
}

.blog-card {
  border: 0.8px solid #F3F4F6 !important;
  border-radius: 20px !important;
  cursor: pointer;
  width: 95%;
}

.blog-card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  transition: all .2s ease;
  transform: translateY(-2px);
}

.blog-card:hover .blog-card-title {
  color: #0d6efd;
}

.blog-read {
  color: #155DFC;
  display: inline-flex;
  align-items: center;
}

.blog-meta> :first-child {
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  background: linear-gradient(135deg, #00325F 0%, #155DFC 100%);
  color: white;
}

.blog-read svg,
.blog-read i {
  display: inline-block;
  transform: translateX(0);
}

.blog-card:hover .blog-read svg,
.blog-card:hover .blog-read i {
  animation: arrowMove 0.8s ease-in-out infinite;
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(8px);
  }

  100% {
    transform: translateX(0);
  }
}

.blog-card-img-top {
  border-radius: 13px 13px 0 0 !important;
  object-fit: fill;
  /* height: 255px; */
  width: 100%;
}

.blog-card-title {
  font-weight: 700;
  font-size: 20px;
  color: #101828;
}

.blog-heading {
  h5 {
    color: #101828;
    font-weight: 700;
    font-size: 20px;
  }

  h6 {
    color: #6A7282;
    font-weight: 400;
    font-size: 14px;
  }
}

.blog-card-read {
  color: #6A7282;
  font-size: 14px;
}

.blog-card-text {
  font-weight: 400;
  font-size: 14px;
  color: #4A5565;

  a {
    color: #4A5565 !important;
  }
}

.blog-aside {
  height: 82vh;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1832px !important;
  }
}

.search-wrapper {
  max-width: 520px;
}

/* Search box */
.search-box {
  border-radius: 26px;
  border: 2px solid #E3F1FE;
  padding: 4px 14px;
  gap: 10px;
  width: 30rem;
}

/* Input */
.search-input {
  border: none !important;
  box-shadow: none !important;
  font-size: 15px;
  background: transparent !important;
}

.dropdownfilter {
  min-width: 13rem;
  height: auto;
  width: auto;
  padding: 0px 10px;
  background: #E4F2FF;
  color: #00325F;
  font-weight: 600;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.dropdownhyphen {
  font-weight: 600;
  color: #0a7fe9;
  font-size: 27px;
}

/* Icons */
.search-icon {
  color: #6b7280;
}

.clear-icon {
  cursor: pointer;
  color: #9ca3af;
}

#category-heading {
  font-size: 16px;
  font-weight: 600;
  color: #155DFC;
}

.cta-frame {
  background: url('images/cta-frame.png') center no-repeat;
  background-size: cover;
  border-radius: 21px;
}

/* Suggestions dropdown */
.search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: auto;
  min-width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  display: none;
  z-index: 1000;
}

.search-suggestions li {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  color: #374151;
  display: flex;
  align-items: center;
  white-space: normal;
  word-wrap: break-word;
}

.search-suggestions li span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-suggestions li:hover {
  background: #f3f4f6;
}

.category-filter {
  min-width: 220px;
  font-size: 14px;
}

.blogfilter {
  min-width: 13rem;
  height: 2rem;
  width: auto;
  box-shadow: 0px 4px 4px 0px #00000026 inset;
  border: 1px solid #285885;
  border-radius: 8px;
  padding: 3px 10px;
}

.filterVector {
  width: 1.2rem;
  height: 1.2rem;
}

.blogfilter-two {
  height: 2.3rem;
  width: 2.3rem;
  box-shadow: 0px 4px 4px 0px #00000026 inset;
  border: 1px solid #285885;
  border-radius: 8px;
  padding: 3px 10px;
  color: #00325F !important;
}

.active-category-icon {
  background: #E4F2FF !important;
}

.active-category-icon img {
  filter: #00325F;
}

.blogfilter-one {
  color: #285885;
}


.category-wrap {
  position: relative;
}

/* dropdown */
.category-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  background: #fff;
  width: 13rem;
  border-radius: 6px;
  z-index: 10;
  padding: 10px 0;
}

/* list */
.category-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-dropdown li {
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}

.category-dropdown li:hover {
  background: #F3F7FF;
}

/* active selected style */
.category-dropdown li.active {
  background: #E7F3FF;
  color: #285885;
  border-radius: 8px;
  padding-left: 30px;
  font-weight: 600;
  margin: 4px 10px;
}

/* dot bullet */
.category-dropdown li.active::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #285885;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Search Results Styling */
.search-results {
  padding: 1rem 0;
}

.search-result> :first-child {
  color: #101828;
  font-weight: 600;
  font-size: 16px;
}

.search-result> :nth-child(2) {
  color: #155DFC;
  font-weight: 600;
  font-size: 16px;
}

.search-results .text-muted {
  color: #6A7282 !important;
  font-size: 16px;
}

.search-results .row {
  margin-top: 1rem;
}

.search-results .blog-card {
  width: 100%;
  transition: all 0.3s ease;
}

/* Highlight matched search terms */
mark {
  background-color: #fef08a;
  color: inherit;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 600;
}

/* No results styling */
.search-results .fa-search {
  color: #d1d5db;
}

.search-results h3 {
  color: #374151;
  font-weight: 600;
  margin-top: 1rem;
}

/* Responsive grid for search results */
@media (max-width: 768px) {
  .search-results .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Full width for search results page without sidebar */
body:has(#search-results-container) .blog-main {
  flex: 0 0 100%;
  max-width: 100%;
}

.category-badge {
  background-color: #E4F2FF;
  color: #006ED2;
  padding: 4px 12px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
}