/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-brand img {
    height: 45px;
    transition: all 0.3s ease;
  }

  section {
    padding: 70px 0;
  }

  .py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}


.benefits-uses {
    background-color: #f5f5f5;
    width:auto;
    padding: 30px;
    margin: 0 auto;
    margin-top: 40px;
}









}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .my-hero-section {
    height: 80vh !important;
  }

  .my-hero-section__slideContent {
    position: absolute;
    top: 55% !important;
    left: 50%;
    width: 90%;
  }

  section {
    padding: 50px 0;
  }
  .section-heading {
    font-size: 1.5rem;
  }
  .why-choose-img-wrapper img {
    width: 95%;
    height: 300px;
    margin-top: -32px;
    object-fit: cover;
  }

  .why-choose-img-wrapper::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 110%;
    bottom: -25px;
    right: 0px;
    border: 2px solid var(--herbal-light);
    border-radius: 12px;
    z-index: -1;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .my-products-sec__image img {
    display: block;
    width: 100%;
    height: auto;
    height: 300px;
    border-radius: 7px;
    object-fit: cover;
    /* width: 350px; */
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 0;
  }

  .my-products-sec__image::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 0%;
    border: 4px solid #0f7906;

    width: 100%;
    height: 20%;
    height: 310px;
    /* width: 350px; */
    z-index: -1;
  }

  .my-products-sec__title {
    color: #2a7221;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .my-products-sec__content {
    padding: 10px 0;
    text-align: center;
  }

  .testimonial-card {
    padding: 1rem;

    flex-direction: column;
  }
  .section-heading img {
    height: 40px;
  }

  .section-heading {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0px;
  }

  .section-heading::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 45%;
    width: 80px;
    height: 3px;
    background-color: var(--herbal-light);
  }

  .p-4 {
    padding: 0.5rem !important;
  }

  .clients-section h2 {
    margin-bottom: 20px;
  }

  .clients-section p {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  footer {
    background-color: #1c1c1c;
    color: #ccc;
    padding: 30px 0 0 0;
  }

  .footer-logo img {
    height: 40px;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .footer-bottom {
    margin-top: 0px;
  }

  .herbal-bg-img {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    filter: sepia(30%) hue-rotate(60deg);
    animation: float 25s linear infinite;
  }

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}


.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}


.benefits-uses {
    background-color: #f5f5f5;
    width: auto;
    padding: 25px;
    margin: 0 auto;
    margin-top: 30px;
}

.product-view-inn h3 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}


.enquiry-form h2 {
    font-size: 2em;
    margin-bottom: 50px;
}


  .blog-view-inn .main-image {
    width: 100%;
    height: 330px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .related-blog-card img {
    width: 60px;
    height: 70px;
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .related-blog-card {
    flex-direction: row;
    align-items: center;
  }

  .related-blog-card {
    background-color: #bec2ce29;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
  }

  .related-blogs {
    position: sticky;
    top: 100px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3eaf50;
  }
















}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .my-hero-section {
    height: 70vh !important;
  }

  .my-hero-section__slideContent {
    position: absolute;
    top: 55% !important;
    left: 50%;
    width: 90%;
  }

  section {
    padding: 40px 0;
  }
  .section-heading {
    font-size: 1.5rem;
  }
  .why-choose-img-wrapper img {
    width: 95%;
    height: 300px;
    margin-top: -32px;
    object-fit: cover;
  }

  .why-choose-img-wrapper::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 110%;
    bottom: -25px;
    right: 0px;
    border: 2px solid var(--herbal-light);
    border-radius: 12px;
    z-index: -1;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .my-products-sec__image img {
    display: block;
    width: 100%;
    height: auto;
    height: 300px;
    border-radius: 7px;
    object-fit: cover;
    /* width: 350px; */
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 0;
  }

  .my-products-sec__image::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 0%;
    border: 4px solid #0f7906;

    width: 100%;
    height: 20%;
    height: 310px;
    /* width: 350px; */
    z-index: -1;
  }

  .my-products-sec__title {
    color: #2a7221;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .my-products-sec__content {
    padding: 10px 0;
    text-align: center;
  }

  .testimonial-card {
    padding: 1rem;

    flex-direction: column;
  }
  .section-heading img {
    height: 40px;
  }

  .section-heading {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0px;
  }

  .section-heading::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 45%;
    width: 80px;
    height: 3px;
    background-color: var(--herbal-light);
  }

  .p-4 {
    padding: 0.5rem !important;
  }

  .clients-section h2 {
    margin-bottom: 20px;
  }

  .clients-section p {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  footer {
    background-color: #1c1c1c;
    color: #ccc;
    padding: 30px 0 0 0;
  }

  .footer-logo img {
    height: 40px;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .footer-bottom {
    margin-top: 0px;
  }

  .herbal-bg-img {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    filter: sepia(30%) hue-rotate(60deg);
    animation: float 25s linear infinite;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .counter-section {
    position: relative;
    padding: 2rem 0;
   
    color: white;
  }

  .counter-card {
    /* background-color: white; */
    padding: 0.5rem;
    border-radius: 0.5rem;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
    text-align: center;

    transition: all 0.3s ease;
  }


  .herbal-bg-img {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    filter: sepia(30%) hue-rotate(60deg);
    animation: float 25s linear infinite;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .counter-section {
    position: relative;
    padding: 2rem 0;
    
    color: white;
  }

  .product-view-inn h3 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
  }

  .benefits-uses {
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .blog-view-inn .main-image {
    width: 100%;
    height: 330px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .related-blog-card img {
    width: 60px;
    height: 70px;
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .related-blog-card {
    flex-direction: row;
    align-items: center;
  }

  .related-blog-card {
    background-color: #bec2ce29;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
  }

  .related-blogs {
    position: sticky;
    top: 100px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3eaf50;
  }

  .contact-inn {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 10px;
  }

  .contact-inn .contact-info,
  .contact-inn .contact-form {
    padding: 20px;
  }

  .contact-inn .map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    height: 300px;
    position: relative;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }










}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .my-hero-section {
    height: 70vh !important;
  }

  .my-hero-section__slideContent {
    position: absolute;
    top: 55% !important;
    left: 50%;
    width: 90%;
  }

  section {
    padding: 30px 0;
  }
  .section-heading {
    font-size: 1.5rem;
  }
  .why-choose-img-wrapper img {
    width: 95%;
    height: 300px;
    margin-top: -32px;
    object-fit: cover;
  }

  .why-choose-img-wrapper::before {
    content: "";
    position: absolute;
    width: 95%;
    height: 110%;
    bottom: -25px;
    right: 0px;
    border: 2px solid var(--herbal-light);
    border-radius: 12px;
    z-index: -1;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .my-products-sec__image img {
    display: block;
    width: 100%;
    height: auto;
    height: 300px;
    border-radius: 7px;
    object-fit: cover;
    /* width: 350px; */
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 0;
  }

  .my-products-sec__image::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 0%;
    border: 4px solid #0f7906;

    width: 100%;
    height: 20%;
    height: 310px;
    /* width: 350px; */
    z-index: -1;
  }

  .my-products-sec__title {
    color: #2a7221;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
  }

  .my-products-sec__content {
    padding: 10px 0;
    text-align: center;
  }

  .testimonial-card {
    padding: 1rem;

    flex-direction: column;
  }
  .section-heading img {
    height: 40px;
  }

  .section-heading {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0px;
  }

  .section-heading::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 45%;
    width: 80px;
    height: 3px;
    background-color: var(--herbal-light);
  }

  .p-4 {
    padding: 0.5rem !important;
  }

  .clients-section h2 {
    margin-bottom: 20px;
  }

  .clients-section p {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  footer {
    background-color: #1c1c1c;
    color: #ccc;
    padding: 30px 0 0 0;
  }

  .footer-logo img {
    height: 40px;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .footer-bottom {
    margin-top: 0px;
  }

  .herbal-bg-img {
    position: absolute;
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    filter: sepia(30%) hue-rotate(60deg);
    animation: float 25s linear infinite;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .counter-section {
    position: relative;
    padding: 2rem 0;
    
    color: white;
  }

  .product-view-inn h3 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 600;
  }

  .benefits-uses {
    background-color: #f5f5f5;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .blog-view-inn .main-image {
    width: 100%;
    height: 330px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .related-blog-card img {
    width: 60px;
    height: 70px;
    margin-right: 5px;
    margin-bottom: 0px;
  }

  .related-blog-card {
    flex-direction: row;
    align-items: center;
  }

  .related-blog-card {
    background-color: #bec2ce29;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: transform 0.3s;
  }

  .related-blogs {
    position: sticky;
    top: 100px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3eaf50;
  }

  .contact-inn {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 10px;
  }

  .contact-inn .contact-info,
  .contact-inn .contact-form {
    padding: 20px;
  }

  .contact-inn .map-container {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    height: 300px;
    position: relative;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }
}
