/*blog section start*/
  .blog {
    display: flex;
    margin-bottom: 20px;
    border: none;
}

.blog-img img {
    width: 300px;
    height: 244px;
}

.blog-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #f8b400;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}

.blog-body {
    padding-left: 20px;
    flex: 1;
}

.blog-icons {
    margin-top: 10px;
}

.blog-icons span {
    margin-right: 15px;
    font-size: 14px;
    color: #777;
}

.blog-icons span i {
    margin-right: 5px;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .blog {
        flex-direction: column; /* Stack blog items vertically */
    }

    .blog-img img {
       width: 366px;
        height: 100%; /* Maintain aspect ratio */
    }

    .blog-body {
        padding-left: 0; /* Remove left padding on mobile */
    }
}

/*blog section end*/




/*blogdetails */

.section-title {
    
    color: white;
    padding: 10px;
    font-weight: bold;
}







/*product*/  .content {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }
    .img-fluid {
      max-width: 100%;
      height: auto;
    }
    .product {
      margin-bottom: 30px;
   }
    
    .product-img {
    width: 100%; /* Make the image take the full width */
    height: 300px; /* Set a fixed height */
    object-fit: cover; /* Ensure the image covers the container */
  }

    /*product*/
    
/*team details start*/

    .teacherteam{
        width: 250px; 
        height: 250px;
    }

@media (max-width: 768px) {
    .profile-img {
        width: 100%; /* Make the image full width */
        height: auto; /* Maintain the aspect ratio */
        max-height: 450px; /* Set a maximum height if desired */
    }
}








@media (max-width: 768px) {
    .owl-carousel .item {
        width: 100%; /* Make items full-width */
        margin: 0 auto; /* Center items */
       
    }

    .owl-carousel img {
        width: 100%; /* Make images responsive */
        height: auto; /* Maintain aspect ratio */
    }

    
}


/*team details end*/






/*enquiry form */


/*enquiry form*/












