
  
  :root {
  --primary: #f59e0b;
  --text-dark: #1f2937;
  --text-light: #6b7280;
  --bg-gray: #f3f4f6;
  --white: #ffffff;
  --shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.blog-details {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: var(--bg-gray);
  padding: 60px 20px;
}

.blog-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
}

/* HERO */
.blog-hero h1 {
  font-size: 2.3rem;
  margin-bottom: 15px;
}

.meta-info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-light);
  font-size: 14px;
}

.author-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/* CONTENT */
.blog-content {
  background: var(--white);
  padding: 30px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.featured-image-wrapper img {
  width: 100%;
  border-radius: 12px;
}

.lead {
  font-size: 1.1rem;
  margin: 20px 0;
  color: #374151;
}

.content-section {
  margin-bottom: 25px;
}

.step-number {
  color: var(--primary);
  font-weight: bold;
  margin-right: 8px;
}

/* QUOTE */
.modern-quote {
  border-left: 4px solid var(--primary);
  background: #fffbeb;
  padding: 20px;
  margin: 30px 0;
  border-radius: 10px;
}

.modern-quote p {
  font-size: 1.2rem;
  color: #92400e;
}

/* TAGS */
.tag {
  display: inline-block;
  margin: 5px;
  padding: 6px 12px;
  background: #eee;
  border-radius: 20px;
  font-size: 13px;
}

.tag:hover {
  background: var(--primary);
  color: #fff;
}

/* SIDEBAR */
.sidebar-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: var(--shadow);
}

.search-box {
  display: flex;
  gap: 10px;
}

.search-box input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.search-box button {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
}

/* NEWSLETTER */
.newsletter-card {
  background: #1f2937;
  color: #fff;
}

.btn-primary {
  width: 100%;
  padding: 10px;
  background: var(--primary);
  border: none;
  border-radius: 6px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

/* PROGRESS BAR */
.reading-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #eee;
  z-index: 999;
}

.progress-bar {
  height: 5px;
  width: 0%;
  background: var(--primary);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .blog-container {
    grid-template-columns: 1fr;
  }
}:root {
  --primary: #f59e0b;
  --text-dark: #1f2937;
  --text-light: #6b7280;
  --bg-gray: #f3f4f6;
  --white: #ffffff;
  --shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.blog-details {
  font-family: 'Inter', system-ui, sans-serif;
  background-color: var(--bg-gray);
  padding: 60px 20px;
}

.blog-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 40px;
}

/* HERO */
.blog-hero h1 {
  font-size: 2.3rem;
  margin-bottom: 15px;
}

.meta-info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-light);
  font-size: 14px;
}

.author-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

/* CONTENT */
.blog-content {
  background: var(--white);
  padding: 30px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.featured-image-wrapper img {
  width: 100%;
  border-radius: 12px;
}

.lead {
  font-size: 1.1rem;
  margin: 20px 0;
  color: #374151;
}

.content-section {
  margin-bottom: 25px;
}

.step-number {
  color: var(--primary);
  font-weight: bold;
  margin-right: 8px;
}

/* QUOTE */
.modern-quote {
  border-left: 4px solid var(--primary);
  background: #fffbeb;
  padding: 20px;
  margin: 30px 0;
  border-radius: 10px;
}

.modern-quote p {
  font-size: 1.2rem;
  color: #92400e;
}

/* TAGS */
.tag {
  display: inline-block;
  margin: 5px;
  padding: 6px 12px;
  background: #eee;
  border-radius: 20px;
  font-size: 13px;
}

.tag:hover {
  background: var(--primary);
  color: #fff;
}

/* SIDEBAR */
.sidebar-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: var(--shadow);
}

.search-box {
  display: flex;
  gap: 10px;
}

.search-box input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.search-box button {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
}

/* NEWSLETTER */
.newsletter-card {
  background: #1f2937;
  color: #fff;
}

.btn-primary {
  width: 100%;
  padding: 10px;
  background:#D4AF37;
  border: none;
  border-radius: 6px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

/* PROGRESS BAR */
.reading-progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #eee;
  z-index: 999;
}

.progress-bar {
  height: 5px;
  width: 0%;
  background: var(--primary);
}

/* RESPONSIVE */
@media(max-width: 992px) {
  .blog-container {
    grid-template-columns: 1fr;
  }
}
  
  a{
    text-decoration: none;
  }



  /* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column;
    padding: 10px 0;
    z-index: 1000;
}

.dropdown-menu a {
    padding: 10px 15px;
    color: #333;
    display: block;
    transition: 0.3s;
}

.dropdown-menu a:hover {
    background: #f5f5f5;
    color: #D4AF37;
}

/* Show on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}


.dropdown i {
    transition: 0.3s;
}

.dropdown.active i {
    transform: rotate(180deg);
}




.menu {
    display: flex;
    align-items: center;
    gap: 06px;
}
  



@media (max-width: 768px) {

    .menu {
        display: none;
    }

    .hamburger {
        display: flex;
        justify-content: center;
    }
}
