.elementor-481 .elementor-element.elementor-element-633ab61{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-481:not(.elementor-motion-effects-element-type-background), body.elementor-page-481 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}/* Start custom CSS *//* =====================================================
   rahulkolge.com — RESOURCE POST TEMPLATE
   CUSTOM CSS
   Apply to: Elementor → Templates → Theme Builder →
   Single Post template (condition: Resources category)
   ===================================================== */

/* =============================================
   POST HERO
   ============================================= */
.rk-post-hero {
  background: #0a0a0a !important;
  padding: 150px 0 60px;
  position: relative;
  overflow: hidden;
}

.rk-post-hero-glow {
  position: absolute;
  top: -30%; left: -15%;
  width: 60%; height: 90%;
  background: radial-gradient(ellipse at top left, rgba(255,156,0,0.05) 0%, transparent 55%);
  pointer-events: none;
}

.rk-post-hero-inner {
  max-width: 740px;
  position: relative;
  z-index: 1;
}

.rk-post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.rk-post-category {
  font-family: 'Inter', sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FF9C00 !important;
  background: rgba(255, 156, 0, 0.06);
  border: 1px solid rgba(255, 156, 0, 0.12);
  padding: 5px 12px;
  border-radius: 6px;
}

.rk-post-date,
.rk-post-readtime {
  font-family: 'Inter', sans-serif !important;
  font-size: 12.5px;
  color: #555 !important;
}

.rk-post-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333 !important;
}

.rk-post-hero-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 800;
  line-height: 1.12;
  color: #ffffff !important;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.rk-post-hero-excerpt {
  font-size: 17px;
  color: #999 !important;
  line-height: 1.7;
  max-width: 620px;
}

/* Divider */
.rk-post-hero-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin-top: 48px;
}

/* =============================================
   POST BODY — TYPOGRAPHY
   Styles the_content() output from Elementor
   Post Content widget
   ============================================= */
.rk-post-body {
  background: #0a0a0a !important;
  padding: 56px 0;
}

.rk-post-body-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Target Elementor Post Content widget */
.rk-post-body .elementor-widget-theme-post-content,
.rk-post-body-inner {
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 16.5px;
  line-height: 1.85;
  color: #bbb !important;
}

.rk-post-body h2,
.rk-post-body .elementor-widget-theme-post-content h2 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 30px;
  font-weight: 800;
  color: #ffffff !important;
  margin: 56px 0 20px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.rk-post-body h3,
.rk-post-body .elementor-widget-theme-post-content h3 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff !important;
  margin: 40px 0 16px;
  line-height: 1.3;
}

.rk-post-body h4,
.rk-post-body .elementor-widget-theme-post-content h4 {
  font-family: 'Inter', sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff !important;
  margin: 32px 0 12px;
}

.rk-post-body p,
.rk-post-body .elementor-widget-theme-post-content p {
  color: #bbb !important;
  margin-bottom: 24px;
}

.rk-post-body a,
.rk-post-body .elementor-widget-theme-post-content a {
  color: #FF9C00 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 156, 0, 0.3) !important;
  transition: text-decoration-color 0.2s ease;
}

.rk-post-body a:hover,
.rk-post-body .elementor-widget-theme-post-content a:hover {
  text-decoration-color: #FF9C00 !important;
}

.rk-post-body strong,
.rk-post-body .elementor-widget-theme-post-content strong {
  color: #ffffff !important;
  font-weight: 700;
}

.rk-post-body em,
.rk-post-body .elementor-widget-theme-post-content em {
  color: #d1d1d1 !important;
}

/* Lists */
.rk-post-body ul,
.rk-post-body ol,
.rk-post-body .elementor-widget-theme-post-content ul,
.rk-post-body .elementor-widget-theme-post-content ol {
  padding-left: 24px;
  margin-bottom: 24px;
  color: #bbb !important;
}

.rk-post-body li,
.rk-post-body .elementor-widget-theme-post-content li {
  margin-bottom: 10px;
  color: #bbb !important;
  line-height: 1.75;
}

.rk-post-body li::marker {
  color: #FF9C00 !important;
}

/* Blockquote */
.rk-post-body blockquote,
.rk-post-body .elementor-widget-theme-post-content blockquote {
  border-left: 3px solid #FF9C00;
  margin: 36px 0;
  padding: 20px 28px;
  background: rgba(255, 156, 0, 0.03) !important;
  border-radius: 0 8px 8px 0;
}

.rk-post-body blockquote p {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 19px;
  font-style: italic;
  color: #d1d1d1 !important;
  line-height: 1.6;
  margin-bottom: 0 !important;
}

/* Code */
.rk-post-body code,
.rk-post-body .elementor-widget-theme-post-content code {
  font-family: 'SF Mono', 'Fira Code', monospace;
  font-size: 14px;
  background: #1a1a1a !important;
  color: #FF9C00 !important;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.rk-post-body pre,
.rk-post-body .elementor-widget-theme-post-content pre {
  background: #111 !important;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 24px;
  overflow-x: auto;
  margin: 32px 0;
}

.rk-post-body pre code {
  background: transparent !important;
  border: none !important;
  padding: 0;
  color: #ccc !important;
}

/* Images */
.rk-post-body img,
.rk-post-body .elementor-widget-theme-post-content img {
  border-radius: 10px;
  margin: 32px 0;
  max-width: 100%;
  height: auto;
}

/* Horizontal rule */
.rk-post-body hr,
.rk-post-body .elementor-widget-theme-post-content hr {
  border: none;
  height: 1px;
  background: rgba(255, 255, 255, 0.06) !important;
  margin: 48px 0;
}

/* =============================================
   MID-ARTICLE CTA
   ============================================= */
.rk-post-cta-mid {
  background: #111111 !important;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 36px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 48px 0;
  max-width: 740px;
}

.rk-post-cta-mid-text h4 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff !important;
  margin-bottom: 6px;
}

.rk-post-cta-mid-text p {
  font-size: 13.5px;
  color: #777 !important;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.rk-post-cta-mid .rk-btn {
  flex-shrink: 0;
}

/* =============================================
   BOTTOM CTA — FULL WIDTH
   ============================================= */
.rk-post-bottom-cta {
  background: #0a0a0a !important;
  padding: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.rk-post-bottom-cta-box {
  background: #141414 !important;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  padding: 56px 48px;
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.rk-post-bottom-cta-box::before {
  content: '';
  position: absolute;
  top: 0; left: 15%; right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,156,0,0.25), transparent);
}

.rk-post-bottom-cta-box .rk-eyebrow { justify-content: center; }

.rk-post-bottom-cta-box .rk-heading-md {
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.rk-post-bottom-cta-box > p {
  font-size: 15px;
  color: #999 !important;
  line-height: 1.7;
  max-width: 440px;
  margin: 0 auto 28px;
}

.rk-post-bottom-cta-box .rk-btn {
  position: relative;
  z-index: 1;
}

/* =============================================
   AUTHOR BOX (optional)
   ============================================= */
.rk-post-author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 740px;
  margin: 0 auto;
}

.rk-post-author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF9C00, #FED000) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif !important;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  flex-shrink: 0;
}

.rk-post-author-name {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff !important;
}

.rk-post-author-role {
  font-size: 12.5px;
  color: #777 !important;
}

/* =============================================
   SHARED COMPONENTS
   ============================================= */
.rk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FF9C00 !important;
  margin-bottom: 20px;
}

.rk-eyebrow::before {
  content: '';
  width: 18px;
  height: 2px;
  background: linear-gradient(135deg, #FF9C00, #FED000);
  flex-shrink: 0;
}

.rk-heading-md {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff !important;
  letter-spacing: -0.02em;
}

.rk-gold-italic {
  font-style: italic;
  background: linear-gradient(135deg, #FF9C00, #FED000) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.rk-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  padding: 14px 28px;
  border-radius: 8px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.rk-btn svg {
  width: 16px; height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rk-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #FF9C00, #FED000) !important;
  position: relative;
  overflow: hidden;
}

.rk-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.rk-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(255, 156, 0, 0.3);
  color: #fff !important;
}

.rk-btn-primary:hover::before { opacity: 1; }

.rk-btn-ghost {
  color: #d1d1d1 !important;
  background: transparent !important;
  border: 1px solid #333 !important;
}

.rk-btn-ghost:hover {
  color: #FF9C00 !important;
  border-color: #FF9C00 !important;
}

.rk-section {
  font-family: 'Inter', -apple-system, sans-serif !important;
  color: #ffffff !important;
}

.rk-section h1, .rk-section h2, .rk-section h3, .rk-section h4 { color: #ffffff !important; }
.rk-section a { text-decoration: none !important; }

.rk-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .rk-container { padding: 0 28px; }
  .rk-post-body-inner { padding: 0 28px; }
}

@media (max-width: 768px) {
  .rk-container { padding: 0 20px; }
  .rk-post-body-inner { padding: 0 20px; }

  .rk-post-hero { padding: 110px 0 40px; }
  .rk-post-hero-title { font-size: 28px !important; }
  .rk-post-hero-excerpt { font-size: 15px; }

  .rk-post-body .elementor-widget-theme-post-content,
  .rk-post-body-inner { font-size: 15.5px; }

  .rk-post-body h2,
  .rk-post-body .elementor-widget-theme-post-content h2 { font-size: 24px; margin: 40px 0 16px; }

  .rk-post-body h3,
  .rk-post-body .elementor-widget-theme-post-content h3 { font-size: 19px; }

  .rk-post-cta-mid {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 24px;
  }

  .rk-post-bottom-cta { padding: 64px 0; }
  .rk-post-bottom-cta-box { padding: 40px 24px; }

  .rk-post-author { padding: 24px 20px; }
}

@media (max-width: 480px) {
  .rk-post-hero { padding: 100px 0 32px; }
  .rk-post-hero-title { font-size: 25px !important; }

  .rk-post-body blockquote { padding: 16px 20px; }
  .rk-post-body blockquote p { font-size: 16px; }
}/* End custom CSS */