html,
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.section-padding {
  padding: 60px 0;
}

.common-title {
  font-size: 28px;
  font-weight: 700;
  color: black;
  line-height: 1;
  margin-bottom: 0;
}

.main {
  padding-top: 77px;
}

.header {
  background: #fff;
  font-family: "Poppins", sans-serif;
  padding: 0.5rem 0;
}
.header .logo {
  width: 250px;
}
.header .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  transition: 0.3s;
}
.header .nav-link:hover, .header .nav-link.active {
  color: #00bfff;
}
.header .search-bar {
  background: #fff;
  border: 1px solid #ddd;
  min-width: 280px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 4px 12px;
}
.header .search-bar .dropdown a {
  color: #666;
  font-size: 13px;
  text-decoration: none;
}
.header .search-bar .dropdown a:hover {
  color: #00bfff;
}
.header .search-bar .divider {
  width: 1px;
  height: 18px;
  background: #ddd;
  margin-right: 8px;
}
.header .search-bar input {
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: none;
  width: 150px;
  color: #000;
}
.header .search-bar input::-moz-placeholder {
  color: #666;
}
.header .search-bar input::placeholder {
  color: #666;
}
.header .search-bar i {
  color: #666;
  font-size: 14px;
  margin-left: 8px;
}
.header .icons {
  display: flex;
  align-items: center;
}
.header .icons a {
  color: #000;
  text-decoration: none;
  margin-left: 15px;
  position: relative;
  transition: 0.3s;
}
.header .icons a:hover {
  color: #00bfff;
}
.header .icons a i {
  font-size: 18px;
}
.header .icons a .badge {
  font-size: 10px;
  padding: 2px 5px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  left: 10px;
}
@media (max-width: 768px) {
  .header .logo {
    width: 150px;
  }
  .header .search-bar {
    min-width: 220px;
    padding: 3px 10px;
  }
  .header .search-bar input {
    width: 100px;
  }
  .header .icons a {
    margin-left: 10px;
  }
}

.home-web .dots-slider .owl-dots {
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
}
.home-web .dots-slider .owl-dots .owl-dot {
  display: inline-block;
  margin: 8px;
}
.home-web .dots-slider .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  display: inline-block;
  background: darkgray;
  border-radius: 12px;
  margin-left: -5px;
}
.home-web .dots-slider .owl-dots .owl-dot.active span {
  background: #000;
}
.home-web .first-banner,
.home-web .second-banner,
.home-web .third-banner {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 550px; /* default for desktop */
}

/* Separate background images */
.home-web .first-banner {
  background-image: url("../images/Banner_f.jpg");
}

.home-web .second-banner {
  background-image: url("../images/Banner_s.jpg");
}

.home-web .third-banner {
  background-image: url("../images/Banner_t.jpg");
}

/* Responsive height adjustments */
@media (max-width: 1024px) {
  .home-web .first-banner,
  .home-web .second-banner,
  .home-web .third-banner {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .home-web .first-banner,
  .home-web .second-banner,
  .home-web .third-banner {
    min-height: 280px;
    background-position: top center; /* show upper portion nicely */
  }
}

@media (max-width: 480px) {
  .home-web .first-banner,
  .home-web .second-banner,
  .home-web .third-banner {
    min-height: 220px;
    background-position: center top;
  }
}


.tapes-section .tapes-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.tapes-section .tapes-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Optional hover zoom effect */
.tapes-section .tapes-img:hover img {
  transform: scale(1.05);
}

/* Mobile optimization */
@media (max-width: 768px) {
  .tapes-section .tapes-img img {
    height: 220px; /* set fixed height for mobile */
    width: 100%;
    object-fit: cover;
  }
}


.our-brand {
  background-color: whitesmoke;
  text-align: center;
  padding: 60px 0;
}

.our-brand .common-title {
  margin-bottom: 10px;
}

.our-brand .underline-blue {
  display: inline-block;
  width: 72px;
  height: 5px;
  background-color: #56cfe1;
  margin-bottom: 35px;
}

/* === Equal size brand boxes === */
.our-brand .brand-div {
  position: relative;
  width: 100%;
  height: 450px; /* fixed equal height */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.4s ease;
}

.our-brand .brand-div:hover {
  transform: scale(1.03);
}

/* === Background Images === */
.our-brand .i-bond-tap {
  background-image: url("../images/12.png");
}

.our-brand .duo-grip-tap {
  background-image: url("../images/15.png");
}

.our-brand .crown-tap {
  background-image: url("../images/16.png");
}

/* === Center the Button === */
.our-brand .brand-div .brand-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

/* === Button Styling === */
.our-brand .brand-div .brand-btn a {
  color: #000;
  background-color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 5px;
  transition: all 0.4s ease;
}

.our-brand .brand-div .brand-btn a:hover {
  background-color: #000;
  color: #fff;
}


.testimonial-section {
  background-color: whitesmoke;
  text-align: center;
}
.testimonial-section .common-title {
  text-align: center;
  margin-bottom: 10px;
}
.testimonial-section .underline {
  display: inline-block;
  width: 150px;
  height: 2px;
  background-color: #222;
}
.testimonial-section .testimonial-details {
  text-align: center;
  padding: 0 10px;
  margin-top: 50px;
}
.testimonial-section .testimonial-details p {
  font-size: 15px;
  color: #666;
  font-weight: 500;
}
.testimonial-section .testimonial-details .star-icon {
  margin-bottom: 15px;
}
.testimonial-section .testimonial-details h5 {
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
  line-height: 24px;
}
.testimonial-section .testimonial-details h6 {
  color: #777;
  font-size: 14px;
}

.practice-section {
  text-align: center;
}
.practice-section .common-title {
  line-height: 38px;
  font-size: 26px;
}
.practice-section .divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #bbb;
  margin-top: 14px;
}
.practice-section .divider::before, .practice-section .divider::after {
  content: "";
  width: 26px;
  height: 1px;
  background-color: #888;
}
.practice-section .divider i {
  font-size: 16px;
}

.footer {
  background-color: #f9f9fb;
  padding: 40px 0;
  color: #333;
  padding-left: 60px;
}
.footer h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul li a {
  text-decoration: none;
  color: #878787;
  font-size: 14px;
  transition: 0.3s;
}
.footer ul li a:hover, .footer ul li a.active {
  color: #00bfff;
}
.footer .footer-logo {
  width: 200px;
  margin-bottom: 25px;
}
.footer p {
  font-size: 14px;
  color: #878787;
  margin-bottom: 10px;
}
.footer p i {
  color: #00bfff;
  margin-right: 8px;
}
.footer .social-icons a {
  color: #878787;
  font-size: 16px;
  margin-right: 15px;
  transition: 0.3s;
}
.footer .social-icons a:hover {
  color: #00bfff;
}
.footer .payment-icons img {
  height: 22px;
  margin-right: 10px;
}
.product-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 20px;
    text-align: center;
  }

  .brand-product-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 20px;
    text-align: center;
  }

  .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }

  /* Images */
  .product-img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    transition: opacity 0.4s ease;
  }

  .product-card:hover .img-primary {
    opacity: 0;
  }

  .img-secondary {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    transition: opacity 0.4s ease;
  }

  .product-card:hover .img-secondary {
    opacity: 1;
  }

  /* Discount badge */
  .discount-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #ff5722;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 10;
  }

  /* Overlay (on hover) */
  .hover-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: bottom 0.4s ease;
    border-radius: 10px;
    padding-bottom: 20px;
  }

  .product-card:hover .hover-overlay {
    bottom: 0;
  }

  .overlay-text {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 119px;
  }

  .overlay-icons {
    display: flex;
    gap: 10px;
  }

  .overlay-icons button {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
  }

  .overlay-icons button:hover {
    background-color: #ff5722;
    color: #fff;
    transform: scale(1.1);
  }

  /* Product details */
  .brand {
    color: #777;
    font-size: 14px;
    margin-top: 15px;
  }

  .product-title {
    font-weight: 600;
    font-size: 16px;
    color: #222;
    min-height: 25px;
  }

  .price {
    color: #d32f2f;
    font-weight: bold;
    font-size: 15px;
  }
  .strike{text-decoration: line-through; color: black;}/*# sourceMappingURL=main.css.map */