/*
Theme Name: Astra Child
Theme URI: https://example.com/
Description: Child theme for Astra
Author: Your Name
Author URI: https://example.com/
Template: astra
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../astra/style.css");

.site-header-section>div:last-child {
    margin-top: 20px !important;
}

.scrolling-text {
  overflow: hidden;           
  white-space: nowrap;
  color: #000000;
  font-size: clamp(14px, 4vw, 20px);
  font-weight: bold;
  padding: 10px 0;
  border-radius: 6px;
  position: relative;
  width: 100%;
}

.scrolling-track {
  display: inline-flex;      
  animation: scrollLeft 20s linear infinite;
}

.scrolling-track span {
  padding-right: 130px;
}

@keyframes scrollLeft {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.elementor-362 .elementor-element.elementor-element-20707b00 {
  --margin-top: 3% !important;
}

.elementor-362 .elementor-element.elementor-element-3167f8f1 {
  --margin-top: 3% !important;
}
.elementor-362 .elementor-element.elementor-element-28462f4b {
  --margin-top: 3% !important;
}
.elementor-362 .elementor-element.elementor-element-6cd9e4ef {
  --margin-top: 3% !important;
}

/* .hero_banner_top {
    background-color: #467FF7;
    margin-top: -4%;
    margin-bottom: 1%;
} */





