/**
Theme Name: Astra
Theme URI: https://wpastra.com/
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/
Version: 4.11.13
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.6
Tested up to: 6.8
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
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
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

  font-family: "Inter", sans-serif;

/* Note: The CSS files are loaded from assets/css/ folder. */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/*Global*/
body {
    color: #000;
    font-family: "Inter", sans-serif;
    line-height: 1.2;
}

.home_container {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.container {
	width: calc(96% - 30px);
    max-width: 1460px;
    margin: 0 auto;
}

p.txt_heading {
	font-size: 25px;
	letter-spacing: 5px;
    line-height: 1;
	margin-bottom: 70px;
}

/*Header*/
header.site-header {
    padding: 24px 0;
}

header .nav-container {
    display: none;
}

header .nav-container a.site-logo_link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

header .nav-open,
header .nav-close {
    display: none;
    position: absolute;
    top: 45px;
    left: 45px;
    width: 22px;
    border-top: 3px solid #272727;
    border-bottom: 3px solid #272727;
    cursor: pointer;
    padding: 5px 0;
}

/*header .nav-close {
    border-color: #FFF;
}*/

header .nav-open span,
header .nav-close span {
    width: 100%;
    height: 3px;
    display: block;
    background-color: #030303;
}

/*header .nav-close span {
    background-color: #FFF;
}*/

#nav-slide-in {}

#nav-slide-in .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header #nav-slide-in a.site-logo_link {
    display: inline-block;
}

#nav-slide-in .nav-links {}

#nav-slide-in .nav-links a.link-page {
    color: #000;
    font-size: 14px;
    margin-right: 25px;
}

#nav-slide-in .nav-links a.link-page.active {
    color: #ED1B24;
    text-decoration: none !important;
}

    #nav-slide-in .nav-links a.link-page:last-child,
    a.cta_link,
    #footer-top .contain-form input[type=submit],
    #site-footer .contain-form input[type=submit] {
        color: #FFF;
        background-color: #EA2225;
        border-radius: 30px;
        font-family: 'Inter', sans-serif;
        margin-right: 0;
        padding: 9px 25px;
        text-decoration: none !important;
    }

    #nav-slide-in .nav-links a.link-page:last-child:hover,
    a.cta_link:hover,
    #footer-top .contain-form input[type=submit]:hover,
    #site-footer .contain-form input[type=submit]:hover {
        color: #FFF;
        background-color: #777;
    }

#nav-slide-in .nav-links a.link-page:hover {
    text-decoration: underline;
}

#nav-slide-in .social-media p.segment-ttl {
    color: #FFF;
    margin-bottom: 12px;
}

#nav-slide-in .social-media a.link-page {
    margin-right: 10px;
}

#nav-slide-in .social-media a.link-page:last-child {
    margin-right: 0;
}

#nav-slide-in .social-media img.sm_icon {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

/*Footer Top*/
#footer-top {
    display: flex;
    flex-wrap: wrap;
}

#footer-top .map-embed {
    width: 55%;
    position: relative;
}

#footer-top .map-embed::after {
    content: '';
    display: block;
    padding-top: 55%;
}

#footer-top .map-embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#footer-top .contain-form {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-top .contain-form .container {
    max-width: 850px;
}

    .section-heading .section_ttl {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .section-heading .section_ttl img {
        margin-right: 20px;
    }

    .section-heading .section_ttl h2,
    #footer-top .contain-form .form-ttl {
        color: #000;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 1;
        margin: 0;
    }

    .section-heading .section_subttl,
    #footer-top .contain-form .form-subttl {
        color: #000;
        font-size: 16px;
        margin-bottom: 0;
    }

#footer-top .contain-form .form-ttl,
#footer-top .contain-form .form-subttl {
    color: #FFF;
}

#footer-top .contain-form .form-subttl {
    margin-bottom: 30px;
}

#footer-top .contain-form .form-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

#footer-top .contain-form .form-flex .column_one {
    width: calc(33.33% - 8px);
}

#footer-top .contain-form .form-flex p {
    margin-bottom: 0;
}

#footer-top .contain-form input[type="text"],
#footer-top .contain-form input[type="email"],
#footer-top .contain-form input[type=tel],
#footer-top .contain-form textarea,
#site-footer .contain-form input[type="email"] {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
}

#footer-top .contain-form textarea {
    max-height: 150px;
}

#footer-top .contain-form input[type=submit] {
    background-color: #000;
    font-size: 14px;
}


/*Footer*/
#site-footer {
    padding: 140px 0 45px;
}

#site-footer .contain-footer {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 45px;
}

#site-footer .footer-column {
    margin-right: 25px;
}

#site-footer .footer-column:first-child {
    width: 100px;
}

#site-footer .footer-column:nth-child(3) {
    max-width: 370px;
}

#site-footer .footer-column:last-child {
    margin-right: 0;
}

#site-footer .footer-column .footer_ttl {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

#site-footer .footer-column .footer_menu {
    display: flex;
    flex-direction: column;
}

#site-footer .footer-column .footer_menu a.link-page {
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

#site-footer .footer-column .footer_menu a.link-page.active {
    color: #ED1B24;
    text-decoration: none !important;
}

#site-footer .footer-column .footer_menu a.link-page:last-child,
#site-footer .footer-column .footer_dtl:last-child {
    margin-bottom: 0;
}

#site-footer .footer-column .footer_dtl {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#site-footer .footer-column:nth-child(3) .footer_dtl  {
    align-items: flex-start;
}

#site-footer .footer-column:nth-child(3) .footer_dtl img {
    margin-top: 2px;
}

#site-footer .footer-column .footer_dtl img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: contain;
}

#site-footer .footer-column .footer_dtl .dtl_entry {
    color: #000;
    font-size: 14px;
}

#site-footer .contain-form p {
    display: flex;
    align-items: center;
}

#site-footer .contain-form input[type="email"] {
    max-width: 200px;
}

#site-footer .contain-form input[type=submit] {
    font-size: 13px;
}

#site-footer .contain-form .wpcf7-spinner {
    display: none;
}

.footer-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}

.footer-end .copyright {
    font-size: 12px;
    color: #000;
}

.footer-end .copyright a {
    color: #000;
    margin-left: 20px;
    text-decoration: none !important;
}

.footer-end .contain-sm a.link-page {
    margin-right: 20px;
}

.footer-end .contain-sm a.link-page:last-child {
    margin-right: 0;
}

#site-footer .footer_clip {
    border-top: 1px solid #777;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    margin-top: 45px;
    padding: 45px 0 70px;
    text-transform: uppercase;
}

#site-footer .footer_clip span {
    color: #EA2225;
}

/*Homepage Hero*/
#hero-banner {
    margin-bottom: 100px;
}

#hero-banner .solo-slide {
    position: relative;
}

#hero-banner .solo-slide::after {
    content: '';
    display: block;
    padding-top: 56%;
}

#hero-banner .container {
    position: absolute;
    top: auto;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

#hero-banner .contain-text {
    max-width: 950px;
}

#hero-banner p.slide_heading {
    color: #FFF;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

#hero-banner p.slide_subheading {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 20px;
}

#hero-banner a.cta_link {
    display: inline-block;
    font-size: 20px;
    padding: 12px 30px;
}

#hero-banner .slick-dots {
    width: calc(96% - 30px);
    max-width: 1460px;
    position: absolute;
    top: auto;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    text-align: right;
}

#hero-banner .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
}

#hero-banner .slick-dots li button {
    width: 90px;
    height: 5px;
    cursor: pointer;
    color: transparent;
    background: #777;
    border-radius: 0;
    padding: 0;
}

#hero-banner .slick-dots li.slick-active button {
    background: #EA2225;
}

#hero-banner .slick-dots li button:before {
    display: none;
}

/*Homepage Products*/
#section-products {}

#section-products .section-heading {
    position: relative;
}

#section-products .section-heading .slick-prev,
#section-products .section-heading .slick-next {
    width: 42px;
    height: 42px;
    background-image: url(/wp-content/uploads/2026/08/Arrow-Left.png);
    background-size: cover;
    background-position: center center;
    z-index: 2;

    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#section-products .section-heading .slick-prev:before,
#section-products .section-heading .slick-next:before {
    display: none;
}

#section-products .section-heading .slick-prev {
    top: auto;
    right: 45px;
    bottom: -1px;
    left: auto;
}

#section-products .section-heading .slick-next {
    transform: rotate(180deg);
    top: auto;
    right: 0;
    bottom: 0;
}

#section-products .slick-initialized .slick-slide {
    overflow: hidden;
    border-radius: 6px;
}

#section-products .custom-slider {
    padding: 60px 0;
    margin: 0 auto;
}

#section-products .slide-item {
    outline: none;
    margin: 0 3px;
}

#section-products .slide-card {
    position: relative;
    height: 500px;
    margin: 2em 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
}

#section-products .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 1;
    transform-origin: center center;
    transform: scaleY(1);
}

#section-products .slide-content-overlay {
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 20px 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    color: #FFF;
    z-index: 2;
}

#section-products .slide-card.active-slide:hover .slide-content-overlay {
    background: linear-gradient(to top, rgb(255 0 0 / 90%) 0%, rgba(0, 0, 0, 0) 100%);
}

#section-products .slide-content-overlay h3 {
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
}

#section-products .slide-content-overlay p {
    display: none;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 45px;
}

#section-products .active-bar {
    width: 100%;
    height: 20px;
    background-color: #e62329;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* A. Target ONLY the image element to scale vertically */
#section-products .slide-card.active-slide .slide-image {
    transform: scaleY(1.3);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

/* B. Bring active card wrapper above neighbors */
#section-products .slide-card.active-slide {
    border-radius: 6px;
    z-index: 10;
}

#section-products .slide-card.active-slide .slide-content-overlay {
    bottom: -2em;
}

/* C. Reveal text and red active bar (Zero scale distortion) */
#section-products .slide-card.active-slide .slide-content-overlay p {
    display: block;
}

#section-products .slide-card.active-slide .active-bar {
    display: block;
}

/*Homepage - Engineering*/
/* Section reset and base alignment */
#section-services {
    padding: 60px 0;
}

#section-services .section-heading {
    margin-bottom: 60px;
}

#section-services .section-heading .section_ttl {
    max-width: 600px;
}

#section-services .engineering-flex-wrapper {
    display: flex;
    width: 100%;
    min-height: 700px; /* Adjust based on content */
}

/* Base structural layout split 50/50 */
#section-services .engineering-content-panel {
    width: 45%;
}
#section-services .engineering-image-panel {
    width: 55%;
    border-left: 20px solid #e62329;
}

#section-services .engineering-content-panel {
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: calc((100vw - 1400px) / 3 + (6% + 15px)); 
}

/* Inner content area wrapper */
#section-services .engineering-inner-content {
    width: 100%;
    max-width: 650px; /* Constrains text width to fit comfortably in half screen */
}

/* Background image handling */
#section-services .engineering-image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Accordion Component Styling */
#section-services .custom-accordion {
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
}

#section-services .accordion-tab {
    background-color: #f7f7f7;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

#section-services .accordion-tab .tab-header {
    padding: 18px 24px;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

#section-services .accordion-tab.active {
    background-color: #e62329;
}

#section-services .accordion-tab.active .tab-header {
    color: #FFF;
}

#section-services .custom-accordion .tab-content {
    display: none; 
    padding: 0 24px 24px 24px;
    color: #FFF;
    font-size: 14px;
    line-height: 1.6;
}

#section-services .custom-accordion .accordion-tab.active .tab-content {
    display: block;
}

/*Homepage - Clients*/
#section-clients {
    padding: 100px 0;
}
#section-clients .slide-img::after {
    content: '';
    display: block;
    padding-top: 25%;
}
#section-clients .slide_main {
    margin: 0 2.5rem;
}

/*Homepage About*/
#section-about {
    padding: 140px 0;
}

#section-about .section-heading .section_ttl h2 {
    max-width: 450px;
    color: #FFF;
}

#section-about .section-heading .section_subttl {
    color: #FFF;
    max-width: 650px;
    margin-bottom: 28px;
}

#section-about a.cta_link {
    display: inline-block;
    font-size: 14px;
}

/**
 * Reponsive
 * -----------------------------------------------------------------------------
 */

/* RESPONSIVE MOBILE OVERRIDES */
@media (max-width: 1440px) {
    .engineering-content-panel {
        /* Fluid padding adjustment when screen gets narrower than 1400px grid */
        padding-left: calc(4% + 15px);
    }
}

@media (max-width: 992px) {
    .engineering-flex-wrapper {
        flex-direction: column; /* Stack vertically for tablets/phones */
    }
    .engineering-content-panel,
    .engineering-image-panel {
        width: 100%;
    }
    .engineering-content-panel {
        padding-right: calc(4% + 15px); /* Symmetric padding on mobile layouts */
    }
    .engineering-inner-content {
        max-width: 100%; /* Let text fill layout on mobile view */
    }
    .engineering-image-panel {
        height: 400px; /* Fixed height for image block when stacked underneath */
    }
}


/* 1440px */

@media only screen and ( max-width: 1440px ){}
/* 1200px */

@media only screen and ( max-width: 1200px ){}

/* 1045px */

@media only screen and ( max-width: 1045px ){
    #nav-slide-in {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        -webkit-transition: all .5s cubic-bezier(.60, .01, .60, 1);
        -moz-transition: all .5s cubic-bezier(.60,.01,.60,1);
        -ms-transition: all .5s cubic-bezier(.60,.01,.60,1);
        -o-transition: all .5s cubic-bezier(.60,.01,.60,1);
        transition: all .5s cubic-bezier(.60, .01, .60, 1);
        overflow: auto;
        text-align: center;
        z-index: 9;
    }

    header .nav-container,
    header .nav-open,
    header .nav-close {
        display: inline-block;
    }

    #nav-slide-in {
        left: -100%;
    }

    #nav-slide-in.open {
        left: 0;
    }
}   

/* 990px */

@media only screen and (max-width: 990px){
}

/* 900px */

@media only screen and (max-width: 900px){
    header.site-header {
        position: relative;
        padding-bottom: 20px;
    }

    header .nav-open,
    header .nav-close {
        top: 35px;
    }

    header .nav-container a.site-logo_link img.site-logo,
    header #nav-slide-in a.site-logo_link img.site-logo {
        width: 150px;
    }

    header #nav-slide-in a.site-logo_link {
        margin-bottom: 30px;
    }
}
    
/* 730px */
@media only screen and (max-width: 730px){
}

/* 670px */
@media only screen and (max-width: 670px){
}

/*  Phone  : 500px */
@media only screen and (max-width: 500px){
}


/* 350px */
@media only screen and (max-width: 350px){
}