/**
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
*/

/*astra html footer start*/
/* === RS Footer Base Styles === */
.rs-footer {
  padding: 100px 100px 40px 100px;
  font-family: Arial, sans-serif;
  color: #333;
  font-size: 14px;
}

/* === Footer Top Section === */
.rs-footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

/* === Each Footer Column === */
.rs-footer-col {
  box-sizing: border-box;
}

/* === First Column (Logo + Tagline) === */
.rs-footer-left {
  flex: 0 0 30%;
  max-width: 30%;
  margin-right: 35%; /* Adds space after first column */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.rs-footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.rs-footer-logo {
  max-width: 232px;
  height: auto;
  display: block;
}

.rs-tagline {
  font-weight: 500;
  line-height: 1.5;
  color: #666;
  margin: 0;
}

/* === Middle and Right Columns === */
/* .rs-footer-middle,
.rs-footer-right {
  flex: 0 0 32.5%;
  max-width: 32.5%;
} */

.rs-footer-middle p,
.rs-footer-right p {
  margin: 6px 0;
  color: #444;
}

.rs-footer-right a {
  color: #333;
  text-decoration: underline;
}

/* === Divider === */
.rs-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 20px 0;
}

/* === Footer Bottom Section === */
.rs-footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  color: #666;
}

.rs-footer-bottom p {
  margin: 0;
}

/* === Footer Bottom Links === */
.rs-footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.rs-footer-links a {
  color: #666;
  text-decoration: none;
}

.rs-footer-links a:hover {
  text-decoration: underline;
}

/* === Responsive Fixes for Mobile === */
@media (max-width: 768px) {
	.rs-footer{
		padding:0;
		padding-top:50px;
	}
  .rs-footer-top {
    flex-direction: column;
  }

  .rs-footer-col {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .rs-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .rs-footer-links {
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
  }
}

/* === Astra Footer Widget Override (important fix) === */
.footer-widget-area[data-section="section-fb-html-2"] .ast-builder-html-element {
  text-align: left !important;
}


/*astra html footer end*/
