.blog-detail-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.blog-hero {
  position: relative;
  background: url("https://images.unsplash.com/photo-1549366021-9f761d040a94?auto=format&fit=crop&w=1600&q=80") center center/cover no-repeat;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.blog-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.35), rgba(20, 20, 20, 0.55));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 90px 0;
}

.hero-kicker {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
  color: #f2dfbf;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.breadcrumb-item.active {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}

.blog-filter-section {
  padding: 80px 0 30px;
  background: var(--bg-light);
}

.section-tag {
  display: inline-block;
  color: var(--accent);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.section-head h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.section-head p {
  color: var(--text-muted);
  max-width: 760px;
}

.filter-box {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px;
  margin-top: 28px;
  box-shadow: var(--shadow);
}

.search-wrap {
  position: relative;
}

.search-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8c857b;
}

.search-wrap .form-control {
  padding-left: 42px;
}

.form-control,
.form-select {
  min-height: 50px;
  border: 1px solid #ddd3c5;
  border-radius: 10px;
  box-shadow: none;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--accent);
  box-shadow: none;
}




.blog-list-section {
  padding: 30px 0 90px;
  background: var(--bg-light);
}

.blog-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.blog-card-img {
  overflow: hidden;
  height: 260px;
}

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

.blog-card-body {
  padding: 24px;
}

.blog-badge {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: #f4ece1;
  color: #8d6b43;
  border-radius: 30px;
  padding: 6px 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.blog-card h3 {
  font-size: 1.35rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.blog-card h3 a {
  color: var(--text-dark);
}

.blog-card h3 a:hover {
  color: var(--accent);
}

.blog-card p {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 16px;
}

.blog-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #7f796f;
  margin-bottom: 16px;
}

.blog-meta i {
  color: var(--accent);
  margin-right: 6px;
}

.read-more {
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 15px;
}

.read-more i {
  margin-left: 6px;
  transition: 0.3s ease;
}

.read-more:hover {
  color: var(--accent);
}

.read-more:hover i {
  margin-left: 10px;
}

.pagination-wrap {
  margin-top: 50px;
}

.pagination .page-link {
  color: var(--primary-dark);
  border: 1px solid #dccdb8;
  background: #fff;
  margin: 0 4px;
  border-radius: 8px !important;
  padding: 10px 15px;
}

.pagination .page-item.active .page-link {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.newsletter-section {
  padding: 0 0 90px;
  background: var(--bg-light);
}

.newsletter-box {
  background: linear-gradient(135deg, #f3ebdf, #ede2d2);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid var(--border);
}

.newsletter-content h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.newsletter-content p {
  color: var(--text-muted);
  margin-bottom: 0;
}

.newsletter-form .form-control {
  min-height: 56px;
  border-radius: 10px 0 0 10px;
}

.newsletter-form .btn {
  border-radius: 0 10px 10px 0;
  padding-inline: 24px;
}
.blog-article {
  background: transparent;
}
.featured-image {
  /*border-radius: 20px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: var(--shadow);*/
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 600px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

/*.featured-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}*/

.article-header {
  margin-bottom: 28px;
}

.blog-badge {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: #f4ece1;
  color: #8d6b43;
  border-radius: 30px;
  padding: 6px 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.article-header h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 18px;
  font-weight: 700;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #7f796f;
  font-size: 14px;
}

.article-meta i {
  color: var(--accent);
  margin-right: 6px;
}

.article-content {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px;
  box-shadow: var(--shadow);
}

.article-content p {
  /*color: var(--text-muted);*/
  font-size: 18px;
  margin-bottom: 20px;
}

.article-content h3 {
  font-size: 1.6rem;
  margin-top: 28px;
  margin-bottom: 14px;
  font-weight: 700;
  color: var(--text-dark);
}

.custom-blockquote {
  background: #f5ede2;
  border-left: 4px solid var(--accent);
  padding: 20px 24px;
  border-radius: 12px;
  margin: 30px 0;
  font-size: 1.08rem;
  color: #5f564b;
  font-style: italic;
}

.styled-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 24px;
}

.styled-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--text-muted);
}

.styled-list li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--accent);
  font-size: 14px;
}

.content-image-grid {
  margin: 28px 0;
}

.content-image-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 14px;
}

.share-box {
  margin-top: 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  box-shadow: var(--shadow);
}

.share-left span {
  font-weight: 600;
  color: var(--text-dark);
}

.share-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.share-icons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f4ece1;
  color: var(--primary-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.share-icons a:hover {
  background: var(--accent);
  color: #fff;
}

.author-box {
  margin-top: 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
  box-shadow: var(--shadow);
}

.author-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info h4 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 700;
}

.author-info p {
  margin-bottom: 0;
  color: var(--text-muted);
}

.post-navigation {
  margin-top: 24px;
}

.post-nav-card {
  display: block;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  height: 100%;
  box-shadow: var(--shadow);
}

.post-nav-card .nav-label {
  display: block;
  color: var(--accent);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.post-nav-card h5 {
  color: var(--text-dark);
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.5;
}

.post-nav-card:hover h5 {
  color: var(--accent);
}

.blog-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: var(--shadow);
}

.sidebar-widget h4 {
  font-size: 1.25rem;
  margin-bottom: 18px;
  font-weight: 700;
}

.search-wrap {
  position: relative;
}

.search-wrap i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8c857b;
}

.search-wrap .form-control {
  padding-left: 42px;
  min-height: 50px;
  border: 1px solid #ddd3c5;
  border-radius: 10px;
  box-shadow: none;
}

.search-wrap .form-control:focus {
  border-color: var(--accent);
  box-shadow: none;
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li:not(:last-child) {
  margin-bottom: 12px;
}

.category-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-muted);
  font-weight: 500;
}

.category-list a:hover {
  color: var(--accent);
}

.recent-post {
  display: flex;
  gap: 14px;
  align-items: center;
}

.recent-post:not(:last-child) {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #efe7da;
}

.recent-post img {
  width: 85px;
  height: 75px;
  object-fit: cover;
  border-radius: 10px;
  flex-shrink: 0;
}

.recent-post h6 {
  font-size: 0.96rem;
  line-height: 1.4;
  margin-bottom: 6px;
}

.recent-post h6 a {
  color: var(--text-dark);
}

.recent-post h6 a:hover {
  color: var(--accent);
}

.recent-post span {
  font-size: 13px;
  color: #857e74;
}

.sidebar-cta {
  background: linear-gradient(135deg, #efe3d1, #ead9c1);
}

.sidebar-cta h4 {
  font-size: 1.6rem;
}

.sidebar-cta p {
  color: #5f564b;
}

.related-blogs-section {
  padding: 0 0 90px;
  background: var(--bg-light);
}

.section-head h2 {
  font-size: 2.2rem;
  font-weight: 700;
}

.blog-card {
  background: #fff;
  border: 1px solid #e8dfd2;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.blog-card-img {
  overflow: hidden;
  height: 260px;
}

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

.blog-card-body {
  padding: 24px;
}

.blog-card h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.blog-card h3 a {
  color: var(--text-dark);
}

.blog-card h3 a:hover {
  color: var(--accent);
}

.blog-card p {
  color: var(--text-muted);
  font-size: 15px;
  margin-bottom: 14px;
}

.read-more {
  color: var(--primary-dark);
  font-weight: 700;
  font-size: 15px;
}

.read-more:hover {
  color: var(--accent);
}

.newsletter-section {
  padding: 0 0 90px;
  background: var(--bg-light);
}

.newsletter-box {
  background: linear-gradient(135deg, #f3ebdf, #ede2d2);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid var(--border);
}

.newsletter-content h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.newsletter-content p {
  color: var(--text-muted);
  margin-bottom: 0;
}

.newsletter-form .form-control {
  min-height: 56px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #ddd3c5;
  box-shadow: none;
}

.newsletter-form .form-control:focus {
  border-color: var(--accent);
  box-shadow: none;
}

.newsletter-form .btn {
  border-radius: 0 10px 10px 0;
  padding-inline: 24px;
}

/*************************************Blog Detail****************/
/* Article Content Wrapper */
.article-content {
    /*font-family: 'Inter', sans-serif;*/
    font-size: 18px;
    line-height: 1.9;
    color: #555;
}

/* Headings */
.article-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #1a1a1a;
    position: relative;
}

/* Underline Accent */
.article-content h3::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #c19a6b; /* luxury gold tone */
    position: absolute;
    bottom: -6px;
    left: 0;
    border-radius: 2px;
}

/* Paragraphs */
.article-content p {
    margin-bottom: 18px;
    color: #666;
}

/* Styled List */
.styled-list {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 25px;
}

.styled-list li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    color: #555;
}

/* Custom Bullet */
.styled-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #c19a6b;
    font-size: 14px;
}

/* FAQ Section */
.article-content strong {
    display: block;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

/* Contact Section */
.article-content p br {
    line-height: 2;
}

/* Spacing for Sections */
.article-content h3:first-child {
    margin-top: 0;
}

/* Highlight Box (optional future use) */
.highlight-box {
    background: #f9f7f3;
    padding: 20px;
    border-left: 4px solid #c19a6b;
    border-radius: 6px;
    margin: 25px 0;
}

/* Smooth Read Width */
@media (min-width: 768px) {
    /*.article-content {
        max-width: 800px;
    }*/
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.faq-accordion .accordion-button {
    background: #fff;
    color: #222;
    font-weight: 600;
    font-size: 18px;
    padding: 18px 20px;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #f9f7f3;
    color: #1a1a1a;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq-accordion .accordion-body {
    background: #fff;
    color: #666;
    line-height: 1.8;
    padding: 18px 20px;
}

.faq-accordion .accordion-button::after {
    filter: brightness(0.6);
}


/* Responsive */
@media (max-width: 991.98px) {
  .hero-content h1 {
    font-size: 2.4rem;
  }

  .section-head h2 {
    font-size: 2rem;
  }

  .blog-card-img {
    height: 260px;
  }

  .newsletter-box {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  /*.navbar {
    padding: 12px 0;
  }*/

  .hero-content {
    padding: 70px 0;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .blog-hero {
    min-height: 320px;
  }

  .section-head h2 {
    font-size: 1.8rem;
  }

  .filter-box {
    padding: 18px;
  }

  .blog-card-body {
    padding: 20px;
  }

  .newsletter-box {
    padding: 24px;
  }

  .newsletter-content h3 {
    font-size: 1.6rem;
  }
  .article-content{
      padding: 10px;
  }
  .featured-image{
      height: 190px;
  }
}

@media (max-width: 575.98px) {
  /*.brand-logo {
    font-size: 1.2rem;
  }*/

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .blog-card-img {
    height: 210px;
  }

  .blog-meta {
    gap: 10px;
    flex-direction: column;
  }

  .newsletter-form .form-control,
  .newsletter-form .btn {
    border-radius: 10px !important;
  }

  .newsletter-form .input-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}