/*
CTC Separate Stylesheet
Updated: 2025-08-18 20:22:49
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.9.1755535969
*/
/*
 Theme Name: Astra Child
 Template: astra
 Description: Child theme for WooCommerce product slider
 Version: 1.0
*/
/*
Theme Name: My Child Theme
Template: parent-theme-folder-name /* نام پوشه تم والد، مثلاً twentytwentyfive */
/*
 Theme Name: My Child Theme
 Template: parent-theme-folder-name /* نام پوشه تم والد */
*/
@import url("../Astra Child/style.css");

/* فونت‌های پیش‌فرض برای کل سایت */
body {
    font-family: 'Vazir', 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

/* فونت برای متن‌های فارسی */
html[lang="fa-IR"] body,
html[lang="fa"] body {
    font-family: 'Vazir', sans-serif;
    direction: rtl;
    text-align: right;
}

/* فونت برای متن‌های انگلیسی */
html[lang="en-US"] body,
html[lang="en"] body {
    font-family: 'Roboto', sans-serif;
}

/* استایل‌های اضافی برای عناوین */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Vazir', 'Roboto', sans-serif;
    font-weight: 700;
}

/* استایل شیک برای سایت 
.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
*/
/*
.site-header, .site-footer {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    text-align: center;
}

.site-footer:hover {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}
**/

.tabs {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.tab-button {
  flex: 1;
  padding: 10px;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  text-align: center;
}
.tab-button.active {
  background: #fff;
  border-bottom: 2px solid #0073aa;
  font-weight: bold;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
