/* DESIGN GUILDLINES USED ON THE PAGE */
/* ##DESIGNS TO BE USED ON THE PAGE
--- 01 TYPOGRAPHY SYSTEM
    FONT SIZE SYSTEM (px)
        10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
    
    SPACING SYSTEM (px)
        2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
*/

/* Target: Large Mobile / Small Tablets (Below 700px) */
/* Adjustments: Most grids -> 1-col, Header stacks, Footer stacks */

/* Target: Mobile (Below 550px) */
/* Adjustments: Fine-tune fonts, padding, margins */
@media (max-width: 675px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #261838;
    padding: 2rem 1rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    z-index: 1050;
    overflow-y: auto;
  }

  .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar-nav .nav-link {
    color: white !important;
    text-align: center;
  }

  .navbar-toggler {
    border-color: transparent;
  }

  a.nav-link.contact-us:link,
  a.nav-link.contact-us:visited {
    margin-bottom: 0.8rem;
  }

  .navbar-toggler-icon {
    filter: invert(1); /* Make toggler icon white */
  }

  .mobile-logo {
    max-width: 120px;
  }

  .mobile-extra {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .btn-close-mobile {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: white;
    font-size: 3rem;
    z-index: 1060;
  }

  .btn-close-mobile ion-icon {
    pointer-events: none; /* allow button click, not just icon */
  }

  .btn-close-mobile:hover {
    color: #c19bf5;
  }

  .social-links a {
    color: white;
    font-size: 1.5rem;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
  }

  .social-links a:hover {
    color: #c19bf5;
  }

  .me-auto {
    margin-right: 0 !important;
  }

  .hero-info {
    padding: 0rem 6.4rem;
  }

  .hero-info h5 {
    font-size: 7.4rem;
    padding: 0 3.2rem;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 1px;
  }

  .hero-subtitle {
    font-size: 3rem;
  }

  .hero-description {
    font-size: 2rem;
    color: var(--white);
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.85;
  }

  .section {
    padding: 3.2rem;
  }

  .mena-recommendation,
  .mena-tips,
  .featured,
  .review-cards-section {
    padding-top: 3.2rem !important;
  }

  .title-container h5 {
    font-size: 1.8rem;
  }
  .title-container p {
    font-size: 2.4rem;
  }

  .page-title-container {
    padding: 3.2rem 1.9rem;
  }

  .page-title-container h1 {
    font-size: 4rem;
  }

  /*//////////// PRODUCT CARD STYLES////////////// */
  .row {
    justify-content: space-between;
    gap: 3.2rem;
  }

  .related-section .col-md-3,
  .shop-list .col-md-3,
  .mena-recommendation div .col-md-3 {
    width: 250px !important;
  }
  /* .product-card {
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    width: 200px;
  } */

  .product-img-container img {
    /* object-fit: contain; */
    height: 250px;
    width: 100%;
    transition: transform 0.4s ease;
    /* border-radius: 50px; */
  }

  .product-info h1 {
    font-size: 1.54rem;
  }

  /* SLIDER */
  .slider {
    padding: 0 1rem;
  }

  .slider__btn--left {
    left: 8%;
  }

  .slider__btn--right {
    right: 8%;
  }

  /* REVIEW CARDS */
  /* Custom scatter positions for 8 cards */
  .card-1 {
    top: 1px;
    left: 5%;
    transform: rotate(5deg);
  }
  .card-2 {
    top: 120px;
    left: 10%;
    transform: rotate(-4deg);
  }
  .card-3 {
    top: 1px;
    left: 35%;
    transform: rotate(-5deg);
  }
  .card-4 {
    top: 130px;
    left: 50%;
    transform: rotate(6deg);
  }
  .card-5 {
    top: 1px;
    left: 65%;
    transform: rotate(-3deg);
  }
  .card-6 {
    top: 300px;
    left: 10%;
    transform: rotate(5deg);
  }
  .card-7 {
    display: none;
  }
  .card-8 {
    top: 300px;
    left: 45%;
    transform: rotate(-4deg);
  }

  .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* FOOTER */
  footer .container {
    padding: 3.2rem 3.2rem 0;
  }
  .logo-name {
    background-color: var(--primary-color);
    display: inline-block;

    font-size: 2rem;
    padding: 0.5rem 1rem;
    border-radius: 11px;
  }

  .footer-titles {
    font-size: 1.6rem;
  }

  .list-unstyled {
    font-size: 1.4rem;
  }

  .copyright-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .copyright-box p {
    font-size: 1.4rem;
  }

  /* .social-icon {
    font-size: 1.4rem;
  } */
}
@media (max-width: 640px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #261838;
    padding: 2rem 1rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
    z-index: 1050;
    overflow-y: auto;
  }

  .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar-nav .nav-link {
    color: white !important;
    text-align: center;
  }

  .navbar-toggler {
    border-color: transparent;
  }

  a.nav-link.contact-us:link,
  a.nav-link.contact-us:visited {
    margin-bottom: 0.8rem;
  }

  .navbar-toggler-icon {
    filter: invert(1); /* Make toggler icon white */
  }

  .mobile-logo {
    max-width: 120px;
  }

  .mobile-extra {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .btn-close-mobile {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: white;
    font-size: 3rem;
    z-index: 1060;
  }

  .btn-close-mobile ion-icon {
    pointer-events: none; /* allow button click, not just icon */
  }

  .btn-close-mobile:hover {
    color: #c19bf5;
  }

  .social-links a {
    color: white;
    font-size: 1.5rem;
    margin: 0 0.5rem;
    transition: color 0.3s ease;
  }

  .social-links a:hover {
    color: #c19bf5;
  }

  .me-auto {
    margin-right: 0 !important;
  }

  .hero-info {
    padding: 0rem 6.4rem;
  }

  .hero-info h5 {
    font-size: 7.4rem;
    padding: 0 3.2rem;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 1px;
  }

  .hero-subtitle {
    font-size: 3rem;
  }

  .hero-description {
    font-size: 2rem;
    color: var(--white);
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.85;
  }

  .section {
    padding: 3.2rem;
  }

  .mena-recommendation,
  .mena-tips,
  .featured,
  .review-cards-section {
    padding-top: 3.2rem !important;
  }

  .title-container h5 {
    font-size: 1.8rem;
  }
  .title-container p {
    font-size: 2.4rem;
  }

  .page-title-container {
    padding: 3.2rem 1.9rem;
  }

  .page-title-container h1 {
    font-size: 4rem;
  }

  /*//////////// PRODUCT CARD STYLES////////////// */
  .row {
    justify-content: space-between;
    gap: 3.2rem;
  }

  .related-section .col-md-3,
  .shop-list .col-md-3,
  .mena-recommendation div .col-md-3 {
    width: 250px !important;
  }
  /* .product-card {
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    width: 200px;
  } */

  .product-img-container img {
    /* object-fit: contain; */
    height: 250px;
    width: 100%;
    transition: transform 0.4s ease;
    /* border-radius: 50px; */
  }

  .product-info h1 {
    font-size: 1.54rem;
  }

  /* SLIDER */
  .slider {
    padding: 0 1rem;
  }

  .slider__btn--left {
    left: 8%;
  }

  .slider__btn--right {
    right: 8%;
  }

  /* REVIEW CARDS */
  /* Custom scatter positions for 8 cards */
  .card-1 {
    top: 1px;
    left: 5%;
    transform: rotate(5deg);
  }
  .card-2 {
    top: 120px;
    left: 10%;
    transform: rotate(-4deg);
  }
  .card-3 {
    top: 1px;
    left: 35%;
    transform: rotate(-5deg);
  }
  .card-4 {
    top: 130px;
    left: 50%;
    transform: rotate(6deg);
  }
  .card-5 {
    top: 1px;
    left: 65%;
    transform: rotate(-3deg);
  }
  .card-6 {
    top: 300px;
    left: 10%;
    transform: rotate(5deg);
  }
  .card-7 {
    display: none;
  }
  .card-8 {
    top: 300px;
    left: 45%;
    transform: rotate(-4deg);
  }

  .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* FOOTER */
  footer .container {
    padding: 3.2rem 3.2rem 0;
  }
  .logo-name {
    background-color: var(--primary-color);
    display: inline-block;

    font-size: 2rem;
    padding: 0.5rem 1rem;
    border-radius: 11px;
  }

  .footer-titles {
    font-size: 1.6rem;
  }

  .list-unstyled {
    font-size: 1.4rem;
  }

  .copyright-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .copyright-box p {
    font-size: 1.4rem;
  }

  /* .social-icon {
    font-size: 1.4rem;
  } */
}

@media (max-width: 580px) {
  .hero-info {
    padding: 0rem 4rem;
  }

  .hero-info h5 {
    font-size: 7.4rem;
    padding: 0 3.2rem;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 1px;
  }
  /*//////////// PRODUCT CARD STYLES////////////// */
  .row {
    justify-content: space-evenly;
    gap: 1.5rem;
  }

  .related-section .col-md-3,
  .shop-list .col-md-3,
  .mena-recommendation div .col-md-3 {
    width: 18rem !important;
  }

  .product-img-container img {
    /* object-fit: contain; */
    height: 200px;
    width: 100%;
    transition: transform 0.4s ease;
    /* border-radius: 50px; */
  }

  .product-info {
    padding: 1rem 0;
  }

  .product-info h1 {
    font-size: 1.4rem;
  }

  .product-info hr {
    width: 100%;

    border: solid 1px var(--primary-color-tints-3);
  }

  .testimonial-number {
    position: absolute;
    top: -2.7rem;
    left: -4.8rem;
    font-size: 5rem;
  }

  .slider__btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    background: var(--primary-color-tints-1);
    font-family: inherit;
    color: var(--white);
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    font-size: 1.25rem;
    cursor: pointer;
  }

  .card-3 {
    top: 1px;
    left: 55%;
    transform: rotate(-5deg);
  }

  .card-4 {
    bottom: 100px;
  }

  .card-4 {
    bottom: 100px;
  }

  .card-5 {
    display: none;
  }

  .footer-logo {
    height: 132px;
    width: 132px;
  }

  .section-footer {
    padding: 4rem 0 0;
  }

  .copyright-box,
  footer .container {
    padding: 1.9rem 1.9rem 0;
  }
}

@media (max-width: 575.98px) {
  .hero-info {
    padding: 0rem 4rem;
  }

  .hero-info h5 {
    font-size: 7.4rem;
    padding: 0 3.2rem;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 1px;
  }
  /*//////////// PRODUCT CARD STYLES////////////// */
  .row {
    justify-content: space-evenly;
    gap: 1.5rem;
  }

  .related-section .col-md-3,
  .shop-list .col-md-3,
  .mena-recommendation div .col-md-3 {
    width: 18rem !important;
  }

  .product-img-container img {
    /* object-fit: contain; */
    height: 200px;
    width: 100%;
    transition: transform 0.4s ease;
    /* border-radius: 50px; */
  }

  .product-info {
    padding: 1rem 0;
  }

  .product-info h1 {
    font-size: 1.4rem;
  }

  .product-info hr {
    width: 100%;

    border: solid 1px var(--primary-color-tints-3);
  }

  .testimonial-number {
    position: absolute;
    top: -2.7rem;
    left: -4.8rem;
    font-size: 5rem;
  }

  .slider__btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    background: var(--primary-color-tints-1);
    font-family: inherit;
    color: var(--white);
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    font-size: 1.25rem;
    cursor: pointer;
  }

  .card-3 {
    top: 1px;
    left: 55%;
    transform: rotate(-5deg);
  }

  .card-4 {
    bottom: 100px;
  }

  .card-4 {
    bottom: 100px;
  }

  .card-5 {
    display: none;
  }

  .footer-logo {
    height: 132px;
    width: 132px;
  }

  .section-footer {
    padding: 4rem 0 0;
  }

  .copyright-box,
  footer .container {
    padding: 1.9rem 1.9rem 0;
  }
}

/* Target: Small Mobile (Below 480px) */
@media (max-width: 30em) {
  .hero-info {
    padding: 0rem 4rem;
  }

  .hero-info h5 {
    font-size: 7.4rem;
    padding: 0 3.2rem;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 1px;
  }
  /*//////////// PRODUCT CARD STYLES////////////// */
  .row {
    justify-content: space-evenly;
    gap: 1.5rem;
  }

  .related-section .col-md-3,
  .shop-list .col-md-3,
  .mena-recommendation div .col-md-3 {
    width: 18rem !important;
  }

  .product-img-container img {
    /* object-fit: contain; */
    height: 200px;
    width: 100%;
    transition: transform 0.4s ease;
    /* border-radius: 50px; */
  }

  .product-info {
    padding: 1rem 0;
  }

  .product-info h1 {
    font-size: 1.4rem;
  }

  .product-info hr {
    width: 100%;

    border: solid 1px var(--primary-color-tints-3);
  }

  .testimonial-number {
    position: absolute;
    top: -2.7rem;
    left: -4.8rem;
    font-size: 5rem;
  }

  .slider__btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    background: var(--primary-color-tints-1);
    font-family: inherit;
    color: var(--white);
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    font-size: 1.25rem;
    cursor: pointer;
  }

  .card-3 {
    top: 1px;
    left: 55%;
    transform: rotate(-5deg);
  }

  .card-4 {
    bottom: 100px;
  }

  .card-4 {
    bottom: 100px;
  }

  .card-5 {
    display: none;
  }

  .footer-logo {
    height: 132px;
    width: 132px;
  }

  .section-footer {
    padding: 4rem 0 0;
  }

  .copyright-box,
  footer .container {
    padding: 1.9rem 1.9rem 0;
  }
}

/* DESIGN GUILDLINES USED ON THE PAGE */
/* ##DESIGNS TO BE USED ON THE PAGE
--- 01 TYPOGRAPHY SYSTEM
    FONT SIZE SYSTEM (px)
        10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
    
    SPACING SYSTEM (px)
        2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
*/

/* Target: Small Mobile (Below 464px) */
@media (max-width: 29em) {
  .related-section .col-md-3,
  .shop-list .col-md-3,
  .mena-recommendation div .col-md-3 {
    width: 150px !important;
  }

  /* .product-card {
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    width: 200px;
  } */

  .product-img-container img {
    /* object-fit: contain; */
    height: 200px;
    width: 100%;
    transition: transform 0.4s ease;
    /* border-radius: 50px; */
  }
}

@media (max-width: 26.5em) {
  .section {
    padding: 1.9rem;
  }
  .hero-info {
    padding: 6rem 1rem 0;
  }
  .hero-info h5 {
    font-size: 4.4rem;
    padding: 0 7rem;
  }

  .related-section .col-md-3,
  .shop-list .col-md-3,
  .mena-recommendation div .col-md-3 {
    width: 150px !important;
  }

  .card-5,
  .card-3,
  .card-4,
  .card-8 {
    display: none;
  }

  .card-1 {
    bottom: 100px;
    left: 1%;
    transform: rotate(-5deg);
  }
  .card-2 {
    left: 40%;
    transform: rotate(-5deg);
  }
  .card-6 {
    left: 5%;
    transform: rotate(-5deg);
  }

  .testimonial-number {
    position: absolute;
    top: -1rem;
    left: -4.8rem;
    font-size: 5rem;
  }

  .testimonial__text {
    font-size: 1.4rem;
    color: var(--text-color);
  }

  .slider__btn--left {
    left: 10%;
  }

  .slider__btn--right {
    right: 10%;
  }
}
/* Target: Small Mobile (Below 350px) */
/* Adapted from 29em styles */
@media (max-width: 22.5em) {
  .section {
    padding: 1.9rem;
  }
  .hero-info {
    padding: 6rem 1rem 0;
  }
  .hero-info h5 {
    font-size: 4.4rem;
    padding: 0 7rem;
  }

  .related-section .col-md-3,
  .shop-list .col-md-3,
  .mena-recommendation div .col-md-3 {
    width: 150px !important;
  }

  .card-5,
  .card-3,
  .card-4,
  .card-8 {
    display: none;
  }

  .card-1 {
    bottom: 100px;
    left: 1%;
    transform: rotate(-5deg);
  }
  .card-2 {
    left: 40%;
    transform: rotate(-5deg);
  }
  .card-6 {
    left: 5%;
    transform: rotate(-5deg);
  }

  .testimonial-number {
    position: absolute;
    top: -1rem;
    left: -4.8rem;
    font-size: 5rem;
  }

  .testimonial__text {
    font-size: 1.4rem;
    color: var(--text-color);
  }

  .slider__btn--left {
    left: 10%;
  }

  .slider__btn--right {
    right: 10%;
  }
}
