.new-mobile-menu .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-mobile-menu li {
    border-bottom: 1px solid #eee;
}

.new-mobile-menu a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
    color: #222;
    font-weight: 500;
}

.new-mobile-menu .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
}

.new-mobile-menu .arrow {
    transition: 0.3s;
    font-size: 18px;
}

.new-mobile-menu .has-children.active > .menu-item .arrow {
    transform: rotate(90deg);
}

.new-mobile-menu .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-left: 15px;
}

.new-mobile-menu .submenu.open {
    max-height: 1000px;
}


.gift-sections a{display:inline-block;}
.btn-monre{text-align:center;}
.sub-iti{    margin-bottom: 20px;}

/* Hide mobile icon in desktop */
.mobile-search-toggle {
    display: none;
}

/* ================= MOBILE VIEW ================= */
@media  only screen and (max-width: 768px) {
    .sub-iti{font-size: 12px;}
    section.shirt, section.sunf.float-start.w-100{margin-top:82px;}

    /* Hide desktop search initially */
    .search-container {
        position: fixed;     /* 🔥 detach from li completely */
        top: 80px;           /* set equal to header height */
        left: 0;
        width: 100%;
        padding: 12px;
        background: #fff;
        display: none;
        z-index: 99999;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    /* Show search when active */
    .search-container.active {
        display: block;
    }

    /* Show only icon in header */
    .mobile-search-toggle {
        display: block;
        font-size: 20px;
        cursor: pointer;
    }

    /* Keep header icons aligned */
   
    /* Search styling */
    .search-container form {
        display: flex;
        width: 100%;
    }

    .search-container input {
        flex: 1;
        padding: 8px;
    }

    .search-container button {
        padding: 8px 12px;
        background: #e60023;
        color: #fff;
        border: none;
    }
    
    
}




@media only screen and (max-width: 768px) {
 
 .navbar-brand img{top: 0;left: 0; }
 .gift-sections{padding: 0}
 section.gift-sections.d-inline-block.w-100{margin-top: 0;}
 i.fa.fa-shopping-cart{top:0;}
 button.navbar-toggler{top:1px;}
 .banner-part{padding-top: 82px;margin-top: 0;}
 .menu-dl-right.mt-5.mt-lg-0{top:0;}
 .ont img{height:auto !important;}
 section.tesimonsial-sec-choose.d-inline-block.w-100 {
  margin-top: 0;
  padding: 20px 0;
}

 
 
}

@media only screen and (max-width: 480px) {
  .inde-box05 {
    height: auto !important;
    margin: 0 !important;
  }
}