/*mobile*/

@media only screen and (max-width: 767px) {
    /* Mobile Fixed Header Padding */
    body.has-fixed-header {
        padding-top: 120px;
    }

	.scroll-top-btn {
        bottom: 77px;
    }

    .mega-menu{
        min-width: 300px !important;
        width: 300px !important;
    }

    body.has-fixed-header.shrink-active {
        padding-top: 70px;
    }

    .owl-dots {
        display: none !important;
    }

    .font-20 {
        font-size: 18px;
    }
    .font-22 {
        font-size: 18px;
    }

    /* Header Section Responsive */
    .header-section {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .header-section > .row:first-child {
        max-height: 80px;
    }

    .header-section > .row:first-child p {
        font-size: 10px;
    }

    .header-section.shrink > .row:first-child {
        max-height: 0;
    }
 .banner-hover {
   
  border-radius: 7px;
}
.trip-photo {
  width: 100px;
  height: 100px;
  
}
.top-carousel2 .owl-dots {
   
  margin-top:  0px;
}

.category-name {
  margin-top: 5px;
  font-size: 10px;
  height: 25px;
  
   
}
.font-14 {
  font-size: 12px;
}
.banner-hover img{
    height: 88px;
}
    .header-main img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    /* Logo Responsive */
    .header-section .col-3 > a img {
        max-width: 120px;
    }

    /* Mobile Hamburger Button */
    .hamburger-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
        border: 1.5px solid rgba(238,29,35,0.3);
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: visible;
        padding: 0;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        gap: 5px;
    }
 
    .hamburger-btn:hover::before {
        left: 100%;
    }

    .hamburger-btn:hover {
        background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
        border-color: rgba(238,29,35,0.6);
        box-shadow: 0 4px 12px rgba(238,29,35,0.25);
        transform: scale(1.05);
    }

    .hamburger-btn:active {
        transform: scale(0.95);
    }

    /* Hamburger Lines */
    .hamburger-line {
        display: block;
        width: 20px;
        height: 2px;
        background: linear-gradient(90deg, #fff 0%, #fff 100%);
        border-radius: 2px;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
    }

    .hamburger-btn:hover .hamburger-line {
        background: linear-gradient(90deg, #EE1D23 0%, #ff5a5a 100%);
        box-shadow: 0 0 8px rgba(238,29,35,0.4);
    }

    /* Line animations for closed state */
    .hamburger-btn .line-1 {
        transform: translateY(0);
    }

    .hamburger-btn .line-2 {
        opacity: 1;
    }

    .hamburger-btn .line-3 {
        transform: translateY(0);
    }

    /* Line animations for open state */
    .hamburger-btn.active .line-1 {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger-btn.active .line-2 {
        opacity: 0;
        transform: translateX(-10px);
    }

    .hamburger-btn.active .line-3 {
        transform: translateY(-7px) rotate(-45deg);
    }

   .navbar-section.fixed-nav {
    position: unset;

}

    .help-section {
        flex-direction: column;
        gap: 8px;
        margin-left: 0;
        justify-content: right;
    }

    /* .help-content {
        width: 100%;
        justify-content: right;
        padding: 8px 0px;
        border: none;
        gap: 8px;
    } */

    .help-content i {
        font-size: 16px;
    }

    .help-label {
        font-size: 10px;
    }

    .help-phone {
        font-size: 12px;
    }

    .header-icons {
        width: 100%;
        gap: 8px;
        justify-content: right;
    }

    .header-icon-link {
        font-size: 10px;
        gap: 3px;
    }

    .header-icon-link i {
        font-size: 14px;
    }

    .icon-label {
        font-size: 9px;
    }

    .tab-show .nav-tabs .nav-link {
    
    border: 0;
    font-size: 0.7rem;
  
    margin-right: 1em;
     
}

.product-image-zoom-controls .btn {
  width: 30px;
  height: 30px;
 
  font-size: 10px;
  
}

.sticky-content.fixed.fix-bottom {
    padding-top: 15px;
 
}
.col-lg-5 h1 {
    font-size: 20px;
    padding-top: 20px;
   
}
.price-section h2 {
  
  font-size: 27px;
 
}
.col-lg-5 .btn {
 
  font-size: 13px;
}
.font-15 {
  font-size: 13px;
}
.p-sm-0-new{
    padding:0 !important;
}

.font-12 {
    font-size: 10px;
}

    /* Mobile Navigation Canvas - Professional Dark Theme */
    .mobile-nav-canvas {
        width: 85% !important;
        background: linear-gradient(180deg, #1a1a1a 0%, #111111 50%, #0a0a0a 100%);
        display: flex;
        flex-direction: column;
    }

    .mobile-nav-canvas .offcanvas-header {
        padding: 16px 20px;
        border-bottom: 2px solid rgba(238,29,35,0.2);
        background: rgba(0,0,0,0.4);
        backdrop-filter: blur(10px);
        flex-shrink: 0;
    }

    .mobile-nav-canvas .offcanvas-title {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* Mobile Nav Tabs */
    .mobile-nav-tabs {
        display: flex;
        gap: 0;
        padding: 12px;
        background: rgba(0,0,0,0.6);
        border-bottom: 1px solid rgba(238,29,35,0.2);
        flex-shrink: 0;
    }

    .mobile-tab-btn {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 10px 12px;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 8px;
        color: rgba(255,255,255,0.6);
        font-size: 12px;
        font-weight: 600;
        font-family: 'Poppins', sans-serif;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-tab-btn i {
        font-size: 14px;
    }

    .mobile-tab-btn:hover {
        background: rgba(238,29,35,0.1);
        color: rgba(255,255,255,0.8);
        border-color: rgba(238,29,35,0.3);
    }

    .mobile-tab-btn.active {
        background: linear-gradient(135deg, #EE1D23 0%, #ff5a5a 100%);
        color: #fff;
        border-color: #EE1D23;
    }

    .mobile-nav-close-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: rgba(238,29,35,0.1);
        border: 1.5px solid rgba(238,29,35,0.3);
        border-radius: 8px;
        color: rgba(255,255,255,0.8);
        font-size: 14px;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        padding: 0;
    }

    .mobile-nav-close-btn:hover {
        background: rgba(238,29,35,0.25);
        color: #EE1D23;
        border-color: rgba(238,29,35,0.6);
        transform: rotate(90deg) scale(1.05);
    }

    /* Mobile Nav Content & Panels */
    .mobile-nav-canvas .offcanvas-body {
        padding: 0;
        background: transparent;
        overflow: hidden;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .mobile-nav-content {
        position: relative;
        flex: 1;
        display: flex;
        overflow: hidden;
    }

    .mobile-tab-panel {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .mobile-tab-panel.active {
        opacity: 1;
        visibility: visible;
        position: relative;
    }

    /* Scrollbar styling */
    .mobile-tab-panel::-webkit-scrollbar {
        width: 6px;
    }

    .mobile-tab-panel::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.05);
    }

    .mobile-tab-panel::-webkit-scrollbar-thumb {
        background: rgba(238,29,35,0.5);
        border-radius: 3px;
    }

    .mobile-tab-panel::-webkit-scrollbar-thumb:hover {
        background: rgba(238,29,35,0.8);
    }

    .mobile-nav-body {
        padding: 8px 0;
        display: flex;
        flex-direction: column;
    }

    /* Mobile Nav Items */
    .mobile-nav-item {
        color: rgba(255,255,255,0.75);
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        padding: 14px 20px;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
        border-left: 3px solid transparent;
        position: relative;
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
        cursor: pointer;
    }

    .mobile-nav-item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(180deg, #EE1D23 0%, #ff5a5a 100%);
        transform: scaleY(0);
        transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-nav-item:hover {
        color: #fff;
        background: rgba(238,29,35,0.1);
        padding-left: 28px;
    }

    .mobile-nav-item:hover::before {
        transform: scaleY(1);
    }

    .mobile-nav-item i {
        font-size: 15px;
        color: rgba(238,29,35,0.6);
        width: 18px;
        text-align: center;
        transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-nav-item:hover i {
        color: #EE1D23;
    }

    .mobile-nav-item:active {
        background: rgba(238,29,35,0.15);
    }

    .mobile-nav-item span {
        flex: 1;
    }

    /* Mobile Categories Scroll */
    .mobile-categories-scroll {
        padding: 8px 0;
     
    }

    /* Mobile Category Group */
    .mobile-cat-group {
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .mobile-cat-header {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 20px;
        background: transparent;
        border: none;
        color: rgba(255,255,255,0.8);
        font-size: 15px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
    }

    .mobile-cat-header::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3px;
        height: 100%;
        background: linear-gradient(180deg, #EE1D23 0%, #ff5a5a 100%);
        transform: scaleY(0);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-cat-header i:first-child {
        font-size: 15px;
        color: rgba(238,29,35,0.6);
        transition: color 0.3s ease;
    }

    .mobile-cat-header i:last-child {
        font-size: 12px;
        color: rgba(255,255,255,0.4);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile-cat-header:hover {
        background: rgba(238,29,35,0.08);
        color: #fff;
        
    }

    .mobile-cat-header:hover::before {
        transform: scaleY(1);
    }

    .mobile-cat-header:hover i:first-child {
        color: #EE1D23;
    }

    .mobile-cat-header.active {
        background: rgba(238,29,35,0.1);
        color: #fff;
        border-left-color: transparent;
    }

    .mobile-cat-header.active::before {
        transform: scaleY(1);
    }

    .mobile-cat-header.active i:first-child {
        color: #EE1D23;
    }

    .mobile-cat-header.active i:last-child {
        transform: rotate(180deg);
        color: #EE1D23;
    }

    /* Mobile Category Submenu */
    .mobile-cat-submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        background: rgba(238,29,35,0.03);
    }

    .mobile-cat-header.active + .mobile-cat-submenu {
        max-height: 500px;
    }

    .mobile-cat-subitem {
        display: block;
        padding: 10px 20px 10px 52px;
        color: rgba(255,255,255,0.65);
        text-decoration: none;
        font-size: 14px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        transition: all 0.2s ease;
        border-left: 2px solid transparent;
        position: relative;
    }

    .mobile-cat-subitem::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 100%;
        background: #EE1D23;
        transform: scaleY(0);
        transition: transform 0.2s ease;
    }

    .mobile-cat-subitem:hover {
        color: #fff;
        background: rgba(238,29,35,0.1);
        padding-left: 56px;
    }

    .mobile-cat-subitem:hover::before {
        transform: scaleY(1);
    }

    /* Offcanvas backdrop override */
    .mobile-nav-canvas + .offcanvas-backdrop {
        background: rgba(0,0,0,0.85);
        backdrop-filter: blur(5px);
    }


    .mobile-cat-header {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
}
.product-image-carousel .owl-nav button.owl-prev {
  left: -1em;
}
.product-image-carousel .owl-nav button.owl-next {
  right: -1em;
}
.mobile-cat-header span {
    flex: 1;
    text-align: left;
    margin-left: 15px;
}

.mobile-cat-header > i:last-child {
    margin-left: auto;
}
}

/*vertical*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* Tablet Fixed Header Padding */

     .help-content {
        width: 100% !important;
        
    }

    body.has-fixed-header {
        padding-top: 140px;
    }

    

    body.has-fixed-header.shrink-active {
        padding-top: 75px;
    }

    /* Header Tablet Responsive */
    .header-section {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .header-main {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .header-section .col-3 > a img {
        max-width: 140px;
    }

    /* Search Section Tablet */
    .search-input {
        font-size: 13px;
    }

    .category-dropdown {
        font-size: 13px;
    }

    /* Help Section Tablet */
    .help-section {
        gap: 15px;
    }

    .help-phone {
        font-size: 13px;
    }

    /* Navbar Tablet */
    .navbar-section {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .navbar-section.shrink {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .navbar-content {
        flex-wrap: nowrap;
        width: 100%;
        padding: 0 0.5rem;
    }

    .browse-categories-btn {
        font-size: 13px;
        padding: 9px 16px;
        position: absolute;
        top: -6.8em;
    }

    .dropdown-wrapper {
        flex: 0 0 auto;
        min-width: auto;
    }

    .mobile-menu-toggle {
        display: none !important;
    }
    .top-carousel .owl-dots{
        display: none;
    }

    .main-nav {
        position: static;
        flex-direction: row;
        max-height: none;
        overflow: visible;
        background: transparent;
        border-top: none;
        gap: 15px;
        padding: 0;
        width: auto;
        box-shadow: none;
                padding: 10px 0;
    }

    .main-nav.mobile-open {
        max-height: 500px;
        overflow-y: auto;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }

    .main-nav.hide-on-shrink {
        display: none !important;
    }

    .navbar-section .nav-link {
        display: inline-block;
        padding: 0;
        border-bottom: none;
        font-size: 13px;
        color: #fff;
        gap: 15px;
    }

    .navbar-section .nav-link:hover {
        background: none;
        color: #EE1D23;
        transform: none;
    }

    .navbar-section .nav-link::after {
        display: block;
    }

    .header-icon-link {
        font-size: 12px;
    }

    /* Mega Menu */
    .mega-menu-wrapper {
        position: relative;
        flex: 1 0 auto;
    }

    .mega-menu {
        min-width: 600px !important;
        width: 600px !important;
    }

    .mega-menu-content {
        /* display: grid !important; */
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
        padding: 20px !important;
    }

    .mega-menu-column {
        border-bottom: none;
        padding: 0;
    }

    .mega-menu-title {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .mega-menu-list li a {
        font-size: 13px;
        padding: 6px 0;
    }

    .sub-menu {
        padding: 0 0 0 20px;
    }

    .sub-menu li a {
        padding: 6px 15px;
        font-size: 12px;
    }

    .tab-show .nav-tabs .nav-link {
        font-size: 1rem;
        margin-right: 2em;
    }

        .product-images-list {

        max-height: 450px;
    }


     .main-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        gap: 15px;
    }

    .main-nav .nav-link {
        text-align: center;
    }
}
/*landscape*/

@media (min-width: 992px) and (max-width: 1199px) {
    .mega-menu {
        min-width: 400px;
    }
    .font-20 {
        font-size: 18px;
    }
    .font-16 {
        font-size: 14px;
    }
    .font-13 {
        font-size: 11px;
    }
    .category-name {
        font-size: 14px;
    }

    /* Navbar shrink animation timing */
    .navbar-section {
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .navbar-section.shrink {
        padding-top: 10px !important;
        padding-bottom: 6px !important;
    }

    body.has-fixed-header {
        padding-top: var(--navbar-height, 56px);
    }
    .main-nav {
   
    gap: 13px;
     
}
.navbar-section .nav-link {
     
    font-size: 13px;
    
}
   .tab-show .nav-tabs .nav-link {
        font-size: 1rem;
        margin-right: 2em;
    }

        .product-images-list {
        
        max-height: max-content;
    }

    .col-lg-5 h1 {
    font-size: 20px;
    
     
}
.price-section h2 {
     
    font-size: 27px;
    
}
.p-sm-0-new{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}
    