/*
Version: 4.52
Theme Name: Axera Group Ltd - Master
Author: Josh Farmer
Description: Premium master theme shell for AXERA with refined menu system, working footer defaults, and reliable customizer controls.
Version: 4.52
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: axera-group-master
*/



.home .axera-hero,
.home .homepage-hero,
.home .hero-section,
.home .wp-block-cover:first-child {
    padding-top: 12px !important;
    padding-bottom: 24px !important;
    min-height: auto !important;
}

.home .axera-hero .hero-content,
.home .homepage-hero .hero-content,
.home .hero-section .hero-content,
.home .hero-content {
    justify-content: flex-start !important;
    margin-top: -32px !important;
    gap: 10px !important;
}

.home .hero-buttons,
.home .axera-button-wrap {
    margin-top: 4px !important;
    transform: translateY(-16px);
}

@media (max-width: 768px) {
    .home .axera-hero,
    .home .homepage-hero,
    .home .hero-section,
    .home .wp-block-cover:first-child {
        padding-top: 6px !important;
        padding-bottom: 16px !important;
    }

    .home .hero-content {
        margin-top: -42px !important;
    }

    .home .hero-buttons,
    .home .axera-button-wrap {
        transform: translateY(-22px);
    }
}




.axera-v393-process-grid .axera-v393-process-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
}

.axera-v393-process-grid .axera-v393-process-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    z-index:5;
}

.axera-v393-process-grid .axera-v393-process-card:nth-child(1)::before{
    background:#d99a32;
}

.axera-v393-process-grid .axera-v393-process-card:nth-child(2)::before{
    background:#5f7fa3;
}

.axera-v393-process-grid .axera-v393-process-card:nth-child(3)::before{
    background:#7edbcb;
}

.axera-v393-process-grid .axera-v393-process-card:nth-child(4)::before{
    background:#86cfc1;
}

.axera-v393-process-grid .axera-v393-process-card:nth-child(1) i,
.axera-v393-process-grid .axera-v393-process-card:nth-child(1) svg{
    color:#d99a32!important;
    fill:#d99a32!important;
}

.axera-v393-process-grid .axera-v393-process-card:nth-child(2) i,
.axera-v393-process-grid .axera-v393-process-card:nth-child(2) svg{
    color:#5f7fa3!important;
    fill:#5f7fa3!important;
}

.axera-v393-process-grid .axera-v393-process-card:nth-child(3) i,
.axera-v393-process-grid .axera-v393-process-card:nth-child(3) svg{
    color:#7edbcb!important;
    fill:#7edbcb!important;
}

.axera-v393-process-grid .axera-v393-process-card:nth-child(4) i,
.axera-v393-process-grid .axera-v393-process-card:nth-child(4) svg{
    color:#86cfc1!important;
    fill:#86cfc1!important;
}

