@media only screen and (max-width: 1200px) {
    .bussines-mode-icon::after {
        width: 90%;
    }
}

@media only screen and (max-width: 1024px) {
    .bussines-mode-icon {
        transform: rotate(0deg);
    }

    .bussines-mode-icon::before {
        transform: rotate(3deg);
        width: 80%;
    }

    .about-us-section {
        overflow: hidden;
    }

    .blog-card {
        width: 50%;
    }

    .site-footer .ast-builder-footer-grid-columns {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-between;
    }

    .who-we-are-card .elementor-image-box-img {
        min-width: 150px;
        max-width: 150px;
        height: 150px;
        padding: 15px;
        margin-right: 15px !important;
    }

    .who-we-are-card .elementor-image-box-img img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .blog-detail-heading .post-title {
        font-size: 45px;
        line-height: 55px;
    }

    .blog-detail-content {
        margin-bottom: 40px;
    }

    .list-topics-title h5 {
        font-size: 28px;
        line-height: 34px;
    }

    .list-topics-title {
        margin-bottom: 24px;
    }

    .blog-list-topics {
        padding: 50px 0;
    }

    .message-form h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .message-form {
        padding: 15px !important;
    }
}

@media only screen and (max-width: 921px) {
    .main-header-menu>.menu-item>.menu-link:after {
        display: none;
    }

    .main-header-menu>.menu-item>.menu-link {
        padding: 12px 16px !important;
        border-bottom: 1px solid #E2E8F0;
    }

    .ast-hfb-header.ast-header-break-point .main-header-bar-navigation {
        display: block !important;
        left: -100%;
        transition: all 0.3s ease-in-out;
    }

    .ast-hfb-header.ast-header-break-point .main-header-bar-navigation.toggle-on {
        left: 0;
    }

    .ast-header-break-point .ast-primary-header-bar {
        padding: 0 15px !important;
    }

    .ast-logo-title-inline .ast-site-identity {
        width: 110px;
        height: 110px;
        padding: 0 !important;
        margin-bottom: -30px;
    }

    .site-logo-img img {
        width: 90px;
        height: 90px;
    }

    .site-header .main-header-menu .sub-menu .menu-link {
        padding: 10px 16px !important;
    }

    .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item>.menu-link {
        color: var(--secondary-color);
    }

    .site-header .main-header-menu .content-btn {
        margin: 15px 15px 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .home-banner-section::after {
        display: none;
    }

    .counter-item .images-box {
        min-width: 45px !important;
        max-width: 45px !important;
    }

    .about-us-image .elementor-widget-image::after {
        display: none;
    }

    .blog-card-inner .card-body {
        padding: 20px 16px 16px;
    }

    .blog-card {
        width: 100%;
    }

    .blog-card-inner .card-body .card-title {
        margin-bottom: 16px;
    }

    .blog-card-button-wrapper {
        margin-top: 0;
    }

    .transform-section-con {
        background-image: url(../images/challenges-bg-1.svg);
        background-size: 450px;
        background-position: -100px -100px;
    }

    .site-footer .site-primary-footer-wrap {
        padding-bottom: 10px !important;
    }

    .site-footer .site-below-footer-wrap .ast-builder-grid-row-container-inner {
        padding: 24px 0 !important;
    }

    .faq-section-box .e-n-accordion-item {
        padding: 16px;
    }

    .page-heading-title {
        background-image: unset !important;
    }

    .who-we-are-card .elementor-image-box-img {
        max-width: 120px;
        min-width: 120px;
        height: 120px;
        margin-bottom: 24px !important;
    }

    .who-we-are-card .elementor-image-box-img img {
        width: 80px;
        height: 80px;
    }

    .blog-detail-heading .post-title {
        font-size: 34px;
        line-height: 40px;
    }

    .blog-detail-heading::before {
        display: none;
    }

    .message-form p {
        margin-bottom: 24px !important;
    }

    .message-form h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

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

    .site-footer .ast-builder-footer-grid-columns,
    .site-footer .site-footer-below-section-1 {
        flex-direction: column;
        align-items: center !important;
        justify-content: center;
    }

    .site-footer .widget-title,
    .footer-contact .headeing {
        text-align: center;
    }

    .site-footer .menu .menu-item,
    .site-footer .ast-footer-copyright p {
        text-align: center;
    }

    .footer-contact ul li,
    .site-footer .footer-widget-area p {
        justify-content: center;
    }

    .site-footer .ast-footer-social-wrap {
        justify-content: center;
        align-items: center;
    }

    .blog-detail-content .featured-image {
        padding-top: 70%;
    }
}

@media only screen and (max-width: 540px) {
    .counter-item {
        width: 100% !important;
        padding: 15px 15px 0 !important;
        margin-bottom: 24px !important;
    }

    .counter-item::after {
        width: calc(100% - 30px);
        height: 1px;
        top: 0;
        left: 15px;
        background: linear-gradient(260deg, rgba(17, 24, 39, 0) 0%, #380C83 50%, rgba(17, 24, 39, 0) 100%);
    }

    .about-us-image .elementor-widget-image::after {
        width: 150px;
        height: 150px;
    }

    .challenges-button-group .read-more-btn,
    .challenges-button-group .read-more-btn .elementor-button {
        width: 100%;
    }

    .blog-detail-content .post-meta {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 16px;
    }

    .ast-builder-menu-mobile .main-navigation {
        width: 280px;
    }

    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle.toggled {
        top: 15px;
        right: 10px;
    }
}

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

    .home-banner-section .connect-with-btn,
    .home-banner-section .elementor-widget-button,
    .home-banner-section .elementor-widget-button a,
    .home-banner-section .connect-with-btn a {
        width: 100%;
    }

    .contact-info-card {
        width: 100% !important;
    }
}