/* Sub Banner Section */
.sub-banner {
  position: relative;
  background: url("../img/banner/6.webp") center/cover no-repeat;
  padding: 100px 20px;
  text-align: center;
  color: var(--white);
  overflow: hidden;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-banner .breadcrumb {
  justify-content: center !important;
}
.sub-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.sub-banner .content {
  position: relative;
  z-index: 2;
}

.sub-banner .title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* Breadcrumb */
.sub-banner .breadcrumb {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent;
  font-size: 16px;
}

.sub-banner .breadcrumb li {
  color: #ddd;
  margin: 0 5px;
}

.sub-banner .breadcrumb li a {
  color: var(--white);
  text-decoration: none;
  transition: color 0.3s;
}

.sub-banner .breadcrumb li a:hover {
  color: var(--primary-color);
}

.sub-banner .breadcrumb .active {
  color: var(--text-color);
}

/* Vertical Text */
.sub-banner .vertical-text {
  position: absolute;
  right: 20px;
  bottom: 20px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 16px;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.5);
}

.sub-banner .breadcrumb li a:hover {
  color: var(--text-color);
}
.form-modal .modal-content {
  border-radius: 0px;
}
.form-modal .logo {
  width: 235px;
}
.form-modal .modal-header {
  display: flex;
  justify-content: space-between;
}
.form-modal .btn-close {
  background-image: none;
  color: var(--primary-color);
  opacity: 1;
  transition: all 0.3 ease;
}
.form-modal .btn-close:hover {
  color: var(--text-color);
}
.btn-close:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}
.form-modal input,
.contact-form input {
  width: 100%;
  padding: 7px 10px;
  border: 0px;
  border-bottom: 1px solid var(--primary-color);
  background-color: transparent;
}
input {
  outline: none;
}
.input-div {
  margin-bottom: 20px;
}
.form-modal .modal-body,
.contact-form {
  position: relative;
  overflow: hidden;
}
.form-modal .modal-body form,
.contact-form form {
  position: relative;
  z-index: 2;
}
.shape-1 {
  position: absolute;
  width: 100%;
  z-index: 1;
  opacity: 0.3;
  height: 100%;
  bottom: -195px;
  right: -52%;
  transform: rotate(143deg);
}
/* Container for tabs */
.about-tabs {
  border: none; /* no border for container */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; /* space between tabs */
  padding: 10px 0;
}

/* Individual tab link */
.about-tabs .nav-link {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent; /* default invisible underline */
  padding-bottom: 5px;
  transition: all 0.3s ease;
  outline: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  cursor: pointer;
}

/* Hover effect */
.about-tabs .nav-link:hover {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color) !important;
}

/* Active tab */
.about-tabs .nav-link.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color) !important;
}
.inner-sub-heading {
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 600;
}
.mylist {
  padding-bottom: 15px;
}
.mylist li {
  padding-left: 30px;
  position: relative;
  font-size: 0.95rem;
  color: var(--text-color);
  font-weight: 400;
  padding-bottom: 10px;
}
.mylist li::before {
  content: "";
  color: #6c98e1;
  position: absolute;
  left: 0;
  margin-top: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  background-image: var(--main-gradient);
  transform: rotate(45deg);
}
.contact-box {
  width: 100%;
  background-color: var(--white);
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 20px;
}
.text-justify {
  text-align: justify;
}
.contact-box a {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  transition: all 0.3 ease;
}
.contact-box a:hover {
  color: var(--primary-color);
}
.brach-box {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  padding: 20px;
}
.brach-box h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
}
.categories-box {
  background-color: #f8f8f8;
  padding: 20px;
}
.categories-box {
  margin-top: 10px;
}

.sticky-sidebar {
  position: sticky;
  top: 80px;
  z-index: 10;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding-right: 5px;
}

/* optional: style the scrollbar (webkit browsers) */
.sticky-sidebar::-webkit-scrollbar {
  width: 1px;
}

.sticky-sidebar::-webkit-scrollbar-thumb {
  background-image: var(--main-gradient);
  border-radius: 10px;
}

.sticky-sidebar::-webkit-scrollbar-track {
  background-image: var(--main-gradient);
}
.categories-box {
  padding: 15px;
  background: #f9f9f9;
  margin-bottom: 20px;
}

/* Search form styles */
.search-form {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.search-form input {
  flex: 1;
  padding: 8px 10px;
  border: 1px solid var(--primary-color);
}
.search-form button {
  border: 0px;
  background-image: var(--main-gradient);
  color: var(--white);
  transition: all 0.4s ease;
}

.category-btn {
  width: 100%;
  background-image: var(--main-gradient);
  border: 0px;
  padding: 10px 20px;
  font-size: 15px;
  color: var(--text-color);
  margin-bottom: 15px;
  text-align: left;
  transition: all 0.4s ease;
}
.category-btn:hover,
.search-form button:hover {
  background-image: var(--sub-gradient);
}
.categories-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
}
.Related-Blogs-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.Related-Blogs-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.Related-Blogs-box:hover .Related-Blogs-img img {
  transform: scale(1.1); /* zoom effect */
}
.Related-Blogs-box {
  display: flex;
  background-color: var(--white);
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.Related-Blogs-box .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-detail-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.blog-detail-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.blog-detail-date {
  background: var(--main-gradient);
  position: absolute;
  top: 0;
  right: 0px;
  padding: 5px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.product-categories-box {
  margin: 20px 0;
}

.product-categories-box .category-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: nowrap; /* keeps items in one row */
  overflow-x: auto; /* horizontal scroll if too many */
  scrollbar-width: thin; /* Firefox thin scrollbar */
  padding-bottom: 8px;
}

/* Hide scrollbar in Chrome/Edge/Safari */
.product-categories-box .category-tabs::-webkit-scrollbar {
  height: 6px;
}
.product-categories-box .category-tabs::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.product-categories-box .p-category-btn {
  white-space: nowrap;
  border: none;
  background: var(--white);
  color: var(--text-color);
  padding: 8px 16px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-categories-box .p-category-btn:hover {
  background: var(--white);
}

.product-categories-box .p-category-btn.active {
  background-image: var(--main-gradient);
  color: #fff;
}

.product-categories-box {
  margin-bottom: 30px;
  margin-top: 30px;
}

.product-slide-image {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  cursor: pointer;
}

.product-slide-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: transform 0.5s ease; /* smooth zoom */
}

/* Hover Zoom Effect */
.product-slide-image:hover img {
  transform: scale(1.1); /* image zoom */
}

/* Centered Gallery Icon */
.product-slide-image .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  color: var(--white);
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-image: var(--main-gradient);
  transition: background 0.3s ease, transform 0.3s ease;
}

.product-slide-image:hover .gallery-btn {
  background-color: var(--sub-gradient);
  transform: translate(-50%, -50%) scale(1.2);
}

/* Slide Title at Bottom */
.product-slide-image .slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--white);
  padding: 12px 15px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease, background 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-slide-image:hover .slide-title {
  opacity: 1;
  background-image: var(--main-gradient);
}

.product-slide-image .slide-title h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

/* Main container */
.inner-gallery-box {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 300px;
}

/* Thumbnail wrapper */
.inner-gallery-thumb {
  position: relative;
  overflow: hidden;
}

/* Image */
.inner-gallery-box-img {
  width: 100%;
  height: auto;
  display: block;
  width: 100%;
  height: 300px;
  transition: transform 0.4s ease;
  object-fit: cover;
}

/* Hover zoom effect */
.inner-gallery-box:hover .inner-gallery-box-img {
  transform: scale(1.1);
}

/* Overlay */
.inner-gallery-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Overlay visible on hover */
.inner-gallery-box:hover .inner-gallery-box-overlay {
  opacity: 1;
}

/* Play button */
.inner-gallery-box-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  background-image: var(--main-gradient);
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Play button hover effect */
.inner-gallery-box:hover .inner-gallery-box-play-btn {
  background-image: var(--sub-gradient);
  color: #fff;
  transform: translate(-50%, -50%) scale(1.1);
}
.final-price {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
}
.discount {
  color: green;
  font-size: 20px;
  font-weight: 600;
}
.original-price {
  color: var(--text-color); /* text color stays the same */
  font-size: 20px;
  font-weight: 600;
  text-decoration: line-through; /* adds the line */
  text-decoration-color: red; /* strike-through line color */
}
.menu-link:hover {
  color: var(--text-color);
}
.scrolled .menu-link:hover {
  color: var(--primary-color);
}
.career-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
}
.career-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
}
.career-box h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}
.career-box .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-body label span {
  color: red;
}
.faq-number {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  font-size: 35px;
  font-weight: 600;
  font-family: "Playfair", serif !important;
  color: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: end;
}

.bullet {
  padding-bottom: 15px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.bullet li {
  padding-left: 24px !important;
  position: relative !important;
  font-size: 0.95rem !important;
  color: #444 !important;
  font-weight: 400 !important;
  padding-bottom: 10px !important;
  line-height: 1.5;
  transition: 0.3s ease;
}

/* Bullet Icon */
.bullet li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: var(--main-gradient) !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.p-border {
  border-radius: 30px;
  border-left: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
}
