@charset "UTF-8";
body,
html {
  background: #f9f9f9;
  font-family: "DM Sans", sans-serif;
}

html {
  scroll-behavior: auto !important;
}

h1,
h2,
h3 {
  font-family: "Marcellus", serif;
}

h1 {
  font-size: 3.5rem;
}

h2,
h3 {
  font-size: 2.5rem;
}

h6,
li {
  font-family: "DM Sans", sans-serif;
}

p {
  font-family: "DM Sans", sans-serif;
}

a {
  color: var(--bs-black);
  text-decoration: none;
}

.marcellus-font {
  font-family: "Marcellus", serif;
}

.dm-font {
  font-family: "DM Sans", sans-serif;
}

.poppins-font {
  font-family: "Poppins", sans-serif;
}

.primary-color {
  color: #ed5433 !important;
}

.light-gray {
  background: #f0f0f0 !important;
}

.orange {
  color: #f97316 !important;
}

#loader {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5764705882);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  z-index: 99999;
  overflow: hidden;
}

.loader-logo img {
  width: 150px;
  display: block;
  filter: brightness(0) invert(1);
}

.loader-logo img {
  transform: translateY(20px);
}

.themebtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 3rem;
  background: #f97316;
  color: var(--bs-white);
  border-radius: var(--bs-border-radius-pill);
  overflow: hidden;
  transition: all 0.5s ease;
}
.themebtn span {
  position: relative;
  right: 1.2em;
  transition: all 0.5s ease;
  z-index: 2;
}
.themebtn::before {
  content: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31' fill='none'><path d='M8.38477 21.6666L21.666 8.38539M21.666 8.38539L11.7051 8.38539M21.666 8.38539V18.3463' stroke='%23F97316' stroke-width='1.59375' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 86%;
  background: var(--bs-white);
  border-radius: var(--bs-border-radius-pill);
  z-index: 1;
  transition: all 0.5s ease;
}
.themebtn:hover span {
  right: 0;
  color: var(--bs-white);
  z-index: 3;
}
.themebtn:hover::before {
  content: "";
  width: 110%;
  height: 110%;
  right: -4px;
  top: -4px;
  transform: none;
  background: var(--bs-black);
}

.themebtn-black {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 3rem;
  background: var(--bs-black);
  color: var(--bs-white);
  border-radius: var(--bs-border-radius-pill);
  overflow: hidden;
  transition: all 0.5s ease;
}
.themebtn-black span {
  position: relative;
  right: 1.2em;
  transition: all 0.5s ease;
  z-index: 2;
}
.themebtn-black::before {
  content: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 31' fill='none'><path d='M8.38477 21.6666L21.666 8.38539M21.666 8.38539L11.7051 8.38539M21.666 8.38539V18.3463' stroke='%23F97316' stroke-width='1.59375' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  position: absolute;
  top: 50%;
  right: 0.3rem;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 86%;
  background: var(--bs-white);
  border-radius: var(--bs-border-radius-pill);
  z-index: 1;
  transition: all 0.5s ease;
}
.themebtn-black:hover span {
  right: 0;
  color: var(--bs-white);
  z-index: 3;
}
.themebtn-black:hover::before {
  content: "";
  width: 110%;
  height: 110%;
  right: 0;
  top: 0;
  transform: none;
  background: #f97316;
}

a .arrow {
  background: #f97316;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
a .arrow .bi-arrow-left {
  transform: rotate(140deg);
}
a:hover .arrow {
  transform: scale(1.2) rotate(40deg);
}

.section-title p {
  font-size: 0.9rem;
  color: var(--bs-gray-600);
  margin-bottom: 25px;
}

.tag:hover {
  background: #f97316 !important;
  color: #fff;
}

section {
  padding: 3rem 0;
}

.sicon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  width: 40px;
  height: 40px;
  background: var(--bs-white);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.sicon i {
  color: #f97316;
  font-size: 1.4rem;
  margin-top: 1px;
  transition: all 0.3s ease;
}
.sicon:hover {
  background: #f97316;
}
.sicon:hover i {
  color: #fff;
}
.sicon:hover {
  transition: all 0.3s ease;
}

.pagination-section .custom-pagination .page-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  color: var(--bs-black);
  background: rgb(243.9, 243.9, 243.9);
  transition: all 0.3s ease;
}
.pagination-section .custom-pagination .page-number:hover {
  background: #f97316;
  color: var(--bs-white);
}
.pagination-section .custom-pagination .page-number.active {
  background: #f97316;
  color: var(--bs-white);
}
.pagination-section .custom-pagination .dots {
  color: var(--bs-black);
  font-weight: 500;
  letter-spacing: 2px;
}
.pagination-section .custom-pagination .next-btn {
  padding: 0.8rem 1.2rem;
  border-radius: 2pc;
  background: var(--bs-white);
  box-shadow: 0 4px 11.8px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  font-weight: 500;
  color: #f97316;
  transition: all 0.3s ease;
}
.pagination-section .custom-pagination .next-btn:hover {
  background: #f97316;
  color: var(--bs-white);
}

.footer-section {
  background: #FBFBFB;
  font-size: 15px;
  position: relative;
  width: 100%;
}
.footer-section::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border: 1px solid rgba(240, 240, 240, 0.5);
  height: calc(100% - 5rem);
}
.footer-section h6 {
  color: var(--bs-black);
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-section p {
  color: rgba(var(--bs-black-rgb), 0.78);
}
.footer-section a {
  text-decoration: none;
  color: rgba(96, 96, 96, 0.6);
  transition: 0.3s;
}
.footer-section a:hover {
  color: #f97316;
}
.footer-section .watcharr {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  width: 18px;
  transform: rotate(145deg);
}
.footer-section .watcharr i {
  display: inline-block;
}
.footer-section .footer-contact a:hover .watcharr i {
  animation: arrowBackOnce 0.4s ease-in-out forwards;
}
@keyframes arrowBackOnce {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(-14px);
    opacity: 0;
  }
  60% {
    transform: translateX(14px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.footer-logo {
  max-width: 180px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--bs-black);
}
.footer-contact li i {
  color: #f97316;
  font-size: 18px;
}
.footer-contact li span {
  margin-left: 5px;
}

.newsletter {
  width: 70%;
}
.newsletter form {
  background: var(--bs-white);
  border-radius: 50px;
  border: 1px solid #ededed;
}
.newsletter form input {
  border: none;
  background: transparent;
  box-shadow: none;
  padding-left: 20px;
  border-radius: 50px;
}
.newsletter form input:focus {
  box-shadow: none;
}
.newsletter form input::placeholder {
  color: rgba(96, 96, 96, 0.6);
}
.newsletter form .subscribe-btn {
  background: #f97316;
  border-radius: 50px;
  padding: 10px 25px;
  color: var(--bs-white);
  border: 1px sloid #ededed;
  white-space: nowrap;
}
.newsletter form .subscribe-btn:hover {
  opacity: 0.9;
}

.keep-touch .social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff3ec;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f97316;
  font-size: 16px;
}
.keep-touch .social-icons a:hover {
  background: #f97316;
  color: #fff;
}

.footer-bottom {
  font-size: 14px;
}
.footer-bottom p {
  color: rgba(96, 96, 96, 0.6);
}
.footer-bottom span {
  color: #f3ec25;
  font-weight: 600;
}

.top-bar {
  background: #343a40;
  border-bottom: 1px solid #f3f3f3;
}
.top-bar .top-left,
.top-bar .top-right {
  font-size: 0.8rem;
}

.dropdown-toggle::after {
  display: none;
}

header .navbar .nav-link {
  font-weight: 500;
  color: #111;
  transition: color 0.3s ease;
}
header .navbar .nav-link:hover, header .navbar .nav-link.active {
  color: #ff4500;
}
header .navbar .nav-item {
  width: fit-content;
}
header .navbar .dropdown-menu {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
header .navbar .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .navbar-toggler:focus {
  box-shadow: 0 5px 29.9px 0 rgba(0, 0, 0, 0.06);
}

.main-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.mega-menu {
  position: static;
}
.mega-menu .mega-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 1rem;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 999;
}
.mega-menu:hover .mega-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-menu .total-items {
  margin-bottom: 1rem;
  color: rgba(62, 62, 62, 0.6);
}
.mega-menu .scroll {
  height: 420px;
  overflow-y: auto;
}
.mega-menu .scroll::-webkit-scrollbar {
  width: 4px;
}
.mega-menu .scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 1.5rem;
}
.mega-menu .scroll::-webkit-scrollbar-thumb {
  background: #f97316;
  border-radius: 1.5rem;
}

#mobileShopMenu ul {
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 6px;
  margin-top: 2px;
  margin-left: 0 !important;
  overflow: hidden;
  padding-left: 1rem;
}

#mobileBestSellersMenu ul,
#mobileNewLaunchesMenu ul {
  border: 1px solid rgba(0, 0, 0, 0.175);
  border-radius: 6px;
  margin-top: 2px;
  margin-left: 0 !important;
}

.mega-categories {
  list-style: none;
  padding: 0;
  border-right: 1px solid #f9f9f9;
  display: flex;
  flex-direction: column;
}
.mega-categories .nav-item {
  margin-bottom: 0.3rem;
}
.mega-categories .nav-link {
  position: relative;
  padding: 1rem 0.7rem !important;
  padding-right: 2rem !important;
  border-radius: 0.5rem;
  cursor: pointer;
  color: var(--bs-black);
  width: fit-content;
  display: block;
  border: none;
  background: transparent;
  text-align: left;
  font-size: 0.8rem;
  transition: all 0.7s !important;
}
.mega-categories .nav-link::after {
  content: "\ea6e";
  font-family: "remixicon";
  position: absolute;
  font-size: 18px;
  transition: all 0.3s ease;
  margin-left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.mega-categories .nav-link:hover, .mega-categories .nav-link.active {
  color: #f97316;
  background: #f6f8fb;
  transition: all 0.3s !important;
}

.tab-content .tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tab-content .tab-pane.show {
  display: block;
  opacity: 1;
}

.mega-product {
  background: #fafafa;
  padding: 15px;
  border-radius: 16px;
  text-align: center;
  transition: 0.3s;
}
.mega-product .img {
  background: var(--bs-white);
  height: 150px;
}
.mega-product .img img {
  object-position: center 30%;
}
.mega-product p {
  font-size: 14px;
  margin-top: 10px;
}
.mega-product .pname {
  font-family: "Marcellus", serif;
  font-size: 0.9rem;
  text-align: start;
}
.mega-product:hover {
  background: #feeee3;
}

.bestseller-dropdown .cimg,
.newlaunches-menu .cimg {
  height: 15rem !important;
}
.bestseller-dropdown .cimg img,
.newlaunches-menu .cimg img {
  object-position: center 0;
}
.bestseller-dropdown .prod-name,
.newlaunches-menu .prod-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 0;
  font-size: 1rem;
  margin-bottom: 0;
  font-family: "Marcellus", serif;
}

#searchContainer {
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 111;
}
#searchContainer:hover {
  color: #f97316;
}

#searchIcon {
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}
#searchIcon:hover .ri-search-line {
  color: #ff7f50;
  transform: scale(1.1);
}
@media (max-width: 991px) {
  #searchIcon {
    margin-left: auto;
  }
}

.ri-search-line:before {
  cursor: pointer;
}

/* ===== FULLSCREEN SEARCH OVERLAY ===== */
#searchOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 58, 64, 0.3);
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  z-index: 999;
}
#searchOverlay.active {
  opacity: 1;
  pointer-events: all;
}
#searchOverlay .search-content {
  width: 100%;
  height: fit-content;
  margin-top: 7rem;
  background: var(--bs-white);
}
#searchOverlay .input-search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#searchOverlay .input-search-icon .sericon {
  color: rgba(52, 58, 64, 0.3);
}
#searchOverlay .input-search {
  font-weight: 400;
  width: 100%;
}
#searchOverlay input::placeholder {
  color: rgba(52, 58, 64, 0.3) !important;
}
#searchOverlay .input-search input {
  width: 100%;
  padding: 0.7rem 1.3rem;
  border-radius: 51px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
  background: #f9f9f9;
  color: rgba(52, 58, 64, 0.8) !important;
  outline: none;
  padding-left: 3rem;
}
#searchOverlay .input-search {
  position: relative;
}
#searchOverlay .input-search .input-search-icon {
  transition: 0.3s ease;
}
#searchOverlay .input-search input {
  transition: 0.3s ease;
}
#searchOverlay .input-search:focus-within input {
  padding-left: 1.5rem;
}
#searchOverlay .input-search:focus-within .input-search-icon {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(0.8);
}
#searchOverlay .popular-search p,
#searchOverlay .search-result p {
  font-size: 0.9rem;
  color: var(--bs-gray-500);
  margin-bottom: 25px;
}
#searchOverlay .search-result .wrapper {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
}
#searchOverlay .search-result .wrapper .search-item p {
  color: #000;
}
#searchOverlay .search-result .wrapper .search-item .pname {
  display: flex;
  justify-content: space-between;
}
#searchOverlay .popular-search .psitems {
  background: #f9f9f9;
}
#searchOverlay .popular-search ul li {
  background: url("../../assets/images/logos/graph-arrow.svg") no-repeat 10px center;
  background-size: 16px;
  white-space: nowrap;
}

.close-btn {
  cursor: pointer;
  line-height: 1;
}

.close-btn:hover {
  opacity: 0.7;
}

.hero-section .owl-carousel .owl-nav button .arrows {
  color: #f97316;
}
.hero-section .owl-carousel .owl-nav button.owl-next {
  right: 4.6rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.hero-section .owl-carousel .owl-nav button.owl-prev {
  right: 8.6rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.hero-section .owl-carousel .owl-nav button.owl-next, .hero-section .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 65%;
  width: 64px;
  height: 64px;
  background-color: rgba(var(--bs-white-rgb), 0.44);
}
.hero-section .owl-carousel .owl-nav button:hover {
  background-color: rgba(var(--bs-white-rgb), 0.8);
}
.hero-section .hero-content h1 {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-section .hero-content p {
  color: var(--bs-gray-600);
  max-width: 450px;
  margin-bottom: 25px;
}
.hero-section .offer-badge {
  display: inline-block;
  color: #ed5433;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 12px;
  margin-bottom: 15px;
}
.hero-section .hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ed5433;
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
}
.hero-section .hero-btn:hover {
  background: dark(#ed5433, 8%);
  color: #fff;
}
.hero-section .hero-features {
  list-style: none;
  padding: 0;
  margin-top: 25px;
  left: 35%;
  top: 10%;
}
.hero-section .hero-features li {
  border-radius: 30px;
  font-size: 13px;
  width: fit-content;
  border-radius: 11px;
  color: var(--bs-gray-600);
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.21) 100%);
  box-shadow: 0 16px 18.8px 0 rgba(0, 0, 0, 0.03);
}
.hero-section .hero-image img {
  max-width: 420px;
}
.hero-section .product-card {
  position: absolute !important;
  right: 26px;
  background: #fff;
  border-radius: 0.8rem;
  width: 190px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  top: 20%;
  transition: all 0.4s ease;
}
.hero-section .product-card .content {
  background: #f9f9f9;
  border-radius: 0.5rem;
}
.hero-section .product-card img {
  width: 100%;
  border-radius: 0.8rem;
  margin-bottom: 0.25rem;
}
.hero-section .product-card h6 {
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.hero-section .product-card p {
  font-weight: 600;
}
.hero-section .product-card .arrow {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.hero-section .hero-shape {
  top: 5%;
}
.hero-section .hero-shape svg {
  width: 100%;
  height: 100%;
}

.hometwo {
  background-color: #fdfdfd;
}

.body-selector .category-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
  background-color: rgba(240, 240, 240, 0.4);
  padding: 1rem;
  border-radius: 12px;
}
.body-selector .category-grid .category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: var(--bs-white);
  border-radius: 1rem;
  text-align: center;
  padding: 1rem;
  height: 150px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.body-selector .category-grid .category-card img {
  width: 40px;
}
.body-selector .category-grid .category-card:hover, .body-selector .category-grid .category-card.active {
  border-color: #ed5433;
  box-shadow: 0 4px 12px rgba(237, 84, 51, 0.3);
}
.body-selector .category-grid .category-card p {
  margin: 0;
  font-size: 0.9rem;
}
.body-selector .human-body {
  position: relative;
}
.body-selector .human-body .body-imgs {
  position: relative !important;
  aspect-ratio: 3/6;
  perspective: 1200px;
  width: 230px;
  height: 500px;
  left: 50%;
  transform: translateX(-50%);
}
.body-selector .human-body .body-imgs img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  backface-visibility: hidden;
  transition: transform 1s ease, opacity 0.6s ease;
}
.body-selector .human-body .body-imgs .front-body {
  z-index: 2;
}
.body-selector .human-body .body-imgs .back-body {
  z-index: 1;
  opacity: 0;
  transform: rotateY(180deg);
}
.body-selector .human-body.show-back .body-imgs .front-body {
  opacity: 0;
  transform: rotateY(180deg);
}
.body-selector .human-body.show-back .body-imgs .back-body {
  opacity: 1;
  transform: rotateY(0deg);
}
.body-selector .human-body.show-back .left-side {
  opacity: 0;
  pointer-events: none;
}
.body-selector .human-body.show-back .right-side {
  opacity: 1;
  pointer-events: auto;
}
.body-selector .human-body .left-side,
.body-selector .human-body .right-side {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.body-selector .human-body .right-side {
  opacity: 0;
  pointer-events: none;
}
.body-selector .human-body .body-point {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #f97316;
  background-color: transparent;
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
}
.body-selector .human-body .body-point:hover {
  transform: translate(-50%, -50%) scale(1.2);
  background-color: rgba(255, 139, 16, 0.4705882353);
}
.body-selector .human-body .body-point:hover .bpartbx {
  display: block !important;
}
.body-selector .human-body .body-point .bpartbx {
  display: none !important;
  position: absolute;
  top: -45px;
  left: 22px;
  width: fit-content;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  color: var(--bs-white);
  background-color: #f97316;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  box-shadow: 1px 3px 8px rgba(249, 115, 22, 0.6);
}
.body-selector .human-body .body-point.active {
  transform: translate(-50%, -50%) scale(1.2);
}
.body-selector .human-body .body-point.active .bpartbx {
  display: block !important;
}
.body-selector .human-body .left-side .body-point:nth-child(1) {
  top: 19%;
  left: 50.4%;
}
.body-selector .human-body .left-side .body-point:nth-child(2) {
  top: 27%;
  left: 50%;
}
.body-selector .human-body .left-side .body-point:nth-child(3) {
  top: 24%;
  left: 71%;
}
.body-selector .human-body .left-side .body-point:nth-child(4) {
  top: 40%;
  left: 20%;
}
.body-selector .human-body .left-side .body-point:nth-child(5) {
  top: 69%;
  left: 60%;
}
.body-selector .human-body .left-side .body-point:nth-child(6) {
  top: 90%;
  left: 62%;
}
.body-selector .human-body .left-side .body-point:nth-child(7) {
  top: 50%;
  left: 50%;
}
.body-selector .human-body .left-side .body-point:nth-child(8) {
  top: 60%;
  left: 40%;
}
.body-selector .human-body .left-side .body-point:nth-child(9) {
  top: 36%;
  left: 77%;
}
.body-selector .human-body .left-side .body-point:nth-child(10) {
  top: 48%;
  left: 86%;
}
.body-selector .human-body .right-side .body-point:nth-child(1) {
  top: 30%;
  left: 50%;
}
.body-selector .human-body .right-side .body-point:nth-child(2) {
  top: 40%;
  left: 50.5%;
}

.prodimg {
  width: 100px;
}

.price::before,
.old-price::before {
  content: "₹";
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.old-price {
  color: var(--bs-gray-500);
  font-size: 0.8rem;
}

.secthree .activitydiv .activity-card {
  width: 50%;
  height: 450px;
  cursor: pointer;
}
.secthree .activitydiv .activity-card .activityimg {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  transition: 0.4s ease;
}
.secthree .activitydiv .activity-card .activity-card-overlay {
  width: 100% !important;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.secthree .activitydiv .actcardimg1 {
  transition: width 0.4s ease;
}
.secthree .activitydiv .actcardimg1,
.secthree .activitydiv .actcardimg2 {
  transition: width 0.4s ease;
}
.secthree .activitydiv .actcardimg1:hover,
.secthree .activitydiv .actcardimg2:hover {
  width: 100%;
}
.secthree .activitydiv .actcardimg1:hover .activity-card-overlay,
.secthree .activitydiv .actcardimg2:hover .activity-card-overlay {
  opacity: 1;
  z-index: 1;
}
.secthree .activitydiv .mobile-activity-card-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.secthree .activitydiv .mobile-activity-card-overlay.active {
  z-index: 5;
  opacity: 1;
}
.secthree .activitydiv .sideimg {
  box-shadow: 0 4px 17.8px 0 rgba(0, 0, 0, 0.03);
}
.secthree .p-desc {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.secthree .prodimg {
  width: 40%;
  aspect-ratio: 1/1;
}
.secthree .content {
  width: 60%;
}

.heff {
  padding: 0.2rem;
}

.heff:hover {
  padding: 0.2rem;
  background: #f5f5f5;
  border-radius: 1.2rem;
}

.stats-section .stats-card {
  background: var(--bs-white);
  border-radius: 24px;
  padding: 0 2rem 1.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 43px 0 rgba(137, 137, 137, 0.08);
  transition: all 0.3s ease;
}
.stats-section .stats-card p {
  margin-top: 3rem;
  font-size: 1.05rem;
  font-weight: 500;
  color: #111;
  line-height: 1.4;
}
.stats-section .stats-card:hover .icon-hang {
  transform: translateY(-6px);
  transition: all 0.3s ease;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.stats-section .stats-card:hover .icon-wrap {
  background: var(--bs-black);
  transition: all 0.3s ease;
}
.stats-section .icon-hang {
  position: relative;
  top: 0;
  height: 130px;
  width: 80px;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: row;
  gap: 0;
  padding: 5px;
  border-bottom-right-radius: 53px;
  border-bottom-left-radius: 53px;
  background: #fff;
  box-shadow: 0 5px 29.9px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.stats-section .icon-wrap {
  width: 70px;
  height: 70px;
  background: #f97316;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats-section .icon-wrap img {
  width: 34px;
  filter: brightness(0) invert(1);
}

.secfive .body-part-section h2 {
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.secfive .body-tags {
  max-width: 900px;
  margin: auto;
}
.secfive .body-pill {
  border: none;
  padding: 10px 18px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  color: var(--bs-black);
  transition: all 0.25s ease;
  cursor: pointer;
}
.secfive .body-pill:hover {
  background: #f97316;
  color: #fff;
  transform: translateY(-2px);
}
.secfive .view-more-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 26px;
  border-radius: 50px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.secfive .view-more-btn span {
  background: #f97316;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
}

/* Modal */
#bodyPartModal .modal-dialog {
  max-width: 60%;
}

.body-modal {
  border-radius: 22px;
}
.body-modal p {
  color: #555;
}

.product-box {
  background: rgba(240, 240, 240, 0.6);
  border-radius: 14px;
  display: grid;
  place-items: start;
  width: 100%;
  font-weight: 500;
}
.product-box h4 {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-box .prodimg {
  width: 100px;
  height: 100px;
}

.arrows .left {
  top: 0;
  left: 30%;
}
.arrows .right {
  transform: scaleX(-1);
  right: 30%;
  top: 0;
}

.bdpmlink {
  right: 0.5rem;
  bottom: 0.5rem;
}

.community-reviews h2 {
  font-weight: 500;
  font-size: 1.75rem;
}
.community-reviews .deslimit {
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.community-reviews .owl-carousel .review-card {
  margin: 10px;
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 2.008px 16.01px 0 rgba(0, 0, 0, 0.07);
}
.community-reviews .owl-carousel .review-card .cimg {
  height: 30rem;
  object-fit: cover;
}
.community-reviews .owl-carousel .review-card .cimg img {
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}
.community-reviews .owl-carousel .review-card:hover {
  transform: translateY(-5px);
}
.community-reviews .owl-carousel .review-card .card-body {
  padding: 1rem;
}
.community-reviews .owl-carousel .review-card .card-body .prodimg {
  width: 120px;
  border-radius: 8px;
  padding: 8px;
  border: 1.031px solid #f0f0f0;
  aspect-ratio: 1/1;
}
.community-reviews .owl-carousel .review-card .card-body .prodimg img {
  border-radius: 8px;
}
.community-reviews .owl-carousel .review-card .card-body .product-name {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.community-reviews .owl-carousel .slide-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.community-reviews .owl-carousel .slide-link .arrow {
  width: 40px;
  height: 40px;
}

.services .row:nth-child(2) {
  align-items: end;
}
.services .row:nth-child(2) .col-lg-3:nth-child(1) .services-card img {
  height: 350px;
}
.services .row:nth-child(2) .col-lg-3:nth-child(2) .services-card img {
  height: 180px;
}
.services .row:nth-child(2) .col-lg-3:nth-child(3) .services-card img {
  height: 280px;
}
.services .row:nth-child(2) .col-lg-3:nth-child(4) .services-card img {
  height: 400px;
}
.services .services-card {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  margin-top: 20px;
  background-color: var(--bs-white);
  padding: 0.8rem 0.8rem 0;
  cursor: pointer;
}
.services .services-card .card-icon {
  position: absolute;
  top: 6%;
  right: 9%;
  z-index: 99;
}
.services .services-card .image-effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 35px;
}
.services .services-card .image-effect img {
  transition: all 0.45s ease;
  border-radius: 35px;
  display: block;
  width: 100%;
  object-fit: cover;
}
.services .services-card .cards-image figure {
  margin: 0;
  position: relative;
}
.services .services-card .services-content {
  z-index: 1;
  bottom: 0;
  padding: 1.5rem 0;
  background-color: #fff;
}
.services .services-card .services-content p {
  color: #525252;
  font-size: 14px;
  font-weight: 300;
}
.services .services-card .services-content h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.services {
  /* 🔥 IMAGE HOVER EFFECT */
}
.services .services-card .cards-image figure {
  position: relative;
}
.services .services-card .cards-image .default-img,
.services .services-card .cards-image .hover-img {
  transform: scale(1.1);
}
.services .services-card .cards-image .default-img {
  position: relative;
  display: block;
  width: 100%;
}
.services .services-card .cards-image .hover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
}
.services .services-card:hover .cards-image .hover-img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.services .services-card:hover .cards-image .default-img {
  opacity: 0;
  transform: scale(1);
}
.services .services-card:hover .arrow {
  transform: scale(1.3) rotate(45deg);
  background-color: var(--bs-black);
}

.feature-section {
  background: #f5f5f5;
}
.feature-section .feature-card {
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s;
  cursor: default;
}
.feature-section .feature-card:hover {
  background: #fff3ec;
}
.feature-section .feature-card .feature-icon {
  font-size: 36px;
  color: #ff7a18;
}
.feature-section .feature-card h3 {
  font-size: 1.1rem;
  color: #000;
}
.feature-section .feature-card p {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.7);
}

.bestSeller .owl-carousel .review-card .cimg {
  height: 18rem;
}
.bestSeller .off-price {
  color: #41a141;
}
.bestSeller .view-btn {
  margin-top: 1rem;
}
.bestSeller .owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  display: flex;
  justify-content: space-between;
}
.bestSeller .owl-carousel .owl-nav button .arrows {
  color: #f97316;
}
.bestSeller .owl-carousel .owl-nav button.owl-next {
  right: -10px;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.bestSeller .owl-carousel .owl-nav button.owl-prev {
  left: -10px;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.bestSeller .owl-carousel .owl-nav button.owl-next, .bestSeller .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(var(--bs-white-rgb), 1);
}
.bestSeller .owl-carousel .owl-nav button:hover {
  background-color: #f97316;
}

@keyframes floatBag {
  0% {
    transform: translateY(0) rotate(var(--rot));
  }
  50% {
    transform: translateY(-12px) rotate(var(--rot));
  }
  100% {
    transform: translateY(0) rotate(var(--rot));
  }
}
.health-hero {
  background: rgba(237, 84, 51, 0.04);
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
.health-hero .hero-img-wrap {
  position: relative;
}
.health-hero .hero-img-wrap .bg-shape {
  position: absolute;
  width: 425px;
  height: 425px;
  background: #fff0ee;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.health-hero .hero-img-wrap .bag1,
.health-hero .hero-img-wrap .bag2,
.health-hero .hero-img-wrap .bag3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: floatBag 3.5s ease-in-out infinite;
}
.health-hero .hero-img-wrap .bag1 {
  width: 120px;
  left: 10rem;
  top: -5rem;
  --rot: -15deg;
  z-index: 1;
  animation-duration: 3s;
}
.health-hero .hero-img-wrap .bag2 {
  width: 140px;
  left: 16rem;
  top: -7rem;
  --rot: 15deg;
  animation-duration: 4s;
  animation-delay: 0.5s;
}
.health-hero .hero-img-wrap .bag3 {
  width: 80px;
  left: 24rem;
  top: -2rem;
  --rot: -15deg;
  z-index: 1;
  animation-duration: 2.8s;
  animation-delay: 1s;
}
.health-hero .hero-content {
  max-width: 480px;
}
.health-hero .hero-content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 12px;
}
.health-hero .hero-content p {
  color: #6b6b6b;
  font-size: 15px;
  margin-bottom: 24px;
  max-width: 380px;
}

/* Custom button */
.btn-theme {
  background: #f46b2c;
  color: #fff;
  border-radius: 30px;
  padding: 10px 22px;
  font-size: 14px;
  transition: 0.3s ease;
}
.btn-theme .arrow-icon {
  width: 24px;
  height: 24px;
  background: #fff;
  color: #f46b2c;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.btn-theme:hover {
  background: #e35d20;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .health-hero .hero-content {
    text-align: center;
    margin: auto;
  }
}
.usage-section .usage-card {
  position: relative;
  border-radius: 120px;
  overflow: hidden;
  height: 380px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
  cursor: pointer;
}
.usage-section .usage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.usage-section .usage-card:hover img {
  transform: scale(1.08);
}
.usage-section .usage-card:hover {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}
.usage-section .usage-card:hover .usage-tag {
  background: #f97316;
  color: var(--bs-white);
}
.usage-section .usage-card .usage-tag {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 991px) {
  .usage-section .usage-card {
    height: 300px;
    border-radius: 80px;
  }
}
@media (max-width: 575px) {
  .usage-section .usage-card {
    height: 260px;
    border-radius: 50px;
  }
}
.progress-slider .testimonial-card {
  background: #FBFBFB;
  border-radius: 22px;
  padding: 28px;
}
.progress-slider .testimonial-card .testimonial-img {
  position: absolute;
  top: -6px;
  left: -8px;
}
.progress-slider .testimonial-card .testimonial-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid var(--bs-white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.progress-slider .testimonial-card .quote-icon {
  width: 30px;
  height: 30px;
  background: url("../images/logos/quote.svg") no-repeat center center/100%;
  margin-top: 3rem;
}
.progress-slider .testimonial-card .testimonial-content {
  position: relative;
}
.progress-slider .testimonial-card .testimonial-content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(62, 62, 62, 0.6);
  margin-bottom: 0;
  max-width: 520px;
}
.progress-slider .testimonial-card .testimonial-content .author {
  font-size: 14px;
  color: #1a1a1a;
}
.progress-slider .testimonial-card .testimonial-content .stars {
  color: #ffc617;
}
.progress-slider .testimonial-card .testimonial-content .stars i {
  margin-left: 2px;
  font-size: 14px;
}
.progress-slider .owl-carousel .owl-stage-outer {
  padding: 2%;
}
.progress-slider .owl-item {
  width: 100%;
}
.progress-slider .owl-item .card {
  height: 400px;
  transition: width 0.4s ease;
}
.progress-slider .owl-item.center .card {
  width: 100%;
}
.progress-slider .owl-dots {
  position: relative;
  bottom: 7%;
  left: -45%;
  width: 30%;
  height: 8px;
  background: rgba(62, 62, 62, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.progress-slider .owl-dot {
  display: none;
}
.progress-slider .owl-dots::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: var(--bs-black);
  transition: width 0.5s ease;
  border-radius: 10px;
  width: var(--progress, 0%);
}
.progress-slider .owl-nav {
  position: absolute;
  width: 40%;
  bottom: 0;
  left: -50%;
  height: 50px;
  z-index: 11;
  display: flex;
  justify-content: space-between;
}
.progress-slider .owl-nav button {
  top: 100%;
  background-color: rgba(0, 0, 0, 0.4392156863);
}
.progress-slider .owl-nav button svg {
  filter: invert(0);
}
.progress-slider .owl-nav button.owl-prev {
  right: 4rem;
}
.progress-slider .owl-nav button.owl-next {
  right: 1rem;
}
@media (min-width: 992px) {
  .progress-slider .owl-nav .owl-dots {
    width: 55%;
  }
}

.blog-section .blog-card {
  background: var(--bs-white);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(62, 62, 62, 0.1);
  transition: 0.35s ease;
}
.blog-section .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.08);
}
.blog-section .blog-card:hover img {
  transform: scale(1.05);
}
.blog-section .blog-card .blog-img {
  border-radius: 1rem;
  overflow: hidden;
}
.blog-section .blog-card .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.blog-section .blog-card .blog-body {
  padding: 18px 18px 22px;
}
.blog-section .blog-card .blog-body h5 {
  font-family: "Marcellus", serif;
  font-size: 1.1rem;
  margin-bottom: 16px;
}
.blog-section .blog-card .blog-body .blog-meta span {
  font-size: 12px;
  color: #8b8b8b;
}
.blog-section .blog-card .blog-body .blog-meta span i {
  margin-right: 4px;
}
.blog-section .blog-card .blog-body .view-link {
  font-size: 13px;
  font-weight: 600;
  color: #ff6a4d;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}
.blog-section .blog-card .blog-body .view-link span {
  display: inline-block;
  transition: 0.3s;
}
.blog-section .blog-card .blog-body .view-link:hover span {
  transform: translateX(5px);
}

.colorbg {
  position: relative;
  background: #fc390d;
  overflow: hidden;
  border-radius: 35px;
}
.colorbg::before, .colorbg::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(180deg, #fe9216 0%, #fccf2b 100%);
  filter: blur(163px);
  z-index: 0;
  pointer-events: none;
  transition: transform 0.12s ease-out;
  will-change: transform;
  transform: translate(var(--mx, 0px), var(--my, 0px));
}
.colorbg::before {
  top: 70%;
  width: 40% !important;
  height: 300px !important;
  left: -10%;
}
.colorbg::after {
  right: -10%;
}
.colorbg .themebtn:hover {
  border: 1px transparent;
  border-color: #000;
}

.prodpagetitle {
  height: 18rem;
  background-color: #fafafa;
}

.prod-card .item-p {
  background-color: #f0f0f0;
  padding: 16px;
  position: relative;
  overflow: hidden;
  height: 30rem;
  transition: background-color 0.3s ease;
}
.prod-card .item-p img {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.prod-card .item-p .img-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.prod-card:hover .item-p {
  background-color: #f97316;
}
.prod-card:hover .img-default {
  opacity: 0;
  transform: scale(0.95);
}
.prod-card:hover .img-hover {
  top: auto;
  left: auto;
  opacity: 1;
  transform: scale(1);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 20px;
}

.product-grid .prod-card:first-child {
  grid-row: 1/span 2;
}
.product-grid .prod-card:first-child .item-p {
  height: 54.4rem;
}

.prod-card .item-p {
  height: 25rem;
}

.prod-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.third-row .prod-card .item-p {
  height: 40rem;
}

.bi-star-fill {
  color: #ffc107;
}

.bi-star,
.rate,
.date {
  color: rgba(62, 62, 62, 0.5);
}

.sticky-top-tabs {
  position: relative;
  transition: all 0.3s ease;
}

.sticky-top-tabs.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  animation: smoothSticky 0.3s ease;
}

@keyframes smoothSticky {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.product-desc,
.prod-dpara {
  color: rgba(52, 58, 64, 0.5);
}

.feature-boxes {
  background: #f9f9f9;
}
.feature-boxes .feature-card {
  position: relative;
  padding: 1rem;
  font-size: 14px;
  height: 100%;
  transition: 0.3s;
}
.feature-boxes .feature-card::after {
  content: "";
  position: absolute;
  height: 70%;
  top: 15%;
  right: 0;
  width: 1px;
  background: rgba(237, 237, 237, 0.6);
}
.feature-boxes .feature-card:last-child::after {
  display: none;
}
.feature-boxes .feature-card .icon {
  height: 2.3rem;
}
.feature-boxes .feature-card .icon img {
  height: 100%;
}

#productd-main {
  background: var(--bs-white);
}
#productd-main .product-section {
  background: linear-gradient(137deg, #fff 0%, #fff 100%);
}
#productd-main .product-section .thumb-wrapper {
  width: 150px;
  height: 432px;
  border-radius: 24px;
  border: 1px solid rgba(237, 237, 237, 0.6);
  background: #f9f9f9;
}
#productd-main .product-section .thumb-wrapper .swiper-wrapper {
  height: 100%;
}
#productd-main .product-section .thumb-wrapper .thumb-item {
  height: 6rem !important;
  cursor: pointer;
  transition: 0.3s;
  background: var(--bs-white);
}
#productd-main .product-section .thumb-wrapper .thumb-item:hover {
  transform: scale(1.05);
}
#productd-main .product-section .thumb-wrapper .thumb-item img {
  width: 100%;
  height: 100%;
}
#productd-main .product-section .main-image {
  border: 1px solid rgba(237, 237, 237, 0.6);
  height: 500px;
}
#productd-main .product-section .thumb-next,
#productd-main .product-section .thumb-prev {
  transform: rotate(-90deg);
  left: 56px;
}
#productd-main .product-section .thumb-next {
  top: 3%;
}
#productd-main .product-section .thumb-prev {
  top: 97%;
}
#productd-main .product-section .swiper-button-next:after,
#productd-main .product-section .swiper-button-prev:after {
  font-size: 1.3rem;
  color: var(--bs-black);
}
#productd-main .product-section .product-content .rating {
  font-size: 0.9rem;
}
#productd-main .product-section .product-content .rating .star {
  color: #ffc107;
}
#productd-main .product-section .product-content .themebtn:hover {
  background: var(--bs-black);
}
#productd-main .product-section .product-content .themebtn span {
  right: 0;
}
#productd-main .product-section .product-content .themebtn::before {
  display: none;
}
#productd-main .product-section .product-content .benefits ul {
  list-style: none;
  padding: 0;
}
#productd-main .product-section .product-content .benefits li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  color: var(--bs-black);
}
#productd-main .product-section .product-content .benefits li::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/logos/tick.svg") center/contain no-repeat;
}
#productd-main .product-section .product-content .more-detailbtn {
  text-decoration: none;
  color: #343a40;
  position: relative;
}
#productd-main .product-section .product-content .more-detailbtn::after {
  content: "\f128";
  font-family: "bootstrap-icons";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s ease;
}
#productd-main .product-section .product-content .more-detailbtn:hover {
  color: #f97316;
}
#productd-main .product-section .product-content .more-detailbtn:hover::after {
  transform: translateY(-50%) rotate(0deg);
}
#productd-main .tabbtn {
  background: #f9f9f9;
}
#productd-main .prod-dpara {
  font-size: 0.9rem;
}
#productd-main .btn-close {
  top: 0.7rem;
  right: 0.7rem;
}
#productd-main .video-box {
  cursor: pointer;
}
#productd-main .video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  transition: 0.3s;
}
#productd-main .video-box .play-btn .bi-play {
  color: var(--bs-white);
  transition: all 0.3s ease;
}
#productd-main .video-box .play-btn:hover .bi-play {
  color: #f97316;
}
#productd-main .sec-rating {
  background: #FBFBFB;
}
#productd-main .sec-rating .col-md-4 .total-rating {
  position: relative;
}
#productd-main .sec-rating .col-md-4 .total-rating::after {
  content: "";
  position: absolute;
  height: 70%;
  width: 1px;
  background-color: rgba(237, 237, 237, 0.9);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#productd-main .sec-rating .col-md-4:last-child .total-rating::after {
  display: none;
}
#productd-main .sec-rating .total-rating {
  height: 100%;
}
#productd-main .sec-rating .total-rating .out-rating {
  position: absolute;
  right: 30%;
  top: 25%;
}
#productd-main .sec-rating .total-rating .themebtn:hover {
  background: var(--bs-black);
}
#productd-main .sec-rating .total-rating .themebtn span {
  right: 0;
}
#productd-main .sec-rating .total-rating .themebtn::before {
  display: none;
}
#productd-main .sec-rating .progress {
  height: 1rem;
  border-radius: 3px;
  background: #e9ecef;
  width: 150px;
}
#productd-main .sec-rating .progress .progress-bar {
  background: #ffc107;
  font-size: 12px;
  line-height: 8px;
}
#productd-main .sec-rating .custom-dropdown .btn {
  background: #f9f9f9;
  border: 1px solid #ededed;
  border-radius: 50px;
  padding: 0.7rem 1rem;
  color: #222;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  gap: 10px;
  transition: all 0.3s ease;
}
#productd-main .sec-rating .custom-dropdown .btn:focus {
  box-shadow: none;
  border: 1px solid #f97316;
}
#productd-main .sec-rating .custom-dropdown .btn:hover {
  border: 1px solid #f97316;
}
#productd-main .sec-rating .custom-dropdown .dropdown-menu {
  border-radius: 16px;
  border: 1px solid #ededed;
  padding: 10px;
}
#productd-main .sec-rating .rating-card {
  background: var(--bs-white);
}
#productd-main .sec-rating .rating-card .rinfo .client_img {
  width: 70px;
  height: 70px;
}
#productd-main .sec-rating .rating-card .rinfo .client_name {
  white-space: nowrap;
}
#productd-main .prod-detailpage .cimg {
  height: 25rem !important;
}
#productd-main .faq-item {
  background: var(--bs-white);
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
#productd-main .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  background: var(--bs-white);
  border: none;
  width: 100%;
  text-align: left;
}
#productd-main .faq-item .faq-icon {
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
#productd-main .faq-item .faq-icon.open {
  transform: rotate(45deg);
}
#productd-main .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
  will-change: max-height, padding;
}
#productd-main .faq-item .faq-answer.open {
  padding: 0 24px 20px;
}
#productd-main .faq-item .faq-answer-content {
  font-size: 0.95rem;
  line-height: 1.6;
}
#productd-main .faq-item .faq-answer-content {
  margin-bottom: 1rem !important;
}
#productd-main .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 2px;
  border-color: #f97316;
}
#productd-main .description-section {
  background: linear-gradient(137deg, #fff 0%, #fff 100%);
}
#productd-main .sticky-top-tabs {
  position: sticky;
  top: 3rem;
  z-index: 11;
  padding: 2rem 0rem;
}
#productd-main .glassm {
  width: fit-content;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
#productd-main .glassm .tabbtn {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: background 0.4s ease, backdrop-filter 0.4s ease, transform 0.3s ease, box-shadow 0.4s ease;
  will-change: transform, backdrop-filter;
}
#productd-main .glassm .tabbtn:hover {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}

#specifications {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
#specifications table {
  width: 100%;
}
#specifications td {
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
  color: #475569;
  line-height: 1.5;
}
#specifications td:first-child {
  font-weight: 600;
  color: #0f172a;
  width: 40%;
  background-color: #f8fafc;
  border-right: 1px solid #e2e8f0;
}
#specifications td p {
  margin: 0;
}
#specifications tbody tr {
  transition: background-color 0.2s ease;
}
#specifications tbody tr:hover {
  background-color: #f1f5f9;
}
#specifications tbody tr:last-child td {
  border-bottom: none;
}

#careerListing .careerbg {
  background: #fcfcfc;
}
#careerListing .careerbg .tab-pane .job-card {
  background: var(--bs-white);
  box-shadow: 0 4px 11.8px 0 rgba(0, 0, 0, 0.05);
}
#careerListing .careerbg .tab-pane .job-card .tagicon {
  width: 40px;
  height: 40px;
  background: rgba(249, 115, 22, 0.04);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
#careerListing .careerbg .tab-pane .job-card .small,
#careerListing .careerbg .tab-pane .job-card .salary {
  color: rgba(52, 58, 64, 0.5);
}
#careerListing .careerbg .tab-pane .job-card .job-footer {
  background: rgba(249, 115, 22, 0.08);
}
#careerListing .careerbg .tab-pane .job-card .job-footer .bi {
  color: #f97316;
  font-size: 1.2rem;
}
#careerListing .tab-pane {
  display: none !important;
}
#careerListing .tab-pane.active {
  display: flex !important;
  flex-direction: column;
}
#careerListing .tab-pane.fade {
  transition: opacity 0.3s ease;
}
#careerListing .category-list .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding: 10px 16px;
  background: #f4f4f4;
  color: var(--bs-black);
  transition: 0.3s;
}
#careerListing .category-list .nav-link .count {
  font-size: 13px;
  opacity: 0.7;
}
#careerListing .category-list .nav-link:hover {
  background: #f97316;
  color: var(--bs-white);
}
#careerListing .category-list .nav-link:hover svg path {
  fill: var(--bs-white);
  stroke: var(--bs-white);
}
#careerListing .category-list .nav-link.active {
  background: #f97316;
  color: var(--bs-white);
}
#careerListing .category-list .nav-link.active .count {
  opacity: 1;
}
#careerListing .category-list .nav-link.active svg path {
  fill: var(--bs-white);
  stroke: var(--bs-white);
}
#careerListing .category-list .nav-item {
  display: flex;
  align-items: center;
  height: 50px;
}

#careerDetail .job-details .job-card {
  background: #fcfcfc;
  box-shadow: 0 4px 11.8px 0 rgba(0, 0, 0, 0.05);
}
#careerDetail .job-details .job-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
#careerDetail .job-details .company-info span {
  color: rgba(52, 58, 64, 0.8);
}
#careerDetail .job-details .contact-card {
  background: rgb(251.55, 251.55, 251.55);
  border: 1px solid #eee;
}
#careerDetail .job-details .skill-badge {
  padding: 0.6rem 1.2rem;
  background: rgb(251.55, 251.55, 251.55);
  border: 1px solid rgba(237, 237, 237, 0.6);
  color: #f97316;
  font-size: 0.9rem;
  font-weight: 500;
}
#careerDetail .job-details .responlist li {
  color: rgba(52, 58, 64, 0.8);
}
#careerDetail .job-details ul {
  padding-left: 1.2rem;
}
#careerDetail .job-details ul li {
  margin-bottom: 8px;
}
#careerDetail .job-details .lines {
  position: relative;
  display: flex;
  justify-content: start;
  height: 5rem;
  align-items: center;
  gap: 1rem;
}
#careerDetail .job-details .lines h6 {
  margin-bottom: 0 !important;
}
#careerDetail .job-details .lines::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(237, 237, 237, 0.7);
}
#careerDetail .job-details .lines:first-child::after {
  display: none;
}

#contact .contact-main {
  position: relative;
  overflow: hidden;
}
#contact .contact-content p {
  width: 70%;
  color: #545454;
}
#contact .contact-content .info-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  width: 100%;
}
.contact-form-box {
  position: relative;
  z-index: 9;
  box-shadow: 0 4px 40.3px 0 rgba(0, 0, 0, 0.04);
}
.contact-form-box p {
  color: rgba(52, 58, 64, 0.6);
  font-size: 0.87rem;
}
.contact-form-box label {
  font-family: "Marcellus", serif;
  font-size: 0.87rem;
}
.contact-form-box .form-control {
  border: 1px solid rgba(237, 237, 237, 0.8);
}
.contact-form-box .form-control::placeholder {
  color: rgba(52, 58, 64, 0.4);
}
.contact-form-box textarea.form-control {
  height: 100px;
}
.contact-form-box .form-control:focus {
  box-shadow: none;
  border: 1px solid #f97316;
}
.contact-form-box .phone-group {
  border: 1px solid rgba(237, 237, 237, 0.8);
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}
.contact-form-box .phone-group .country-code {
  max-width: 120px;
  border: none;
  border-right: 1px solid rgba(237, 237, 237, 0.8);
  border-radius: 0;
  box-shadow: none;
}
.contact-form-box .phone-group .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-form-box .phone-group .form-select {
  font-size: 0.8rem;
}
.contact-form-box .phone-group:focus-within {
  border: 1px solid #f97316;
}

.form-select:focus {
  border: 1px solid #f97316;
  box-shadow: none;
}

#aboutPage .abhero {
  background: #f9f9f9;
}
#aboutPage .abhero .abhero-content {
  width: 45%;
}
#aboutPage .abhero .abhero-content h1 {
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#aboutPage .abhero .abhero-content p {
  color: var(--bs-gray-600);
  width: 75%;
  margin-bottom: 25px;
}
#aboutPage .abhero {
  position: relative;
}
#aboutPage .abhero .abhero-shape {
  position: absolute;
  bottom: 0;
  height: 200px;
  left: 50%;
  transform: translateX(-50%);
}
#aboutPage .abhero .abhero-shape svg path {
  height: 100%;
}
#aboutPage .abtwo p {
  color: var(--bs-gray-600);
}
#aboutPage .abthree {
  background: #FBFBFB;
}
#aboutPage .abthree .abthree-card {
  background: rgba(249, 115, 22, 0.08);
  box-shadow: 0 2.008px 16.01px 0 rgba(0, 0, 0, 0.07);
  height: 300px;
  z-index: 1;
}
#aboutPage .abthree .abthree-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: rgb(255, 255, 255);
  left: 0;
  bottom: 0;
  z-index: -1;
}
#aboutPage .abthree .abthree-card .icon {
  background: #f97316;
  width: 60px;
  height: 60px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  border-radius: 50%;
}
#aboutPage .abthree .abthree-card .icon img {
  transition: transform 0.3s ease-in-out;
}
#aboutPage .abthree .abthree-card:hover .icon img {
  transform: scale(1.2);
}
#aboutPage .abfour .threeelements .box {
  width: 70%;
  background: #FBFBFB;
}
#aboutPage .abfour .threeelements .box:nth-child(2) {
  transform: translateX(-25%);
}
#aboutPage .abfour .threeelements .box p {
  width: 70%;
  font-family: "Marcellus", serif;
}
#aboutPage .abfour .threeelements .num {
  width: 60px;
  height: 60px;
  background: #f97316;
  font-family: "Marcellus", serif;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
}
#aboutPage .abfive {
  background: #FBFBFB;
}
#aboutPage .abfive .review-card {
  box-shadow: 0 4px 18.1px 0 rgba(0, 0, 0, 0.04) !important;
}
#aboutPage .abfive .review-card .cimg {
  height: 22rem;
}
#aboutPage .abfive .review-card h4 {
  width: 70%;
}
#aboutPage .absix .explore-banner {
  background: linear-gradient(273deg, #FFF -8.14%, #F97316 57.11%);
  color: var(--bs-white);
  padding-left: 6rem;
  overflow: hidden;
  z-index: 1;
}
#aboutPage .absix .explore-banner::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(253, 169, 30, 0.24);
  top: -20%;
  left: -6%;
  border-radius: 50%;
  z-index: -1;
}
#aboutPage .absix .explore-banner .expimgdiv {
  position: relative;
  overflow: hidden;
  z-index: 11;
  height: 22rem;
}
#aboutPage .absix .explore-banner .expimgdiv::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(253, 169, 30, 0.24);
  top: 20%;
  right: -8%;
  border-radius: 50%;
}
#aboutPage .absix .explore-banner .expimgdiv::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: rgba(249, 115, 22, 0.41);
  filter: blur(30px);
  border: 1px solid red;
  top: 0;
  right: 0;
  border-radius: 50%;
}
#aboutPage .absix .explore-banner .expimgdiv .expimg {
  z-index: 1;
  right: 30%;
}

#blogListing {
  background: #FBFBFB;
}
#blogListing .c_name {
  color: rgba(52, 58, 64, 0.6);
}
#blogListing .blog-section .blog-card:hover img {
  transform: scale(1);
}
#blogListing .blog-cate-btns button.active {
  color: black !important;
  font-weight: 600 !important;
}
#blogListing button {
  border: 1px solid #ededed !important;
  border-radius: 0.5rem;
  padding: 0.4rem 0.5rem;
}
#blogListing .tab-pane {
  opacity: 0;
  transform: scale(0.95) translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  width: 100%;
  pointer-events: none;
}
#blogListing .tab-pane.active {
  opacity: 1;
  transform: scale(1) translateY(0);
  position: relative;
  pointer-events: auto;
}
#blogListing .tab-content {
  position: relative;
  overflow: hidden;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
#blogListing .tab-pane.animating-left {
  animation: slideInLeft 0.5s ease-out forwards;
}
#blogListing .tab-pane.animating-right {
  animation: slideInRight 0.5s ease-out forwards;
}
#blogListing .tab-pane.animating-up {
  animation: fadeInUp 0.5s ease-out forwards;
}

#blogDetail {
  background: #FBFBFB;
}
#blogDetail .blog-dimg {
  height: 30rem;
}
#blogDetail p,
#blogDetail li {
  color: rgba(52, 58, 64, 0.8);
  line-height: 1.8;
}
#blogDetail .blog_detail_sec .side-container .sicon {
  background: rgb(240.2137931034, 241.6, 242.9862068966);
}
#blogDetail .blog_detail_sec .side-container .related-blog .relatedblg_card .rblgimg {
  height: 90px;
  width: 90px;
  background: rgba(62, 62, 62, 0.05);
}
#blogDetail .blog_detail_sec .side-container .related-blog .relatedblg_card .rblgcontent {
  width: 80%;
}
#blogDetail .blog_detail_sec .side-container .related-blog .relatedblg_card .rblgcontent p {
  color: rgba(52, 58, 64, 0.8);
}
#blogDetail .blog_detail_sec .side-container .related-blog .relatedblg_card .rblgcontent p,
#blogDetail .blog_detail_sec .side-container .related-blog .relatedblg_card .rblgcontent h5 {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#termCondition p {
  color: rgba(52, 58, 64, 0.6);
  margin-bottom: 0;
  margin-top: 0.4rem;
}

.thankyou {
  height: 40rem;
}
.thankyou .left-shape,
.thankyou .right-shape {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}
.thankyou .left-shape svg,
.thankyou .right-shape svg {
  height: 100%;
}
.thankyou .right-shape {
  right: 0;
}
.thankyou .left-shape {
  left: 0;
}

.errorpage .errorshape {
  position: absolute;
  top: 0;
  right: -3%;
  z-index: -1;
  height: 100%;
}
.errorpage .errorshape svg {
  height: 100%;
}
.errorpage .error-content h3 {
  width: 70%;
}
.errorpage .left {
  height: 36rem;
}
.errorpage .error-img {
  position: absolute;
  right: 0;
  top: 6%;
}
.errorpage .errornum {
  top: 20%;
}

model-viewer {
  width: 100%;
  max-width: 800px;
  height: 100%;
  background: transparent;
  border-radius: 20px;
  filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.2));
}

.rating-stars {
  direction: rtl;
  display: inline-flex;
}

.rating-stars input {
  display: none;
}

.rating-stars label {
  font-size: 24px;
  color: #ccc;
  cursor: pointer;
  transition: 0.3s;
}

.rating-stars input:checked ~ label,
.rating-stars label:hover,
.rating-stars label:hover ~ label {
  color: #ff6a00;
}

@media (min-width: 0) and (max-width: 575px) {
  #mobilesearch {
    display: flex !important;
    position: absolute;
    right: 15% !important;
  }
  #searchOverlay .search-content {
    margin-top: 4rem;
    overflow-y: scroll;
    height: 72vh;
  }
  .search-result .wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    overflow-x: scroll;
  }
  .search-result .wrapper .search-item p {
    color: #000;
  }
  .search-result .wrapper .search-item .pname {
    display: flex;
    justify-content: space-between;
  }
  .section-title {
    text-align: center;
    flex-direction: column;
  }
  h2,
  h3 {
    font-size: 1.9rem;
  }
  .hero-section {
    padding-top: 0 !important;
  }
  .hero-section .hero-content {
    text-align: center;
  }
  .hero-section .hero-content h1 {
    width: 100% !important;
    font-size: 1.3rem;
  }
  .hero-section .hero-content p {
    font-size: 0.9rem;
  }
  .hero-section .hero-image {
    display: none;
  }
  .hero-section .owl-carousel {
    padding-block: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-section .owl-nav {
    display: none;
  }
  .themebtn,
  .themebtn-black {
    padding: 0.6rem 2rem;
  }
  .themebtn::before,
  .themebtn-black::before {
    width: 2.4rem;
    padding: 5px;
  }
  .body-selector .category-grid {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .body-selector .category-grid .category-card {
    height: 110px;
  }
  .body-selector .col-md-4:last-child .category-grid {
    padding-bottom: 1rem;
  }
  .body-selector .human-body {
    display: none;
  }
  .secthree .activitydiv {
    display: block !important;
  }
  .secthree .activitydiv .activity-card {
    width: 100%;
    margin-bottom: 1rem;
  }
  .secthree .activitydiv .actcardimg1:hover,
  .secthree .activitydiv .actcardimg2:hover {
    width: 100%;
  }
  #bodyPartModal .modal-dialog {
    max-width: 100%;
  }
  #bodyPartModal .modal-body {
    overflow-y: scroll;
    height: 60vh;
  }
  #bodyPartModal .modal-body .product-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .health-hero {
    height: auto;
  }
  .health-hero .hero-img-wrap {
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
  .health-hero .hero-img-wrap .bag1,
  .health-hero .hero-img-wrap .bag3 {
    display: none;
  }
  .health-hero .hero-img-wrap .bag2 {
    position: static;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
  }
  .health-hero .hero-img-wrap .bg-shape {
    width: 290px;
    height: 290px;
  }
  .secfive .arrows .left {
    top: 35px;
    left: 0%;
  }
  .secfive .arrows .left img {
    width: 50px;
  }
  .secfive .arrows .right {
    transform: scaleX(-1);
    right: 0%;
    top: 35px;
  }
  .secfive .arrows .right img {
    width: 50px;
  }
  .services .services-card {
    margin-top: 0;
  }
  .services .services-card .cards-image .default-img {
    height: 280px;
  }
  .services .services-card .services-content h3 {
    font-size: 1.2rem !important;
  }
  .community-reviews .owl-carousel .review-card .cimg {
    height: 20rem;
  }
  .community-reviews .owl-carousel .review-card h4 {
    font-size: 0.9rem !important;
  }
  .community-reviews .owl-carousel .review-card span {
    font-size: 0.8rem;
  }
  #testimonial h2 {
    width: 100% !important;
  }
  #testimonial .testititle {
    display: flex;
    gap: 1rem;
    align-items: start;
  }
  .bannerlast h2,
  .bannerlast p {
    padding-inline: 1rem;
  }
  .bannerlast .themebtn {
    margin-block: 1rem !important;
  }
  .colorbg::after {
    right: 20%;
  }
  .product-section h3 {
    font-size: 1rem !important;
    margin-top: 10px !important;
    margin-bottom: 1rem;
  }
  .product-section .prod-card .item-p {
    height: 15rem;
  }
  .product-section .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-section .product-grid .prod-card:first-child .item-p {
    height: 15rem;
  }
  .product-section .product-grid .prod-card:first-child {
    grid-row: 1;
    grid-column: span 2;
  }
  .product-section .product-grid .prod-card {
    margin-bottom: 0;
  }
  .product-section .third-row .prod-card {
    margin-bottom: 1rem;
  }
  .product-section .third-row .prod-card .item-p {
    height: 15rem;
  }
  .footer-section::after {
    display: none;
  }
  .footer-section .footer-left p {
    width: 100% !important;
  }
  .footer-section .footer-right {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-section .footer-right .keep-touch {
    margin-top: 0 !important;
    margin-bottom: 2rem;
  }
  .footer-section .footer-right .newsletter {
    margin-top: 1rem;
    width: 100%;
  }
  .footer-section .footer-right .newsletter form .subscribe-btn {
    padding: 10px;
  }
  .footer-section .footer-bottom {
    margin-top: 0 !important;
  }
  .thankyou .left-shape {
    left: -50%;
  }
  .thankyou .right-shape {
    right: -35%;
  }
  .mega-product .img {
    height: 120px;
    width: 90px;
  }
  #searchOverlay .search-result .wrapper .search-item .pname {
    word-wrap: break-word;
    font-size: 12px;
  }
  #searchOverlay .close-btn {
    top: 2% !important;
    right: 10px !important;
  }
  #searchOverlay .search-content {
    height: fit-content;
  }
  #searchOverlay .popular-search ul li {
    padding-left: 0;
  }
  .feature-boxes .feature-card {
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .section-title {
    text-align: center;
    flex-direction: column;
  }
  h1,
  h2,
  h3 {
    font-size: 1.9rem !important;
  }
  .top-bar {
    display: none;
  }
  .hero-features {
    display: none !important;
  }
  .themebtn,
  .themebtn-black {
    padding: 0.6rem 2rem;
  }
  .themebtn::before,
  .themebtn-black::before {
    width: 2.4rem;
    padding: 5px;
  }
  .hero-section .hero-shape {
    top: 0%;
    left: 0%;
  }
  .skills {
    width: 100% !important;
  }
  #aboutPage {
    overflow: hidden;
  }
  #aboutPage p {
    width: 100% !important;
  }
  #aboutPage .abhero .abhero-content {
    width: 100%;
    text-align: center;
  }
  #aboutPage .abtwo p {
    width: 100% !important;
    text-align: justify;
  }
  #aboutPage .abfour h2 {
    text-align: center !important;
    width: 100%;
  }
  #aboutPage .abfour .threeelements .box {
    width: 100%;
    padding: 0.7rem !important;
  }
  #aboutPage .abfour .threeelements .box p {
    width: 80% !important;
    font-size: 0.8rem;
  }
  #aboutPage .abfour .threeelements .box .num {
    width: 2rem;
    height: 2rem;
  }
  #aboutPage .abfour .threeelements .box:nth-child(2) {
    transform: translateX(0) !important;
  }
  #aboutPage .abfive h2 {
    width: 100% !important;
  }
  #aboutPage .absix .explore-banner {
    padding-left: 0;
    gap: 0 !important;
  }
  #aboutPage .absix .explore-banner::after {
    width: 150px;
    height: 150px;
    top: -3%;
    left: -6%;
  }
  #aboutPage .absix .explore-banner .themebtn {
    margin-top: 1.3rem !important;
  }
  #aboutPage .absix .explore-banner div {
    width: 100% !important;
    padding: 1rem;
    padding-top: 3rem;
    text-align: center;
  }
  #aboutPage .absix .explore-banner div h2 {
    width: 100% !important;
  }
  #aboutPage .absix .explore-banner .expimgdiv {
    height: 15rem;
  }
  #aboutPage .absix .explore-banner .expimgdiv::before {
    display: none;
  }
  #aboutPage .absix .explore-banner .expimgdiv .expimg {
    right: -13%;
    bottom: -7%;
  }
  .prodpagetitle {
    padding-top: 3rem;
    height: 100%;
  }
  .prodpagetitle .section-title {
    margin-bottom: 0 !important;
  }
  .prodpagetitle .breadcrumb {
    margin-bottom: 0 !important;
  }
  #blogListing .blog-listing-sec .blog-cate-btns {
    gap: 0.8rem;
    justify-content: start !important;
    margin-top: 1rem;
  }
  #blogListing .blog-listing-sec .blog-cate-btns button {
    border: 1px solid #ededed !important;
    border-radius: 0.5rem;
    padding: 0.4rem 1rem;
  }
  #blogDetail .blog_detail_sec .blog-dimg {
    height: 10rem;
    border-radius: 1rem !important;
  }
  #blogDetail .blog_detail_sec .blog-dcontent {
    padding-right: 0 !important;
  }
  #blogDetail .blog_detail_sec .blog-dcontent h1 {
    width: 100% !important;
  }
  #blogDetail .blog_detail_sec .blog-dcontent p {
    text-align: justify;
  }
  #blogDetail .blog_detail_sec .side-container {
    margin-top: 3rem;
    padding-left: 0 !important;
  }
  #blogDetail .blog_detail_sec .side-container .relatedblg_card {
    padding: 0.6rem !important;
  }
  #blogDetail .blog_detail_sec .side-container .relatedblg_card p {
    line-height: 1;
  }
  #careerListing .category-list .nav-link {
    width: 100% !important;
  }
  #careerDetail p {
    text-align: justify;
  }
  #contact .contact-content p,
  #contact .contact-content h1 {
    width: 100% !important;
  }
  #contact .contact-content .info-boxes {
    display: block;
  }
  #contact .contact-content .info-boxes .info-card {
    padding: 0 !important;
    margin-bottom: 1rem;
  }
  #contact .contact-form-box {
    padding: 1rem !important;
  }
  .errorpage .errorshape {
    width: 100%;
    right: 0%;
  }
  .errorpage .error-content {
    text-align: center;
    align-items: center !important;
  }
  .errorpage .error-content h3 {
    width: 100% !important;
  }
  .errorpage .error-content,
  .errorpage .left {
    width: 100% !important;
  }
  .errorpage .left {
    height: 18rem;
  }
  .errorpage .errornum {
    top: -5%;
  }
  .errorpage .errornum h3 {
    font-size: 4rem !important;
  }
  .thankyou .left-shape {
    left: -50%;
  }
  .thankyou .right-shape {
    right: -35%;
  }
  #termCondition .termCondition p {
    text-align: justify;
  }
  .sticky-top-tabs {
    position: relative !important;
    top: 0 !important;
  }
  .sticky-top-tabs .glassm {
    flex-wrap: wrap;
    padding: 1rem !important;
    box-shadow: none !important;
  }
  .sticky-top-tabs .glassm .tabbtn {
    white-space: nowrap;
  }
  .more-detailbtn {
    display: none;
  }
  .feature-boxes .feature-card {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hero-section {
    padding-top: 0 !important;
  }
  .hero-section .hero-content {
    text-align: center;
  }
  .hero-section .hero-content h1 {
    width: 100% !important;
  }
  .hero-section .hero-content p {
    font-size: 0.9rem;
  }
  .hero-section .hero-shape {
    top: 0%;
    left: 0%;
  }
  .hero-section .hero-image {
    display: none;
  }
  .hero-section .owl-carousel {
    padding-block: 3rem;
  }
  .hero-section .owl-nav {
    display: none;
  }
  .body-selector .category-grid {
    display: none;
  }
  .body-selector .human-body .body-imgs {
    position: relative;
  }
  .secthree .activitydiv {
    display: block !important;
  }
  .secthree .activitydiv .activity-card {
    width: 100%;
    margin-bottom: 1rem;
  }
  .secthree .activitydiv .actcardimg1:hover,
  .secthree .activitydiv .actcardimg2:hover {
    width: 100%;
  }
  .secfive .arrows .left {
    top: 35px;
    left: 20%;
  }
  .secfive .arrows .left img {
    width: 50px;
  }
  .secfive .arrows .right {
    transform: scaleX(-1);
    right: 20%;
    top: 35px;
  }
  .secfive .arrows .right img {
    width: 50px;
  }
  .health-hero {
    height: auto;
  }
  .health-hero .hero-img-wrap {
    height: 20rem;
  }
  .health-hero .hero-img-wrap .bag1,
  .health-hero .hero-img-wrap .bag3,
  .health-hero .hero-img-wrap .bag2 {
    position: relative;
  }
  .health-hero .hero-img-wrap .bag1 {
    left: 7rem;
    top: 3rem;
  }
  .health-hero .hero-img-wrap .bag3 {
    left: 20rem;
    top: -20rem;
  }
  .health-hero .hero-img-wrap .bag2 {
    position: relative;
    left: 12rem;
    top: -11rem;
  }
  .health-hero .hero-img-wrap .bg-shape {
    width: 350px;
    height: 350px;
  }
  .services .services-card {
    margin-top: 0;
  }
  .services .services-card .cards-image .default-img {
    height: 280px;
  }
  .community-reviews .owl-carousel .review-card .cimg {
    height: 20rem;
  }
  .community-reviews .owl-carousel .review-card h4 {
    font-size: 0.9rem !important;
  }
  .community-reviews .owl-carousel .review-card span {
    font-size: 0.8rem;
  }
  #testimonial h2 {
    width: 100% !important;
  }
  #testimonial .testititle {
    display: flex;
    gap: 1rem;
    align-items: start;
  }
  .bannerlast h2,
  .bannerlast p {
    padding-inline: 1rem;
  }
  .bannerlast .themebtn {
    margin-block: 1rem !important;
  }
  .colorbg::after {
    right: 20%;
  }
  .feature-section .feature-card {
    padding: 20px 0 !important;
  }
  #bodyPartModal .modal-dialog {
    max-width: 70%;
  }
  #bodyPartModal .modal-dialog .content {
    padding: 0.5rem !important;
  }
  #bodyPartModal .modal-dialog .product-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .mobilescroll {
    height: 500px;
    overflow-y: scroll;
  }
  .prod-card {
    margin-bottom: 1.5rem;
  }
  .product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .product-grid .prod-card {
    margin-bottom: 0;
  }
  .footer-section::after {
    display: none;
  }
  .footer-section .footer-left p {
    width: 100% !important;
  }
  .footer-section .footer-right {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-section .footer-right .keep-touch {
    margin-top: 0 !important;
    margin-bottom: 2rem;
  }
  .footer-section .footer-right .newsletter {
    margin-top: 1rem;
    width: 100%;
  }
  .footer-section .footer-right .newsletter form .subscribe-btn {
    padding: 10px;
  }
  .footer-section .footer-bottom {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h2,
  h3 {
    font-size: 2rem;
  }
  .hero-section {
    padding-top: 0 !important;
  }
  .hero-section .hero-content {
    text-align: center;
  }
  .hero-section .hero-content h1 {
    width: 100% !important;
  }
  .hero-section .hero-content p {
    font-size: 0.9rem;
    max-width: 100% !important;
  }
  .hero-section .hero-shape {
    top: 0%;
    left: 21%;
  }
  .hero-section .hero-image {
    display: none;
  }
  .hero-section .hero-features {
    display: none !important;
  }
  .hero-section .owl-carousel {
    padding-block: 3rem;
  }
  .hero-section .owl-nav {
    display: none;
  }
  .body-selector .human-body .body-imgs {
    position: relative;
  }
  .secthree .activitydiv {
    display: block !important;
  }
  .secthree .activitydiv .activity-card {
    width: 100%;
    margin-bottom: 1rem;
  }
  .secthree .activitydiv .actcardimg1:hover,
  .secthree .activitydiv .actcardimg2:hover {
    width: 100%;
  }
  .secfive .arrows .left {
    top: 35px;
    left: 20%;
  }
  .secfive .arrows .left img {
    width: 50px;
  }
  .secfive .arrows .right {
    transform: scaleX(-1);
    right: 20%;
    top: 35px;
  }
  .secfive .arrows .right img {
    width: 50px;
  }
  .progress-slider .owl-dots {
    position: relative;
    bottom: 8%;
    left: -42%;
    width: 25%;
  }
  .health-hero {
    height: auto;
    padding-block: 3rem !important;
  }
  .health-hero .hero-img-wrap {
    height: 20rem;
  }
  .health-hero .hero-img-wrap .bag1,
  .health-hero .hero-img-wrap .bag3,
  .health-hero .hero-img-wrap .bag2 {
    position: relative;
  }
  .health-hero .hero-img-wrap .bag1 {
    left: 12rem;
    top: 3rem;
  }
  .health-hero .hero-img-wrap .bag3 {
    left: 25rem;
    top: -20rem;
  }
  .health-hero .hero-img-wrap .bag2 {
    position: relative;
    left: 17rem;
    top: -11rem;
  }
  .health-hero .hero-img-wrap .bg-shape {
    width: 350px;
    height: 350px;
  }
  .services .services-card {
    margin-top: 0;
  }
  .services .services-card .cards-image .default-img {
    height: 280px;
  }
  .community-reviews .owl-carousel .review-card .cimg {
    height: 20rem;
  }
  .community-reviews .owl-carousel .review-card h4 {
    font-size: 0.9rem !important;
  }
  .community-reviews .owl-carousel .review-card span {
    font-size: 0.8rem;
  }
  #testimonial h2 {
    width: 100% !important;
  }
  #testimonial .testititle {
    display: flex;
    gap: 1rem;
    align-items: start;
  }
  .bannerlast h2,
  .bannerlast p {
    padding-inline: 1rem;
  }
  .bannerlast .themebtn {
    margin-block: 1rem !important;
  }
  .colorbg::after {
    right: 20%;
  }
  .feature-section .feature-card {
    padding: 20px 0 !important;
  }
  .feature-section .feature-card h3 {
    font-size: 0.8rem;
  }
  .feature-section .feature-card p {
    font-size: 0.8rem;
  }
  #bodyPartModal .modal-dialog {
    max-width: 90%;
  }
  #bodyPartModal .modal-dialog .content {
    padding: 0.5rem !important;
  }
  .product-section .prod-card .item-p {
    height: 17rem;
  }
  .product-section .product-grid .prod-card:first-child .item-p {
    height: 39.8rem;
  }
  .product-section .third-row .prod-card .item-p {
    height: 25rem;
  }
  .footer-section::after {
    display: none;
  }
  .footer-section .footer-left p {
    width: 100% !important;
  }
  .footer-section .footer-right {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-section .footer-right .keep-touch {
    margin-top: 0 !important;
    margin-bottom: 2rem;
  }
  .footer-section .footer-right .newsletter {
    margin-top: 1rem;
    width: 100%;
  }
  .footer-section .footer-right .newsletter form .subscribe-btn {
    padding: 10px;
  }
  .footer-section .footer-bottom {
    margin-top: 0 !important;
  }
  #aboutPage {
    overflow: hidden;
  }
  #aboutPage p {
    width: 100% !important;
  }
  #aboutPage .abhero .abhero-content {
    width: 100%;
    text-align: center;
  }
  #aboutPage .abtwo p {
    width: 100% !important;
    text-align: justify;
  }
  #aboutPage .abthree {
    text-align: center;
  }
  #aboutPage .abfour h2 {
    width: 100%;
  }
  #aboutPage .abfour .threeelements .box {
    width: 100%;
  }
  #aboutPage .abfour .threeelements .box p {
    width: 80% !important;
  }
  #aboutPage .abfour .threeelements .box .num {
    width: 2.3rem;
    height: 2.3rem;
  }
  #aboutPage .abfour .threeelements .box:nth-child(2) {
    transform: translateX(0) !important;
  }
  #aboutPage .abfive {
    text-align: center;
  }
  #aboutPage .abfive h2 {
    width: 100% !important;
  }
  #aboutPage .abfive .review-card {
    padding: 0.8rem !important;
  }
  #aboutPage .abfive .review-card .cimg {
    height: 12rem;
  }
  #aboutPage .abfive .review-card h4 {
    width: 90%;
    font-size: 1rem !important;
  }
  #aboutPage .absix .explore-banner {
    padding-left: 0;
    gap: 0 !important;
  }
  #aboutPage .absix .explore-banner .themebtn {
    margin-top: 1.3rem !important;
  }
  #aboutPage .absix .explore-banner div {
    width: 100% !important;
    padding: 1rem;
    padding-top: 3rem;
    text-align: center;
  }
  #aboutPage .absix .explore-banner div h2 {
    width: 100% !important;
  }
  #aboutPage .absix .explore-banner .expimgdiv::after {
    width: 300px;
    height: 300px;
    top: 31%;
  }
  #aboutPage .absix .explore-banner .expimgdiv .expimg {
    right: -13%;
    bottom: -7%;
  }
  .prodpagetitle {
    padding-top: 3rem;
    height: 100%;
  }
  .prodpagetitle .section-title {
    margin-bottom: 0 !important;
  }
  .prodpagetitle .breadcrumb {
    margin-bottom: 0 !important;
  }
  #blogListing .blog-listing-sec .blog-cate {
    gap: 1rem;
  }
  #blogListing .blog-listing-sec .blog-cate-btns {
    gap: 0.8rem;
    justify-content: start !important;
    margin-top: 1rem;
  }
  #blogListing .blog-listing-sec .blog-cate-btns button {
    border: 1px solid #ededed !important;
    border-radius: 0.5rem;
    padding: 0.4rem 1rem;
  }
  #blogDetail .blog_detail_sec .blog-dcontent {
    padding-right: 0 !important;
  }
  #blogDetail .blog_detail_sec .blog-dcontent h1 {
    width: 100% !important;
  }
  #blogDetail .blog_detail_sec .blog-dcontent p {
    text-align: justify;
  }
  #blogDetail .blog_detail_sec .side-container {
    margin-top: 3rem;
    padding-left: 0 !important;
  }
  #blogDetail .blog_detail_sec .side-container .relatedblg_card {
    padding: 0.6rem !important;
  }
  #blogDetail .blog_detail_sec .side-container .relatedblg_card p {
    line-height: 1;
  }
  #careerListing .category-list .nav-link {
    width: 100% !important;
  }
  #careerListing .themebtn {
    padding-inline: 2rem;
  }
  .errorpage .errorshape {
    width: 100%;
    right: -17%;
  }
  .errorpage .error-content {
    text-align: start !important;
    align-items: start !important;
  }
  .errorpage .error-content h3 {
    width: 100% !important;
  }
  .errorpage .error-content,
  .errorpage .left {
    width: 100% !important;
  }
  .errorpage .left {
    height: 22rem;
  }
  .errorpage .left .error-img {
    top: 6%;
  }
  .errorpage .errornum {
    top: -5%;
  }
  .errorpage .errornum h3 {
    font-size: 4rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 40px !important;
  }
  h2,
  h3 {
    font-size: 2rem;
  }
  .hero-section .hero-image img {
    max-width: 300px;
  }
  .hero-section .hero-shape {
    right: -10% !important;
  }
  .hero-section .product-card {
    width: 160px;
    top: 3%;
  }
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    right: 6.6rem;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next {
    right: 2.6rem;
  }
  .hero-section .hero-features {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    left: 32%;
    top: 5%;
  }
  .arrows .right {
    transform: scaleX(-1);
    right: 25%;
    top: 0;
  }
  .arrows .left {
    top: 0;
    left: 25%;
  }
  .health-hero {
    height: auto;
    padding-block: 3rem !important;
  }
  .health-hero .hero-img-wrap {
    height: 20rem;
  }
  .health-hero .hero-img-wrap .bag1,
  .health-hero .hero-img-wrap .bag3 {
    position: relative;
    transform: translate(-50%);
  }
  .health-hero .hero-img-wrap .bag1 {
    left: 4rem;
    top: 3rem;
  }
  .health-hero .hero-img-wrap .bag3 {
    left: 18rem;
    top: -20rem;
  }
  .health-hero .hero-img-wrap .bag2 {
    position: relative;
    left: 10rem;
    top: -11rem;
  }
  .health-hero .hero-img-wrap .bg-shape {
    width: 350px;
    height: 350px;
  }
  .progress-slider .owl-dots {
    bottom: 5%;
    left: -43%;
    width: 25%;
  }
  .colorbg {
    padding-block: 3rem !important;
  }
  .product-box a {
    gap: 0 !important;
  }
  .product-box .content {
    padding: 8px !important;
  }
  #contact .contact-content h1 {
    font-size: 2.4rem;
  }
  #contact .contact-content p {
    width: 100% !important;
  }
  #contact .contact-form-box {
    padding: 1.5rem !important;
  }
  .feature-section .feature-card {
    padding: 20px 0 !important;
  }
  .feature-section .feature-card h3 {
    font-size: 0.9rem;
  }
  .feature-section .feature-card p {
    font-size: 0.8rem;
  }
  #aboutPage {
    overflow: hidden;
  }
  #aboutPage p {
    width: 100% !important;
  }
  #aboutPage .abhero .abhero-content {
    width: 100%;
  }
  #aboutPage .abtwo p {
    width: 100% !important;
    text-align: justify;
  }
  #aboutPage .abthree {
    text-align: center;
  }
  #aboutPage .abthree .abthree-card {
    padding: 1rem !important;
    height: 18rem;
  }
  #aboutPage .abthree .abthree-card p {
    font-size: 0.9rem !important;
  }
  #aboutPage .abfour h2 {
    width: 100%;
  }
  #aboutPage .abfour .threeelements .box p {
    width: 80% !important;
  }
  #aboutPage .abfour .threeelements .box .num {
    width: 2.3rem;
    height: 2.3rem;
  }
  #aboutPage .abfive {
    text-align: center;
  }
  #aboutPage .abfive h2 {
    width: 100% !important;
  }
  #aboutPage .abfive .review-card .cimg {
    height: 17rem;
  }
  #aboutPage .abfive .review-card h4 {
    font-size: 1.2rem !important;
  }
  .prodpagetitle {
    padding-top: 3rem;
    height: 100%;
  }
  .prodpagetitle .section-title {
    margin-bottom: 0 !important;
  }
  .prodpagetitle .breadcrumb {
    margin-bottom: 0 !important;
  }
  #blogListing .blog-listing-sec .blog-cate {
    gap: 1rem;
  }
  #blogListing .blog-listing-sec .blog-cate-btns {
    gap: 0.8rem;
    justify-content: start !important;
    margin-top: 1rem;
  }
  #blogListing .blog-listing-sec .blog-cate-btns button {
    border: 1px solid #ededed !important;
    border-radius: 0.5rem;
    padding: 0.4rem 1rem;
  }
  #blogDetail .blog_detail_sec .blog-dcontent h1 {
    width: 100% !important;
  }
  #blogDetail .blog_detail_sec .blog-dcontent p {
    text-align: justify;
  }
  #blogDetail .blog_detail_sec .side-container {
    margin-top: 3rem;
    padding-left: 0 !important;
  }
  #blogDetail .blog_detail_sec .side-container .relatedblg_card {
    padding: 0.6rem !important;
  }
  #blogDetail .blog_detail_sec .side-container .relatedblg_card p {
    line-height: 1;
  }
  .activity-card-overlay .prodimg {
    width: 80px;
    height: 80px;
  }
  .activity-card-overlay h4 {
    font-size: 0.9rem !important;
  }
  .activity-card-overlay .price, .activity-card-overlay .old-price {
    font-size: 0.7rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .wide-slider .prod-name {
    font-size: 1.1rem !important;
  }
  .wide-slider .price,
  .wide-slider .old-price {
    font-size: 0.8rem;
  }
  .services .services-card .services-content h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .product-box a {
    gap: 0 !important;
  }
  .product-box .content {
    padding: 8px !important;
  }
  .progress-slider .owl-dots {
    bottom: 6%;
  }
  #contact .contact-content h1 {
    font-size: 2.4rem;
  }
  #contact .contact-content p {
    width: 100% !important;
  }
  #contact .contact-form-box {
    padding: 1.5rem !important;
  }
  .feature-section .feature-card {
    padding: 20px 0 !important;
  }
  .feature-section .feature-card h3 {
    font-size: 0.9rem;
  }
  .feature-section .feature-card p {
    font-size: 0.8rem;
  }
  #blogDetail .blog_detail_sec .blog-dcontent p {
    text-align: justify;
  }
  #blogDetail .blog_detail_sec .side-container {
    margin-top: 3rem;
  }
  #blogDetail .blog_detail_sec .side-container .relatedblg_card {
    padding: 0.6rem !important;
  }
  #blogDetail .blog_detail_sec .side-container .relatedblg_card p {
    line-height: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-section .thumb-wrapper {
    width: 150px;
    height: 278px;
  }
  .product-section .thumb-wrapper .thumb-item {
    height: 5rem !important;
  }
  #bodyPartModal .modal-dialog {
    max-width: 60%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .product-section .thumb-wrapper {
    width: 110px;
    height: 355px;
  }
  .product-section .thumb-wrapper .thumb-item {
    height: 4rem !important;
  }
  .product-section .thumb-next,
  .product-section .thumb-prev {
    transform: rotate(-90deg);
    left: 45px;
  }
  #aboutPage .abhero .abhero-content {
    width: 75% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .top-bar .top-left,
  .top-bar .top-right {
    font-size: 0.7rem;
  }
  #searchOverlay .search-content {
    margin-top: 5rem;
  }
  #searchOverlay .search-content .mega-product .img {
    height: 110px;
  }
  .hero-section .hero-features {
    top: 0;
  }
  .hero-section .hero-features li {
    padding-inline: 1.7rem !important;
  }
  .hero-section .product-card {
    width: 160px;
    right: 10%;
    top: 6%;
  }
  .hero-section .product-card p {
    font-size: 0.8rem;
  }
  .hero-section h1 {
    font-size: 3rem !important;
  }
  .hero-section .hero-image img {
    max-width: 300px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next {
    right: 6.5rem;
  }
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    right: 9.6rem;
  }
  .community-reviews .owl-carousel .review-card .cimg {
    height: 20rem;
  }
  .community-reviews .owl-carousel .review-card .card-body .prodimg {
    width: 5rem;
    padding: 5px;
  }
  .community-reviews .owl-carousel .review-card .card-body h4 {
    font-size: 0.9rem !important;
  }
  .community-reviews .owl-carousel .review-card .card-body .arrow {
    width: 1.6rem;
    height: 1.6rem;
  }
  .activity-card-overlay h4 {
    font-size: 1rem !important;
  }
  .activity-card-overlay .view-btn {
    margin-top: 0 !important;
  }
  .usage-section .usage-card .usage-tag {
    white-space: wrap;
    text-align: center;
    line-height: 1;
  }
  .bestSeller .owl-carousel .review-card .cimg {
    height: 15rem;
  }
  .newsletter {
    width: 80%;
  }
  .newsletter form .subscribe-btn {
    padding: 10px 12px;
  }
  #aboutPage .abhero .abhero-content h1 {
    font-size: 2.5rem;
  }
  #aboutPage .abhero .abhero-content p {
    width: 100%;
  }
  #aboutPage .abfour .threeelements .box p {
    width: 80%;
  }
  #aboutPage .abfive h2 {
    width: 60% !important;
  }
  #aboutPage .abfive .review-card .cimg {
    height: 17rem;
  }
  #aboutPage .abfive .review-card h4 {
    font-size: 1.2rem !important;
  }
  .absix h2 {
    width: 90% !important;
  }
  .absix .themebtn {
    margin-top: 1rem !important;
  }
  #productd-main .review-card .prod-name {
    font-size: 1rem !important;
  }
  #blogListing button {
    font-size: 0.9rem;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .top-bar .top-left,
  .top-bar .top-right {
    font-size: 0.7rem;
  }
  #searchOverlay .search-content {
    margin-top: 5rem;
  }
  .hero-section .hero-features {
    top: 0;
  }
  .hero-section .hero-features li {
    padding-inline: 1.7rem !important;
  }
  .hero-section .product-card {
    width: 160px;
    right: 10%;
    top: 6%;
  }
  .hero-section .product-card p {
    font-size: 0.8rem;
  }
  .hero-section h1 {
    font-size: 3rem !important;
  }
  .hero-section .hero-image img {
    max-width: 300px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next,
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
  }
  .hero-section .owl-carousel .owl-nav button.owl-next {
    right: 6.5rem;
  }
  .hero-section .owl-carousel .owl-nav button.owl-prev {
    right: 9.6rem;
  }
  .hero-section .prod-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .product-box .prodimg {
    width: 100px;
  }
  .product-box .content {
    padding: 8px !important;
  }
  .product-box .content .old-price {
    font-size: 0.8rem !important;
  }
  .community-reviews .owl-carousel .review-card .cimg {
    height: 22rem;
  }
  .bestSeller .owl-carousel .review-card .cimg {
    height: 18rem;
  }
  .activity-card-overlay h4 {
    font-size: 1rem !important;
  }
  .activity-card-overlay .view-btn {
    margin-top: 0 !important;
  }
  .bestSeller .owl-carousel .review-card .cimg {
    height: 15rem;
  }
  .newsletter {
    width: 80%;
  }
  .newsletter form .subscribe-btn {
    padding: 10px 12px;
  }
}
@media (min-width: 0) and (max-width: 991px) {
  #mobilesearch {
    display: flex !important;
    position: absolute;
    right: 10%;
  }
  header .navbar .nav-item {
    width: 100%;
  }
  .offcanvas .offcanvas-body .navbar-nav .nav-link {
    padding: 0.75rem 1rem;
    color: #343a40;
    font-weight: 500;
  }
  .offcanvas .offcanvas-body .navbar-nav .nav-link:hover {
    color: #f97316;
    background-color: #f9f9f9;
  }
  .offcanvas .offcanvas-body .navbar-nav .nav-link.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .offcanvas .offcanvas-body .navbar-nav .nav-link.dropdown-toggle i {
    transition: transform 0.3s ease;
  }
  .offcanvas .offcanvas-body .navbar-nav .nav-link.dropdown-toggle[aria-expanded=true] i {
    transform: rotate(180deg);
  }
  #productd-main .product-section .thumb-wrapper {
    width: 100%;
    height: fit-content !important;
    margin-bottom: 1rem;
  }
  #productd-main .product-section .thumb-wrapper .thumb-item {
    height: auto !important;
  }
  #productd-main .product-section .main-image {
    height: auto;
  }
  #productd-main .product-section .feature-boxes h6 {
    font-size: 0.9rem !important;
  }
  #productd-main .product-section #howToUse p {
    text-align: justify;
  }
  #productd-main .sec-rating .total-rating .out-rating {
    position: absolute;
    right: 3%;
    top: -12%;
    font-size: 0.8rem;
  }
  .product-section .thumb-wrapper .thumb-item {
    height: auto !important;
  }
  .thumb-next,
  .thumb-prev {
    display: none;
  }
  .sec-rating .col-md-4 .total-rating::after {
    display: none;
  }
  .sec-rating .total-rating .out-rating {
    position: absolute;
    right: 15%;
    top: -7%;
    font-size: 0.9rem;
  }
  .sec-rating .rating-card .rinfo p {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .sec-rating .rating-card .rinfo .client_name {
    white-space: nowrap;
  }
  .feature-section .feature-card h3 {
    font-size: 1rem !important;
  }
}

/*# sourceMappingURL=main.css.map */
