@media (max-width: 767px) {
    .container {
        padding: 0 25px;
    }
}

/* Blobal CTA Button */
.cta-solidBlueTyp1--axiosGlobal {
    background-color: #7BDCFF;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: background 0.3s;
    padding: 14px 20px;
    box-shadow: none;
    outline: none;
    border: none;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #7BDCFF;
    text-align: center;
}

.cta-solidBlueTyp1--axiosGlobal:hover {
    background: transparent;
}

.cta-solidBlueTyp2--axiosGlobal {
    background-color: #00BCFF;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: background 0.3s;
    padding: 14px 20px;
    box-shadow: none;
    outline: none;
    border: none;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #00BCFF;
    text-align: center;
}

.cta-solidBlueTyp2--axiosGlobal:hover {
    background: transparent;
    color: #fff;
}

.cta-outlineBlueTyp1--axiosGlobal {
    background-color: transparent;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: background 0.3s;
    padding: 14px 20px;
    box-shadow: none;
    outline: none;
    border: none;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #7BDCFF;
    text-align: center;
}

.cta-outlineBlueTyp1--axiosGlobal:hover {
    background: #7BDCFF;
    color: #000;
    border: 2px solid transparent;
}

.secondary-heading--axiosGlobal {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 22px;
}


.text-cta-darkblue-typ1--axiosGlobal {
    font-weight: 700;
    font-size: 14px;
    color: #21323C;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    width: max-content;
}

.text-cta-darkblue-typ1--axiosGlobal i.fa-solid.fa-caret-right {
    transition: 0.3s;
    position: relative;
    left: 0;
}

.text-cta-darkblue-typ1--axiosGlobal:hover i.fa-solid.fa-caret-right {
    left: 5px;
}

.text-cta-darkblue-typ1--axiosGlobal:hover {
    text-decoration: none;
}

.text-cta-darkblue-typ1--axiosGlobal::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    background: #21323C;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
}

.text-cta-darkblue-typ1--axiosGlobal:hover::after {
    opacity: 1;
}

/* Testimonials Section  */
.testimonials--AxioGlobal {
    padding: 68px 0px;
    background: url(https://axioaerostg.wpenginepowered.com/wp-content/uploads/2025/10/Frame-1000002019.png) center center/cover no-repeat;
}

.testimonials--AxioGlobal .content-testimonialsAxioGlobal {
    max-width: 695px;
    margin-bottom: 84px;
}

.testimonials--AxioGlobal .content-testimonialsAxioGlobal .secondary-heading--axiosGlobal {
    color: #fff;
}

.testimonials--AxioGlobal .content-testimonialsAxioGlobal p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.56;
    margin-bottom: 22px;
}

.testimonials--AxioGlobal .content-testimonialsAxioGlobal .text-cta-darkblue-typ1--axiosGlobal {
    color: #7BDCFF;
}

.testimonials--AxioGlobal .content-testimonialsAxioGlobal .text-cta-darkblue-typ1--axiosGlobal:hover::after {
    background: #7BDCFF;
}

.testimonials--AxioGlobal .card--testiAxiosGlobal {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 100px;
}

.testimonials--AxioGlobal .card--testiAxiosGlobal .profile-img--testiAxiosGlobal {
    width: 100%;
    height: auto;
    aspect-ratio: 311/311;
    max-width: 311px;
	border-radius: 50%;
}

.testimonials--AxioGlobal .card--testiAxiosGlobal blockquote {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 37px;
    position: relative;
    padding-top: 30px;
	
}

.testimonials--AxioGlobal .card--testiAxiosGlobal blockquote::before {
    position: absolute;
    content: '';
    background: url(https://axioaerostg.wpenginepowered.com/wp-content/uploads/2025/10/1.svg) center center / contain no-repeat;
    height: 62px;
    width: 69px;
    left: 0;
    top: 0;
    transform: translate(-50%, 0%);
}

.testimonials--AxioGlobal .card--testiAxiosGlobal .personname-testiAxiosGlobal {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.testimonials-swiper-hompg .swiper-slide {
    align-self: stretch;
    height: auto;
}

.testimonials-swiper-hompg .swiper-nav-btn:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

.testimonials-swiper-hompg .swiper-nav-btn i {
    color: #b7d3de;
    font-size: 30px;
}

@media (min-width: 768px) {
    .testimonials-swiper-hompg .swiper-navigation {
        margin-top: 48px;
        gap: 24px;
    }
}

@media (max-width: 766px) {
    .testimonials-swiper-hompg .swiper-slide {
        align-self: center;
        height: unset;
    }
    .testimonials--AxioGlobal .card--testiAxiosGlobal {
        height: auto;
    }
}


/* Recent Posts Section  */
.recent-postsAxiosGlobal {
    padding: 85px 0px;
    background: url(https://axioaerostg.wpenginepowered.com/wp-content/uploads/2025/10/Frame-1000002020.png) center center/cover no-repeat;
}

.recent-postsAxiosGlobal .header-blockRecentPostsAxiosGlobal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 55px;
}

.recent-postsAxiosGlobal .header-blockRecentPostsAxiosGlobal .secondary-heading--axiosGlobal {
    margin: 0px;
}

.recent-postsAxiosGlobal .block-recent-postsAxiosGlobal {
    opacity: 0.79;
    background: #FFF;
    padding: 48px 58px;
}

.recent-postsAxiosGlobal .card-postAxiosGlobal {
    display: flex;
    max-width: 381px;
    flex-direction: column;
    /* gap: 20px; */
    padding-top: 20px;
    border-top: 1px solid #000;
}

.recent-postsAxiosGlobal .card-body-postAxiosGlobal h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.recent-postsAxiosGlobal .card-body-postAxiosGlobal p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.38889;
    margin-bottom: 30px;
 
}

.recent-postsAxiosGlobal .card-body-postAxiosGlobal .text-cta-darkblue-typ1--axiosGlobal {
    margin-top: auto;
}


.text-cta-darkblue-typ1--axiosGlobal.desk-vison--recentPostsAxiosGlobal {
    display: block;
    font-size: 11px;
    line-height: 1.38;
}

.footer-blockRecentPostsAxiosGlobal.mobile-vison--recentPostsAxiosGlobal {
    display: none;
}


.recent-postsAxiosGlobal .footer-blockRecentPostsAxiosGlobal {
    margin-top: 26px;
}

.recent-postsAxiosGlobal .grid-postsAxiosGlobal {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Swiper Navigation   */
.swiper-navigation {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
    position: relative;
    z-index: 2;
}

.swiper-nav-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    position: unset;
    margin: unset;
    opacity: 1;
}

.swiper-nav-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-nav-btn:disabled {
    cursor: not-allowed;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}


.swiper-button-prev.swiper-button-disabled .active-navigation--marketsSwiper,
.swiper-button-next.swiper-button-disabled .active-navigation--marketsSwiper {
    display: none;
}

.swiper-button-prev.swiper-button-disabled .inactive-navigation--marketsSwiper,
.swiper-button-next.swiper-button-disabled .inactive-navigation--marketsSwiper {
    display: block;
}

.swiper-button-prev .active-navigation--marketsSwiper,
.swiper-button-next .active-navigation--marketsSwiper {
    display: block;
}

.swiper-button-prev .inactive-navigation--marketsSwiper,
.swiper-button-next .inactive-navigation--marketsSwiper {
    display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

/* Bottom Banner Form  */
.form-wrrapper--bottomBannerArchiveGlobal label {
    width: 100%;
}

.bottom-banner--axiosArchiveGlobal .content--bottomBannerArchiveGlobal p {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3333;
}

.form-body-archiveBlobal {
    display: grid;
    gap: 4px 27px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin-bottom: 5px;
}

.form-wrrapper--bottomBannerArchiveGlobal {
    padding: 70px 75px 50px;
    border-radius: 22px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(9.1px);
}

.form-wrrapper--bottomBannerArchiveGlobal input,
.form-wrrapper--bottomBannerArchiveGlobal textarea,
.form-wrrapper--bottomBannerArchiveGlobal select {
    width: 100%;
    padding: 14px 20px;
    border-radius: 6px;
    background: #FFF;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7143;
    border: none;
    outline: none;
    box-shadow: none;
    overflow: hidden;
}

.form-wrrapper--bottomBannerArchiveGlobal input::placeholder,
.form-wrrapper--bottomBannerArchiveGlobal textarea::placeholder,
.form-wrrapper--bottomBannerArchiveGlobal select::placeholder {
    color: #727272;
}

.form-wrrapper--bottomBannerArchiveGlobal .btn-submit-archiveBlobal {
    background: #7BDCFF;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: max-content;
    margin: auto;
    display: block;
    border-radius: 0;
}

.form-wrrapper--bottomBannerArchiveGlobal .wpcf7-spinner {
    position: absolute;
    left: 50%;
    margin: 0;
    transform: translate(-50%, 50%);
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 1rem 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #dc3232;
    border-color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.form-wrrapper--bottomBannerArchiveGlobal form.submitting .wpcf7-spinner {
    opacity: 1;
    visibility: visible;
    position: relative;
}

@media (min-width: 1200px) {
    .bottom-banner--axiosArchiveGlobal .row {
        align-items: center;
    }
}

@media (any-pointer: coarse) {
    .cta-solidBlueTyp1--axiosGlobal:hover {
        background-color: #7BDCFF;
        border: 2px solid #7BDCFF;
        color: #000;
    }

    .cta-solidBlueTyp2--axiosGlobal:hover {
        background-color: #00BCFF;
        border: 2px solid #00BCFF;
        color: #000;
    }

    .cta-outlineBlueTyp1--axiosGlobal:hover {
        background-color: transparent;
        border: 2px solid #7BDCFF;
        color: #FFF;
    }

    .text-cta-darkblue-typ1--axiosGlobal:hover::after {
        opacity: 0;
    }

    .text-cta-darkblue-typ1--axiosGlobal:hover i.fa-solid.fa-caret-right {
        left: 0px;
    }


}


@media (min-width: 768px) and (max-width: 1199px) {
    .text-cta-darkblue-typ1--axiosGlobal {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .testimonials--AxioGlobal .card--testiAxiosGlobal {
        gap: 20px;
    }

    .testimonials--AxioGlobal .card--testiAxiosGlobal .profile-img--testiAxiosGlobal {
        max-width: 150px;
    }

    .testimonials--AxioGlobal .card--testiAxiosGlobal blockquote {
        font-size: 16px;
    }

    .testimonials--AxioGlobal .card--testiAxiosGlobal blockquote::before {
        height: 40px;
        width: 40px;
    }

    .testimonials--AxioGlobal .card--testiAxiosGlobal .personname-testiAxiosGlobal {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .form-wrrapper--bottomBannerArchiveGlobal {
        padding: 32px 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .recent-postsAxiosGlobal .card-postAxiosGlobal {
        width: 100%;
        max-width: unset;
    }

    .recent-postsAxiosGlobal .grid-postsAxiosGlobal {
        gap: 32px;
    }
}

@media (max-width: 767px) {

    .testimonials--AxioGlobal,
    .recent-postsAxiosGlobal {
        padding: 32px 0;
    }

    .secondary-heading--axiosGlobal {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .cta-solidBlueTyp2--axiosGlobal,
    .cta-solidBlueTyp1--axiosGlobal,
    .cta-outlineBlueTyp1--axiosGlobal {
        font-size: 12px;
        line-height: normal;
        text-align: center; 
    }

    .cta-solidBlueTyp2--axiosGlobal,
    .cta-solidBlueTyp1--axiosGlobal {
        /* border: none; */
    }

    .cta-outlineBlueTyp1--axiosGlobal {
        /* border: none; */
        outline: 2px solid #7BDCFF;
        outline-offset: -2px;
    }

    .text-cta-darkblue-typ1--axiosGlobal {
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 1.38;
        gap: 12px;
    }

    /* Testmonials  */
    .testimonials--AxioGlobal {
        background: url(https://axioaerostg.wpenginepowered.com/wp-content/uploads/2025/10/Frame-1000002032.png) center center/cover no-repeat;
    }

    .testimonials--AxioGlobal .content-testimonialsAxioGlobal {
        text-align: center;
        margin-bottom: 22px;
    }

    .testimonials--AxioGlobal .content-testimonialsAxioGlobal p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .testimonials--AxioGlobal .card--testiAxiosGlobal {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }

    .testimonials--AxioGlobal .card--testiAxiosGlobal .profile-img--testiAxiosGlobal {
        max-width: 150px;
        height: auto;
        margin-bottom: 32px;
    }

    .testimonials--AxioGlobal .card--testiAxiosGlobal blockquote {
        line-height: 1.45;
        font-size: 16px;
        margin-bottom: 12px;
		padding-top: 0;
    }

    .testimonials--AxioGlobal .card--testiAxiosGlobal .personname-testiAxiosGlobal {
        font-size: 14px;
    }

    .testimonials--AxioGlobal .card--testiAxiosGlobal blockquote::before {
        transform: translate(0%, 50%);
        height: 35px;
        width: 38px;
    }


    /* Recent Posts  */
    .text-cta-darkblue-typ1--axiosGlobal.desk-vison--recentPostsAxiosGlobal {
        display: none;
    }

    .footer-blockRecentPostsAxiosGlobal.mobile-vison--recentPostsAxiosGlobal {
        display: block;
    }

    .recent-postsAxiosGlobal .block-recent-postsAxiosGlobal {
        padding: 32px 16px;
    }

    .recent-postsAxiosGlobal .header-blockRecentPostsAxiosGlobal {
        margin-bottom: 32px;
    }

    .recent-postsAxiosGlobal .card-body-postAxiosGlobal h3 {
        font-size: 16px;
        line-height: 1.125;
    }

    .recent-postsAxiosGlobal .card-body-postAxiosGlobal p {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .recent-postsAxiosGlobal .grid-postsAxiosGlobal {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .recent-postsAxiosGlobal .card-postAxiosGlobal {
        padding: 22px 0px;
        border: unset;
        font-size: 12px;
    }

    .recent-postsAxiosGlobal .card-postAxiosGlobal:not(:last-child) {
        border-bottom: 1px solid #000;
    }

    .recent-postsAxiosGlobal {
        background: url(https://axioaerostg.wpenginepowered.com/wp-content/uploads/2025/10/Frame-1000002033.png) center center/cover no-repeat;
    }


    /* bottom Banner  */
    .bottom-banner--axiosArchiveGlobal .secondary-heading--axiosGlobal {
        margin-bottom: 12px;
    }

    .bottom-banner--axiosArchiveGlobal .content--bottomBannerArchiveGlobal p {
        font-size: 14px;
        margin-bottom: 32px;
    }

    .form-wrrapper--bottomBannerArchiveGlobal {
        padding: 32px 18px;
    }

    .form-body-archiveBlobal {
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }

    .form-wrrapper--bottomBannerArchiveGlobal .btn-submit-archiveBlobal {
        font-size: 12px;
        padding: 14px 15px;
        width: 100%;
        box-sizing: border-box;
        margin-top: 10px;
    }

    .form-wrrapper--bottomBannerArchiveGlobal p {
        margin-bottom: 0px;
    }


}

    @media (max-width: 370px) {
.cta-solidBlueTyp2--axiosGlobal,
    .cta-solidBlueTyp1--axiosGlobal,
    .cta-outlineBlueTyp1--axiosGlobal {
        font-size: 12px;
        line-height: normal;
        text-align: center;
		padding: 14px 9px;
		letter-spacing: 2px;
    }
}