/**
Theme Name: Astra Child
Author: ARD
Author URI: https://ard.com.np
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
*/

/* Add padding and a border below the header for both desktop and mobile views 
.ast-desktop .ast-primary-header-bar.main-header-bar,
.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
    padding: 15px 0 15px 0; /* Top, Right, Bottom, Left
    border-bottom: 0.5px solid #333 !important; /* Thin dark gray border 
}*/

.entry-meta, .entry-meta * {
    font-weight:500;
}

:root {
    --ast-blog-title-font-weight: 500; /* Updated font weight */
    --ast-blog-meta-weight: 500; /* Updated font weight */
}
label, legend {
    color: #4a4a4a; /* Updated color */
    
}

/* Contact form 7 logical condition */
.property-description {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}

.property-description.active {
  display: block;
  margin-top: 8px;
  height: auto;
  overflow: visible;
}
/* end Contact form 7 logical condition */

/* Unified Styles for Blog Posts & Guide Posts Headings */
.single-post .entry-content h2,
.blog .entry-content h2,
.single-guide .entry-content h2, .single-project .entry-content h2 {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.single-post .entry-content h3,
.blog .entry-content h3,
.single-guide .entry-content h3 {
    font-size: 22px;
    font-weight: 500;
    color: #444;
    line-height: 1.3;
    margin-bottom: 12px;
}

.single-post .entry-content h4,
.blog .entry-content h4,
.single-guide .entry-content h4 {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .single-post .entry-content h2,
    .blog .entry-content h2,
    .single-guide .entry-content h2 {
        font-size: 24px;
    }

    .single-post .entry-content h3,
    .blog .entry-content h3,
    .single-guide .entry-content h3 {
        font-size: 22px;
    }

    .single-post .entry-content h4,
    .blog .entry-content h4,
    .single-guide .entry-content h4 {
        font-size: 18px;
    }
}
/* end Unified Styles for Blog Posts & Guide Posts Headings */

/*strong testimonial css*/

/* Heading / Quote */
.wpmtst-testimonial-heading {
  font-style: italic;
  display:block;
  margin-bottom: 20px !important;

  
}

/*testimonial custom field*/
.strong-view.wpmtst-default .wpmtst-testimonial-field {
    text-align: left !important;
    padding-top: 15px;
}

/*strong testimonial css ended*/

/*google review badge on Hero section*/
.google-review-badge {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding: 0 15px 0 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  max-width: fit-content;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  gap: 12px;
}

.google-review-badge .google-logo {
  width: 140px;
  height: 75px;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.google-review-badge .review-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
}

.google-review-badge .rating-stars {
  font-weight: 600;
  color:#4A4A4A; /* Star yellow color */
  font-size: 15px;
  text-align: center;
}

.google-review-badge .review-count {
  color:#4A4A4A;
  font-size: 13px;
}
/*Ended google review badge on Hero section*/

/* Move the Tawk.to chat button 100px from right */
button.tawk-button {
  position: fixed !important;
  right: 100px !important;
  bottom: 0 !important;
  left: auto !important;
  z-index: 1001 !important;
}
