/* ===================== Responsive ===================== */

/* For screen ≤ 576px */
/* @media (max-width: 400px) {
  .brand-box {
    flex: 0 0 60% !important;
  }
} */

@media (max-width: 576px) {
  .partners .container {
    flex-direction: column !important;
  }

  #nav {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11111;
  }

  #nav ul.active {
    position: relative !important;
    top: 0 !important;
  }

  #nav ul {
    background: var(--bg1-color);
    flex-direction: column;
    width: 90%;
    margin: auto;
    padding: 1rem;
    gap: 1rem;
    /* top: 25% !important; */
    transform: translate(0) !important;
    border-radius: 8px;
  }

  .section7 .row .section7-row-logo {
    width: 40% !important;
    margin: auto;
  }

  .hero-section {
    height: 100% !important;
  }

  .section3-row-content-content button {
    margin: auto;
    width: 65% !important;
  }

  .section6-image-box {
    flex: 0 0 calc((100% - 20px) / 1) !important;
  }

  .section3-row-content-content h2 {
    font-size: 38px !important;
  }

  .section3 p {
    width: 100%;
  }

  .contact button {
    width: 80%;
  }

  .brand-box {
    flex: 0 0 calc((100% - 20px) / 2);
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
  }

  .brand-box-shubhkart {
    /* background-color: yellow; */
    background-image: url(../image/Spiritual&Wellness.jpg);
    background-position: center center;

    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }


  .brand-box-aircare {
    /* background-color: yellow; */
    background-image: url(../Homepage/Air\ Care\ 1.jpg);
    background-position: center center;

    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }

  .brand-box-yamify {
    /* background-color: yellow; */
    background-image: url(../Homepage/Food_2\ 1.jpg);
    background-position: center center;

    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }

  .brand-box-chakaachak {
    background-image: url(../image/Home\ Cleaning.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }

  .brand-box-zaphomecare {
    background-image: url(../image/Home\ Care.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }

  .brand-box-bodify {
    background-image: url(../image/Personal\ Care.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
  }

  .brand-box-bodify button {
    color: var(--bg3-color);
  }

  .brand-box-zaphomecare button {
    color: var(--bg3-color);
  }

  #nav ul li {
    color: var(--bg3-color);
    text-align: center;
    width: 50%;
  }

  .brand-box img {
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -11;
  }

  .section3-row-content-productbtn button {
    background-color: transparent !important;
    margin: auto;
  }

  .purpose-section .row {
    width: 95%;
    margin: auto;
    padding: 50px 10px;
  }

  .purpose-section h2 {
    padding: 0;
  }

  .brand-card {
    max-width: 100% !important;
  }

  .brand-content .brand-text {
    padding: 0 20px;
  }

  .section-brands-showcase p {
    font-size: 16px !important;
  }

  .dropdown-menu li {
    width: 100%
  }

  .brand-text ul {
    width: 100% !important;
    padding: 0 20px !important;
  }
}

/* For screen 576px – 768px */
@media (min-width: 576px) and (max-width: 768px) {
  .partners .container {
    flex-direction: column !important;
  }

  .section7-row-socialmedia {
    width: 100% !important;
    margin-top: 20px;
  }

  .section7-row-contact {
    width: 40% !important;
  }

  .section7 .row .section7-row-logo {
    width: 25% !important;
    margin: auto;
  }

  .section7 .row .section7-row-parts-span a {
    width: 100%;
  }

  .section7-row-products-anchorhlp {
    gap: 20px;
  }

  .section7 .fa-solid {
    margin: 0;
  }

  #nav {
    width: 100% !important;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11111;
  }

  #nav ul.active {
    position: relative !important;
    top: 0 !important;
  }

  #nav ul {
    background: var(--bg1-color);
    flex-direction: column;
    width: 90%;
    margin: auto;
    padding: 1rem;
    gap: 1rem;
    top: 140% !important;
    transform: translate(0) !important;
    border-radius: 8px;
  }

  .section7-row-parts-span {
    margin-left: 24px;
  }

  .hero-section {
    height: 100%;
  }

  .section3-row-content-content button {
    margin: auto;
    width: 35% !important;
  }

  .section6-image-box {
    flex: 0 0 calc((100% - 1 * 20px) / 2) !important;
  }
}

/* For screen ≤ 768px */
@media (max-width: 768px) {
  .partners .container {
    flex-direction: column;
  }

  /* Header */
  #header .logo {
    width: 150px;
  }

  #header .logo a {
    width: 100%;
    display: flex;
  }

  #nav {
    width: 60%;
  }

  /* Footer */
  .section7-row-socialmedia {
    width: 100% !important;
    margin-top: 20px;
  }

  .section7-row-contact {
    width: 40% !important;
  }

  .section7 .row {
    flex-direction: column;
  }

  .section7 .row .section7-row-parts {
    width: 100%;
  }

  .section7 .mobile {
    display: flex;
  }

  .section7 .pc {
    display: none;
  }

  .section7-row-contact {
    width: 90% !important;
    margin: 20px auto;
  }

  .section7-row-socialmedia {
    width: 100% !important;
  }

  .section7 {
    text-align: center;
  }

  .section7-row-products-anchorhlp {
    flex-direction: column;
    align-items: center;
  }

  /* .section3 p {
    margin: auto auto 1rem auto !important;
  } */

  .header-search-pc {
    display: none !important;
  }

  .header-search-mob {
    display: flex !important;
  }

  .purpose-section p {
    font-size: 16px !important;
  }

  .hero-section .mobile {
    display: flex;
  }

  .hero-section .pc {
    display: none;
  }

  .section7 .mobile {
    display: flex !important;
  }

  .section7 .pc {
    display: none;
  }


}

/* For screen 768px – 992px */
@media (min-width: 768px) and (max-width: 992px) {
  .partners .container {
    flex-direction: column !important;
  }

  #header .logo {
    width: 16%;
  }

  #nav {
    width: 100% !important;
    position: absolute;
    left: 0;
    /* overflow: hidden; */
    top: 100%;
    z-index: 11111;
  }

  #nav ul.active {
    position: relative !important;
    top: 0 !important;
  }

  #nav ul {
    background: var(--bg1-color);
    flex-direction: column;
    width: 90%;
    margin: auto;
    padding: 1rem;
    gap: 1rem;
    /* top: 25% !important; */
    transform: translate(0) !important;
    border-radius: 8px;
  }

  .section3-row-content-content h2 {
    font-size: 50px !important;
  }

  .section3-row-content {
    margin-top: -70px;
  }

  .section3 p {
    font-size: 16px !important;
    width: 95%;
  }

  .section7 .row {
    flex-wrap: wrap;
  }

  .section7 .row .section7-row-logo {
    width: 30% !important;
  }

  .section7 .row .section7-row-logo p {
    text-align: justify;
  }

  .section7-row-contact {
    width: 40% !important;
  }

  .section7 .row .section7-row-parts-span {
    text-align: center;
  }

  .section7 .row .section7-row-parts h2 {
    text-align: center;
  }
}


@media (max-width: 992px) {
  .partners .container {
    flex-direction: column !important;
  }

  .arrow {
    width: 30%;
  }

  .arrow a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .hamburger {
    display: block;
  }

  /* show dropdown when active */
  .dropdown.open .dropdown-menu {
    display: block;
    max-height: 300px !important;
    opacity: 1 !important;
    z-index: 1111111111111111;

  }

  #nav ul {
    max-height: 0;
    opacity: 0;
    /* overflow: hidden; */
    transform: translateY(-10px);
    transition: max-height 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
  }

  .nav-ul li span {
    color: var(--bg3-color);
  }

  #nav ul.active {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
  }

  .dropdown-menu {
    margin: auto;
    right: 0;
    top: 35px !important;
  }

  #nav ul li {
    color: var(--bg3-color);
    text-align: center;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
  }

  #nav ul li a {
    font-weight: 600;
    color: var(--bg3-color);
    position: relative;
  }

  .section-img {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .section3-row-content-content button {
    width: 55%;
  }

  .section3-row-content.shubhkart .section3-row-content-content h2,
  .section3-row-content.bodify .section3-row-content-content h2,
  .section3-row-content.aircare .section3-row-content-content h2 {
    color: var(--bg3-color);
  }

  .section3-row-content.shubhkart .section3-row-content-content p,
  .section3-row-content.bodify .section3-row-content-content p,
  .section3-row-content.aircare .section3-row-content-content p {
    color: var(--bg3-color);
  }

  .section3-row-content.shubhkart,
  .section3-row-content.bodify,
  .section3-row-content.aircare {
    background: radial-gradient(142.2% 142.2% at 50% 68.23%, rgba(0, 95, 191, 0.9) 0%, rgba(7, 35, 88, 0.9) 100%);

  }

  .section3-row-content {
    margin-bottom: 0;
    padding: 50px 20px;
  }

  .section3-row-content-image {
    align-items: end;
    display: flex;
  }

  .section6-image-box {
    flex: 0 0 calc((100% - 2 * 20px) / 3);
  }

  .section3 p {
    font-size: 14px !important;
  }

  .brand-text {
    margin-top: 0 !important;
  }

}

@media (min-width:992px) {
  .purpose-section p {
    font-size: 24px !important;
  }

  .dropdown:hover .dropdown-menu {
    display: block;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-search {
    display: none !important;
  }

  .nav-ul {
    list-style: none;
    display: flex;
  }

  #header .container {
    justify-content: space-between;
  }
}