/*
CTC Separate Stylesheet
Updated: 2025-08-25 11:59:55
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.10.1756123195
*/



.sud-hero .inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #fff;
    padding: 60px 0px;
    border-radius: 16px;
    max-width: 1300px;
    margin: 0 auto;
}
section.sud-hero {
    background: rgba(15, 15, 15 );
	padding-top: 7%;
    padding-bottom: 7%;
}
}
.sud-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sud-hero h1 {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 20px;
    max-width: 650px;
    color: #fff;
}

.sud-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  opacity: 0.85;
}

.sud-kicker {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #aaa;
}

.sud-hero-image img {
    max-width: 600px;
    border-radius: 12px;
    object-fit: cover;
}

	

	:root {
  --bg: #0b1020;
  --card: #0f172a;
  --soft: #1e293b;
  --muted: #94a3b8;
  --text: #e5e7eb;
  --brand: #22d3ee;
  --max: 1120px;
}

.sud-wrap {
  max-width: var(--max);
  margin: auto;
  padding: 24px;
}

.sud-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
}

.sud-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 999px;
    display: inline-block;
    margin: 0 8px;
}
.sud-layout .inner-container {
    display: flex;
    max-width: 1300px;
    gap: 20px;
    margin: 30px auto;
}
.sud-post {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 28px;
    width: 70%;
}

.sud-content {
    font-size: 18px;
    color: #000 !important;
}

.sud-content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
}

.sud-content h3 {
  margin-top: 24px;
  font-size: 20px;
}

.sud-content blockquote {
  margin: 20px 0;
  padding: 14px 16px;
  border-left: 3px solid var(--brand);
  background: #0b1228;
  border-radius: 8px;
  color: #cbd5e1;
}

.sud-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.sud-tag {
  font-size: 12px;
  border: 1px solid #20305f;
  background: #0d1530;
  color: #cbd5e1;
  border-radius: 999px;
  padding: 6px 10px;
}

.sud-sidebar {
    position: sticky;
    top: 84px;
    align-self: start;
    display: grid;
    gap: 18px;
    width: 30%;
}

.sud-card {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 18px;
    color: #cbd5e1;
}
.sud-card.sud-toc strong {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 500;
    line-height: 120%;
}
.sud-toc ol {
    margin: 0;
    padding-left: 0px;
    list-style: none;
    padding-top: 20px;
}
.sud-card.sud-toc li {
    color: #000 !important;
    background: #eaeff8;
    padding: 20px;
    margin: 10px 0 0 0;
    border-radius: 10px;
}
.sud-card.sud-toc li a {
    color: #000 !important;
    font-weight: 600;
}
section.sud-layout {
    padding-top: 5%;
    padding-bottom: 5% !important;
}
.sud-card.sud-toc li a:hover {
    color: #0056b3 !important;
}
.sud-share {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sud-share a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #1a2a58;
  background: #0c1430;
  border-radius: 10px;
  padding: 8px 10px;
  color: #e5e7eb;
  text-decoration: none;
}

.sud-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 60px;
}

.sud-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #1d2a4f;
  display: grid;
  place-items: center;
  font-weight: 700;
  overflow: hidden;
}

.sud-related li {
  margin: 8px 0;
}

body {
  background: linear-gradient(180deg, #0b1020, #0b1020 40%, #0e152d 100%);
  color: var(--text);
}

.sud-kicker {
  font-size: 14px;
  color: #9fb3d8;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.sud-wrap {
    max-width: 100%;
    margin: auto;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.related-reads .inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1300px;
  margin: 30px auto;
  justify-content: center;
  padding: 0 20px;
}

h2.related-heading {
  text-align: center;
  font-size: 40px;
  padding-bottom: 2%;
  font-weight: 700;
  color: #111827;
}

section.relatedpost {
  background: #eaeff8;
  padding-top: 5%;
  padding-bottom: 5% !important;
}

/* Card Styling */
.related-item {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  max-width: 320px;
  flex: 1 1 calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.related-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Thumbnail Image */
.related-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/* Card Content */
.related-item a {
  text-decoration: none;
  color: inherit;
}

.related-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 12px 16px 8px;
  color: #111827;
}

.related-item .related-readmore {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #111827;
  margin: 0 16px 16px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-item .related-readmore:hover {
  color: #2563eb;
}

.related-item .related-readmore::after {
    content: url('https://webtech.demobogt.com/wp-content/uploads/2025/09/Vector.png');
    transition: transform 0.3s ease;
    margin-left: 75px;
    margin-top: 6px;
    transform: scale(0.9);
    position: absolute;
}

.related-item .related-readmore:hover::after {
  transform: translateX(3px);
}


