/* =========================
   TABLET
========================== */

@media (max-width: 900px) {

    .header-inner {
        height: 90px;
        padding: 0 0px;
    }

    .main-nav {
        gap: 17px;
    }

    .main-nav a {
        font-size: 10px;
    }

    .contact-btn {
        min-width: 76px;
        height: 34px;
    }

    .logo img {
        width: 90px;
    }
    .services-wrap {
        gap: 12px;
    }

    .service-item {
        flex: 0 0 calc((100% - 12px) / 2);

        height: 140px;

        padding: 14px;
    }

    .service-item h4 {
        font-size: 18px;
    }

    .service-item p {
        font-size: 8.5px;
    }

    .btn-underline {
        font-size: 14px;
    }
}

/* =========================
   MOBILE
========================== */

@media (max-width: 700px) {


    .header-inner {
        height: 75px;
        padding: 0 0;

        position: relative;
    }

    .logo img {
        width: 82px;
    }

    .menu-toggle {
        display: flex;
    }

    .main-nav {
        position: absolute;

        top: 75px;
        left: 0;
        right: 0;

        padding: 20px;

        background: #fff;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 0;

        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);

        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);

        transition:
            opacity 0.25s ease,
            transform 0.25s ease,
            visibility 0.25s ease;

        z-index: 100;
    }

    .main-nav.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-nav a {
        width: 100%;
        padding: 14px 25px;
        font-size: 13px;
        border-bottom: 1px solid #eeeeee;
        display: flex;
    }

    .academy-link {
        justify-content: space-between;
    }

    .coming-soon {
        font-size: 8px;
        padding: 3px 6px;
    }

    .contact-btn {
        width: 100% !important;
        height: 42px !important;

        margin-top: 12px;

        border-radius: 25px;

        text-align: center;
    }
}

/* =========================
   SMALL MOBILE
========================== */

@media (max-width: 400px) {

    .header-inner {
        padding: 0 0;
    }

    .logo img {
        width: 75px;
    }
}

/* =========================================
    MOBILE
========================================= */

@media (max-width: 768px) {

    .hero-slider {
        height: 650px;
    }

    .slide img {
        object-position: center;
    }

    .slide::after {
        background:
            linear-gradient(
                180deg,
                rgba(0,0,0,.25),
                rgba(0,0,0,.72)
            );
    }

    .hero-content {
        left: 25px;
        right: 25px;

        top: auto;
        bottom: 100px;

        max-width: none;

        transform:
            translateY(30px);
    }

    .slide.active .hero-content {
        transform:
            translateY(0);
    }

    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 15px;

        line-height: 1.6;
    }

    .hero-button {
        height: 44px;

        min-width: 135px;
    }

    .slider-arrow {
        width: 40px;
        height: 40px;

        font-size: 19px;
    }

    .slider-prev {
        left: 15px;
    }

    .slider-next {
        right: 15px;
    }

    .slider-dots {
        bottom: 25px;
    }
    .carousel-wrapper {
        height: 420px;

        border-radius: 0 0 12px 12px;
    }

    .carousel-slide img {
        object-position: center;
    }

    .carousel-dots {
        bottom: 12px;
    }
    .main-nav ul {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: baseline;
        gap: 0px;
        font-family: "Inter Tight", sans-serif;
        font-size: 16px;
        font-weight: 400;
        flex-direction: column;
    }
    .banner-box h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .banner-box p {
        font-size: 14px;
    }
    .hero-content h2 {
        text-align: center;
        font-size: 24px;
        font-weight: 700;
    }
    .about-sec h2 {
        font-size: 28px;
    }
    .about-wrap {
        display: flex;
        gap: 80px;
        align-items: flex-end;
        flex-direction: column;
    }
    .about-left {
        width: 100%;
    }
    .about_content {
        display: flex;
        gap: 30px;
        flex-direction: column;
    }
    .about-right {
        width: 100%;
    }
    .help-wrap {
        display: flex;
        gap: 60px;
        flex-direction: column;
    }
    .industries-wrap {
        width: 100%;
        max-width: 100%;
        margin: 30px auto 0;
        display: flex;
        gap: 40px 7px;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .industries-item {
        position: relative;
        flex: 0 0 calc((100% - 28px) / 2);
        border-radius: 7px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: 20px;
        text-align: center;
    }
    .industries-item img {
        width: 125px;
        height: 181px;
        border-radius: 400px;
        object-fit: cover;
    }
    .industries-item h4 {
        color: #000;
        font-family: "Inter Tight", sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
    .trusted-wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .trusted-left {
        width: 100%;
        text-align: center;
    }
    .trusted-item {
        display: flex;
        gap: 15px;
        margin: 0 0 30px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
.cta-caption {
    width: 90%;
}
.cta-caption h2 {
    font-size: 28px;
}
.cta-caption p {
    color: #F8FAFC;
    font-family: "Inter Tight", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.footer-top {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #FFFFFF3D;
    margin: 0 0 30px;
    padding: 0 0 30px;
    flex-direction: column-reverse;
}
.btn-white {
    border: 1px solid #fff;
    padding: 14px 36px;
    color: #fff;
    border-radius: 30px;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    width: 80%;
    display: flex;
    justify-content: center;
}
.footer-menus {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
}
.footer-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer-logo img {
    width: 30%;
}
.footer-logo {
    width: 100%;
    max-width: 190px;
}
.footer-social h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.top-banner-content {
    padding: 0 0 40px;
    background: #F8FAFC;
}
.aboutpage-wrap {
    display: flex;
    gap: 36px;
    flex-direction: column;
}
.aboutpage-wrap-image img {
    width: 100%;
    height:auto;
}
.aboutpage-wrap-right h2 {
    color: #000;
    font-family: "Inter Tight", sans-serif;
    font-size: 28px;
    font-weight: 600;
}
.aboutpage-wrap-right p, .aboutpage-wrap-right ul {
    font-size: 15px;
}
.bussiness-wrap {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.bussiness-left {
    width: 100%;
}
	.bussiness-right {
		width: 100%;
		padding: 20px 0 0;
		display: flex;
		flex-direction: column-reverse;
		gap: 40px;
		border-left: none;
		margin: 0;
		border-top: 1px solid #000;
	}
	.service-section-2 .aboutpage-wrap, .service-section-4 .aboutpage-wrap {
		flex-direction: column-reverse;
	}
	.service-section-6 .aboutpage-wrap {
		flex-direction: column !important;
	}
	.service-section-7 .aboutpage-wrap {
		flex-direction: column-reverse !important;
	}
	.service-section-8 .aboutpage-wrap {
		flex-direction: column !important;
	}
.missionvisson-wrap {
    display: flex;
    gap: 30px;
    flex-direction: column;
}
.main-nav ul li {
    list-style: none;
    width: 100%;
}
.industry-card {
    width: 100%;
}
.industry-title {
    font-size: 24px;
    line-height: 28px;
}
.industry-content p {
    font-size: 14px;
    line-height: 24px;
}
.btn-color {
    padding: 10px 36px;
}
.industries-grid {
    row-gap: 25px;
}
.academy-sec__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 40px;
}
.main-nav ul li.current-menu-item > a:not(.contact-btn)::after, .main-nav ul li.current_page_item > a:not(.contact-btn)::after {
    transform: translateX(-50%) scaleX(1);
    display:none;
}
.bussiness-left img {
    float: none;
    margin: 0;
    width: 100%;
}
.bussiness-left h3 {
    margin: 20px 0;
}
.academy-sec__title {
    font-size: 28px;
    line-height: 36px;
}
.academy-sec__waitlist-form {
    max-width: 90%;
}
.academy-sec__program h2 {
    font-size: 20px !important;
}
.contact-sec__checks {
    margin: 0;
    display: flex;
    flex-direction: column;
}
.main-nav ul li > a:not(.contact-btn):hover {
    color: #000;
}
.service-item .btn-services {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	color: #000;
	font-size:16px;
}
.service-item .service-item-content {
    transform: translateY(0);
}
}


/* =========================================
    SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .hero-slider {
        height: 600px;
    }

    .hero-content {
        left: 20px;
        right: 20px;

        bottom: 85px;
    }

    .hero-content .small-title {
        font-size: 10px;

        padding: 6px 11px;
    }

    .hero-content h1 {
        font-size: 32px;

        margin-bottom: 14px;
    }

    .hero-content p {
        font-size: 14px;

        margin-bottom: 20px;
    }

    .slider-arrow {
        width: 36px;
        height: 36px;

        opacity: .8;
    }
    .carousel-wrapper {
        height: 350px;
    }

    .carousel-dots {
        bottom: 10px;

        padding: 4px 7px;
    }

    .dot {
        width: 6px;
        height: 6px;
    }

    .dot.active {
        width: 11px;
    }
	.about-conent-left {
		width: 100%;
	}
	.about-right-box {
		max-width: 100%;
	}
	h2 {
		font-size: 28px !important;
	}
	p{
		font-size:14px !important;
	}
}





        



/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

    .services-wrap {
        display: flex;

        flex-direction: column;

        gap: 12px;

        padding: 0 12px;
    }

    .service-item {
        flex: 0 0 100%;

        width: 100%;

        height: 145px;

        padding: 16px;
    }

    .service-item img {
        width: 60px;
        height: 60px;

        top: 12px;
        left: 12px;
    }

    .service-item h4 {
        font-size: 18px;

        margin-bottom: 6px;
    }

    .service-item p {
        font-size: 10px;

        line-height: 1.5;
    }

    .btn-underline {
        font-size: 16px;
        margin-top: 7px;
    }
}


/* ==========================================
   TOUCH DEVICE
========================================== */

@media (hover: none) {

    .service-item:active {
        background: #002b55;
    }

    .service-item:active h4 {
        color: #ffffff;
    }

    .service-item:active p {
        color: rgba(255, 255, 255, 0.82);
    }

    .service-item:active .btn-underline {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

}