@media screen and (max-width : 767px) {
  img.custom-logo{
    margin: 0 auto;
  }
  .sidebar-area {
    border-left: none;
    padding: 0;
  }
  .header-image-box {
    height: 350px;
    background-size: cover !important;
  }
  .header-image-box h1 {
    font-size: 30px;
  }
  .header-search-wrapper {
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .theme-categories-btn {
    width: 100%;
    border-radius: 8px 8px 0 0;
    justify-content: center;
  }
  .product-search-form {
    width: 100%;
  }
  .product-search-field {
    padding: 12px 15px;
    font-size: 13px;
  }
  .product-search-submit {
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 0 0 8px 8px;
  }
  .categories-dropdown-menu {
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    min-width: calc(100vw - 40px);
    display: none;
  }
  .categories-dropdown-menu.show {
    transform: translateX(-50%) translateY(0);
    display: block;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100% !important;
  }
  .wc-block-grid__products .wc-block-grid__product-image img{
    width: 100% !important;
  }
  .woocommerce a.added_to_cart {
    margin-left: 10px;
    border-radius: 0px;
  }
  ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .footer-area h4.title {
    font-size: 25px;
  }
  .footer-links{
    text-align: center !important;
  }
  .footer-area{
    text-align: center;
  }

  .themebee-elementor-service-section .service-section .eael-grid-post-holder{
    height: auto !important;
  }
  .page-template-frontpage .logo{
    position: static;
    width: auto;
  }
  .logo{
    padding-right:0px ;
   }
   .pagination, .themebee-pagination {
    padding: 5px 20px;
  }
  #main-menu ul li.current-menu-item > a, #main-menu ul li.current_page_item > a ,
  #main-menu ul li a:hover{
    -webkit-text-fill-color: #000;
  }
  .banner-section .banner-heading div, .banner-heading p {
    line-height: 33px !important;
    margin-bottom: 0px;
  }
  .footer-area .star-rating{
    margin: 10px auto;
  }
  .product_list_widget li a{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  #best-seller .ht-products .ht-product .ht-product-inner .ht-product-content {
    clip-path: none;
    border-radius: 4px;
  }
  #best-seller .ht-product-action{
    z-index: 0;
  }
  .banner-section-second .wpr-cv-inner .inner-block{
    display: none;
  }
  .wpr-grid-item-add-to-cart .inner-block>a span{
    z-index: 0 !important;
  }
  .banner-section .banner-section-second .wpr-grid:not([data-settings*="list"]) .wpr-grid-media-wrap + .wpr-grid-item-below-content {
    border-radius: 10px 10px 10px 10px !important;
  }

}
@media screen and (max-width : 768px){
  .admin-bar .fixed-header {
    margin-top: 0px !important;
  }
  .categories .owl-nav{
      display: none !important;
  }a.category-item {
    padding: 10px 15px !important;
  }
  #main-menu ul li a:before,.menu-header {
    content: none;
    position: static;
  }
  button.menu-toggle:focus, a.open-search-form:focus {
    outline: 3px solid #ffbc00 !important;
    text-decoration: none !important;
  }
  #main-menu ul li a{
     color: #121212;
  }
  #main-menu ul li a:hover{
    color: #121212;
  }
  #main-menu{
    display: none;
  }
  #main-menu ul li {
    float: left;
    width: 100%;
  }
  #main-menu ul li:nth-child(even) {background: #f5f5f5}
  #main-menu ul li:nth-child(odd) {background: #e5e5e5}
  #main-menu > li > ul.children,
  #main-menu > li > ul.sub-menu {
    position: absolute;
    top:-100%;
    background: #fff;
  }
  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu ,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu ,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top:0;
    left: 0 !important;
    position: relative;
  }
  #main-menu ul {
    padding: 0;
    float: none;
  }
  #main-menu ul.children li a ,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height:53px;
    color: #4a5053;
  }
  #main-menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    border: solid #4a5053;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    transform: translate(0,-50%) rotate(-45deg);
  }
  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    font-size: 12px;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after ,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform:  rotate(45deg);
    transform:  rotate(45deg);
  }
  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover > a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus > a,
  #main-menu li:focus > a,
  #main-menu ul li.current-menu-item > a,
  #main-menu ul li.current_page_item > a,
  #main-menu ul li.current-menu-parent > a,
  #main-menu ul li.current_page_ancestor > a,
  #main-menu ul li.current-menu-ancestor > a {
    background:none;
  }
  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover > a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus > a,
  #main-menu li:focus > a,
  #main-menu ul li.current-menu-item > a,
  #main-menu ul li.current_page_item > a,
  #main-menu ul li.current-menu-parent > a,
  #main-menu ul li.current_page_ancestor > a,
  #main-menu ul li.current-menu-ancestor > a {
    color:#000;
  }
  #main-menu ul {
    margin:0;
    padding: 0;
    display:block;
  }
  #main-menu ul li {
    position:relative;
    display:block;
    float:left;
    text-align:left;
    width: 100%;
  }
  #main-menu ul.children li a:hover::after, #main-menu ul.sub-menu li a:hover::after{
    background:none;
  }
  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover > a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus > a,
  #main-menu li:focus > a,
  #main-menu ul li.current-menu-item > a,
  #main-menu ul li.current_page_item > a,
  #main-menu ul li.current-menu-parent > a,
  #main-menu ul li.current_page_ancestor > a,
  #main-menu ul li.current-menu-ancestor > a {
    color:#121212;
  }
  #main-menu a:hover, #main-menu ul li a:hover, #main-menu li:hover > a {
    color:#121212;
  }
  #main-menu ul.children ,
  #main-menu ul.sub-menu {
    opacity:0;
    position: absolute;
    top: 35px;
    left: -9999em;
    background:#f5f9ff;
    z-index:10001;
    width:213px;
    padding-left:0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;	
  }
  
  #main-menu li li:hover > ul,
  #main-menu li li:focus > ul,
  #main-menu li li.focus > ul {
    top:0px;
    left: -100%;
  }
  #main-menu ul.children li a ,
  #main-menu ul.sub-menu li a {
    text-decoration:none;
    text-align:left;
    display:block;
    padding:10px 15px;
    margin:0;
    border:none;
    line-height:inherit;
    color: #121212;
    border-bottom: solid 1px #e4e7ee;
  }
  
  #main-menu ul.children li a:hover,
  #main-menu ul.sub-menu li a:hover{
    background: var(--primary-theme-color);
    color: #fff;
    border-radius: 0;
  }
  #main-menu ul.children li ul:before,
  #main-menu ul.sub-menu li ul:before{
    display:none;
  }
  #main-menu li:hover > ul,
  #main-menu li:focus > ul,
  #main-menu li.focus > ul {
    opacity:1;
    left: 0;
  }
  .menu-toggle {
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.25s;
    background-color: transparent;
  }
  .admin-bar button.close-menu{
    position: absolute;
    right: 0;
    top: 12px;
  }  
  button.close-menu{
    position: absolute;
    right: 0;
    top: 0px;
    background: var(--primary-theme-color);
    color: #fff;
  }
  button.close-menu{
    display: inline-block;
    background: none;
    border: none;
    color: #000000;
    float: right;
    margin-top: 30px;
    background: var(--primary-theme-color);
    color: #fff;
  }
  .admin-bar #main-menu {
    padding-top: 62px !important;
  }
  .menu-toggle,
  .dropdown-toggle {
    display: block;
    border: none;
    padding: 0px;
    margin: 0 auto;
  }
  .menu-toggle i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background:  var(--primary-theme-color);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 6px;
  }
  #main-menu {
    position:fixed;
    top: 0px;
    right: 0px;
    display: none;
    width: 300px;
    z-index: 999999;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 50px;
  }
  #main-menu ul li {
    float: left;
    width: 100%;
  }
  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu ,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu ,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top:0;
    left: 0 !important;
  }
  .header-image-box h1 {
    font-size: 30px;
  }
  .menu-second{
    justify-content: end !important;
  }
  .info-col{
    padding-top: 10px;
    justify-content: center !important;
    gap: 5px;
  }
  .menu-logo-col{
    padding: 10px 5px;
  }
  .inner-menu {
    background: #0000;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-search-wrapper {
    max-width: 700px;
    gap: 10px;
  }
  .theme-categories-btn {
    padding: 12px 15px;
    font-size: 13px;
  }
  .product-search-field {
    padding: 12px 15px;
    font-size: 13px;
  }
  .product-search-submit {
    padding: 12px 20px;
    font-size: 13px;
  }
}

@media screen and (max-width : 425px) {
  .is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button{
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 15px 30px !important;
  }
  .wc-block-components-checkout-return-to-cart-button svg{
    display: none;
  }
  .wc-block-checkout__actions_row{
    flex-direction: column;
  }
  .woocommerce .quantity .qty {
    width: 60px;
    padding: 8px;
  }
}

@media screen and (min-width : 768px) and (max-width : 1023px) {
  #main-menu ul li a {
    font-size: 15px;
  }
  .post-box:hover img,.post-box.box img{
    transform: none;
  }
  .post-box .box {
    border-radius: 10px 10px 0 0;
  }
  .header-image-box {
    background-size: cover !important;
    height: 350px;
  }
  .wc-block-grid .wc-block-grid__product {
    flex: 1 0 48% !important;
    max-width: 48% !important;
  }
  .wc-block-grid__products .wc-block-grid__product-image img{
    width: 100% !important;
  }
  #wp-calendar th, #wp-calendar td {
    text-align: center;
    font-size: 12px;
    color: #434343 !important;
    padding: 2px 4px;
  }
  .searchform input[type=text] ,
  .searchform input[type=search]{
    width: calc(100% - 90px);
  }
  .searchform input[type=submit]{
    width: 87px;
  }
  .footer-area h4.title {
    font-size: 25px;
  }
}

@media screen and (min-width : 768px) and (max-width : 1000px) {
  .woocommerce .quantity .qty {
    width: 4em !important;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 45%;
  }
}
@media screen and (min-width : 999px) and (max-width : 1200px){
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product 
  {
    width: 46%;
  }
}
@media screen and (max-width : 1000px){
  .sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
    width: calc(100% - 80px) !important;
  }
  .sidebar-area .widget_search button.wp-block-search__button.wp-element-button{
    width: 77px !important;
  }
}
@media screen and (min-width : 992px){
  .fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff !important;
    box-shadow: 2px 2px 10px 0px #838383;
    z-index: 999;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .admin-bar .fixed-header{
    margin-top: 30px !important;
  }
  .home.elementor-page #site-navigation.header.fixed-header > .container:after{
      display: none;
  }
}
@media only screen and (min-width:768px){
  .cursor-point,
  .cursor-point-outline {
      z-index: 1100;
      pointer-events: none;
      position: fixed;
      top: 50%;
      left: 50% ;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
  }
  .cursor-point {
      width: 8px;
      height: 8px;
      background-color: var(--primary-theme-color);
  }
  .cursor-point-outline {
      width: 30px;
      height: 30px;
      background-color: var(--primary-theme-color);
      opacity: 0.4 !important;
  }
}
/* ===============================================
   Progress Bar
  =============================================== */
  @media only screen and (max-width: 782px) {
    .admin-bar #elemento-progress-bar.top {
        top: 46px;
      }
    }
  @media only screen and (max-width: 600px) {
    .admin-bar #elemento-progress-bar.top {
        top: 0;
    }
  }
/* HOME PAGE */

@media (min-width: 992px) and (max-width: 1199px){
  .page-template-frontpage .e-con.e-flex>.e-con-inner{
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px){
  .page-template-frontpage .e-con.e-flex>.e-con-inner {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px){
  .page-template-frontpage .e-con.e-flex>.e-con-inner{
    max-width: 1320px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px){
  .home.elementor-page #site-navigation.header > .container:after{
    top: -63px;
  }
}
@media  (max-width: 1023px){
  .home.elementor-page #site-navigation.header > .container:after{
    display: none;
  }
  .home.elementor-page #site-navigation.header{
    position: static;
    background-color: #EAEAEA;
  }
}
@media (min-width: 300px) and (max-width: 600px){
    .logo-content , .logo-image {
      text-align: left !important;
    }
}
@media (min-width: 300px) and (max-width: 768px){
  #main-menu ul li a:hover, #main-menu ul li.current-menu-item > a, #main-menu ul li.current_page_item > {
    border-radius: none;
  }
  #main-menu ul li.current-menu-item > a::after, #main-menu ul li.current_page_item > a::after, #main-menu ul li a:hover::after{
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px){
  .banner-image{
    padding-top: 8% !important;
  }
}

/* ===============================================
   Frontpage Responsive Styles
  =============================================== */

/* Mobile Styles (max-width: 767px) */
@media screen and (max-width: 767px) {
  /* Hero Section */
  .hero-copy h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
  }
  .stack .card.front .card-heading {
    display: block;
    text-align: center;
    }
  .card-heading {
    width: 257px;
    right: -14%;
    bottom: -17px;
 }
 .card-heading h3.product-title {
    font-family: Hanken Grotesk;
    font-weight: 700;
    font-size: 15px !important;
    margin-bottom: 0px;
    letter-spacing: 0%;
    color: #262626;
}
  .hero-copy p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
  }
  
  .hero-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .hero-cta .btn {
    width: 100%;
    padding: 12px 20px !important;
    font-size: 14px !important;
  }
  
  .hero-search {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .search-input {
    font-size: 14px !important;
    padding: 12px 15px !important;
  }
  
  .hero-image.stack-stage {
    margin-top: 20px;
    justify-content:center;
  }
  
  .stack .card {
    max-width: 280px;
    margin: 0 auto;
  }
  
  /* Category Section */
  .category-heading h2.section-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }
  
  .category-item {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }
  
  /* Product Section */
  .premium-product-col {
    margin-bottom: 20px;
  }
  
  .premium-product-box {
    margin-bottom: 0;
  }
  
  .premium-product-buttons {
    flex-direction: column;
    gap: 8px;
  }
  
  .premium-product-buttons a {
    width: 100%;
    text-align: center;
    padding: 8px 15px !important;
    font-size: 13px !important;
  }
  
  .product-btn-home1,
  .product-btn-seller {
    text-align: center;
    margin-top: 20px;
  }
  
  .product-btn-home1 .btn,
  .product-btn-seller .btn {
    width: 100%;
    max-width: 300px;
  }
  
  /* Best Selling Section */
  .seller-heding-box {
    text-align: center;
    padding: 20px;
  }
  
  .seller-heding-box h3 {
    font-size: 24px !important;
    margin-bottom: 15px;
  }
  
  .seller-heding-box ul {
    text-align: left;
    max-width: 300px;
    margin: 20px auto;
  }
  
  .seller-heding-box ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  /* Builder Section */
  .builder-section .logo-elementor {
    max-width: 200px;
    margin: 0 auto 20px;
  }
  
  .elementor-images {
    text-align: center;
  }
  
  .builder-heading h3 {
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin-top: 20px;
  }
  
  /* Bundle Section */
  .banner-heding-box h3 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px;
  }
  
  .banner-heding-box p {
    font-size: 14px !important;
    margin-bottom: 20px;
  }
  
  .banner-image img {
    max-width: 100%;
    height: auto;
  }
  
  /* Service Section */
  .service-box {
    padding: 20px;
    text-align: center;
  }
  
  .service-heading {
    font-size: 20px !important;
    margin-bottom: 15px;
  }
  
  .service-svg {
    margin: 20px 0;
  }
  
  .service-svg img {
    max-width: 80px;
    margin: 0 auto;
  }
  
  .service-box p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  
  /* Testimonial Section */
  .testimonial-box {
    padding: 20px;
    text-align: center;
  }
  
  .testimonial-box p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  
  .testimonial-icon-box {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  
  .testimonial-image {
    margin-bottom: 10px;
  }
  
  .testi-heading {
    font-size: 18px !important;
  }
  
  .designation {
    font-size: 13px !important;
  }
  
  /* Blog Section */
  .blog-box {
    margin-bottom: 20px;
  }
  
  .blog-title {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
  
  .blog-meta {
    flex-direction: column;
    gap: 8px;
    font-size: 13px !important;
  }
  
  /* Support Section */
  .help-box {
    padding: 25px 20px;
    text-align: center;
  }
  
  .help-box h3 {
    font-size: 20px !important;
  }
  
  .help-box p {
    font-size: 14px !important;
  }
  
  .blog-btn {
    width: 100%;
    max-width: 250px;
    display: inline-block;
    padding: 12px 25px !important;
  }
}

/* Tablet Styles (768px - 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Hero Section */
  .hero-copy h1 {
    font-size: 32px !important;
    line-height: 1.3 !important;
  }
  
  .hero-copy p {
    font-size: 15px !important;
  }
  
  .hero-cta {
    display: flex;
    gap: 15px;
  }
  
  .hero-cta .btn {
    padding: 13px 25px !important;
  }
  
  .hero-search {
    max-width: 500px;
    margin: 30px auto;
  }
  
  .stack .card {
    max-width: 300px;
  }
  
  /* Category Section */
  .category-heading h2.section-title {
    font-size: 28px !important;
  }
  
  .category-item {
    padding: 12px 22px !important;
    font-size: 14px !important;
  }
  
  /* Product Section */
  .premium-product-col {
    margin-bottom: 25px;
  }
  
  .premium-product-buttons {
    gap: 10px;
  }
  
  .premium-product-buttons a {
    padding: 9px 16px !important;
    font-size: 14px !important;
  }
  
  /* Best Selling Section */
  .seller-heding-box {
    padding: 30px;
    text-align: center;
  }
  
  .seller-heding-box h3 {
    font-size: 26px !important;
  }
  
  .seller-heding-box ul {
    max-width: 400px;
    margin: 20px auto;
    text-align: left;
  }
  
  .seller-heding-box ul li {
    font-size: 15px;
  }
  
  /* Product Grid */
  .premium-product-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  /* Builder Section */
  .builder-section .logo-elementor {
    max-width: 220px;
  }
  
  .builder-heading h3 {
    font-size: 22px !important;
    margin-top: 20px;
  }
  
  .builder-heading p {
    font-size: 15px !important;
  }
  
  /* Bundle Section */
  .banner-heding-box {
    padding: 30px 25px;
    text-align: center;
  }
  
  .banner-heding-box h3 {
    font-size: 28px !important;
  }
  
  .banner-heding-box p {
    font-size: 15px !important;
  }
  
  .banner-heding-box .btn {
    padding: 13px 28px !important;
  }
  
  .banner-image {
    text-align: center;
    margin-top: 20px;
  }
  
  /* Service Cards */
  .service-box {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  
  .service-heading {
    font-size: 22px !important;
  }
  
  .service-svg img {
    max-width: 90px;
  }
  
  .service-box p {
    font-size: 15px !important;
  }
  
  /* Testimonials */
  .testimonial-box {
    padding: 25px 20px;
  }
  
  .testimonial-box p {
    font-size: 15px !important;
  }
  
  .testimonial-image img {
    width: 60px;
    height: 60px;
  }
  
  .testi-heading {
    font-size: 20px !important;
  }
  
  .designation {
    font-size: 14px !important;
  }
  
  /* Blog Section */
  .blog-box {
    margin-bottom: 25px;
  }
  
  .blog-title {
    font-size: 20px !important;
  }
  
  .blog-meta {
    font-size: 14px !important;
  }
  
  /* Support Section */
  .help-box {
    padding: 30px 25px;
    margin-bottom: 20px;
  }
  
  .help-box h3 {
    font-size: 22px !important;
  }
  
  .help-box p {
    font-size: 15px !important;
  }
  
  .blog-btn {
    padding: 13px 28px !important;
  }
  
  /* Spacing */
  section {
    padding: 50px 0 !important;
  }
  
  .container {
    max-width: 720px;
  }
}

/* Large Tablet / Small Desktop (992px - 1199px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* Hero Section */
  .hero-copy h1 {
    font-size: 36px !important;
    line-height: 1.3 !important;
  }
  
  .hero-copy p {
    font-size: 16px !important;
  }
  
  .hero-cta .btn {
    padding: 14px 28px !important;
  }
  
  /* Category Section */
  .category-heading h2.section-title {
    font-size: 32px !important;
  }
  
  .category-item {
    padding: 13px 24px !important;
  }
  
  /* Product Section */
  .premium-product-box {
    padding: 18px;
  }
  
  .premium-product-box h3 {
    font-size: 17px !important;
  }
  
  /* Best Selling Section */
  .seller-heding-box {
    padding: 35px 30px;
  }
  
  .seller-heding-box h3 {
    font-size: 28px !important;
  }
  
  /* Builder Section */
  .builder-section .logo-elementor {
    max-width: 240px;
  }
  
  .builder-heading h3 {
    font-size: 24px !important;
  }
  
  /* Bundle Section */
  .banner-heding-box h3 {
    font-size: 30px !important;
  }
  
  .banner-heding-box p {
    font-size: 16px !important;
  }
  
  /* Service Section */
  .service-heading {
    font-size: 22px !important;
  }
  
  .service-box {
    padding: 25px 20px;
  }
  
  /* Testimonials */
  .testimonial-box {
    padding: 25px;
  }
  
  .testi-heading {
    font-size: 21px !important;
  }
  
  /* Blog Section */
  .blog-title {
    font-size: 21px !important;
  }
  
  /* Support Section */
  .help-box {
    padding: 35px 25px;
  }
  
  .help-box h3 {
    font-size: 22px !important;
  }
  
  /* Spacing */
  .container {
    max-width: 960px;
  }
  
  section {
    padding: 60px 0 !important;
  }
}

/* Large Desktop (1200px - 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1140px;
  }
  
  /* Hero Section */
  .hero-copy h1 {
    font-size: 40px !important;
  }
  
  .hero-copy p {
    font-size: 17px !important;
  }
  
  /* Section Titles */
  .section-title,
  .category-heading h2.section-title {
    font-size: 36px !important;
  }
  
  /* Product Section */
  .premium-product-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  
  /* Service and Support */
  .service-heading,
  .help-box h3 {
    font-size: 23px !important;
  }
  
  section {
    padding: 70px 0 !important;
  }
}

/* Extra Large Desktop (1400px+) */
@media screen and (min-width: 1400px) {
 
  .hero-copy p {
    font-size: 18px !important;
  }
  
  /* Best Selling */
  .seller-heding-box {
    padding: 40px;
  }
 
  /* Bundle Section */
  .banner-heding-box h3 {
    font-size: 34px !important;
  }
  
  /* Service and Support */
  .service-box,
  .help-box {
    padding: 30px;
  }
  
  .service-heading,
  .help-box h3 {
    font-size: 24px !important;
  }
  
  section {
    padding: 80px 0 !important;
  }
}

/* Extra Small Mobile (max-width: 480px) */
@media screen and (max-width: 480px) {
  .hero-copy h1 {
    font-size: 24px !important;
  }
  
  .hero-copy p {
    font-size: 13px !important;
  }
  
  .section-title {
    font-size: 22px !important;
  }
  
  .premium-product-col {
    padding: 0 10px;
  }
  
  .seller-heding-box {
    padding: 15px;
  }
  
  .seller-heding-box h3 {
    font-size: 20px !important;
  }
  
  .service-box {
    padding: 15px;
  }
  
  .service-heading {
    font-size: 18px !important;
  }
  
  .testimonial-box {
    padding: 15px;
  }
  
  .help-box {
    padding: 20px 15px;
  }
  
  .help-box h3 {
    font-size: 18px !important;
  }
  
  .banner-heding-box h3 {
    font-size: 20px !important;
  }
  
  .builder-heading h3 {
    font-size: 18px !important;
  }
}

/* Very Small Mobile - 320px to 375px */
@media screen and (max-width: 375px) {
  /* Hero Section */
  .hero-copy h1 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
  }
  
  .hero-copy p {
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
  }
  
  .hero-cta .btn {
    padding: 10px 18px !important;
    font-size: 13px !important;
  }
  
  .hero-search {
    margin-top: 20px;
  }
  
  .search-input {
    font-size: 13px !important;
    padding: 10px 12px !important;
  }
  
  .stack .card {
    max-width: 240px;
  }
  
  /* All Section Titles */
  .section-title,
  .category-heading h2.section-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
  }
  
  /* Category Section */
  .category-item {
    padding: 10px 15px !important;
    font-size: 12px !important;
    max-width: 120px;
  }
  
  /* Product Section */
  .premium-product-col {
    padding: 0 8px;
    margin-bottom: 15px;
  }
  
  .premium-product-box {
    padding: 12px;
  }
  
  .premium-product-box h3 {
    font-size: 14px !important;
    margin-bottom: 8px;
  }
  
  .premium-product-buttons a {
    padding: 6px 12px !important;
    font-size: 12px !important;
  }
  
  .product-btn-home1 .btn,
  .product-btn-seller .btn {
    max-width: 250px;
    padding: 10px 18px !important;
    font-size: 13px !important;
  }
  
  /* Best Selling Section */
  .seller-heding-box {
    padding: 12px;
  }
  
  .seller-heding-box h3 {
    font-size: 18px !important;
    margin-bottom: 12px;
  }
  
  .seller-heding-box ul {
    max-width: 280px;
    margin: 15px auto;
  }
  
  .seller-heding-box ul li {
    font-size: 13px !important;
    margin-bottom: 8px;
  }
  
  /* Builder Section */
  .builder-section .logo-elementor {
    max-width: 160px;
    margin: 0 auto 15px;
  }
  
  .builder-heading h3 {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-top: 15px;
  }
  
  .builder-heading p {
    font-size: 12px !important;
  }
  
  /* Bundle Section */
  .banner-heding-box {
    padding: 15px 10px;
  }
  
  .banner-heding-box h3 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin-bottom: 12px;
  }
  
  .banner-heding-box p {
    font-size: 12px !important;
    margin-bottom: 15px;
  }
  
  .banner-heding-box .btn {
    padding: 10px 20px !important;
    font-size: 13px !important;
  }
  
  /* Service Section */
  .service-box {
    padding: 12px;
    margin-bottom: 15px;
  }
  
  .service-heading {
    font-size: 16px !important;
    margin-bottom: 12px;
  }
  
  .service-svg img {
    max-width: 60px;
  }
  
  .service-box p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  
  /* Testimonial Section */
  .testimonial-box {
    padding: 12px;
    margin-bottom: 15px;
  }
  
  .testimonial-box p {
    font-size: 12px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px;
  }
  
  .testimonial-image img {
    width: 50px;
    height: 50px;
  }
  
  .testi-heading {
    font-size: 15px !important;
  }
  
  .designation {
    font-size: 11px !important;
  }
  
  .testimonial-icon-box {
    gap: 10px;
  }
  
  /* Blog Section */
  .blog-box {
    margin-bottom: 15px;
    padding: 12px;
  }
  
  .blog-box img {
    margin-bottom: 12px;
  }
  
  .blog-title {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px;
  }
  
  .blog-meta {
    font-size: 11px !important;
  }
  
  .blog-excerpt {
    font-size: 12px !important;
  }
  
  /* Support Section */
  .help-box {
    padding: 18px 12px;
    margin-bottom: 15px;
  }
  
  .help-box h3 {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
  
  .help-box p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
  
  .blog-btn {
    max-width: 220px;
    padding: 10px 20px !important;
    font-size: 12px !important;
  }
  
  /* Container and Spacing */
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  section {
    padding: 30px 0 !important;
  }
  
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  
  .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  /* Buttons Global */
  .btn-primary,
  .btn-secondary,
  .btn-outline {
    font-size: 12px !important;
    padding: 10px 18px !important;
    min-width: 120px;
  }
  
  /* Carousel Controls */
  .owl-carousel .owl-nav button {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
  }
  
  .owl-carousel .owl-dots {
    margin-top: 10px !important;
  }
  
  .owl-carousel .owl-dot {
    width: 6px !important;
    height: 6px !important;
    margin: 0 3px !important;
  }
  
  /* WooCommerce Products */
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
  }
  
  .woocommerce .price {
    font-size: 16px !important;
  }
  
  .woocommerce .button {
    padding: 8px 16px !important;
    font-size: 12px !important;
  }
}

/* Ultra Small Mobile - 320px */
@media screen and (max-width: 320px) {
  /* Hero Section */
  .hero-copy h1 {
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
  }
  
  .hero-copy p {
    font-size: 11px !important;
    margin-bottom: 12px !important;
  }
  
  .hero-cta .btn {
    padding: 8px 15px !important;
    font-size: 12px !important;
  }
  
  .search-input {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }
  
  .stack .card {
    max-width: 200px;
  }
  
  /* All Headings */
  .section-title,
  .category-heading h2.section-title {
    font-size: 30px !important;
    margin-bottom: 12px !important;
  }
  
  h3 {
    font-size: 16px !important;
  }
  
  /* Category Items */
  .category-item {
    padding: 8px 12px !important;
    font-size: 11px !important;
    max-width: 100px;
  }
  
  /* Products */
  .premium-product-col {
    padding: 0 5px;
    margin-bottom: 12px;
  }
  
  .premium-product-box {
    padding: 10px;
  }
  
  .premium-product-box h3 {
    font-size: 13px !important;
  }
  
  .premium-product-buttons a {
    padding: 5px 10px !important;
    font-size: 11px !important;
  }
  
  /* Best Selling */
  .seller-heding-box {
    padding: 10px 8px;
  }
  
  .seller-heding-box h3 {
    font-size: 16px !important;
  }
  
  .seller-heding-box ul {
    max-width: 250px;
  }
  
  .seller-heding-box ul li {
    font-size: 12px !important;
  }
  
  /* Builder Section */
  .builder-section .logo-elementor {
    max-width: 140px;
  }
  
  .builder-heading h3 {
    font-size: 14px !important;
  }
  
  .builder-heading p {
    font-size: 11px !important;
  }
  
  /* Bundle Section */
  .banner-heding-box {
    padding: 12px 8px;
  }
  
  .banner-heding-box h3 {
    font-size: 16px !important;
  }
  
  .banner-heding-box p {
    font-size: 11px !important;
  }
  
  .banner-heding-box .btn {
    padding: 8px 16px !important;
    font-size: 12px !important;
  }
  
  /* Service Cards */
  .service-box {
    padding: 10px 8px;
  }
  
  .service-heading {
    font-size: 14px !important;
  }
  
  .service-svg img {
    max-width: 50px;
  }
  
  .service-box p {
    font-size: 11px !important;
  }
  
  /* Testimonials */
  .testimonial-box {
    padding: 10px 8px;
  }
  
  .testimonial-box p {
    font-size: 11px !important;
  }
  
  .testimonial-image img {
    width: 45px;
    height: 45px;
  }
  
  .testi-heading {
    font-size: 14px !important;
  }
  
  .designation {
    font-size: 10px !important;
  }
  
  /* Blog Section */
  .blog-box {
    padding: 10px 8px;
  }
  
  .blog-title {
    font-size: 14px !important;
  }
  
  .blog-meta,
  .blog-excerpt {
    font-size: 10px !important;
  }
  
  /* Support Section */
  .help-box {
    padding: 15px 10px;
  }
  
  .help-box h3 {
    font-size: 14px !important;
  }
  
  .help-box p {
    font-size: 11px !important;
  }
  
  .blog-btn {
    max-width: 200px;
    padding: 8px 16px !important;
    font-size: 11px !important;
  }
  
  /* Spacing */
  .container {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  section {
    padding: 25px 0 !important;
  }
  
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  /* Buttons */
  .btn-primary,
  .btn-secondary,
  .btn-outline {
    font-size: 11px !important;
    padding: 8px 15px !important;
    min-width: 100px;
  }
  
  /* Carousel */
  .owl-carousel .owl-nav button {
    width: 28px !important;
    height: 28px !important;
    font-size: 14px !important;
  }
  
  .owl-carousel .owl-dot {
    width: 5px !important;
    height: 5px !important;
  }
  
  /* WooCommerce */
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
  }
  
  .woocommerce .price {
    font-size: 14px !important;
  }
  
  .woocommerce .button {
    padding: 6px 12px !important;
    font-size: 11px !important;
  }
}

/* iPad Pro and similar (1024px specific) */
@media screen and (min-width: 1024px) and (max-width: 1024px) {
  .hero-inner {
    padding: 20px;
  }
  
  .premium-product-col {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

/* ===============================================
   Carousel and Interactive Elements Responsive
  =============================================== */

/* Mobile Carousel Adjustments */
@media screen and (max-width: 767px) {
  /* Owl Carousel Navigation */
  .owl-carousel .owl-nav button {
    width: 35px !important;
    height: 35px !important;
    font-size: 18px !important;
  }
  .premium-product-image img{
      height: 300px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 5px;
  }
  
  .owl-carousel .owl-nav button.owl-next {
    right: 5px;
  }
  
  /* Owl Carousel Dots */
  .owl-carousel .owl-dots {
    margin-top: 15px !important;
  }
  
  .owl-carousel .owl-dot {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
  }
  
  /* Stack Animation Cards */
  .stack-stage .stack {
    gap: 10px;
  }
  
  /* Category Carousel *
  
  .category-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
  }
  
  /* Premium Product Carousel */
  .premium-product-slider .owl-item {
    padding: 10px 5px;
  }
  
  /* Testimonial Carousel */
  .testimonial-slider .owl-item {
    padding: 10px;
  }
  
  /* Blog Carousel */
  .blog-slider .owl-item {
    padding: 10px;
  }
  
  /* Scroll Cards Animation */
  .scrollCards {
    gap: 15px !important;
  }
}

/* Tablet Carousel Adjustments */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .owl-carousel .owl-nav button {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
  }
  
  .category-item {
    max-width: 180px;
  }
  
  .premium-product-slider .owl-item {
    padding: 10px;
  }
}

/* ===============================================
   WooCommerce Product Grid Responsive
  =============================================== */

@media screen and (max-width: 767px) {
  /* WooCommerce Product Cards on Frontpage */
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
  }
  
  .woocommerce .price {
    font-size: 18px !important;
  }
  
  .woocommerce .button {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
}

/* ===============================================
   Spacing and Padding Adjustments
  =============================================== */

@media screen and (max-width: 767px) {
  /* Section Spacing */
  section {
    padding: 40px 0 !important;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Row Spacing */
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  
  .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* Text Alignment */
  .text-lg-start {
    text-align: center !important;
  }
  
  /* Margin Utilities */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  
  .pe-lg-5 {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  section {
    padding: 50px 0 !important;
  }
  
  .text-lg-start {
    text-align: center !important;
  }
}

/* ===============================================
   Button and Link Responsive Styles
  =============================================== */

@media screen and (max-width: 767px) {
  .btn-primary,
  .btn-secondary,
  .btn-outline {
    font-size: 14px !important;
    padding: 12px 24px !important;
    display: inline-block;
    width: auto;
    min-width: 150px;
  }
  .categories .category-heading h2.section-title{
      width: 100%;
  }
  .footer-contact-section input[type="email"]{
      width: 100%;
  }
  .category-heading h2.section-title:before,
  .category-heading h2.section-title:after{
      display: none;
  }
  .category-heading h2.section-title{
      padding-left: 0px;
  }
  .btn-lg {
    font-size: 15px !important;
    padding: 14px 28px !important;
  }
  
  .btn-sm {
    font-size: 13px !important;
    padding: 10px 20px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .btn-primary,
  .btn-secondary,
  .btn-outline {
    font-size: 15px !important;
    padding: 13px 26px !important;
  }
}