@media (max-width:768px){
	
	 .logo{
    padding-top:20px;
  }

  .topnav {
    position: relative;
    text-align: right;
  }

  .topnav a {
    display: none;
  }

  .topnav a.icon {
    display: block;
    float: right;
    font-size: 26px;
    padding: 20px;
  }

  .topnav.responsive {
    position: absolute;
    background: #8b5e5e;
    right: 0;
    top: 80px;
    width: 100%;
    text-align: left;
    z-index: 999;
  }

  .topnav.responsive a {
    display: block;
    padding: 14px;
    color: white;
  }

  /* ✅ DROPDOWN FIX */
  .topnav.responsive .dropdown {
    display: block;
  }

  .topnav.responsive .dropdown-content {
    display: none;
    position: relative;
    background: #a97979;
  }

  .topnav.responsive .dropdown.active .dropdown-content {
    display: block;
  }

  .topnav.responsive .dropdown-content a {
    color: white;
  }

	.header-bar{
background:white;
padding:10px 0;
z-index: 999;
}
	 .footer {
    padding: 25px 15px;
    text-align: center;
  }

  .footer-container {
    flex-direction: column;   /* 🔥 FORCE STACK */
    align-items: center;
  }

  .footer-col {
    width: 100%;              /* 🔥 ONE PER ROW */
    margin-bottom: 25px;
  }

  /* CENTER EVERYTHING */
  .footer-col h3 {
    text-align: center;
  }

  .footer-col ul {
    text-align: center;
    list-style: none;
  }

  .footer-col ul li {
    margin: 10px 0;
  }

  .footer-col p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .follow-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .footer-col iframe {
    width: 100%;
    height: 180px;
  }
	

/*home*/
 .slide img {
    height: 70vh;   /* reduce height */
  }

  .prev, .next {
    font-size: 20px;
    padding: 8px;
  }

.testimonial-card{
  flex:0 0 100%;
}

.category-img{
  width:100%;
  height:250px;
}


/*services*/
.services-grid{
  grid-template-columns:repeat(2,1fr);
}

.aboutus-container{
flex-direction:column;
text-align:center;
}

.features_about{
justify-content: center;
}

.aboutus-images{
margin-bottom:60px;
}


    .aboutus-images,
    .aboutus-content {
        min-width: 100%;
    }


.bg-box{
display:none;
}

/* PHILOSOPHY */
.philosophy-container-about {
    flex-direction: column;
    text-align: center;
  }

  .philosophy-icons-about {
    justify-content: center;
  }

/*contact us*/
.input-row{
  flex-direction:column;
}

/*gallery*/
.gallery-item{
  width:calc(50% - 20px);
}

/*menu*/
.categories-menu-section .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  
  }

/*classes*/
.class-container{
  grid-template-columns:repeat(2,1fr);
}

/*blog*/
 .blog-img {
    height: 200px;
  }

  .blog-title {
    font-size: 28px;
  }
  
  /*blog1*/
 

  .blog-container{
    padding: 40px 20px;
  }

  .blog-row{
    flex-direction: column;
    gap: 30px;
  }

  .blog-row.reverse{
    flex-direction: column;
  }

  .blog-text h2{
    font-size: 26px;
    text-align: center;
  }

  .blog-text p{
    font-size: 16px;
    text-align: center;
  }

  .blog-full p{
    font-size: 16px;
  }

	
/*blog5*/
  .tip-box {
    flex-direction: column;
    text-align: center;
  }

  .tip-box.reverse {
    flex-direction: column;
  }
}

@media (max-width:360px){
	.banner-img{
  height: 220px;     /* adjust height for mobile */
  object-fit: cover;
}

.banner-section{
  height: auto;
}

/*home*/
  .slide img {
    height: 40vh;   /* compact height */
  }

  .prev, .next {
    font-size: 16px;
    padding: 5px;
  }

.category-img{
  height:200px;
}

.testimonial-title{
  font-size:22px;
}

/*menu*/
.category-menu-box{
  width:100%;
}

.category-menu-img{
  height:300px;
}

/*gallery*/
.gallery-item{
  width:100%;
}

.gallery-title{
  font-size:40px;
}

/*services*/
.services-grid{
  grid-template-columns:1fr;
}

.services-header h2{
  font-size:26px;
}

/*about us*/
.aboutus-container{
  flex-direction:column;
  text-align:center;
}

.philosophy-container-about{
  flex-direction:column;
  text-align:center;
}

.philosophy-text-about h1{
  font-size:24px;
}

.philosophy-text-about p{
  font-size:14px;
}

.philosophy-icons-about{
  justify-content:center;
  flex-wrap:wrap;
}

.bg-box{
  display:none;
}

/*contact us*/
.contact-section h2{
  font-size:24px;
}

/*classes*/
.class-container{
  grid-template-columns:1fr;
}

.class-card img{
  height:180px;
}
/*blog*/
.blog-img {
    height: 180px;
      padding-left:20px;
  }

  .blog-content p {
    font-size: 13px;
  }

  .blog-btn {
    padding: 6px 15px;
    font-size: 12px;
  }

/*blog1*/


  .blog-container{
    padding: 30px 15px;
  }

  .blog-text h2{
    font-size: 22px;
  }

  .blog-text p{
    font-size: 15px;
    line-height: 1.7;
  }

  .blog-row{
    gap: 20px;
    margin-bottom: 40px;
  }

  .blog-img img{
    border-radius: 12px;
  }

  .blog-full p{
    font-size: 15px;
    line-height: 1.7;
  }

}