@media (max-width: 768px) {

    .mobile_header{
        display: block;
    }
    header{
        display: none;
    }
    .hero-slider {
    width: 100%;
    height: 63vh;
    position: relative;
    margin-top: 102px;
   
}
.section-heading p {
 
    max-width: 100%;
  
}
.our-process {
    width: 100%;
    height: auto;
    display: flex
;
    align-items: center;
}
.footer-widget {
    margin-top: 31px;
}
.theme-switcher {
    position: fixed;
    top: 45%;
    right: -15px;
    z-index: 99999;
    text-align: center;
}
.about-us-section-list {
padding: 12px;
}
.about-us-section-list h2 {
    font-size: 32px;
 
    padding-right: 0px;
}
.section-heading h1 {
 
    font-size: 32px;
}
.filter-tabs .filter-btn {
    border: none;
    outline: none;
    background: #eee;
    color: var(--primary-color);
    padding: 8px 15px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 16px;
}
.single-cta {
    margin-bottom: 30px;
}
 
.why-choose-us .section-title h1 {
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1.3;
    animation: fadeInDown 1.2s ease-in-out;
    font-size: 32px;
}

.why-choose-us .d-flex {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateX(-30px);
    animation: fadeInLeft 1s forwards;
    flex-direction: column;
    gap: 28px;
}

.why-choose-us .container-fluid.py-5{
           padding: 12px;
}
.why-choose-us .container.py-5{
           padding: 0px 12px;
}

section.breadcrumb__box {
    margin-top: 100px;
}
#breadcrumbs ,.breadcrumbs-wrap {
 
    min-height:200px;
  
}
.product-detail-containt {
    padding: 1px;
}
}