@media only screen and (max-width: 1440px) {
  .natural-fresh-feature-text {
    font-size: 16px;
  }

  .natural-fresh-title {
    font-size: 40px;
    line-height: 45px;
  }

  .freshness-scroll-title {
    font-size: 40px;
    line-height: 46px;
  }

  .nav__logo img {
    height: 50px;
    width: 100%;
    object-fit: contain;
  }

  .category-card {
    position: relative;
    height: 170px;
  }

  .category-card .product-image {
    position: relative;
    background-color: #f2f2f2;
    height: 110px;
  }

  .category-card .product-details h3 {
    font-size: 18px;
    line-height: 30px;
  }

  .trending-section ul li {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    line-height: 24px;
    font-family: GeneralSans-Medium, sans-serif;
    padding: 5px 0;
  }

  .category-section.trending-sec-category h4 {
    padding-bottom: 10px;
  }

  .category-card .price {
    font-size: 14px;
  }
}

/* responsive start max-width - 768px smaller screen */
@media screen and (max-width: 768px) {

  /* hero banner */
  .banner-container {
    flex-wrap: wrap;
  }

  .banner-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .banner-section {
    margin: 30px auto;
    margin-bottom: 0px;
  }

  /* nav bar start */
  /* Mobile Navigation Styles */
  .header {
    width: 90%;
    margin: 0 auto;
    border-radius: 8px;
    padding: 0;
    box-shadow: none;
    position: relative;
    background-color: transparent;
  }

  .nav__actions {
    position: absolute;
    right: 0;
  }

  .nav_search.lg-none img {
    width: 21px;
    background-color: transparent;
  }

  section.faq-main {
    padding-bottom: 55px;
  }

  .nav {
    padding: 0;
    display: flex;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 59px;
  }

  .nav__logo {
    width: 100px;
    height: 40px;
    margin: 0 auto;
  }

  .nav__actions button {
    width: 22px;
    height: 22px;
  }

  .nav__toggle {
    display: block;
    z-index: 100;
    order: 0;
    padding: 0;
    position: absolute;
    left: 0px;
  }

  .nav__wrapper {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    padding: 5em 2em 2em;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    overflow-y: auto;
  }

  .nav.active .nav__wrapper {
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .nav__menu {
    flex-direction: column;
    width: 100%;
    gap: 0.5em;
    margin-top: 2em;
    align-items: flex-start;
  }

  .nav__item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5em 0;
  }

  .nav__link {
    font-size: 18px;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
  }

  .nav__link-arrow {
    margin-left: auto;
    transition: transform 0.3s ease;
  }

  .nav__item.active .nav__link-arrow {
    transform: rotate(225deg);
  }

  .nav_search {
    padding-left: 1.3em;
    border: none;
  }

  .dropdown-menu {
    position: static;
    box-shadow: none;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0;
    padding-left: 1em;
  }

  .nav__item.active .dropdown-menu {
    max-height: 300px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .dropdown-menu a {
    padding: 0.75em 0;
    font-size: 16px;
  }

  /* nav bar end */
}

/* responsive end 768px smaller screen */

/* Responsive styles /* Features Section Styles start*/

@media (max-width: 768px) {
  .features-grid {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .feature-icon {
    width: 70px;
    height: 70px;
  }

  .feature-icon img {
    width: 35px;
    height: 35px;
  }

  .features-section {
    margin-top: 5px;
  }
}

@media (max-width: 576px) {
  .features-title {
    font-size: 30px;
  }

  .features-section {
    margin: 20px auto;
    margin-top: 5px;
  }

  .features-subtitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }

  .feature-item {
    display: flex;
    flex-direction: row;
    gap: 1em;
  }

  .features-grid {
    gap: 15px;
    justify-content: start;
  }

  .features-grid .feature-item:nth-child(1) .feature-icon,
  .features-grid .feature-item:nth-child(2) .feature-icon,
  .features-grid .feature-item:nth-child(3) .feature-icon,
  .features-grid .feature-item:nth-child(4) .feature-icon {
    width: 115px;
    height: 110px;
  }

  .feature-icon {
    width: 60px;
    height: 60px;
  }

  .feature-icon img {
    width: 90px;
    height: 90px;
  }

  .feature-name {
    font-size: 20px;
    text-align: left;
  }

  .owl-dots {
    display: none;
  }

  .circle-text-container {
    height: 100px;
    width: 100px;
    top: -40px;
    left: -19px;
    z-index: 1;
  }

  .premium-product-section {
    padding-bottom: 0px;
  }

  .circle-text {
    font-size: 12px;
    font-weight: 800;
  }

  .circle-text span {
    transform-origin: center center;
  }

  .circle-text span img {
    height: 10px;
  }
}

/* Responsive styles /* Features Section Styles end*/

/* natural fresh res start */

/* Responsive Styles */
@media screen and (max-width: 992px) {
  .natural-fresh-comparison-container {
    gap: 10px;
  }

  .natural-fresh-comparison-column {
    padding: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .natural-fresh-title {
    font-size: 2.2rem;
  }

  .natural-fresh-comparison-column {
    padding: 25px 15px;
  }

  .natural-fresh-feature-item {
    font-size: 13px;
  }

  .natural-fresh-comparison-title {
    height: 60px;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .natural-fresh-section {
    padding: 40px 0 0px 0px;
  }

  .natural-fresh-comparison-container {
    padding-top: 40px;
  }

  .natural-fresh-content {
    gap: 0;
    flex-direction: column;
  }

  .natural-fresh-title {
    font-size: 1.8rem;
    text-align: center;
    max-width: 80%;
    margin: auto;
    line-height: 1.1;
    padding-bottom: 20px;
  }

  .natural-fresh-text {
    margin-bottom: 20px;
    width: 100%;
  }

  .natural-fresh-description {
    text-align: justify;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    font-family: "General Sans", sans-serif;
  }

  .natural-fresh-shop-now-btn {
    margin: 0 auto;
    display: block;
    width: 80%;
    max-width: 250px;
    font-size: 20px;
    background-color: #292d32;
    width: auto;
    padding: 0.6em 3em;
  }

  .natural-fresh-comparison-container {
    flex-direction: row;
    margin-top: 0px;
  }

  .natural-fresh-comparison-column {
    padding: 15px 10px;
  }

  .natural-fresh-comparison-title {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 15px;
    line-height: 1;
    height: 40px;
    max-width: 70%;
    font-weight: 700;
  }

  .natural-fresh-feature-text {
    font-size: 15px;
  }

  .natural-fresh-product-image {
    height: 100px;
    margin: 40px 0;
  }

  .natural-fresh-feature-item {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .natural-fresh-check-icon img,
  .natural-fresh-cross-icon img {
    width: 12px;
    height: 12px;
    margin-top: 3px;
  }



  .natural-fresh-content {
    gap: 0;
    flex-direction: column;
  }

  .natural-fresh-comparison-container {
    margin-top: 0px;
    align-items: stretch;
  }

  .natural-fresh-comparison-column {
    padding: 15px 10px;
    margin-bottom: 0px;
  }

  .natural-fresh-feature-item {
    font-size: 11px;
    margin-bottom: 10px;
    /* min-height: 20px;  */
    display: flex;
    align-items: start;
  }

  .natural-fresh-feature-text {
    font-size: 12px;
    margin-left: 0;
  }

  .natural-fresh-check-icon img,
  .natural-fresh-cross-icon img {
    width: 12px;
    height: 12px;
  }
}

/* Mobile Portrait Specific Styles */
@media screen and (max-width: 480px) {
  .natural-fresh-title {
    font-size: 30px;
    line-height: 1.1;
  }

  .natural-fresh-description {
    font-size: 15px;
  }

  .natural-fresh-comparison-container {
    gap: 6px;
  }

  .natural-fresh-comparison-column {
    padding: 12px 8px;
  }

  .natural-fresh-feature-item {
    font-size: 10px;
    margin-bottom: 8px;
    display: flex;
    align-items: start;
  }

  .natural-fresh-comparison-title {
    height: 35px;
  }
}

/* natural fresh res end */

/* <!-- Freshness in Every Scroll Section start --> */

/* Mobile Responsive Styles */
@media (max-width: 991px) {
  .freshness-scroll-container {
    flex-direction: column;
    gap: 30px;
  }

  .freshness-scroll-left {
    flex: 0 0 100%;
    text-align: center;
  }

  .freshness-scroll-right {
    flex: 0 0 100%;
    width: 100%;
  }

  .freshness-scroll-title {
    font-size: 30px;
    font-weight: 800;
  }

  .freshness-scroll-social {
    justify-content: center;
  }

  .freshness-scroll-item {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .freshness-scroll-section {
    padding: 5px 0 30px;
    margin-left: 0;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .profile_container {
    padding-bottom: 20px;
  }

  .freshness-scroll-item .freshness-scroll-image img {
    border-radius: 15px;
    padding-bottom: 1em;
  }

  .freshness-scroll-brand-name {
    font-size: 20px;
  }

  .freshness-scroll-brand-location {
    font-size: 15px;
  }

  .freshness-scroll-logo {
    width: 40px;
    height: 40px;
  }

  .freshness-scroll-product {
    font-size: 20px;
    line-height: 1.1;
    padding-top: 8px;
  }

  .freshness-scroll-date {
    font-size: 15px;
  }

  .freshness-scroll-logo img {
    width: 30px !important;
    height: 30px !important;
    margin-top: 7px;
    margin-left: 2px;
  }

  .freshness-scroll-title {
    font-size: 30px;
    font-weight: 800;
    width: 80%;
    margin: 0px auto 20px;
    line-height: 1.1;
  }

  .freshness-scroll-description {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 0 1em 1em;
  }

  .freshness-organic-carousel {
    gap: 15px;
  }

  .product-card__title {
    font-size: 20px;
    font-weight: 800;
  }

  .product-card__price,
  .product-card__rating .product-card__price-strick-through {
    font-size: 15px;
    font-weight: 700;
  }

  .btn--primary,
  .trending-tag {
    font-weight: 700;
  }

  .ts-tab-button.ts-active,
  .ts-tab-button {
    width: 10em;
    padding: 10px 20px;
  }

  .ts-add-to-cart-btn {
    padding: 12px;
    font-weight: 700;
  }
}

@media (max-width: 480px) {
  .freshness-scroll-title {
    font-size: 30px;
  }

  .freshness-scroll-instagram {
    padding: 10px 16px;
    font-size: 20px;
  }

  .freshness-scroll-arrow {
    width: 48px;
    height: 48px;
  }
}

/* <!-- Freshness in Every Scroll Section end --> */

/* footer sec res start */

/* Media Queries */
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }

  .footer-main {
    display: none;
  }

  .footer-bottom {
    display: none;
  }

  .footer-mobile {
    display: block;
  }

  .footer-credits {
    display: none;
  }

  .natural-fresh-footer-logo img {
    margin: auto;
  }

  .footer-mobile .footer-container {
    padding: 50px 20px;
  }

  .mobile-footer-credits {
    display: flex;
    justify-content: space-between;
  }

  .footer-mobile .mobile-footer-payment {
    justify-content: space-between;
    margin: 20px 0;
  }

  .mobile-accordion h3,
  .mobile-footer-links a,
  .mobile-footer-credits {
    font-size: 17px;
    line-height: 37px;
  }

  .mobile-accordion {
    padding: 0px 0;
  }
}

/* footer res end */

/* top selling res start */
/* Mobile Styles */
@media (max-width: 768px) {
  .ts-container-tab-sec {
    flex-direction: column;
    align-items: center;
  }

  .ts-section-title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    margin-left: 0;
    line-height: 1.1;
  }

  .ts-top-sellers {
    padding: 0;
    width: 100%;
    padding-left: 0px;
    padding-top: 40px;
  }

  .ts-products-slider {
    padding-left: 20px;
  }

  .ts-tab-button {
    margin-left: 10px;
    margin-right: 10px;
  }

  footer {
    padding-bottom: 55px !important;
  }

  img.search-toggle {
    width: 19px;
  }

  .fixed-app {
    bottom: 14%;
  }

  .ts-tab-switcher {
    width: 100%;
    justify-content: center;
  }

  .ts-products-slider .owl-nav button.owl-prev {
    left: -10px;
    display: none !important;
  }

  .ts-products-slider .owl-nav button.owl-next {
    right: -10px;
    display: none !important;
  }

  .ts-price-container {
    margin-bottom: 25px;
  }

  .nav__logo img {
    width: 100%;
    object-fit: contain;
    height: 60px;
  }

  button.btn-search {
    border: none;
    padding-top: 5px;
  }

  .features-title {
    width: 80%;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .ts-product-card {
    padding: 10px;
  }

  .ts-product-image-container {
    height: 315px;
  }

  .owl-nav button {
    width: 30px;
    height: 30px;
  }
}

/* top selling res end */

/* banner image show and hide start*/
/* Media query for mobile devices */
@media (max-width: 768px) {
  .desktop-banner {
    display: none;
  }

  .mobile-banner {
    display: block;
  }

  section.ts-top-sellers .product-image {
    height: 300px;
  }

}

/* banner image show and hide  end*/