/**
Theme Name: astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.site-content .ast-container {
    max-width: 100%;
    padding: 0;
        display: block;
}
/* HEADER MENU – hover & focus */
.main-header-bar-navigation 
.main-header-menu > li > a:hover,
.main-header-bar-navigation 
.main-header-menu > li > a:focus,
.main-header-bar-navigation 
.main-header-menu .sub-menu a:hover,
.main-header-bar-navigation 
.main-header-menu .sub-menu a:focus {
  color: #2f056b!important;
}

/* HEADER MENU – active / current */
.main-header-bar-navigation 
.main-header-menu > li.current-menu-item > a,
.main-header-bar-navigation 
.main-header-menu > li.current_page_item > a,
.main-header-bar-navigation 
.main-header-menu .sub-menu li.current-menu-item > a {
  color: #2f056b!important;
}



/* =========================
   HERO SECTION
========================= */

.home-hero {
  background: linear-gradient(180deg, #2f056b 0%, #24034f 100%);
  padding: 100px 0;
  color: #ffffff;
  width: 100%;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-content {
  flex:1;
}

.banner-wrapper {
    display: flex;
    gap: 65px;
}

.banner-wrapper .banner-side-img {
    text-align: center;
}

.banner-wrapper .banner-side-img img {
    width: 70%;
}
.hero-content h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hero-content p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
}

.hero-btn .hero-cta {
  display: inline-block;
  padding: 14px 34px;
  background: #ffffff;
  color: #2f056b;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn .hero-cta:hover {
  background: #e8e1f3;
  transform: translateY(-2px);
}
/* =========================
   FEATURED CATEGORIES
========================= */

.featured-categories {
  padding: 80px 0;
  background-color: #ffffff;
}

.fc-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.fc-header {
  margin-bottom: 40px;
}

.fc-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2f056b;
}

.fc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.fc-card {
  background: #ffffff;
  border: 1px solid #eceaf1;
  border-radius: 14px;
  padding: 28px 24px;
  transition: all 0.3s ease;
}

.fc-card h3 a {
  color: #2f056b;
  text-decoration: none;
}


.fc-card h3 a:hover,
.fc-card h3 a:focus {
  color: #000000;
}

.fc-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2f056b;
  margin-bottom: 12px;
}

.fc-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
}

/* Subtle interaction — still minimal */
.fc-card:hover {
  border-color: #2f056b;
  transform: translateY(-4px);
}
/* =========================
   TOP GUIDES
========================= */

.top-guides {
  padding: 80px 0;
  background-color: #fafafa;
}

.tg-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.tg-header {
  margin-bottom: 40px;
}

.tg-header h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2f056b;
}

.tg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.tg-card {
  background: #ffffff;
  border: 1px solid #eceaf1;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.tg-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.tg-image img {
    border-radius: 12px;
    margin-bottom: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tg-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2f056b;
  margin-bottom: 10px;
  line-height: 1.4;
  margin-top: 15px;
}

.tg-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 16px;
}

.tg-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #2f056b;
  text-decoration: none;
}

.tg-link:hover {
  text-decoration: underline;
}
/* =========================
   RELATED POSTS / TOP GUIDES
========================= */

.ast-single-related-posts-container {
  padding: 80px 0;
  background-color: #fafafa;
}

.ast-related-posts-title-section {
  max-width: 1240px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.ast-related-posts-title {
  font-size: 34px;
  font-weight: 700;
  color: #2f056b;
}

.ast-related-posts-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* =========================
   CARD
========================= */

.ast-related-post {
  background: #ffffff;
  border: 1px solid #eceaf1;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.ast-related-post:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.ast-related-posts-inner-section {
  height: 100%;
}

.ast-related-post-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* =========================
   IMAGE
========================= */

.ast-related-post-featured-section {
  margin-bottom: 16px;
}


/* =========================
   TITLE
========================= */

.ast-related-post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.ast-related-post-title a {
  color: #2f056b;
  text-decoration: none;
}

.ast-related-post-title a:hover {
  text-decoration: underline;
}

/* =========================
   EXCERPT
========================= */

.ast-related-post-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 16px;
}

/* =========================
   READ MORE LINK
========================= */

.ast-related-post-cta {
  margin-top: auto;
}

.ast-related-post-link {
  font-size: 14px;
  font-weight: 600;
  color: #2f056b;
  text-decoration: none;
  display: inline-block;
}

.ast-related-post-link::after {
  content: " →";
}

.ast-related-post-link:hover {
  text-decoration: underline;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .ast-related-posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .ast-related-posts-wrapper {
    grid-template-columns: 1fr;
  }

  .ast-related-posts-title {
    font-size: 28px;
  }
}

/* =========================
   MICRO TIPS SECTION
========================= */

.micro-tips {
  background-color: #2f056b;
  padding: 90px 0;
  color: #ffffff;
}

.micro-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.micro-header {
  max-width: 620px;
  margin-bottom: 50px;
}

.micro-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.micro-header p {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.micro-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 40px;
}

.micro-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
      flex-wrap: wrap;
    flex-direction: column;
}

.tip-number {
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: 0.4;
}

.tip-text {
  font-size: 16px;
  line-height: 1.6;
}
/* =========================
   SITE FOOTER
========================= */

.site-footer {
  background-color: #f6f5fa;
  padding: 70px 0 40px;
  color: #333333;
}

.footer-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  color: #2f056b;
  margin-bottom: 16px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
  max-width: 380px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 14px;
  color: #555555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col ul li a:hover {
  color: #2f056b;
}

.footer-bottom {
  border-top: 1px solid #e2e0ea;
  padding-top: 20px;
  text-align: center;
}

.footer-bottom p {
  font-size: 13px;
  color: #777777;
}

.entry-meta,
.entry-meta a,
.entry-meta span,
.ast-taxonomy-container.cat-links,
.ast-taxonomy-container.cat-links a {
  color: #2f056b;
}

.entry-meta a:hover,
.entry-meta a:focus,
.ast-taxonomy-container.cat-links a:hover,
.ast-taxonomy-container.cat-links a:focus {
  color: #ff;
}

/* Author name – force hover color */
.entry-meta .author-name,
.entry-meta .author-name a,
.entry-meta a[rel="author"] {
  color: #2f056b;
}
.tg-card h3 a {
    color: #2f056b;
}
.entry-meta a[rel="author"]:hover,
.entry-meta a[rel="author"]:focus,
.entry-meta a[rel="author"]:hover .author-name {
  color: #000000 !important;
}

/* =========================
   RESPONSIVE BREAKPOINTS
========================= */

@media (max-width: 1024px) {
  .home-hero {
    padding: 80px 0;
  }

  .hero-content h1 {
    font-size: 42px;
  }
  .banner-wrapper .banner-side-img img {
    width: 50%;
}
.fc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tg-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .micro-list {
    gap: 24px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 921px) {
      .hero-content {
        max-width: 50%;
        width: 50%;
        flex: 50%;
    }

  .hero-content h1 {
    font-size: 38px;
  }
  .banner-wrapper {
    display: flex;
    gap: 20px;
}
.fc-header h2 {
    font-size: 30px;
  }
  .tg-header h2 {
    font-size: 30px;
  }
  .micro-header h2 {
    font-size: 32px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .home-hero {
    padding: 70px 0;
  }

  .hero-content h1 {
    font-size: 32px;
    text-align: center;
  }

  .hero-content p {
    font-size: 16px;
    text-align: center;
  }
  .hero-btn {
    text-align: center;
}
      .hero-content {
        max-width: 100%;
        width: 100%;
        flex: 100%;
    }
        .banner-wrapper {
        flex-wrap: wrap-reverse;
        justify-content: center;
    }
    .featured-categories {
    padding: 60px 0;
  }

  .fc-grid {
    grid-template-columns: 1fr;
  }

  .fc-card {
    padding: 24px 20px;
  }
  .top-guides {
    padding: 60px 0;
  }

  .tg-grid {
    grid-template-columns: 1fr;
  }
  .micro-tips {
    padding: 70px 0;
  }

  .micro-list {
    grid-template-columns: 1fr;
  }
  .site-footer {
    padding: 60px 0 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-about p {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .home-hero {
    padding: 60px 0;
  }

  .hero-content h1 {
    font-size: 26px;
  }

  .hero-btn .hero-cta {
    padding: 12px 26px;
    font-size: 14px;
  }
  
  .fc-header h2 {
    font-size: 26px;
  }

  .fc-card h3 {
    font-size: 18px;
  }
  .tg-header h2 {
    font-size: 26px;
  }

  .tg-card h3 {
    font-size: 17px;
  }
   .micro-header h2 {
    font-size: 26px;
  }

  .tip-text {
    font-size: 15px;
  }
  .footer-bottom p {
    font-size: 12px;
  }
}
.page-wrap .page-content-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}


.page-wrap .page-content-wrapper .page-article-content .page-intro-heading {
    padding: 100px 0;
    text-align: center;
    color: #000 !important;
}

.page-wrap .page-content-wrapper .page-article-content .page-content {
    background-color: #f7f7f7;
    padding: 60px 30px;
    border-radius: 20px;
    box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}
.page-wrap .page-content-wrapper .page-article-content .page-content ul, .page-wrap .page-content-wrapper .page-article-content .page-content ol {
    padding-left: 20px;
}