@media (max-width: 768px) {
    h2 {
    font-size: 26px;
    font-weight: 600;
}

.subtitle p {
    font-size: 15px;
    font-weight: 500;
    
}
    .mobile-hide-element {
        display: none;
    }

    .desktop-nav {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Mobile menu */
    .navbar-toggler {
        background: #354764;
        padding: 6px 11px;
    }

    .navbar-toggler span i {
        color: #fff;
        font-size: 20px;
    }
    .navbar-brand img{
            height: 45px;
    }

    /* banner home page */
    .banner {
        margin-top: 0px;
        height: 60vh;
    }

    .banner h1 {
                font-size: 52px;
        font-weight: 900;
        letter-spacing: 5.7px;
    }

    .banner p {
        padding: 0px 24px;
        padding-top: 20px;
        font-size: 16px;
    }

    .search-bar {
        width: 90%;
      
    }

    .search-bar input {
        height: 45px;
    }

    .ai-btn {
        width: 300px!important;
    }
     .banner_text_area h5 {   font-size: 25px;
        color: #000;
        padding-bottom: 23px;
}
.video-gallery{
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 22px;
    
}
.video-des{
    padding: 15px 20px;
}
.blog-card{
    margin-bottom: 30px;
}
.blog-title {
    font-size: 18px;
    font-weight: 500;
}
button.btn.btn-primary.ai-filter-toggle-btn.d-block.d-md-none {
    background: transparent;
    color: hsl(11deg 65.6% 48.11%);
    border: 0px!important;
    border: none!important;
}
#page-banner {
    height: 143px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
     margin-top: 0px; 
    position: relative;
}
.con_sec{
    width:auto!important;
    margin-bottom: 40px;
}
.page-title {
    position: absolute;
    top: 35%;
}
.plan__items {
    height: auto;
}
    .back-to-top {
        bottom: 20px;
        right: 20px;
    font-size: 20px;
    color: #000;
    padding: 7px 14px;
  }
.page-title h2 {
    font-size: 35px;
}
.breadcrumb{
    margin-top: 0px;
}
#detail-page-banner{
    background: linear-gradient(135deg, #f1e2d3, #d0d9e7);
}
.rating-area{
    padding-bottom: 20px;
}
.my-brand-logo h1 {
    font-size: 26px;
    font-weight: 500;
}
.detail-content p{
    text-align: justify;
}
#page-banner{
    background-position: center;
}
 /* For fillter */
    .ai-filter-wrapper {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height 0.4s ease, opacity 0.4s ease;
    }

    .ai-filter-wrapper.show {
        max-height: 1000px; /* Adjust if your content is taller */
        opacity: 1;
    }
    
    /*details page css*/
    .mobile-roate{
        display: flex;
        flex-direction: column-reverse;
    }
    .page-content-area{
        padding-top: 30px;
    }
}

  @media (max-width: 600px) {
         h1.wow.fadeInUp.thank-you {
        font-size: 45px !important;
        padding-top: 26px;
    }
    .thankypou-logo{
        height: 50px!important;
    }
    .my-left{
                padding-left: 0px!important;
            }
     .footer-logo img{
         height: 60px;
         width: auto;
     }
     .footer-widget{
         padding-bottom: 30px;
     }
     .footer-links{
         padding-top: 0px;
     }
     .footer-contact-widget{
         padding-top: 30px;
     }
     .social-links{
         padding-top: 0px!important;
     }
    }
      @media (max-width: 768px) {
        .chatbot-floating-btn{
                    right: -4px;
                    bottom: 200px;
        }
      }