h1 {
  font-size: 3rem !important;
  font-weight: 700 !important;
}

h2 {
  font-size: 2rem !important;
  font-weight: 600 !important;
}

h3 {
  font-size: 24px !important;
  font-weight: 400 !important;
}

h4 {
  font-size: 1.25rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif !important;
  color: #0c0f3f !important;
}

p {
  font-size: 18px !important;
  font-family: "Figtree", sans-serif !important;
  line-height: 36px !important;
  font-weight: 300 !important;
  color: #000000d9 !important;
}

label {
  font-family: "Figtree", sans-serif !important;
}

strong {
  font-weight: 700 !important;
}

ul li,
button,
a {
  font-size: 18px !important;
  font-weight: 300 !important;
  font-family: "Figtree", sans-serif !important;

}

h2 span {
  color: #F39C37 !important;
  font-weight: 800 !important;
}

.bg-zinc {
  background: #F39C37 !important;
  color: white;
}

.btn-bg-zinc {
  background: #0c0f3f !important;
  color: white;
}

.text-yellow {
  color: #efb510 !important;
}

/* new orange btns */
.btn-orange {
  background: #F39C37 !important;
  color: white !important;
}

.btn-orange:hover {
  background: transparent !important;
  color: #F39C37 !important;
  border: 1px solid #F39C37 !important;
}
.blog-title{
  font-size: 44px !important;
}
@media (max-width: 991.98px) {
  .blog-title{
    font-size: 32px !important;
  }
}
.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar-widget {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.sidebar-widget .categories-list li {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.sidebar-widget .categories-list a {
  color: #2c3e50;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.95rem;
  position: relative;
  overflow: hidden;
}

.sidebar-widget:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: #F39C37;
  transition: height 0.3s ease;
}

.sidebar-widget:hover:before {
  height: 100%;
}

.sidebar-widget:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-card img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

.blog-card .card-body {
  padding: 1.5rem;
}

.blog-meta {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0.75rem;
}

.blog-meta i {
  margin-right: 8px;
  color: #F39C37;
}

.categories-list i {
  width: 24px;
  text-align: center;
  transition: transform 0.3s ease;
}

.categories-list a:hover i {
  transform: scale(1.2);
}

.blog-card h5 {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.blog-card .card-text {
  color: #6c757d;
  margin-bottom: 1.25rem;
}

.categories-list a:hover {
  transform: translateX(5px);
  background: rgba(0, 147, 132, 0.05) !important;
  border-left: 3px solid #F39C37;
}

.categories-list a:hover .badge {
  transform: scale(1.05);
}

.read-more {
  color: #F39C37;
  font-weight: 500;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

/* Blog Post Styles */
.blog-share-buttons {
  margin: 1.5rem 0;
  padding: 0.75rem 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
}

.blog-share-buttons .share-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c757d;
  margin-right: 0.75rem;
}

.blog-share-buttons .share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 0 2px;
}

.blog-share-buttons .share-icon i {
  font-size: 14px;
  color: #495057;
  transition: all 0.3s ease;
}

.blog-share-buttons .share-icon:hover {
  background-color: #e9ecef;
  transform: translateY(-2px);
}

.blog-share-buttons .share-icon:hover i {
  color: #000;
}

.blog-share-buttons .share-icon.facebook:hover i {
  color: #1877f2;
}

.blog-share-buttons .share-icon.twitter:hover i {
  color: #1da1f2;
}

.blog-share-buttons .share-icon.linkedin:hover i {
  color: #0a66c2;
}

.blog-share-buttons .share-icon.link:hover i {
  color: #6c757d;
}

/* Pagination Styles */
.page-link {
  color: #4a5568;
  border: 1px solid #e2e8f0;
  margin: 0 4px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.page-link:hover {
  background-color: #f8f9fa;
  color: #2d3748;
  border-color: #cbd5e0;
}

.page-item.active .page-link {
  background-color: #F39C37;
  border-color: #F39C37;
  color: white;
}

.page-item.disabled .page-link {
  color: #a0aec0;
  background-color: #f8f9fa;
  border-color: #e2e8f0;
}

.active>.page-link,
.page-link.active {
  background: #F39C37 !important;
}

.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 147, 132, 0.25);
}

.section-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.section-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #F39C37;
}

/* .accordion-header {
    background-color: #F1F1F1!important;
    color: #0c0f3f!important;
  }
  .accordion-button {
    background-color: #F1F1F1!important;
    color: #0c0f3f!important;
  } */


.accordion-button:not(.collapsed) {
  background: #F1F1F1 !important;
  color: #0c0f3f !important;
  border: none !important;
  width: 100%;
  outline: 0;
  padding: 20px 15px;
  text-align: start;
}


/* table of content */
.toc-container {
max-height: 600px;
  top: 120px;
  position: sticky;
  align-self: flex-start;
 
  
}
.google-products {
  
  top: 120px;
  position: sticky;
  align-self: flex-start;
}

.toc-container .card {
  border: 1px solid #d2d2d2;
  color: #0c0f3f!important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.toc-container .card-header , .google-products .card-header {
  background: #0c0f3f;
  color: white !important;
  font-weight: 600;
  padding: 16px 20px;
  border: none;
}

.toc-container .card-body {
  padding: 0;
}

#toc {
  height: 560px;
  max-width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

#toc li {
  border-bottom: 1px solid #f0f0f0;
}

#toc li:last-child {
  border-bottom: none;
}

.toc-link {
  color: #0c0f3f!important;
  text-decoration: none;
  padding: 12px 24px;
  display: block;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.2s ease;
  position: relative;
}

.toc-link:hover {
  background-color: #f9f9f9;
}

.toc-link.active {
  color: #F39C37!important;
  background-color: #fef6ed;
  font-weight: 500;
}

.toc-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #F39C37;
}
#toc {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
#toc::-webkit-scrollbar {
  width: 4px;
}
#toc::-webkit-scrollbar-thumb {
  background-color: #F39C37;
  border-radius: 4px;
}
.products-section{
  width: 85%;
    margin-left: 10px;
}
@media (max-width: 991.98px) {
  .products-section{
    margin-left: 0 !important;
  width: 100%;
  } 
}
