/* ========================================================================================================== */
/* ============================================ RESPONSIVE STUFF ============================================ */
/* ========================================================================================================== */

/* Mobile: 0–550px */
@media (min-width: 250px) and (max-width: 350px) {
    :root {
        font-size: 4px;
    }

    .navbar .container-fluid {
        padding: 1rem 5rem;
        max-width: 100%;
    }

    .navbar-mentacy-logo {
        width: 20rem;
    }

    .navbar-purchase-bag-icon {
        width: 2rem;
    }

    .navbar-toggler {
        width: fit-content;
        height: fit-content;
    }

    .navbar-toggler svg {
        width: 4rem;
    }

    .hero-h1 {
        font-size: 4.5rem;
    }

    .hero-button {
        border-width: 1px;
        font-size: 1.2rem;
        padding: 0;
        width: 60%;
    }

    .hero-button:hover {
        border-width: 1px;
    }

    .hero-button-svg {
        width: 1.5rem;
    }

    .insighthub-cards-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4rem;
    }

    .insighthub-card {
        width: 40%;
    }

    .insighthub-card::before {
        padding: 2px;
    }

    .cyan-green-background {
        height: fit-content;
    }

    .mindspace-container1 {
        width: 90%;
        gap: 3rem;
    }

    .mindspace-container2 {
        gap: 3rem;
        width: 90%;
    }

    .mindspace-bottom-left {
        margin-top: 0;
    }

    .sleepzone-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .sleepzone-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .sleepzone-container2 .cyan-green-background {
        align-self: center;
    }

    .sleepzone-bottom-left {
        margin-top: 0;
    }

    .sleepzone-h1 {
        width: 100%;
    }

    .calmcore-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .calmcore-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .calmcore-container2 .cyan-green-background {
        align-self: center;
    }

    .calmcore-bottom-left {
        margin-top: 0;
    }

    .calmcore-h1 {
        width: 100%;
    }


    .inspirespace-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .inspirespace-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .inspirespace-container2 .cyan-green-background {
        align-self: center;
    }

    .inspirespace-bottom-left {
        margin-top: 0;
    }

    .inspirespace-h1 {
        font-size: 4rem;
    }

    .digital-mentacy-container {
        width: 90%;
        gap: 1rem;
        align-items: center;
    }

    .digital-mentacy-left {
        gap: 1rem;
    }

    .digital-mentacy-h2 {
        font-size: 4rem;
    }

    .digital-mentacy-main-image-container {
        height: fit-content;
    }

    .digital-mentacy-button {
        width: 70%;
        margin-top: 2rem;
        font-size: 1.2rem;
    }

    .digital-mentacy-button-svg {
        width: 1.4rem;
        height: 1.4rem;
    }

    .testimonial {
        width: 90%;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 8rem;
    }

    .testimonial-right-text {
        width: fit-content;
        align-items: center;
        align-self: center;
    }

    .testimonial-right-text h2 {
        text-align: center;
        width: 60%;
    }

    .testimonial-swiper-pagination {
        text-align: center;
        left: 50% !important;
        bottom: -4rem !important;
        transform: translateX(-50%) !important;
    }

    .testimonial-swiper {
        width: 75%;
    }

    .unlock-premium-container {
        gap: 1rem;
    }

    .unlock-premium-container p {
        font-size: 2rem;
    }
    .footer-icons img {
  width: 16px;                  /* consistent size */
  height: 16px;}
}

@media (min-width: 350px) and (max-width: 550px) {
    :root {
        font-size: 5px;
    }

    .navbar .container-fluid {
        padding: 1rem 5rem;
        max-width: 100%;
    }

    .navbar-mentacy-logo {
        width: 20rem;
    }

    .navbar-purchase-bag-icon {
        width: 2rem;
    }

    .navbar-toggler {
        width: fit-content;
        height: fit-content;
    }

    .navbar-toggler svg {
        width: 4rem;
    }

    .hero-h1 {
        font-size: 4.5rem;
    }

    .hero-button {
        border-width: 1px;
        padding: 0;
        width: 60%;
    }

    .hero-button:hover {
        border-width: 1px;
    }

    .hero-button-svg {
        width: 2.5rem;
    }

    .insighthub-cards-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4rem;
    }

    .insighthub-card {
        width: 40%;
    }

    .insighthub-card::before {
        padding: 2px;
    }

    .cyan-green-background {
        height: fit-content;
    }

    .mindspace-container1 {
        width: 90%;
        gap: 3rem;
    }

    .mindspace-container2 {
        gap: 3rem;
        width: 90%;
    }

    .mindspace-bottom-left {
        margin-top: 0;
    }

    .sleepzone-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .sleepzone-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .sleepzone-container2 .cyan-green-background {
        align-self: center;
    }

    .sleepzone-bottom-left {
        margin-top: 0;
    }

    .sleepzone-h1 {
        width: 100%;
    }

    .calmcore-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .calmcore-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .calmcore-container2 .cyan-green-background {
        align-self: center;
    }

    .calmcore-bottom-left {
        margin-top: 0;
    }

    .calmcore-h1 {
        width: 100%;
    }


    .inspirespace-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .inspirespace-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .inspirespace-container2 .cyan-green-background {
        align-self: center;
    }

    .inspirespace-bottom-left {
        margin-top: 0;
    }

    .inspirespace-h1 {
        font-size: 4rem;
    }

    .digital-mentacy-container {
        width: 90%;
        gap: 1rem;
        align-items: center;
    }

    .digital-mentacy-left {
        gap: 1rem;
    }

    .digital-mentacy-h2 {
        font-size: 4rem;
    }

    .digital-mentacy-main-image-container {
        height: fit-content;
    }

    .digital-mentacy-button {
        width: 70%;
        margin-top: 2rem;
        font-size: 1.2rem;
    }

    .digital-mentacy-button-svg {
        width: 1.4rem;
        height: 1.4rem;
    }

    .testimonial {
        width: 90%;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 8rem;
    }

    .testimonial-right-text {
        width: fit-content;
        align-items: center;
        align-self: center;
    }

    .testimonial-right-text h2 {
        text-align: center;
        width: 60%;
    }

    .testimonial-swiper-pagination {
        text-align: center;
        left: 50% !important;
        bottom: -4rem !important;
        transform: translateX(-50%) !important;
    }

    .testimonial-swiper {
        width: 75%;
    }

    .unlock-premium-container {
        gap: 1rem;
    }

    .unlock-premium-container p {
        font-size: 2rem;
    }
       .footer-icons img {
  width: 16px;                  /* consistent size */
  height: 16px;}
}


@media (min-width: 550px) and (max-width: 768px) {
    :root {
        font-size: 8px;
    }

    .navbar .container-fluid {
        padding: 1rem 5rem;
        max-width: 100%;
    }

    .navbar-mentacy-logo {
        width: 12rem;
    }

    .navbar-purchase-bag-icon {
        width: 2rem;
    }

    .navbar-toggler {
        width: fit-content;
        height: fit-content;
    }

    .navbar-toggler svg {
        width: 4rem;
    }

    .hero-button {
        width: 70%;
    }

    .hero-button-svg {
        width: 2.5rem;
    }

    .insighthub-cards-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4rem;
    }

    .insighthub-card {
        width: 40%;
    }

    .insighthub-card::before {
        padding: 2px;
    }

    .cyan-green-background {
        height: fit-content;
    }

    .mindspace-container1 {
        width: 90%;
        gap: 3rem;
    }

    .mindspace-container2 {
        gap: 3rem;
        width: 90%;
    }

    .mindspace-bottom-left {
        margin-top: 0;
    }

    .sleepzone-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .sleepzone-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .sleepzone-container2 .cyan-green-background {
        align-self: center;
    }

    .sleepzone-bottom-left {
        margin-top: 0;
    }

    .sleepzone-h1 {
        width: 100%;
    }

    .calmcore-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .calmcore-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .calmcore-container2 .cyan-green-background {
        align-self: center;
    }

    .calmcore-bottom-left {
        margin-top: 0;
    }

    .calmcore-h1 {
        width: 100%;
    }


    .inspirespace-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .inspirespace-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .inspirespace-container2 .cyan-green-background {
        align-self: center;
    }

    .inspirespace-bottom-left {
        margin-top: 0;
    }

    .inspirespace-h1 {
        font-size: 4rem;
    }

    .digital-mentacy-container {
        width: 90%;
        gap: 1rem;
        align-items: center;
    }

    .digital-mentacy-left {
        gap: 1rem;
    }

    .digital-mentacy-h2 {
        font-size: 4rem;
    }

    .digital-mentacy-main-image-container {
        height: fit-content;
    }

    .digital-mentacy-button {
        width: 70%;
        margin-top: 2rem;
        font-size: 1.2rem;
    }

    .digital-mentacy-button-svg {
        width: 1.4rem;
        height: 1.4rem;
    }

    .testimonial {
        width: 90%;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 8rem;
    }

    .testimonial-right-text {
        width: fit-content;
        align-items: center;
        align-self: center;
    }

    .testimonial-right-text h2 {
        text-align: center;
        width: 60%;
    }

    .testimonial-swiper-pagination {
        text-align: center;
        left: 50% !important;
        bottom: -4rem !important;
        transform: translateX(-50%) !important;
    }

    .testimonial-swiper {
        width: 75%;
    }

    .unlock-premium-container {
        gap: 1rem;
    }

    .unlock-premium-container p {
        font-size: 2rem;
    }
    .footer-icons img {
  width: 16px;                  /* consistent size */
  height: 16px;}
}

/* Tablet: 769–1024px */
@media (min-width: 769px) and (max-width: 1024px) {
    :root {
        font-size: 14px;
    }

    .hero-h1 {
        font-size: 3.5rem;
    }

    .navbar .container-fluid {
        padding: 1rem 5rem;
        max-width: 100%;
    }

    .navbar-mentacy-logo {
        width: 8rem;
    }

    .navbar-purchase-bag-icon {
        width: 2rem;
    }

    .navbar-toggler {
        width: fit-content;
        height: fit-content;
    }

    .navbar-toggler svg {
        width: 2rem;
    }

    .hero-button {
        width: 70%;
    }

    .hero-button-svg {
        width: 2.5rem;
    }

    .insighthub-cards-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4rem;
    }

    .insighthub-card {
        width: 40%;
    }

    .insighthub-card::before {
        padding: 2px;
    }

    .cyan-green-background {
        height: fit-content;
    }

    .mindspace-container1 {
        width: 90%;
        gap: 3rem;
    }

    .mindspace-container2 {
        gap: 3rem;
        width: 90%;
    }

    .mindspace-bottom-left {
        margin-top: 0;
    }

    .sleepzone-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .sleepzone-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .sleepzone-container2 .cyan-green-background {
        align-self: center;
    }

    .sleepzone-bottom-left {
        margin-top: 0;
    }

    .sleepzone-h1 {
        width: 100%;
    }

    .calmcore-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .calmcore-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .calmcore-container2 .cyan-green-background {
        align-self: center;
    }

    .calmcore-bottom-left {
        margin-top: 0;
    }

    .calmcore-h1 {
        width: 100%;
    }


    .inspirespace-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .inspirespace-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .inspirespace-container2 .cyan-green-background {
        align-self: center;
    }

    .inspirespace-bottom-left {
        margin-top: 0;
    }

    .inspirespace-h1 {
        font-size: 4rem;
    }

    .digital-mentacy-container {
        width: 90%;
        gap: 1rem;
        align-items: center;
    }

    .digital-mentacy-left {
        gap: 1rem;
    }

    .digital-mentacy-h2 {
        font-size: 4rem;
    }

    .digital-mentacy-main-image-container {
        height: fit-content;
    }

    .digital-mentacy-button {
        width: 70%;
        margin-top: 2rem;
        font-size: 1.2rem;
    }

    .digital-mentacy-button-svg {
        width: 1.4rem;
        height: 1.4rem;
    }

    .testimonial {
        width: 90%;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 8rem;
    }

    .testimonial-right-text {
        width: fit-content;
        align-items: center;
        align-self: center;
    }

    .testimonial-right-text h2 {
        text-align: center;
        width: 60%;
    }

    .testimonial-swiper-pagination {
        text-align: center;
        left: 50% !important;
        bottom: -4rem !important;
        transform: translateX(-50%) !important;
    }

    .testimonial-swiper {
        width: 75%;
    }

    .unlock-premium-container {
        gap: 1rem;
    }

    .unlock-premium-container p {
        font-size: 1.6rem;
    }
}

/* Small desktop: 1025–1440px */
@media (min-width: 1025px) and (max-width: 1440px) {
    :root {
        font-size: 12px;
    }

    .hero-h1 {}

    .hero-button {
        width: 70%;
    }

    .hero-button-svg {
        width: 2.5rem;
    }

    .insighthub-cards-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }

    .insighthub-card {
        width: 22%;
    }

    .insighthub-card::before {
        padding: 2px;
    }

    .cyan-green-background {
        height: fit-content;
    }

    .mindspace-container1 {
        width: 90%;
        gap: 3rem;
    }

    .mindspace-container2 {
        gap: 3rem;
        width: 90%;
    }

    .mindspace-bottom-left {
        margin-top: 0;
    }

    .sleepzone-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .sleepzone-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .sleepzone-container2 .cyan-green-background {
        align-self: center;
    }

    .sleepzone-bottom-left {
        margin-top: 0;
    }

    .sleepzone-h1 {
        width: 100%;
    }

    .calmcore-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .calmcore-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .calmcore-container2 .cyan-green-background {
        align-self: center;
    }

    .calmcore-bottom-left {
        margin-top: 0;
    }

    .calmcore-h1 {
        width: 100%;
    }


    .inspirespace-container1 {
        width: 90%;
        gap: 3rem;
        margin-bottom: 4rem;
    }

    .inspirespace-container2 {
        gap: 3rem;
        margin-top: 2rem;
        width: 90%;
    }

    .inspirespace-container2 .cyan-green-background {
        align-self: center;
    }

    .inspirespace-bottom-left {
        margin-top: 0;
    }

    .inspirespace-h1 {
        font-size: 4rem;
    }

    .digital-mentacy-container {
        width: 90%;
        gap: 1rem;
        align-items: center;
    }

    .digital-mentacy-left {
        gap: 1rem;
    }

    .digital-mentacy-h2 {
        font-size: 4rem;
    }

    .digital-mentacy-main-image-container {
        height: fit-content;
    }

    .digital-mentacy-button {
        width: 70%;
        margin-top: 2rem;
        font-size: 1.2rem;
    }

    .digital-mentacy-button-svg {
        width: 1.4rem;
        height: 1.4rem;
    }

    .testimonial {
        width: 90%;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 8rem;
    }

    .testimonial-right-text {
        width: fit-content;
        align-items: center;
        align-self: center;
    }

    .testimonial-right-text h2 {
        text-align: center;
        width: 60%;
    }

    .testimonial-swiper-pagination {
        text-align: center;
        left: 50% !important;
        bottom: -4rem !important;
        transform: translateX(-50%) !important;
    }

    .testimonial-swiper {
        width: 75%;
    }

    .unlock-premium-container {
        gap: 1rem;
    }

    .unlock-premium-container p {
        font-size: 2rem;
    }
}

/* Desktop: 1440p and Above */
@media (min-width: 1441px) {
    .hero-h1 {
        width: 75%;
    }
}
@media (max-width: 768px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-image-wrapper {
    margin-top: 2.5rem;
  }

  .hero-image {
    max-width: 420px;
  }
}
@media (hover: none) {
  .store-buttons img:hover {
    transform: none;
    box-shadow: none;
    filter: none;
  }
}

