body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: pink;
  }
  /* navbar */
  .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgb(239 154 204) !important;
}
  .navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
  }

  .navbar-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .logo-img {
    height: 14vh;
    width: auto;
    transition: all 0.3s ease;
    margin-left: 10px;
  }
  span#dynamic-heading {
    background-color: rgb(114, 133, 150);
    border-radius: 40px;
    padding: 3px 120px;
    color: #fde400;
}
  @media (max-width: 991.98px) {
    .hide-on-small {
      display: none !important;
    }
    .logo-img {
      height: 30px;
    }
  }

  @media (max-width: 576px) {
    .logo-img {
      height: 25px;
    }
  }
 .fs-5 {
  font-size: 2rem !important;
}
  /* Category bar styles */
  .category-bar {
    background-color: #f8f9fa;
    border-top: 1px solid #ddd;
  }

  .category-bar a {
    text-decoration: none;
    color: #333;
    font-size: 0.9rem;
    text-align: center;
  }

  .category-icon {
    font-size: 1.2rem;
    display: none;
  }

  .category-text {
  display: inline;
  font-size: 15px;
  font-weight: 700;
  font-family: aria;
}

  @media (max-width: 768px) {
    .category-text {
      display: none;
    }
    .category-icon {
      display: block;
    }
  }
/* brandlogo */
.brand-box {
    height: 10vh;
    background-color: #f8f9fa;
    border-radius: 6vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .brand-box a {
    margin: 0 15px;
    display: inline-block;
  }

  .brand-box img {
    height: 16vh;
    width: auto;
    max-width: 100px;
    object-fit: contain;
    transition: transform 0.3s;
  }

  .brand-box img:hover {
    transform: scale(1.1);
  }

  @media (max-width: 576px) {
    .brand-box {
      flex-wrap: wrap;
      height: auto;
      padding: 10px;
    }
    .brand-box a {
      margin: 10px;
    }
  }
  /*brandproduct*/
  .circle-logo {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
    padding: 14px;
    transition: transform 0.3s ease;
  }

  .circle-logo:hover {
    transform: scale(1.1);
    border-color: #ffae00;
  }

  .logo-label {
    font-size: 0.75rem;
    margin-top: 5px;
    color: #000;
    text-align: center;
    text-decoration: none;
  }

  .logo-item {
    text-align: center;
    flex: 0 0 auto;
  }

  .logo-scroll-container {
    display: flex;
    gap: 22px; /* Gap between logos */
    padding: 10px 0;
  }
  /* tv */
.tv-section {
    padding: 20px;
  }
  .tv-main-heading {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .tv-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
  .tv-image {
    width: 120px;
    height: auto;
    border-radius: 8px;
    margin-right: 15px;
  }
  .tv-title a {
    font-size: 1.1rem;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    transition: color 0.2s;
  }
  .tv-title a:hover {
    color: #007bff;
  }
  /* gh */
  .carousel-item img {
    width: 100px;
    height: auto;
    margin: 10px;
  }
  .carousel-inner {
    display: flex;
    align-items: center;
  }
  .carousel-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* latestproducts */
  .carousel-item-item img {
width: 100%;
height: auto; /* use auto for responsiveness */
object-fit: cover;
border-radius: 10px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

  .carousel-item-item img:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }

  .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .card-img-top:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }

  .product-box {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .product-box:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .product-box img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
  }

  .product-box h6 {
    margin-bottom: 5px;
    font-weight: 600;
  }

  .product-box a {
    text-decoration: none;
    color: #007bff;
    font-size: 14px;
  }

  .product-box a:hover {
    text-decoration: underline;
  }
  /* mobile gallery */
  .slider-container {
    position: relative;
  }

  .slider-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px;
    scroll-snap-type: x mandatory;
  }

  .slider-wrapper::-webkit-scrollbar {
    display: none;
  }

  .slider-item {
    flex: 0 0 calc(20% - 15px); /* 5 items per row */
    margin-right: 15px;
    scroll-snap-align: start;
  }

  .slider-item a {
    display: block;
  }

  .slider-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .slider-item img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
  }

  .arrow-left {
    left: 0;
  }

  .arrow-right {
    right: 0;
  }

  @media (max-width: 768px) {
    .slider-item {
      flex: 0 0 calc(50% - 10px); /* show 2 items */
    }
  }

  @media (max-width: 576px) {
    .slider-item {
      flex: 0 0 100%; /* show 1 item */
    }
  }
  /* trending news */
  .main-box {
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 15px;
  }
  .small-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
    cursor: pointer;
  }
  .small-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .small-box:hover img {
    transform: scale(1.1);
  }
  .overlay-heading {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
  }
  .overlay-heading:hover {
    text-decoration: underline;
  }
  /* footer */
  .footer {
    background-color: #343a40;
    color: #fff;
    padding: 40px 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  .footer a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .footer a:hover {
    color: #fff;
  }
  .social-icons a {
    font-size: 20px;
    margin-right: 10px;
    color: #ccc;
    transition: color 0.3s ease;
  }
  .social-icons a:hover {
    color: #0d6efd;
  }
  @media (max-width: 767px) {
    .footer .col {
      margin-bottom: 20px;
    }
  }
  .foot {
  text-align: center;
  background: rgb(71, 71, 240);
  color: white;
  font-weight: 700;
}
.footer .logo img {
  width: 12vw;
  height: 15vh;
  margin-left: -20px;
}
/* mobilepage */
/* .blck-box{
    border: 2px solid gray;
    background-color: rgb(196, 160, 160);
    border-radius: 100px;
} */
.mobile-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    margin-top: 20px;
    background-color: #f9f9f9;
  }
  .read-more-btn {
    position: absolute;
    bottom: 15px;
    right: 20px;
  }
  .details-section {
    display: none;
    margin-top: 15px;
  }
  /* allmobi */
  .products-card {
    transition: box-shadow 0.3s ease-in-out;
  }

  .products-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }

  .products-image-container {
    overflow: hidden;
    border-radius: 10px;
    width: 200px;
    height: 200px;
  }

  .products-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  /* Zoom effect on image hover */
  .products-image-container:hover .products-image {
    transform: scale(1.15);
  }

  .amazon-btn {
    background-color: #ff9900;
    color: white;
    transition: background-color 0.3s ease;
  }

  .amazon-btn:hover {
    background-color: #e68a00;
    color: white;
  }
  .comment-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f8f9fa;
  }
  /* applyfilter */
  .pro-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
  }

  .pro-card a {
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
    display: flex;
    align-items: center;
  }

  .pro-card a img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 6px;
  }

  .pro-card a:hover {
    text-decoration: underline;
    color: #0056b3;
  }
  /* video */
  .circle-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.3s ease;
  }

  .circle-img:hover {
    transform: scale(1.1);
  }

  .heading-link {
    text-decoration: none;
    color: #000;
    transition: color 0.3s ease;
  }

  .heading-link:hover {
    color: #0d6efd;
  }

  .video-container video {
    width: 100%;
    height: auto;
    max-height: 300px;
    border-radius: 10px;
  }