/*
Theme Name:Naturalcng Ffitment
Theme URI: https://www.naturalcngfitment.com/
Author: Natural CNG
Author URI: https://www.naturalcngfitment.com/
Description: Custom theme jisme header aur footer aapki main HTML site jaise hi hain, taaki blog aur main site dono ka look-and-feel same rahe.
Version: 1.0
Requires at least: 5.9
Requires PHP: 7.4
Text Domain: mytheme
*/

/* ===== Reset ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #222;
  line-height: 1.6;
  background: #fdfdfd;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

/* ===== Header ===== */
.site-header {
  background: #1a1a2e;
  color: #fff;
  padding: 18px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-header .logo {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.site-header nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
}

.site-header nav ul li a {
  color: #e5e5e5;
  font-weight: 500;
  transition: color 0.2s ease;
}

.site-header nav ul li a:hover {
  color: #ff6b6b;
}

/* ===== Main content area ===== */
.site-content {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  min-height: 60vh;
}

.post-preview {
  border-bottom: 1px solid #e0e0e0;
  padding: 25px 0;
}

.post-preview h2 a {
  font-size: 24px;
  color: #1a1a2e;
}

.post-preview .post-meta {
  font-size: 13px;
  color: #888;
  margin: 6px 0 10px;
}

.post-preview .post-excerpt {
  color: #444;
}

.single-post h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #1a1a2e;
}

.single-post .post-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}

.goog-te-gadget-simple {
    display: flex !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: flex !important;
}
/* ===== Single Post: Hero Banner ===== */
.post-hero {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
  background-color: #2b2b2b;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-hero-overlay {
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    flex-direction: column;
}

.post-hero-overlay h1 {
  color: #fff;
  font-size: 34px;
  max-width: 900px;
  line-height: 1.3;
}

/* ===== Single Post: Two column layout ===== */
.single-post-wrapper {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 50px;
  align-items: start;
}

.single-post-main {
  min-width: 0;
}

.post-featured-image {
  margin-bottom: 25px;
  border-radius: 6px;
  overflow: hidden;
}

.post-featured-image img {
  width: 100%;
  border-radius: 6px;
}

.post-content-title {
  font-size: 26px;
  color: #1a1a2e;
  margin-bottom: 8px;
}

.single-post-main .post-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 20px;
}

.post-content h2 {
  font-size: 20px;
  margin: 25px 0 12px;
  color: #1a1a2e;
}

.post-content p {
  margin-bottom: 16px;
  color: #333;
}

.post-content ul,
.post-content ol {
  margin: 0 0 16px 22px;
}

/* ===== Share icons ===== */
.post-share {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.share-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.share-facebook  { background: #3b5998; }
.share-linkedin  { background: #0077b5; }
.share-pinterest { background: #e60023; }
.share-telegram  { background: #229ed9; }

/* ===== Sidebar: Recent Posts ===== */
.single-post-sidebar h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #1a1a2e;
  border-bottom: 2px solid #ff6b6b;
  padding-bottom: 8px;
  display: inline-block;
}

.recent-post-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.recent-post-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  background: #f0f0f0;
}

.recent-post-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.recent-post-thumb-placeholder {
  width: 60px;
  height: 60px;
  background: #e2e2e2;
}

.recent-post-text h4 {
  font-size: 14px;
  line-height: 1.4;
  color: #1a1a2e;
  margin-bottom: 6px;
}

.recent-post-text .read-more {
  font-size: 12px;
  color: #ff6b6b;
  font-weight: 600;
}
/* ===== Breadcrumb (hero ke andar) ===== */
.post-breadcrumb {
  color: #eaeaea;
  font-size: 14px;
  margin-bottom: 14px;
}

.post-breadcrumb a {
  color: #eaeaea;
  font-weight: 500;
}

.post-breadcrumb a:hover {
  color: #ff6b6b;
}

.breadcrumb-sep {
  margin: 0 8px;
  color: #bbb;
}

.breadcrumb-current {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 800px) {
  .single-post-wrapper {
    grid-template-columns: 1fr;
  }

  .post-hero-overlay h1 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
.post-hero {
    height: 320px;
}
}
