/* ===navbar=== */
@media screen and (max-width: 1180px) {

    .navbar::after,
    .navbar::before {
        display: none;
    }

    .navbar {
        border-radius: 0;
    }

    .main-menu {
        position: absolute;
        top: 68px;
        left: 0;
        width: 100%;
        background-color: #7EC7FF;
        flex-direction: column;
        align-items: center;
        padding-top: 20px;
        transform: translateX(-114%);
        transition: transform 0.5s ease-in-out;
        z-index: 99;
/*         box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); */
    }

    .main-menu li a {
        color: #000;
    }

    .main-menu.show {
        transform: translateX(0);
    }

    .main-menu li {
        margin: 10px 0;
		padding: 22px 0px;
    }

    .menu-btn {
        display: block;
    }

    .menu-btn1 {
        display: none;
    }
}

/* ===banner=== */

@media (max-width: 768px) {
	
	.banner-right img, 
	.arrow img,
	.process-img img {
		display: none;
	}
	
	.main-menu {
		top: 100px;
	}

    .banner-left,
    .banner-right {
        width: 100%;
        text-align: center;
    }

    .banner-left h1 {
        font-size: 3rem;
    }

    .banner-left p {
        font-size: 1rem;
        text-align: unset;
    }

    .process {
        padding: 0 20px;
    }

    .faq {
        padding: 0 20px 50px;
    }

    .inner-industry,
    .funding,
    .terms,
    .privacy {
        padding: 50px 20px;
    }
}

/* ==testimonial== */
@media (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }

    .card-wrapper .swiper-slide-button {
        display: none;
    }
}

/* ====all=== */
@media screen and (max-width: 1180px) {

    .banner-section,
    .about,
    .industry,
    .franchise,
    .testimonial,
    .blog,
    .inner-page-contact,
    .inner-about,
    .inner-process-page,.business-consulting, .franchise-growth {
        padding: 50px 20px;
    }



    .inner-about-page,.consulting-approach
 {
        padding: 0 10px 50px;
    }

    .process-circle::after {
        display: none;
    }

}

@media (max-width: 768px) {
    .inner-page-banner {
        height: auto;
        aspect-ratio: 16/9;
    }

    .inner-page-banner h1 {
        padding: 100px 0px;
        font-size: 2rem;
    }
}