/*
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 6,000+ 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.13.1760514357
Updated: 2025-10-15 07:45:57

*/

.sticky-header {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: radial-gradient(circle at top left, #2C0A4D, #064A4A 100%);
}

a.sina-banner-pbtn {
    background: linear-gradient(90deg, #e2a330 5%, #f7c84b 100%);
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    border: none;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.contact-item img {
    margin-right: 10px;
    width: 28px;
}
h1.sina-banner-title span, .text-gradient {
    background: linear-gradient(90deg, #0776ba 0%, #F5C75A 30%, #FFD98A 100%);
    background-size: 200% auto;
    background-position: 0% center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.sina-bg-thumb.sina-bg-cover {
    border-radius: 20px;
}

 
.scroll-section-label {
  position: fixed;
  top:50%;
  right: 25px;
  background: #f2f2f2;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 9999;
}

.scroll-section-label.visible {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(-8px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .scroll-section-label {
    top: 15px;
    right: 15px;
    font-size: 12px;
    padding: 8px 12px;
  }
}
 
