/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       3.7.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/
:root {
   
}
.secondary-nav a{
	color:#FFF;
}

/* CNC Footer CTA */
.footer-cta {
    position: relative;
    padding: 55px 30px;
    background-color: #F1F4FB;
    color: #000000;
    text-align: center;
    border-radius: 16px;
    box-sizing: border-box;
}

/* CTA heading */
.footer-cta .heading {
    max-width: 950px;
    margin: 0 auto 15px;
    color: #0062BD;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

/* CTA description */
.footer-cta p {
    max-width: 820px;
    margin: 0 auto 28px;
    color: #222222;
    font-size: 16px;
    line-height: 1.7;
}

/* Button wrapper */
.footer-cta > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

/* Common button styling */
.footer-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    min-height: 48px;
    padding: 12px 25px;
    border: 2px solid #0062BD;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    box-sizing: border-box;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

/* Primary CTA button */
.footer-cta a:first-child {
    background-color: #0062BD;
    border-color: #0062BD;
    color: #ffffff;
}

/* Secondary CTA button */
.footer-cta a:last-child {
    background-color: #ffffff;
    border-color: #0062BD;
    color: #0062BD;
}

/* Primary button hover */
.footer-cta a:first-child:hover,
.footer-cta a:first-child:focus {
    background-color: #004F99;
    border-color: #004F99;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 98, 189, 0.22);
    transform: translateY(-2px);
}

/* Secondary button hover */
.footer-cta a:last-child:hover,
.footer-cta a:last-child:focus {
    background-color: #0062BD;
    border-color: #0062BD;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 98, 189, 0.18);
    transform: translateY(-2px);
}

/* Keyboard accessibility */
.footer-cta a:focus-visible {
    outline: 3px solid rgba(0, 98, 189, 0.3);
    outline-offset: 4px;
}

/* Tablet */
@media (max-width: 991px) {
    .footer-cta {
        padding: 45px 25px;
    }

    .footer-cta .heading {
        font-size: 26px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .footer-cta {
        padding: 38px 20px;
        border-radius: 12px;
    }

    .footer-cta .heading {
        font-size: 23px;
        line-height: 1.35;
    }

    .footer-cta p {
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 1.6;
    }

    .footer-cta > div:last-child {
        display: block;
    }

    .footer-cta a {
        width: 100%;
        max-width: 320px;
        min-width: 0;
        margin: 0 auto 12px;
    }

    .footer-cta a:last-child {
        margin-bottom: 0;
    }
}

/* Small mobile */
@media (max-width: 479px) {
    .footer-cta {
        padding: 32px 16px;
        border-radius: 10px;
    }

    .footer-cta .heading {
        font-size: 21px;
    }

    .footer-cta a {
        min-height: 46px;
        padding: 11px 20px;
        font-size: 14px;
    }
}



.btn-blue a:hover,
.btn-blue a:focus {
    background-color: #004F99;
    border-color: #004F99;
    color: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 98, 189, 0.22);
    transform: translateY(-2px);
}

.pos-static .e-con-inner{
	position:static !important;
}
.right-pic{
	position:absolute !important;
	right:0 !important;
}