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

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
	font-weight:600;
}

.logo-carousel img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.logo-carousel img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/** mobile menu */
/* === Mobile Menu Container === */
.ast-mobile-header-content {
  background: #ffffff;
  padding: 24px;
  min-height: 100vh;
}

/* === Menu List Spacing === */
#ast-hf-mobile-menu {
  margin-top: 20px;
}

/* === Remove Arrows === */
.ast-mobile-header-content .ast-icon.icon-arrow {
  display: none;
}

/* === Menu Items === */
#ast-hf-mobile-menu .menu-link {
  font-size: 20px;
  font-weight: 600;
  color: #1f2a37; /* softer than black */
  padding: 16px 0;
  display: block;
  transition: all 0.2s ease;
}

/* === Hover (subtle) === */
#ast-hf-mobile-menu .menu-link:hover {
  color: #0f2a5f;
}

/* === Remove harsh separators === */
#ast-hf-mobile-menu li {
  border-bottom: none;
}

/* === Optional subtle divider === */
#ast-hf-mobile-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(0,0,0,0.04);
}

/* === Active Item === */
#ast-hf-mobile-menu .current-menu-item .menu-link {
  color: #0f2a5f;
  font-weight: 700;
  position: relative;
}

#ast-hf-mobile-menu .current-menu-item .menu-link .menu-text {
  margin-left: 16px;
}

/* === Active red accent bar === */
#ast-hf-mobile-menu .current-menu-item .menu-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 18px;
  background: #e10600;
  border-radius: 2px;
  transform: translateY(-50%);
}

/* === Close Button === */
.ast-mobile-header-wrap .menu-toggle-close,
.ast-mobile-header-wrap .ast-mobile-menu-close {
  border: 1px solid rgba(15,42,95,0.12);
  border-radius: 8px;
  width: 44px;
  height: 44px;
  color: #0f2a5f;
  background: #fff;
  transition: all 0.2s ease;
}

.ast-mobile-header-wrap .menu-toggle-close:hover,
.ast-mobile-header-wrap .ast-mobile-menu-close:hover {
  background: #f7f8fb;
}

/* === CTA (if you add it) === */
.mobile-menu-cta {
  margin-top: 28px;
}

.mobile-menu-cta a {
  display: block;
  background: #e10600;
  color: #fff;
  text-align: center;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

/* === Optional location text === */
.mobile-location {
  margin-top: 16px;
  font-size: 14px;
  color: #6b7280;
  text-align: center;
}

/* Mobile menu overall spacing */
#ast-hf-mobile-menu {
  padding-top: 8px;
}

/* Default mobile menu items */
#ast-hf-mobile-menu > li {
  position: relative;
}

#ast-hf-mobile-menu > li > a {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 600;
  color: #17325c;
  text-decoration: none;
}

/* Hide the default arrow icons */
#ast-hf-mobile-menu > li > a .ast-icon.icon-arrow {
  display: none;
}

/* Cleaner spacing between standard items */
#ast-hf-mobile-menu > li:not(.mobile-menu-call):not(#menu-item-1494) {
  border-bottom: 1px solid rgba(23, 50, 92, 0.08);
}

/* CALL BUTTON */
#ast-hf-mobile-menu > li.mobile-menu-call {
  margin: 20px 0 10px;
  border-bottom: 0;
}

#ast-hf-mobile-menu > li.mobile-menu-call > a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 15px 18px;
  background: #e30613;
  color: #ffffff !important;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  border: 0 !important;
  box-shadow: 0 8px 18px rgba(227, 6, 19, 0.18);
}

/* Prevent theme styles adding odd borders/backgrounds */
#ast-hf-mobile-menu > li.mobile-menu-call > a,
#ast-hf-mobile-menu > li.mobile-menu-call > a:hover,
#ast-hf-mobile-menu > li.mobile-menu-call > a:focus {
  background: #e30613;
  color: #ffffff !important;
  border: none !important;
  outline: none !important;
  text-decoration: none;
}

#ast-hf-mobile-menu > li.mobile-menu-call > a .menu-text {
  padding-left: 0 !important;
}

#ast-hf-mobile-menu > li.mobile-menu-call > a .menu-text::before {
  display: none !important;
}

/* Optional phone icon via CSS */
#ast-hf-mobile-menu > li.mobile-menu-call > a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;

  background-color: currentColor; /* makes it white automatically */

  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/></svg>") no-repeat center;

  mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'><path d='M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z'/></svg>") no-repeat center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

/* SOCIALS LINK */
#ast-hf-mobile-menu > li#menu-item-1494 {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 50, 92, 0.08);
  border-bottom: 0;
}

#ast-hf-mobile-menu > li#menu-item-1494 > a {
  justify-content: center;
  min-height: 0;
  padding: 10px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #17325c;
  opacity: 0.8;
}

/* Hover/focus states */
#ast-hf-mobile-menu > li:not(.mobile-menu-call) > a:hover,
#ast-hf-mobile-menu > li:not(.mobile-menu-call) > a:focus {
  color: #e30613;
}

/* Tighter menu container if Astra has too much empty space */
.ast-mobile-popup-content .main-header-bar-navigation {
  padding-bottom: 24px;
}

