@media (min-width: 0px) and (max-width: 767px) {
  .custom-header .logo img {
    height: 50px;
  }
  .primary-btn {
    padding: 6px 20px;
  }
  .custom-header .search-box .category-btn {
    width: 135px;
    font-size: 15px;
  }
  .custom-header .dropdown-menu[data-bs-popper] {
    top: 134px;
    margin-top: 0.125rem;
  }

  .contact-section {
    background: #fff;
    padding: 30px 0;
    position: relative;
  }

  .contact-section .contact-card .contact-left {
    padding: 20px;
  }
  .contact-section .contact-card .icon-circle {
    min-width: 34px;
    max-width: 34px;
    min-height: 34px;
    max-height: 34px;
    font-size: 16px;
  }
  .contact-section .contact-card .contact-item h6 {
    font-size: 16px;
  }
  .contact-section .contact-card .contact-item h6 span {
    font-size: 12px;
  }
  .contact-section .contact-card .contact-item p {
    margin: 0;
    font-size: 14px;
  }
  .contact-section .section-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .contact-section .contact-card .contact-right {
    padding: 20px;
  }
  .form-control,
  .form-select {
    padding: 7px 8px;
    font-size: 14px;
  }
  .contact-section .contact-card .social-icons a {
    width: 32px;
    height: 32px;
  }
  .breadcrumb-hero {
    padding: 30px 0;
  }

  .breadcrumb-hero .breadcrumb-content .h1 {
    font-size: 24px;
  }
  .breadcrumb-hero .breadcrumb-content p {
    font-size: 12px;
  }

  .contact-modal .custom-close {
    height: 32px;
    width: 32px;
  }
  .contact-modal .custom-close span {
    font-size: 24px;
    line-height: 24px;
  }
  .breadcrumb-hero .line-white {
    width: 140px;
  }
  .custom-blog-detail .blog-content p,
  .custom-blog-detail .blog-content ul {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .custom-blog-detail .blog-title {
    font-size: 24px;
  }
  .custom-blog-detail .blog-content p,
  .custom-blog-detail .blog-content ul {
    font-size: 14px;
  }
  .custom-blog-detail .blog-meta {
    font-size: 12px;
  }
  .custom-blog-detail .blog-content ul {
    padding-left: 15px;
  }
  .custom-blog-detail .blog-content h2 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
  }
  .custom-blog-sidebar .popular-post span {
    font-size: 11px;
    color: var(--primary-color);
    font-weight: 500;
  }
  .custom-blog-sidebar .popular-post p {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
  }
  .custom-blog-sidebar .popular-post img {
    width: 90px;
    height: 70px;
    border-radius: 5px;
  }
  .custom-blog-sidebar .instagram-grid img {
    width: 100%;
    height: 60px;
    border-radius: 5px;
  }
  .custom-blog-sidebar .tag-list a {
    display: inline-block;
    background: #fff;
    padding: 7px;
    font-size: 13px;
    border-radius: 4px;
    margin: 5px 5px 0 0;
    text-align: center;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    font-weight: 600;
    width: 45%;
  }
  .custom-blog-sidebar .social-icons a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
  }
  .custom-blog-sidebar .sidebar-title {
    font-size: 20px;
  }
  .custom-blog-sidebar .sidebar-card {
    background: #f3f7fb;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .custom-product-cards .category-btn {
    padding: 5px 10px;
    font-size: 12px;
  }
  .custom-product-cards .category-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
  }
  .custom-product-cards .product-badge {
    position: absolute;
    font-size: 12px;
    padding: 3px 10px;
    color: #fff;
  }

  .custom-product-cards .product-info h6 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .custom-product-cards .rating {
    color: #ffd700;
    font-size: 18px;
  }
  .custom-product-cards .product-info {
    background: #ef2c2c;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    height: 100%;
  }
  .stats-section .stats-item h2 {
    font-size: 28px;
  }

  .stats-section .stats-item p {
    font-size: 14px;
  }

  .why-choose-us .why-title {
    margin-bottom: 40px;
  }

  .section-padding {
    padding: 40px 0;
  }

  .section-margin {
    margin: 40px 0;
  }

  .shipping-section .title-underline {
    margin: 10px 0 18px;
  }

  .section-title {
    font-size: 28px;
  }

  .footer-wrapper .newsletter-float {
    top: -90px;
  }

  .footer-wrapper .newsletter-box {
    flex-direction: column;
  }

  .footer-wrapper .newsletter-title {
    text-align: center;
  }

  .footer-wrapper .newsletter-form {
    width: auto;
    flex-direction: column;
    text-align: unset;
  }

  .footer-wrapper .newsletter-input {
    width: auto;
    padding: 14px 0;
    text-align: center;
  }

  .footer-wrapper .newsletter-btn {
    border-radius: unset;
  }

  .footer-wrapper .newsletter-box {
    padding: 30px 10px;
    gap: 15px;
  }

  .service-locations .location-wrapper {
    row-gap: 30px;
  }

  .why-choose-alt .why-alt-image img {
    height: 350px;
  }

  .testimonial-section .section-title::after {
    margin: 12px auto 0;
  }

  .testimonial-section .testimonial-left {
    text-align: center;
    margin-bottom: 40px;
  }

  .featured-products .product-card h6 {
    height: auto;
  }

  .featured-products .product-badge-best-seller {
    width: 80px;
  }

  .featured-products .product-badge-new {
    left: 0px;
    width: 60px;
  }

  .featured-products .product-card h6 {
    font-size: 14px;
  }

  .featured-products .product-image img {
    min-height: auto;
  }

  .cargo-section .section-title::after {
    margin: 12px auto 0;
  }

  .cargo-section .cargo-img {
    height: 300px;
  }

  .cargo-section .section-title {
    text-align: center;
  }

  .cargo-section .cargo-types {
    text-align: center;
  }

  .about-why-choose-us .choose-card {
    padding: 20px;
  }

  .footer-wrapper {
    margin-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .custom-header .search-box .category-btn {
    width: 146px;
    font-size: 15px;
  }
  .custom-header .navbar-collapse {
    padding: 20px 0;
  }
  .custom-header .dropdown-menu[data-bs-popper] {
    top: 150px;
    margin-top: 0.125rem;
  }
  .custom-header .logo img {
    height: 60px;
  }
    .cargo-section {
    text-align: center;
  }

  .cargo-section .content-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .cargo-section .cargo-types,
  .cargo-section p {
    text-align: center;
  }

  .cargo-section .cargo-img {
    height: 400px;
  }

  .cargo-section .section-title::after {
    margin: 12px auto 0;
  }

  .featured-products .product-image img {
    min-height: auto;
  }

  .featured-products .product-badge-best-seller {
    width: 80px;
  }

  .featured-products .product-badge-new {
    left: 0px;
    width: 60px;
  }

  .featured-products .product-card h6 {
    font-size: 14px;
  }

  .testimonial-section .testimonial-left {
    text-align: center;
    margin-bottom: 40px;
  }

  .testimonial-section .section-title::after {
    margin: 12px auto 0;
  }

  .why-choose-alt .why-alt-image img {
    height: 450px;
  }

  .footer-wrapper .newsletter-box {
    flex-direction: column;
  }

  .footer-wrapper .newsletter-box {
    padding: 30px 100px;
    gap: 15px;
  }

  .service-locations .location-wrapper {
    row-gap: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-header .navbar-nav .nav-link {
    margin: 0 8px;
    font-weight: 500;
    color: #333;
    transition: 0.3s;
    font-size: 13px;
  }
  .custom-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3px;
    padding-left: 3px;
  }
  .custom-header .search-box {
    border: 2px solid #1e73be;
    border-radius: 50px;
    overflow: hidden;
    height: 35px;
  }
  .custom-header .search-box .search-btn {
    background: #1e73be;
    border: none;
    color: #fff;
    padding: 0 8px;
    height: 100%;
  }
  .custom-header .search-box .category-btn {
    font-size: 13px;
    background: #1e73be;
    color: #fff;
    border: none;
    padding: 0 5px 0 8px;
    font-weight: 500;
    height: 100%;
  }
  .custom-header .enquiry-btn {
    font-size: 13px;
    background: #1e73be;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
  }
  .custom-header .search-box input {
    border: none;
    outline: none;
    padding: 0 15px;
    width: 100px;
  }
  .custom-header .contact-info span {
    font-size: 13px;
  }

  .custom-header .logo img {
    height: 55px;
  }

  .custom-header .search-box input {
    font-size: 12px;
  }

  .stats-section .stats-item {
    margin-bottom: 0px;
  }

  .why-choose-us .why-card h5 {
    height: 50px;
  }

  .footer-wrapper .newsletter-form {
    width: 360px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .custom-header .navbar-nav .nav-link {
    margin: 0 8px;
    font-weight: 500;
    color: #333;
    transition: 0.3s;
    font-size: 16px;
  }
  .custom-header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 3px;
    padding-left: 3px;
  }
  .custom-header .search-box {
    border: 2px solid #1e73be;
    border-radius: 50px;
    overflow: hidden;
    height: 35px;
  }
  .custom-header .search-box .search-btn {
    background: #1e73be;
    border: none;
    color: #fff;
    padding: 0 8px;
    height: 100%;
  }
  .custom-header .search-box .category-btn {
    font-size: 14px;
    background: #1e73be;
    color: #fff;
    border: none;
    padding: 0 5px 0 8px;
    font-weight: 500;
    height: 100%;
  }
  .custom-header .search-box input {
    font-size: 14px;
  }
  .custom-header .enquiry-btn {
    font-size: 16px;
    background: #1e73be;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
  }
  .custom-header .search-box input {
    border: none;
    outline: none;
    padding: 0 15px;
    width: 130px;
  }
  .custom-header .contact-info span {
    font-size: 16px;
  }

  .stats-section .stats-item {
    margin-bottom: 0px;
  }
}

@media (min-width: 1440px) {
   .stats-section .stats-item {
    margin-bottom: 0px;
  }
}
