
@media (max-width: 991.98px) {
.all-product-grid{

        grid-template-columns:repeat(2,1fr);

    }

 /*.container {      grid-template-columns: 1fr; }*/

    .product-info h1 {
        font-size: 2.5rem;
    }

/*****about us css*****/	
.class_terms-conditions .container ,.class_about-us  .container   ,.class_privacy-policy  .container   ,.class_cookie-policy  .container {    width: 100%;}
.extra_space {   height: 20px;}	

    .hero h1 {
        font-size: 36px;
    }
    section {
        padding: 60px 0;
    }

.navbar-brand.main-logo {  
    display: block;
    width: 100%;
 }
.mobile-menu { position:relative; display:block;}
.desktop-menu { display:none;}


    .product-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
 
 /**********mobile menu css*********/


.menu-list .sub-menu { display:none; }

body.menu-open {
    overflow: hidden;
}

/* =========================
   HAMBURGER
========================= */
.navbar {    padding: 5px 0px 10px;}
.header-icons {
    gap: 7px;
    position: absolute;
    right: 55px;
	top: 20px;
}
/* Mobile */
.menu-item-has-children > a::after {display:block; }
.menu-toggle {
    width: 42px;
    height: 42px;
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.menu-toggle span {
    width: 28px;
    height: 3px;
    background: #111;
    transition: .35s;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* =========================
   OVERLAY
========================= */
.menu-overlay {
    position: fixed;
    inset: 0;
   /* background: rgba(0,0,0,.5);*/
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 998;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* =========================
   DRAWER (IMPORTANT CHANGE)
========================= */
.mobile-drawer {
    position: fixed;
    top: 68px;           
    left: 0;
    width: 100%;
    height: calc(100dvh - 68px);  
    background: #fff;
    z-index: 999;
    transform: translateX(100%);
    transition: transform .35s ease;
    overflow: hidden;
}

.mobile-drawer.open {
    transform: translateX(0);
}

/* =========================
   TOP BAR
========================= */
.menu-top {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.menu-close {
    font-size: 26px;
    border: none;
    background: none;
}

/* =========================
   PANELS (BOTH LEVELS SAME STYLE)
========================= */



.menu-panel {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
	transform: translateX(100%);
    transition: transform .35s ease;
}

.menu-panel.level-2 { display:none;}
.level-2.active { display:block;}


/* active level */
.menu-panel.active {
  transform: translateX(0);
}

/* =========================
   MENU ITEMS (SAME FOR ALL LEVELS)
========================= */
.menu-list,
.menu-list .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-list li a,
.menu-panel a {
    display: block;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
    font-size: 16px;
}

/* arrow */


/* =========================
   BACK BUTTON (same style as menu items)
========================= */
.back-btn {
    width: 100%;
    padding: 16px 20px;
    border: none;
    background: #f5f5f5;
    text-align: left;
    font-weight: 400;
    cursor: pointer;
}
/* arrow fix for Level 1 */
.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-item-has-children > a::after {
        content: "\203A";
        font-size: 20px;
        opacity: 0.6;
        float: right;
        margin-right: 0px;
        line-height: 24px;
 		
}

/* Level 2 header */
.level-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px;
    border-bottom: 1px solid #eee;
    background: #f8f8f8;
}

.parent-title {
    font-weight: 600;
    font-size: 16px;
}


}

@media (max-width:1199.98px){
 .single-products .container {    width: 100%;}
}

@media (max-width:900px){
    .footer-top{
        grid-template-columns:1fr;
        gap:50px;
		text-align:center;
    }

    .footer-title{
        margin-bottom:18px;
    }
.single-products .container {    width: 100%;}
.footer-text {
    margin: 0 auto;
}
.all-product-toolbar{
flex-direction:column;
gap:20px;
align-items:flex-start;
}
.all-product-toolbar-left{
flex-wrap:wrap;
}

}


/* =========================

   MOBILE (<= 767px)

========================= */
@media (max-width: 768px) {
    section {
        padding-block: 50px;
    }
    .why-prepip {
        min-height: 70vh;
        padding: 4rem 1.25rem;
    }

    .btn-primary {
        width: 100%;
        max-width: 220px;
    }


    .hero {

        padding: 70px 15px;

    }



    .hero h1 {

        font-size: 28px;

    }



    .btn {

        width: 100%;

        text-align: center;

    }
    .course-card {
        margin-bottom: 20px;
    }

.class_page .h5,.class_page h5 {
    font-size: 1.2rem;
}

.single-products .container {    width: 100%;}
.class_contact-us .container { width:auto;}
.contact-btn { width:140px;}

.product-wrapper{
    grid-template-columns:1fr;
  }
.book-now {
 max-width:100%;
  } 
 .product-title {  line-height: 1.5;  font-size: 1.50em;} 
 
.product-accordion summary {
    padding: 10px 10px;
    font-size: 1.10em;
  } 
 
.single-product-modal-content {
    width: auto;
    margin: 10% auto;
    padding: 20px 0px;
}
.single-product-modal-content input, .single-product-modal-content textarea {
    width: 90%;
    margin: 10px auto;
} 
 
}



/* MOBILE */
@media (max-width: 600px) {
    .newsletter-form {
        grid-template-columns: 1fr;
    }

    .newsletter-form button {
        padding: 14px;
    }

    .featured-bootcamps .products-grid {
        gap: 20px;
    }
	
	iframe.iframe-youtube-class {
    width: 100%;
    }
	



.all-product-toolbar-left{



flex-direction:column;

width:100%;



}

.all-prouct-content {  font-size: 1.0rem; }



.all-product-toolbar-item {



justify-content:space-between;


}

.all-prouct-toolbar-left {

    display: block;

 }

 .all-prouct-toolbar-item { margin-bottom:10px;}

.all-prouct-toolbar-right { margin-top:10px;}




	
}

/* Mobile */
@media (max-width: 576px) {
    .testimonials {
        padding: 5rem 1.25rem;
    }

    .client-logos {
       
        gap: 3rem;
        margin-top: 5rem;
    }

  .all-product-grid{

       grid-template-columns:repeat(2,1fr);

    }
}


/* =========================

   SMALL MOBILE (<= 480px)

========================= */



@media (max-width: 480px) {



    .hero h1 {

        font-size: 24px;

    }



    section {

        padding: 40px 0;

    }

}