/**
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
*/
.justify {
  text-align: justify !important;
}
.header-contact a i.fa-phone,
.header-contact a i.fa-phone-alt {
  transform: scaleX(-1);
  display: inline-block;
}
/* ===========================
   STICKY HEADER ON SCROLL
   =========================== */

/* Default — transparent */
.site-header,
.ast-header-break-point .site-header {
  background: transparent !important;
  box-shadow: none !important;
  transition:
    background 0.3s ease,
    box-shadow 0.3s ease;
}

/* On scroll — white background */
.site-header.scrolled {
  background: #1a1a1a !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.header-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.header-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.header-contact a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-contact a:hover {
  color: #c8deff;
}
.header-contact span {
  color: #ffffff99;
}
.header-contact .fas {
  color: #ffffff;
  font-size: 12px;
}
.social-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}
.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff33;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.3s;
}
.social-icons a:hover {
  background: #ffffff55;
}
/* footer */
.dess-intro {
  color: #fff;
  text-align: left;
}
.dess-intro p {
  color: white !important;
}
.dess-logo {
  width: 120px;
  height: auto;
}
.stay-in-touch {
  padding: 36px 28px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.stay-in-touch h3 {
  color: #e63329;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-list a {
  display: flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.contact-list a i {
  color: #e63329;
  font-size: 18px;
  width: 20px;
  text-align: center;
}
.contact-list a:hover {
  color: #e63329;
}
.social-row {
  display: flex;
  gap: 12px;
}
.social-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s;
}
.social-row a:hover {
  background: #e63329;
  border-color: #e63329;
}
.ast-footer-copyright p {
  color: #ffffff;
}
/* ===========================
   FOOTER QUICK LINKS
   =========================== */
#nav_menu-3,
#nav_menu-4 {
  padding: 36px 28px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#nav_menu-3 .widget-title,
#nav_menu-4 .widget-title {
  color: #e63329;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-align: left;
}

#nav_menu-3 .menu,
#nav_menu-4 .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#nav_menu-3 .menu-item a,
#nav_menu-4 .menu-item a {
  color: #ffffffcc;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

#nav_menu-3 .menu-item a::before,
#nav_menu-4 .menu-item a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: #e63329;
  transition: transform 0.3s;
}

#nav_menu-3 .menu-item a:hover,
#nav_menu-4 .menu-item a:hover {
  color: #ffffff;
  padding-left: 4px;
}

#nav_menu-3 .menu-item a:hover::before,
#nav_menu-4 .menu-item a:hover::before {
  transform: translateX(3px);
}

#nav_menu-3 .current-menu-item a,
#nav_menu-4 .current-menu-item a {
  color: #ffffff;
  font-weight: 700;
}
/* ===========================
   FOOTER COPYRIGHT
   =========================== */
.site-footer .ast-footer-copyright p a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
/* ===========================
   CONTACT FORM 7 STYLING
   =========================== */

.wpcf7-form {
  display: flex;
  flex-direction: column;
}

/* Intro text (no longer wrapped in <p>, CF7 auto-wraps) */
.wpcf7-form > p:first-child,
.wpcf7-form-control-wrap:first-child {
  font-size: 15px;
  color: #666666;
  margin-bottom: 28px;
}

/* Field wrapper spacing */
.wpcf7-form p {
  margin: 0 0 22px;
}

/* Labels */
.wpcf7-form label {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  display: block;
  margin-bottom: 6px;
}

/* Inputs */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.3s;
  display: block;
}

.wpcf7-form textarea {
  min-height: 130px;
  resize: vertical;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #1b4f8a;
}

/* reCAPTCHA */
.wpcf7-form .wpcf7-form-control-wrap[data-name="recaptcha"] {
  display: block;
  margin-bottom: 24px;
}

/* Acceptance checkbox */
.wpcf7-form .wpcf7-acceptance {
  display: block;
  margin-bottom: 28px;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #444444;
  margin: 0;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}

.wpcf7-form .wpcf7-acceptance a {
  color: #1b4f8a;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #1b4f8a;
  transition: all 0.3s;
}
.wpcf7-form .wpcf7-acceptance a:hover {
  color: #e63329;
  border-bottom-color: #e63329;
}
/* Submit button */
.wpcf7-form input[type="submit"] {
  background: #e63329;
  color: #ffffff;
  border: none;
  padding: 14px 36px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.3s;
  width: fit-content;
  margin-top: 8px;
}

.wpcf7-form input[type="submit"]:hover {
  background: #c92a21;
}

/* Validation errors */
.wpcf7-not-valid-tip {
  color: #e63329;
  font-size: 13px;
  margin-top: 6px;
  display: block;
}

.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border-color: #e63329;
}

/* Response message */
.wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 12px 16px !important;
  border-radius: 6px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .wpcf7-form input[type="submit"] {
    width: 100%;
  }
}
.pdf-download-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 420px;
}

.pdf-download-form input[type="email"] {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
}

.pdf-download-form input[type="email"]:focus {
  border-color: #0073e6;
}

.pdf-download-form button {
  padding: 12px 24px;
  background-color: #0073e6;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  cursor: pointer;
}

.pdf-download-form button:hover {
  background-color: #005bbf;
}
