/*
Theme Name: ThemeBee
Description: 
Author: ThemeBee
Theme URI: https://www.themebee.net/
Author URI: https://www.themebee.net/
Version: 0.0.2
Requires PHP: 7.2
Tested up to: 6.9
Requires at least: 5.0
Text Domain: themebee
Tags: blog, portfolio, e-commerce, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, three-columns, four-columns, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, flexible-header, footer-widgets, full-width-template, editor-style, sticky-post, theme-options, threaded-comments, translation-ready
License: GNU General Public License v3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

ThemeBee WordPress Theme, (C) 2026 ThemeBee.com
ThemeBee WordPress Theme is released under the terms of GNU GPL
*/
.single-product-bundle-banner,section.bundle-section,.themebee-bundle-banner{
    display: none;
}
:root {
  --primary-theme-color: #53015B;
  --secondary-theme-color: #2F2B2F;
}
img.attachment-thumbnail.size-thumbnail {
    width: 100%;
    height: 500px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

body {
  color: #5b5b5b;
  margin: 0;
  background: #fff;
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #121212;
  font-family: "Inter", sans-serif;
}

a {
  color: #121212;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--primary-theme-color);
  text-decoration: none;
}

.post-single a,
.page-single a,
.sidebar-area .textwidget a,
.comment-content a,
.woocommerce-product-details__short-description a,
#tab-description a,
.extra-home-content a {
  text-decoration: underline;
  color: var(--primary-theme-color);
}

.post-content a {
  color: var(--primary-theme-color);
}

/* ===============================================
   HEADER BOX
   ============================================= */

.join-btn {
  padding: 4px 20px;
  border: 2px solid var(--primary-theme-color);
  border-radius: 5px;
  background-color: transparent;
}

.join-btn a {
  color: var(--primary-theme-color);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.join-btn:hover {
  background-color: var(--primary-theme-color);
}

.join-btn:hover a {
  color: #fff;
}

#site-navigation {
  background-color: #EFF4F7
}

.row.header-inner {
  background: #fff;
  box-shadow: 5px 5px 15px 0px #0000000D;
  border-radius: 50px;
  padding: 8px 30px;
}

.home.elementor-page #site-navigation.header>.container {
  position: relative;
}

.home.elementor-page #site-navigation.header>.container:after {
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  background-image: url(assets/images/half-poly.png);
  aspect-ratio: 596 / 167;
  height: 167px;
  z-index: -1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.categories .owl-stage-outer {
  width: 90%;
  margin: 0 auto;
}

.categories .owl-nav {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  top: 0px;
  z-index: -1;
  width: 100%;
}

.categories h2.section-title {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 56px;
  letter-spacing: 0%;
  color: #262626;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  padding-left: 200px;
}

.premium-product-image img {
  width: 100%;
  box-shadow: 5px 5px 20px 0px #0000001A;
  border-radius: 5px;
  height: 330px;
}

.premium-product-image,.product-page-product-image {
  position: relative;
}

.premium-product-image:hover .premium-product-buttons {
  opacity: 1;
}
.product-page-product-image:hover .premium-product-buttons {
  opacity: 1;
}

.premium-product-buttons {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 1;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.premium-product-buttons a {
  background: #262626;
  padding: 10px 30px;
  font-family: Hanken Grotesk;
  font-weight: 700;
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 0%;
  color: #ffffff;
}

.premium-product-image:hover:after,.product-page-product-image:hover:after{
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0px;
  border-radius: 5px;
  top: 0px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(3px);
}

.premium-product-image {
  position: relative;
}

.categories h2.section-title:before {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 150px;
  height: 2px;
  background: #262626;
  left: 0px;
}

.footer-contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.footer-contact-section h6 {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.footer-contact-section p {
  margin-bottom: 0px;
}

.product_list_widget del,
.product_list_widget ins {
  display: none;
}

.footer-contact-section input[type="email"] {
  background: transparent;
  box-shadow: none !important;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 9px 20px;
}

.wpcf7-not-valid-tip{
    position: absolute;
}
.wpcf7-response-output{
    color: #FFFFFF;
}

.footer-contact-section input[type="email"]::placeholder {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0%;
  color: #ffffff !important;
}

.footer-widget .woocommerce ul.cart_list li img,.footer-widget .woocommerce ul.product_list_widget li img{
  display: none;
}

.footer-contact-section {
  border-bottom: 1px solid #666666;
}

.footer-contact-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
  padding: 9px 22px;
  background: #fff;
  border: 0px;
  border-radius: 7px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  letter-spacing: 0%;
  margin-left: 30px;
}

.categories h2.section-title:after {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 150px;
  height: 2px;
  background: #262626;
  right: -200px;
}

.categories h2.section-title span {
  color: #00308D;
}

.categories button.owl-prev,
.categories button.owl-next {
  width: 40px;
  height: 40px;
  background: #262626 !important;
  color: #ffffff !important;
  display: flex;
  font-size: 25px !important;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.premium-product-box {
  margin-bottom: 30px;
}

.product-section-home1 {
  background: #F2F6F9;
}

.top-offer-bar {
  background: #133c8b;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-family: Arial, sans-serif;
  justify-content: center;
  border-radius: 0px 0px 20px 20px;
  gap: 25px;
}

.premium-product-content {
  display: flex;
  background: #fff;
  border-radius: 10px;
  justify-content: space-between;
  margin: 0px;
  align-items: center;
  padding: 12px 20px;
  margin-top: 10px;
}

.premium-product-content h3 {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0%;
  margin-bottom: 0px;
  color: #262626;
}
.premium-product-price {
    width: 23%;
    text-align: end;
}

.product-btn-home1 {
  text-align: center;
  margin-top: 40px;
}

.category-heading h2.section-title:before {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 150px;
  height: 2px;
  background: #262626;
  left: 0px;
}

.category-heading h2.section-title:after {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 150px;
  height: 2px;
  background: #262626;
  right: -200px;
}

.premium-products-best-selling {
  background: #262626;
}

.premium-product-carousel .owl-stage {
  padding-left: 0px !important
}

.bundle-section-box {
  background: linear-gradient(93.58deg, #1337CA 0%, #031C42 100%);
  border-radius: 20px;
}

.banner-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-carousel {
  padding-left: 8%;
}

.help-box h3 {
  font-family: Hanken Grotesk !important;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0%;
  color: #262626;
}

.support-box {
  width: 90%;
  margin: 0 auto;
}

.help-box {
  background: #F3F5F7;
  padding: 30px 30px;
  border-radius: 20px;
  text-align: center;
}
.help-box:hover{
    background: #262626;
}

.help-box:hover h3,.help-box:hover p{
    color: #F3F5F7;
} 

.help-box a.blog-btn {
  background: #262626;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 10px;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0%;
}

.help-box:hover a.blog-btn{
    background: #F3F5F7;
    color: #262626;
}

.help-box p {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0%;
  text-align: center;
  color: #262626;
}

span.blog-cat a {
  border: 1px solid #262626;
  padding: 3px 11px;
  display: inline-block;
  margin-right: 15px !important;
  border-radius: 5px;
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: #000000;
}

.blog-content {
  padding: 30px 10px 25px 10px;
}

a.blog-readmore {
  font-family: Hanken Grotesk;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #262626;
}

span.blog-date {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: #28241C;
  letter-spacing: 0%;
}

h3.blog-title {
  font-family: Hanken Grotesk !important;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0%;
  color: #262626;
}

.blog-item {
  background: #F6F4F0;
  border-radius: 20px;
  padding: 10px;
}

.blog-thumb img {
  border-radius: 10px;
  width: 100%;
  height: 250px;
}

.blog-carousel .owl-stage {
  padding-left: 0px !important;
}

.banner-heding-box {
  padding-left: 30px;
  text-align: center;
}

.svg-images {
  text-align: center;
}

img.image-center {
  width: 100%;
}

.image-left,
.image-right {
  transition: transform 0.1s linear;
  will-change: transform;
}

.elementor-images {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding-bottom: 50px;
}

.logo-elementor {
  text-align: center;
  margin-bottom: 90px;
}

.builder-heading {
  position: relative;
}

.builder-heading h3 {
  font-family: Hanken Grotesk !important;
  font-weight: 400;
  font-size: 60px;
  letter-spacing: 0%;
  color: #00000040;
  position: absolute;
  left: 2px;
  width: 819px;
  height: 82%;
  transform: rotate(270deg);
}

img.image-left {
  position: absolute;
  bottom: -50px;
  box-shadow: -4px 4px 10px 0px #00000040;
  border-radius: 13px;
  left: -16%;
}

img.image-right {
  position: absolute;
  top: -50px;
  box-shadow: -4px 4px 10px 0px #00000040;
  border-radius: 13px;
  right: -21%;
  height: 560px;
}

.builder-section-box {
  background: linear-gradient(175.09deg, #EFF4F7 3.95%, #FFFFFF 50%, #FFFFFF 96.05%);
  padding: 60px 0px;
  overflow: hidden;
}

.banner-heding-box h3 {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 38px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.banner-heding-box p {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0%;
  color: #fff;
}

.product-btn-seller a.primary {
  box-shadow: 5px 5px 20px 0px #0000001A;
  background: #ffffff;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  color: #262626;
}

.seller-heding-box h3 {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: 0%;
}

.seller-heding-box p {
    font-family: Hanken Grotesk !important;
    width: 43%;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.seller-heding-box {
  padding-left: 25%;
}

.seller-heding-box ul li {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  color: #FFFFFF;
}
.testimonial-section .category-heading h2.section-title {
    width: 57%;
}
.categories .category-heading h2.section-title {
    width: 50%;
}
.product-best-selling .category-heading h2.section-title {
    width: 44%;
}
.builder-section .category-heading h2.section-title {
    width: 50%;
}
.Ccustomization-section .category-heading h2.section-title {
    width: 56%;
}
.blog-section .category-heading h2.section-title {
    width: 77%;
}
.category-heading h2.section-title {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 56px;
  letter-spacing: 0%;
  color: #262626;
  text-align: left;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  padding-left: 200px;
}

.category-heading h2.section-title span {
  color: #00308D;
}

.premium-product-price ins {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0%;
  color: #262626;
  text-decoration: none;
}

.premium-product-price del {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #262626;
}

.offer-left {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

span.msg del {
  font-weight: 400;
  font-size: 12px;
}

.hurry {
  font-weight: 700;
}

.countdown span {
  background: #fff;
  color: #000;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 600;
}

span.msg {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0%;
}

.price del {
  opacity: .7;
  margin-right: 5px;
}

.buy-btn {
  background: #fff;
  color: #000;
  padding: 8px 15px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}

/* ===============================================
  FOOTER SOCIAL ICONS
    ============================================= */
.footer-links {
  text-align: left;
  padding: 6px 0px;
}

.footer-links i {
  color: #000;
  background: #fff;
  padding: 7px;
  border-radius: 3px;
}

.footer-links i:hover {
  color: var(--primary-theme-color);
}

/* ===============================================
   HEADER IMAGE
   ============================================= */

.header-image-box {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  background-position: center;
  width: 100%;
  overflow: visible;
}

.header-image-box .container {
  overflow: visible;
}

.header-image-box:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #00000085;
  z-index: 1;
}

.header-image-box h1,
.headerimgbox-meta span,
.crumb-box a,
.crumb-box,
.header-image-box p {
  position: relative;
  z-index: 1;
  color: #fff;
}

.header-image-box h1 {
  font-size: 55px;
  font-weight: 3500;

}

.header-image-box h1,
.post-title a {
  word-wrap: break-word;
}

/* ===============================================
   HEADER SEARCH & CATEGORIES
   ============================================= */
.single-product-banner-top {
  background: #EFF4F7;
  border-radius: 0px 0px 30px 30px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.single-product-banner-top h1 {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0%;
  color: #262626;
}

.single-product-banner-top h1 span {
  color: #00308D;
}

.single-product-banner-top p {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 20px;
  color: #262626;
  letter-spacing: 0%;
}

.header-search-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto 0px;
  overflow: visible;
}

/* Theme Categories Dropdown */
.theme-categories-dropdown {
  position: relative;
}

.theme-categories-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: var(--primary-theme-color);
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 14px;
  leading-trim: NONE;
  letter-spacing: 0%;

  font-weight: 500;
  white-space: nowrap;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.theme-categories-btn:hover {
  background: var(--secondary-theme-color);
}

.theme-categories-btn .categories-icon {
  font-size: 16px;
}

.theme-categories-btn .dropdown-icon {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.theme-categories-btn.active .dropdown-icon {
  transform: rotate(180deg);
}

.categories-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 280px;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 9999;
  display: none;
}

.categories-dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-categories-list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

.product-categories-list li {
  margin: 0;
  padding: 0;
}

.categories-dropdown-menu.show::-webkit-scrollbar {
  display: none;
}

.product-categories-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0%;
}

.product-categories-list a:hover {
  background: #f5f5f5;
  color: var(--primary-theme-color);
  padding-left: 25px;
}

.product-categories-list .cat-count {
  color: #999;
  font-size: 13px;
}

/* Product Search */
.product-search-wrapper {
  flex: 1;
  position: relative;
}

.product-search-form {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
}

.product-search-field::placeholder {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 16px;
  color: #AAAAAA;
  letter-spacing: 0%;
}

.product-search-field {
  flex: 1;
  padding: 14px 44px;
  border: none;
  font-size: 14px;
  outline: none;
  background: #ffffff;
  color: #333;
  box-shadow: 5px 5px 15px 0px #0000000D;
  border-radius: 30px;
}

.product-search-field::placeholder {
  color: #999;
}

.product-search-wrapper:after {
  position: absolute;
  content: "\f002";
  top: 13px;
  left: 10px;
  width: 30px;
  height: 30px;
  font-family: 'FontAwesome';
  color: #AAAAAA;
}

span.coupon-code {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0%;
  color: #000000;
}

.bundle-price-box {
  border: 1px solid #FFFFFF;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 3px 16px;
  border-radius: 5px;
}

span.bundle-original-price {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

span.bundle-price {
  font-family: Hanken Grotesk;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0%;
}

h6.bundle-offer-price {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-decoration: line-through;
}

a.bundle-buy-now-btn {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0%;
  color: #262626;
  display: inline-block;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px 25px;
}

a.bundle-buy-now-btn:hover {
  background-color: #00308D;
  color: #fff;
}

span.coupon-code-label {
  font-family: Hanken Grotesk;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0%;
}

.single-product-bundle-price-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: center;
}

.bundle-coupon-code {
  background: #fff;
  padding: 7px 10px;
}

span.bundle-offer {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 55px;
  letter-spacing: 0%;
  color: #fff;
}

span.bundle-original-offer {
  font-family: Hanken Grotesk;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.single-product-bundle-content h2 {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0%;
}

.single-product-bundle-content p {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.single-product-bundle-banner {
  background: #00308D;
  border-radius: 20px;
  margin-top: 30px;
  padding: 1px 15px;
}
.single-product-bundle-banner a.bundle-buy-now-btn:hover{
    background-color: #000000;
    color: #fff;
}
.custom-sidebar h4.title {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 0%;
  color: #262626;
}

.custom-sidebar ul.product-categories li {
  list-style: none;
}

.custom-sidebar ul.product-categories li a {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 18px;
  width: auto;
  letter-spacing: 0%;
  display: inline-block;
  color: #262626;
  padding: 10px 0px;
}

select.orderby {
  border-radius: 20px;
  border-color: #AAAAAA;
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: #AAAAAA;
}

.custom-sidebar ul.product-categories li a {
  color: #262626 !important;
}

.custom-sidebar ul.product-categories li a:hover {
  background: #fff;
  border-radius: 30px;
  text-align: center;
  width: auto;
  padding: 10px 30px;
}

.custom-sidebar ul.product-categories {
  padding-left: 0px !important;
}

.custom-sidebar .widget.woocommerce.widget_product_categories {
  background: #EFF4F7;
  border-radius: 30px;
  padding: 35px;
}

p.woocommerce-result-count {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0%;
  color: #AAAAAA;
  margin-bottom: 0px !important;
  margin-top: 15px !important;
}

.product-search-submit {
  padding: 9px 30px;
  background: var(--primary-theme-color);
  color: #fff;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  border-radius: 30px;
  position: absolute;
  right: 5px;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0%;
}

.product-search-submit:hover {
  background: var(--secondary-theme-color);
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo a {
  color: var(--primary-theme-color);
  font-size: 22px;
  text-transform: capitalize;
  line-height: 26px;
  text-decoration: none;
  font-weight: 500;
  word-break: break-all;
  font-family: "Figtree", sans-serif;
}

.logo span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: var(--primary-theme-color);
  word-break: break-all;
  font-family: "Figtree", sans-serif;
}

/* ===============================================
   MENU BOX
   ============================================= */
#main-menu {
  display: block;
  position: relative;
}

#main-menu ul {
  margin: 0;
  padding: 0;
  display: block;
}

#main-menu ul li {
  position: relative;
  display: block;
  float: left;
  text-align: left;
}

#main-menu ul li a {
  display: block;
  z-index: 1;
  line-height: 1.5;
  text-transform: capitalize;
  margin: 0px 3px;
  padding: 5px 15px;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  color: #262626;
}

#main-menu .sub-menu li a:hover::after {
  display: none;
}

#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover>a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus>a,
#main-menu li:focus>a,
#main-menu ul li.current-menu-item>a,
#main-menu ul li.current_page_item>a,
#main-menu ul li.current-menu-parent>a,
#main-menu ul li.current_page_ancestor>a,
#main-menu ul li.current-menu-ancestor>a {
  color: var(--primary-theme-color);
}

#main-menu ul.children,
#main-menu ul.sub-menu {
  opacity: 0;
  position: absolute;
  top: 40px;
  left: -9999em;
  background: #e8eff6;
  z-index: 10001;
  width: 190px;
  padding-left: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

#main-menu ul.children li,
#main-menu ul.sub-menu li {
  position: relative;
  margin: 0;
  line-height: 1.2em;
  text-transform: none;
  width: 190px;
  min-height: inherit;
  margin: 0;
}

#main-menu li li:hover>ul,
#main-menu li li:focus>ul,
#main-menu li li.focus>ul {
  top: 0px;
  left: 100%;
}

#main-menu ul.children li a,
#main-menu ul.sub-menu li a {
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 10px 15px;
  margin: 0;
  border: none;
  line-height: inherit;
  color: #121212;
}

#main-menu ul.children li a:hover,
#main-menu ul.sub-menu li a:hover {
  background: var(--primary-theme-color);
  color: #fff;
  border-radius: 0;
}

#main-menu ul.children li ul:before,
#main-menu ul.sub-menu li ul:before,
.menu-toggle,
.dropdown-toggle,
button.close-menu {
  display: none;
}

#main-menu li:hover>ul,
#main-menu li:focus>ul,
#main-menu li.focus>ul {
  opacity: 1;
  left: 0;
}

#main-menu ul li a:hover,
#main-menu ul li.current-menu-item>a,
#main-menu ul li.current_page_item>a {
  color: var(--primary-theme-color);
  position: relative;
}

/*#main-menu ul li.current-menu-item > a::after, #main-menu ul li.current_page_item > a::after,
#main-menu ul li a:hover::after{
    position: absolute;
    bottom: 3px;
    width: calc(100% - 26px);
    height: 2px;
    background-color: var(--primary-theme-color);
    content: " ";
    left: 13px;
}*/

#main-menu ul li.menu-item-has-children a {
  padding: 8px 25px 8px 15px;
}

#main-menu ul.sub-menu li a::after {
  display: none;
}

.my-account i {
  color: #3239E5;
}

/* ===============================================
  Search pop up
  =============================================== */

.search-cont button {
  border: 0;
  background: transparent;
}

.outer-search {
  background: rgb(255 255 255 / 91%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  text-align: center;
  height: 100%;
  z-index: 999;
}

.inner-search label {
  width: 100%;
}

.inner-search input#search {
  background: transparent;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 32px;
  text-align: center;
  color: #222;
}

.inner-search .search-field {
  background: #ffffff;
  border: 1px solid #000;
  padding: 10px 25px;
  border-radius: 10px !important;
}

.inner-search button.search-submit {
  padding: 11px 22px;
  border: 0px;
  background: var(--accent);
  color: #fff;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  border-radius: 10px;
}

.inner-search input#search::placeholder {
  color: #222;
}

.inner-search {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 99999;
  left: 50%;
  padding: 0 15px;
}

.outer-search .closepop {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  right: 5%;
  text-align: right;
  background: transparent;
  border: 0;
  font-size: 40px;
  color: #222;
}

.outer-search .closepop:focus {
  outline-color: #000;
}

.inner-search form.searchform {
  margin: 0 auto;
  max-width: 700px;
}

.inner-search .searchform input[type=text] {
  width: 100%;
}

.inner-search input.search-submit {
  display: none;
}

.search-cont i,
a.cart-customlocation i {
  color: #3239E5;
  font-size: 16px;
}

.inner-search #searchform {
  border: none;
}

section.banner-section {
  background: #EFF4F7;
}

.hero-copy h1 {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0%;
  color: #262626;
}

.hero-copy h1 span {
  color: #00308D;
}

.hero-copy p {
  color: #262626;
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 20px;
  margin-top: 30px;
  letter-spacing: 0%;
}

.hero-copy .btn.primary {
  background: #00308D;
  color: #fff;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 12px 20px;
  border-radius: 10px;
}
.hero-copy .btn.primary:hover,.product-btn-home1 a:hover{
    background: #262626;
}
.product-btn-seller a.primary:hover{
    background: var(--accent);
    color: #fff;
}
.hero-cta {
  margin-top: 60px;
}

.hero-cta a.btn.bundle-btn {
  background: #262626;
  color: #fff;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 20px;
  margin-left: 40px;
}

.search-input-wrapper input.search-input {
  width: 90%;
  right: 0px;
  box-shadow: 5px 5px 20px 0px #0000001A;
  border: 0px;
  padding: 12px 30px;
  border-radius: 20px;
  position: relative;
}

.search-input-wrapper input.search-input::placeholder {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: #C5C5C5;
}

.hero-search {
  text-align: right;
}


/* Stacked Cards */

.card {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 350px;
    height: 440px;
    overflow: visible !important;
    border-radius: 5px !important;
    box-shadow: 5px 5px 10px 0px #0000001A;
    border: 0px !important;
    transition: transform 0.6s;
    user-select: none;
    display: block !important;
}

.card img {
  display: block;
  width: 100%;
  border-radius: 5px !important;
  height: 100% !important;
  border-radius: inherit;
  pointer-events: none;
}

.stack {
  position: relative;
  height: 550px;
  width: 57%;
  perspective: 1000px;
}

/* Card base */
.card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 440px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(0.9);
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0;
  cursor: pointer;
}

/* Card image */
.card img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* Front card */
.card.front {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 3;
}

/* Middle card */
.card.middle {
  transform: translate(-39%, -50%) scale(0.92);
  opacity: 1;
  z-index: 2;
}

/* Back card */
.card.back {
  transform: translate(-26%, -50%) scale(0.82);
  opacity: 1;
  z-index: 1;
}



.card.back img{
  height: 440px !important;
}

/* Swap animation (slide out, no rotate) */
.card.swap {
  animation: slideOut 0.6s ease forwards;
}

@keyframes slideOut {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(100%, -50%) scale(1);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.category-item {
  text-align: center;
  text-decoration: none;
  color: #222;
}

.category-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin: 0 auto 10px;
  border-radius: 10px;
}

a.category-item {
  border-radius: 30px;
  background: #EFF4F7;
  padding: 10px 25px !important;
  display: inline-block;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  color: #262626;
  text-transform: capitalize;
}

.categories {
  text-align: center;
}

.card-heading {
  position: absolute;
  display: flex;
  background: #fff;
  box-shadow: 5px 5px 20px 0px #0000001A;
  width: 370px;
  border-radius: 30px;
  padding: 6px 18px;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  right: 47%;
  bottom: -17px;
}

span.price ins {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0%;
  color: #262626;
  text-decoration: none;
}

.card-heading {
  display: none;
}

.stack .card.front .card-heading {
  display: flex;
}

.hero-image.stack-stage {
    display: flex;
    justify-content: end;
}

span.price del {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #ffffff;
}

.card-heading h3.product-title {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: 0%;
  color: #262626;
}

.swap {
  animation: swap 1.3s ease-out forwards;
}

@keyframes swap {
  30% {
    transform: translate(calc(var(--x) - 250px), -50%) scale(0.85) rotate(-5deg) rotateY(65deg);
  }

  100% {
    transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
    z-index: -1;
  }
}


/* ===============================================
  menu dropdown css
 ============================================= */
#main-menu ul li.menu-item-has-children:after {
  content: "\f078";
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  position: absolute;
  right: 3px;
  top: 50%;
  display: inline-block;
  padding: 0px;
  transform: translate(-50%, -50%);
  color: #000;
}

#main-menu ul.sub-menu li.menu-item-has-children:after {
  color: #000;
}

#main-menu ul>li.menu-item-has-children {
  padding-right: 10px;
  margin-right: 10px;
}

#main-menu ul.sub-menu>li.menu-item-has-children {
  padding-right: 0px;
  margin-right: 0px;
}

#main-menu ul.sub-menu li.menu-item-has-children:after {
  right: 30px;
}

img.custom-logo {
  max-width: 100%;
}

/* ===============================================
   POST BOX
   ============================================= */

.sticky .post-content-box {
  background: #f2f8ff;
}

.post-box {
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 9%);
  border-radius: 10px;
  text-align: center;
}

h3.post-title {
  font-size: 25px;
}

.post-content p {
  color: #5b5b5b;
}

.post-meta,
.crumb-box a:hover {
  color: var(--primary-theme-color);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #121212;
  white-space: break-spaces;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
  max-width: 100%;
}

.post-content img,
.post-thumbnail img {
  max-height: 100%;
  height: auto;
}

.post-content:after {
  content: "";
  display: table;
  clear: both;
}

.post-content {
  word-wrap: break-word;
}

#content,
footer {
  float: left;
  width: 100%;
}

.box {
  background-color: rgb(171 171 171 / 70%);
  text-align: center;
  overflow: hidden;
  position: relative;
}

.post-box:hover:before {
  opacity: 1;
  transform: translateX(0);
}

.box img {
  width: 100%;
  height: auto;
  transform: translateX(-20px) scale(1.15);
  transition: all 0.5s ease;
}

.post-box:hover img {
  opacity: 0.2;
  transform: translateX(20px) scale(1.15);
}

.box .box-content {
  opacity: 0;
  transform: scale(0);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease;
}

.post-box:hover .box-content {
  opacity: 1;
  transform: scale(1);
}

p.slider-button a {
  background: var(--primary-theme-color);
  color: #fff;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: bold;
}

p.slider-button a:hover {
  background: #121212;
}

.post-info span,
.post-info a {
  color: #000;
  font-size: 16px;
  padding: 2px;
  display: inline-block;
}

.post-info a:hover,
.entry-date:hover a,
.entry-date:hover i,
.entry-author:hover a,
.entry-author:hover i {
  color: var(--primary-theme-color);
}

.post-info i {
  color: var(--primary-theme-color);
  font-size: 12px;
}

/* ===============================================
   Pagination
   ============================================= */

.pagination,
.themebee-pagination {
  margin: 25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.themebee-pagination a span,
.themebee-pagination span.current {
  display: inline-block;
  text-decoration: none;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  cursor: pointer;
  background: #f3f4f7;
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.themebee-pagination span.current,
.themebee-pagination span.current:hover,
.themebee-pagination span.current:focus,
.themebee-pagination a span:hover,
.themebee-pagination a span:focus {
  background: var(--primary-theme-color);
  color: #fff;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-reply a:focus {
  color: #fff;
}

.comment-respond input#submit:hover,
.comment-reply a:hover {
  background: #121212;
}

.comment-form-url input,
nav.navigation.pagination {
  width: 100%;
}

.comment-respond input#submit {
  background: var(--primary-theme-color);
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list {
  padding-left: 0;
  border-bottom: 1px solid #00000047;
}

.comment-list .comment {
  display: block;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}

.comment-content.card-block {
  padding: 15px;
}

.comment-reply a {
  padding: 10px;
  color: #fff;
  background: var(--primary-theme-color);
}

#comments footer.comment-reply.card-footer {
  border-top: none !important;
  background-color: #fff !important;
  margin-bottom: 10px;
}

#comments .comment-body img {
  margin-bottom: 10px;
}

.comment-form-cookies-consent label {
  display: inline;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area {
  border-left: solid 1px #e4e7ee;
  padding: 0 0 0 20px;
}

/* .sidebar-area .textwidget img,
.footer-area .textwidget img {
  width: 100%;
  height: auto;
} */

.footer-area .textwidget {
  margin-top: 35px;
}

.sidebar-area .sidebar-widget {
  margin-bottom: 25px;
}

.follow-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}

.widget_text .textwidget img {
  margin-bottom: 24px;
  width: 137px;
}

.follow-wrapper .social-icons a i {
  background: #fff;
  color: #000;
  border-radius: 29px;
  width: 25px;
  height: 25px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.follow-wrapper .social-icons a i:hover {
  background: transparent;
  color: #fff;
}

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

.follow-text {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0%;
  color: #fff;
}

.footer-area p,
.product_list_widget li a,
.footer-area li a {
  font-family: Hanken Grotesk;
  font-weight: 400 !important;
  font-size: 16px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
  line-height: 1.9em;
  font-weight: normal;
}

.sidebar-area ul,
#calendar_wrap,
.sidebar-area .textwidget,
.tagcloud {
  list-style: none;
  margin: 0;
}

.sidebar-area ul {
  padding: 15px 30px 25px;
  border-radius: 10px;
  border: solid 1px #e4e7ee;
}

.wp-calendar .sidebar-area li a,
.sidebar-area li {
  font-size: 15px;
  color: #5b5b5b;
}

.sidebar-area li a:hover,
.sidebar-area li:hover {
  color: var(--primary-theme-color);
}

.sidebar-area li {
  padding: 14px 10px;
  border-bottom: solid 1px #e4e7ee;
}

.sidebar-area h4.title {
  position: relative;
  font-size: 25px;
  margin-left: 60px;
  margin-bottom: 20px;
}

.sidebar-area h4.title:before {
  position: absolute;
  content: "";
  width: 50px;
  left: -60px;
  height: 2px;
  background: var(--primary-theme-color);
  top: 0;
  bottom: 0;
  margin: auto;
}

.sidebar-area h4.title:after {
  position: absolute;
  content: "";
  width: 10px;
  left: -60px;
  height: 10px;
  border-radius: 10px;
  background: var(--primary-theme-color);
  top: 0;
  bottom: 0;
  margin: auto;
}

.sidebar-area .tagcloud a,
.footer-area .tagcloud a {
  font-size: 15px !important;
  color: #5b5b5b;
  display: inline-block;
  margin: 5px 0;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #e4e7ee;
}

.footer-area .tagcloud a {
  border: solid 1px #fff;
  color: #fff;
}

.sidebar-area .tagcloud a:before,
.footer-area .tagcloud a:before {
  content: "#";
}

.sidebar-area .tagcloud a:hover,
.footer-area .tagcloud a:hover {
  background: var(--primary-theme-color);
  color: #fff;
}

.sidebar-area .wp-block-group__inner-container h2 {
  color: #000000 !important;
  font-size: 20px;
}

.sidebar-area select,
.footer-area select,
.sidebar-area textarea,
#comments textarea,
.sidebar-area input[type="text"],
#comments input[type="text"],
#comments input[type="search"],
.sidebar-area input[type="search"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input,
#comments input[type="email"],
#comments input[type="url"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  padding: 5px 2%;
  border: solid 1px #e4e7ee;
}

.sidebar-area ol.wp-block-latest-comments {
  padding-left: 0px;
}

#wp-calendar th,
#wp-calendar #today,
#wp-calendar #today a {
  background: #f3f4f7;
  color: #434343 !important;
}

#wp-calendar a:hover {
  border: none;
}

#wp-calendar {
  background: #fff;
  width: 100%;
}

#wp-calendar caption {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  text-align: left;
  color: #fff;
  font-weight: 500;
}

#wp-calendar th,
#wp-calendar td {
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  padding: 3px 6px;
}

#wp-calendar td a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #434343 !important;
  text-decoration: underline
}

#wp-calendar td#prev a,
#wp-calendar td#prev a {
  text-decoration: none;
  text-align: left;
}

#wp-calendar th {
  font-weight: bold
}

tr:nth-child(2n+2) {
  background-color: #f3f4f7;
}

.searchform label {
  display: block;
}

.searchform input[type=text],
.searchform input[type=search] {
  width: calc(100% - 88px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: transparent;
  border: none;
  border-radius: 30px;
}

#searchform {
  border: solid 1px #e4e7ee;
  border-radius: 30px;
}

.middle-header #searchform {
  border: solid 0px #e4e7ee;
  border-radius: 0px;
}

.searchform input[type=submit] {
  background: var(--primary-theme-color);
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  border-radius: 30px;
  text-shadow: none;
  padding: 10px 0;
  width: 84px;
  margin: 4px auto;
  cursor: pointer;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.searchform input[type=submit]:hover,
.searchform input[type=submit]:focus {
  background: var(--primary-theme-color);
  text-decoration: none
}

.searchform:after {
  content: "";
  display: table;
  clear: both;
}

.footer-widget {
  background: #262626;
  border-radius: 20px 20px 0px 0px;
}

.footer-copyright {
  background: #262626;
  text-align: center;
}
#scrollPinArea {
  position: relative;
}
section#scrollPinArea {
  padding-left: 8%;
}

#sc
.scrollCards .item {
  height: 500px;
  background: #f5f5f5;
  border-radius: 20px;
}
#scrollPinArea {
  position: relative;
  height: 150vh; /* scroll distance */
}

.scrollCards .owl-stage{
  padding-left: 0px !important;
}

.service-svg {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.service-svg img {
    width: 100%;
    height: 300px;
}
.bg-1 .service-box{
  background: #FFF6E7;
}
.bg-2 .service-box{
  background: #FEF2FF;
}
.bg-3 .service-box{
  background: #EFF0FF;
}
.bg-4 .service-box{
  background: #E6F7FE;
}
.bg-5 .service-box{
  background: #E5FAE5;
}
.service-box {
    box-shadow: 3px 5px 10px 0px #00000026;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px !important;
}

.cardWrapper h3.service-heading {
    font-family: Hanken Grotesk;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0%;
    margin-bottom: 20px;
    color: #262626;
    text-align: center;
}

.scroll-sticky {
  position: sticky;
  top: 150px; /* adjust based on header */
  z-index: 2;
}

.testimonial-box {
  background: #F3F5F7;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  padding: 30px 35px;
  height: 340px;
}

.testimonial-box img {
    width: auto !important;
}
.testominal-content h3.testi-heading {
    font-family: Hanken Grotesk !important;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0%;
}
.testimonial-carousel-1 .owl-stage{
  padding-left: 300px !important;
  padding-right: 100px !important;
}
.testominal-content h6.designation {
    font-family: Hanken Grotesk;
    font-weight: 500;
    font-size: 15px;
    color: #888888;
    letter-spacing: 0%;
}
.testimonial-icon-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.testimonial-box p {
    font-family: Hanken Grotesk;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0%;
    color: #262626;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget,
.footer-area li,
.footer-area input[type=text],
.footer-area input[type=search],
.wp-block-group__inner-container h2 {
  color: #fff;
}

.footer-area ul {
  padding: 0;
  list-style: none;
}

.footer-area h4.title {
  color: #fff;
  margin-top: 30px;
  word-wrap: break-word;
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: 0%;

}

.footer-area a:hover {
  color: #fff;
}

.footer-area li {
  padding: 8px 0;
}

.footer-area input[type="search"] {
  width: 100%;
  border: none;
  padding: 13px;
}

.footer-area #searchform input[type="search"] {
  width: calc(100% - 88px);
}

.footer-area form.woocommerce-product-search button,
#sidebar form.woocommerce-product-search button {
  background: var(--primary-theme-color);
  border-radius: 0px;
  color: #fff;
  margin-top: 5px;
  padding: 10px 0;
  width: 100%;
  font-weight: 600;
  border: none;
  border: solid 1pxvar(--primary-theme-color);
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
  max-width: 100%;
  height: auto;
}
.testi-main:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 9%;
    height: 100%;
    top: 0px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.testi-main:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 9%;
    height: 100%;
    top: 0px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testi-main{
    position: relative;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

div.aligncenter,
img.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  line-height: 18px;
  margin-bottom: 25px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
  width: 96%;
  height: 100%
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px;
}

.wp-block-latest-comments__comment-meta a {
  color: #000;
}

.sidebar-widget .widget_text a,
.sidebar-widget .wp-block-heading a {
  text-decoration: underline !important;
}

.footer-area .wp-block-heading a,
.footer-area .widget_text a {
  text-decoration: underline !important;
}

/* ===============================================
    BLOCK CSS
  =============================================== */

.sidebar-area .widget_search .wp-block-search__inside-wrapper {
  border: solid 1px #e4e7ee;
  border-radius: 30px;
}

.sidebar-area .widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: transparent;
  border: none;
  border-radius: 30px;
}

.sidebar-area .widget_search button.wp-block-search__button.wp-element-button {
  background: var(--primary-theme-color);
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  float: left;
  border-radius: 30px;
  text-shadow: none;
  padding: 10px 0;
  width: 105px;
  margin: 4px auto;
  cursor: pointer;
  -webkit-transition: color .3s ease, background-color .3s ease;
  -moz-transition: color .3s ease, background-color .3s ease;
  -o-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
}

.sidebar-area .widget_search button.wp-block-search__button:hover,
.sidebar-area .widget_search button.wp-block-search__button:focus {
  background: var(--primary-theme-color);
  text-decoration: none;
}

.sidebar-area .widget_search .wp-block-search__inside-wrapper {
  content: "";
  display: table;
  clear: both;
}

.sidebar-area .widget_search label,
.sidebar-area .sidebar-widget.widget_block .wp-block-heading {
  position: relative;
  font-size: 25px;
  margin-left: 60px;
  margin-bottom: 20px;
  color: #000;
}

.sidebar-area .wp-block-search label {
  display: inline;
}

.sidebar-area .widget_search label:before,
.sidebar-area .sidebar-widget.widget_block .wp-block-heading:before {
  position: absolute;
  content: "";
  width: 50px;
  left: -60px;
  height: 2px;
  background: var(--primary-theme-color);
  top: 0;
  bottom: 0;
  margin: auto;
}

.sidebar-area .widget_search label:after,
.sidebar-area .sidebar-widget.widget_block .wp-block-heading:after {
  position: absolute;
  content: "";
  width: 10px;
  left: -60px;
  height: 10px;
  border-radius: 10px;
  background: var(--primary-theme-color);
  top: 0;
  bottom: 0;
  margin: auto;
}

.sidebar-area .wp-block-tag-cloud a,
.footer-area .wp-block-tag-cloud a,
.tag-cloud-link {
  font-size: 15px !important;
  color: #5b5b5b;
  display: inline-block;
  margin: 5px 0;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #e4e7ee;
}

.footer-area .wp-block-tag-cloud a {
  border: solid 1px #fff;
  color: #fff;
}

.sidebar-area .wp-block-tag-cloud a:before,
.footer-area .wp-block-tag-cloud a:before,
.tag-cloud-link:before {
  content: "#";
}

.sidebar-area .wp-block-tag-cloud a:hover,
.footer-area .wp-block-tag-cloud a:hover,
.tag-cloud-link:hover {
  background: var(--primary-theme-color);
  color: #fff;
}

.sidebar-area ol footer.wp-block-latest-comments__comment-meta {
  float: none !important;
}

.sidebar-area ol.wp-block-latest-comments {
  padding-left: 0px !important;
  padding: 15px 30px 25px;
  border-radius: 10px;
  border: solid 1px #e4e7ee;
}

.footer-area .wp-block-heading {
  font-size: 30px;
  color: #fff;
  margin-top: 30px;
  word-wrap: break-word;
}

.footer-area {
  margin-bottom: 10px;
}

/* WOOCOMMERCE */
/* Cart */
.wp-block-woocommerce-cart.alignwide {
  margin-right: auto;
  margin-left: auto;
}

.wp-block-woocommerce-checkout.alignwide {
  margin-right: auto;
  margin-left: auto;
}

.wp-block-woocommerce-cart .wc-block-cart-items {
  border: 1px solid #dee2e6 !important;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 9%);
  padding: 10px;
}

.wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid #dee2e6 !important;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 9%);
}

.wp-block-woocommerce-cart-order-summary-heading-block {
  padding: 10px 20px !important;
  background: #f3f4f7 !important;
}

.wc-block-components-product-name {
  font-size: 18px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  color: #000 !important;
}

.wc-block-cart-items__header-image {
  padding-left: 16px !important;
}

.wc-block-cart-items__header-total {
  padding-right: 16px !important;
}

.wc-block-components-totals-coupon-link,
.wc-block-cart__submit-container a,
.wc-block-checkout__actions_row button,
.wc-block-components-totals-coupon__form button,
.wc-block-components-checkout-return-to-cart-button,
.wc-block-grid__product-add-to-cart a,
.product-add-to-cart a,
.woocommerce-Address-title.title a,
.products .yith-wcwl-add-button a,
.products .yith-wcwl-wishlistexistsbrowse,
.products .yith-wcwl-wishlistaddedbrowse,
.entry-summary .yith-wcwl-add-button a,
.entry-summary .yith-wcwl-wishlistexistsbrowse,
.entry-summary .yith-wcwl-wishlistaddedbrowse {
  background: var(--primary-theme-color);
  color: #fff !important;
  line-height: unset;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 10px;
  text-decoration: none !important;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
  background: var(--primary-theme-color);
  color: #fff !important;
}

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse {
  display: inline-block !important;
}

.entry-summary .yith-wcwl-add-button a,
.entry-summary .yith-wcwl-wishlistexistsbrowse,
.entry-summary .yith-wcwl-wishlistaddedbrowse {
  margin-bottom: 10px;
}

.wc-block-components-totals-coupon__form button {
  margin-top: 0px !important;
}

.entry-summary .yith-wcwl-add-button,
.products .yith-wcwl-add-button {
  margin-top: 21px;
  margin-bottom: 10px;
}

.wc-block-cart__submit-container a {
  margin-top: 20px;
}

.wc-block-components-totals-coupon-link:hover,
.wc-block-cart__submit-container:hover a,
.wc-block-checkout__actions_row button:hover,
.wc-block-components-checkout-return-to-cart-button:hover,
.wc-block-grid__product-add-to-cart a:hover,
.yith-wcwl-add-button:hover a {
  background: #121212;
}

.wc-block-components-totals-coupon {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.wc-block-cart-items__header-product {
  background: #f3f4f7 !important;
}

.wc-block-cart-items__header th {
  padding: 10px 20px !important;
  font-size: 14px;
}

.wc-block-cart__totals-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

tr.wc-block-cart-items__row {
  padding: 15px 15px !important;
}

.wc-block-components-totals-item,
.wc-block-components-totals-item {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  display: block !important;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="phno"],
#commentform input[type="password"],
#commentform textarea,
#commentform input#url,
#commentform input[type="search"] {
  border: 1px solid #c8c8c8;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 23px 0;
  height: auto;
}

.woocommerce-message p {
  flex-basis: 55%;
}

.product .price del .woocommerce-Price-amount.amount {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.woocommerce-cart .wc-block-components-totals-coupon.wc-block-components-panel {
  padding: 0px 13px !important;
}

/* single product review form */
#reviews .comment-form {
  display: flex;
  flex-direction: column;
}

#reviews .comment-form-author {
  order: 1;
}

#reviews .comment-form-email {
  order: 2;
}

#reviews .comment-form-comment {
  order: 3;
}

#reviews .comment-form-cookies-consent {
  order: 4;
}

#reviews .form-submit {
  order: 5;
}

/* Wishlist */
.wishlist_table.mobile {
  padding-left: 0;
}

.wishlist_table.mobile table {
  width: auto;
}

.wishlist_table.mobile li {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, .1);
}

.cart.wishlist_table .additional-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
  display: grid;
  grid-template-columns: 2fr 50%;
  gap: 10px;
}

.wishlist_table.images_grid li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
  font-size: 16px !important;
}

.wishlist_table.mobile li .item-details table.item-details-table td,
.additional-info .value {
  font-size: 14px !important;
  padding: 6px !important;
  font-family: "Exo 2", sans-serif;
}

.main-product-section .wishlist_view {
  display: block !important;
}

.share-button i::before {
  font-family: 'FontAwesome';
}

.hidden-title-form button i,
.wishlist-title a.show-title-form i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.yith-wcwl-add-button>a i,
.yith-wcwl-wishlist-new button i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
  margin-right: 0px !important;
}

.wpr-grid-slider-dots {
  z-index: 9 !important;
}

.wishlist_table tr td,
.wishlist_table tr th.product-checkbox,
.wishlist_table tr th.wishlist-delete {
  text-align: left !important;
}

#yith-wcwl-form .shop_table th {
  text-align: left;
}

#yith-wcwl-form .product-name a {
  font-size: 16px;
  text-decoration: none !important;
}

.single-product #alg_currency_selector {
  display: none;
}

.single-product .quantity .qty {
  border-radius: 7px !important;
  border: 1px solid #000;
}

/* Cart */
.wc-block-grid__product-title {
  font-size: 18px !important;
  color: #121212 !important;
  text-decoration: none !important;
}

a.wc-block-grid__product-link {
  text-decoration: none !important;
}

.wc-block-grid__product-price {
  color: var(--primary-theme-color) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
  top: 10px !important;
  right: 10px !important;
  left: auto !important;
  margin: 0 !important;
  line-height: 0 !important;
  background: #121212 !important;
  border-radius: 0 !important;
  padding: 14px 10px !important;
  min-height: 2em !important;
  color: #fff !important;
}

.wc-block-grid__products .wc-block-grid__product-image img {
  width: 100% !important;
}

/* CHECKOUT */
.wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #dee2e6 !important;
  padding: 10px;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 9%);
}

/* MY ACCOUNT */
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 10px;
  margin-bottom: 15px;
  background: var(--primary-theme-color);
}

nav.woocommerce-MyAccount-navigation ul li:hover {
  background: #121212;
}

nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  color: #fff
}

/* CHECKOUT */
.woocommerce form .form-row label,
.woocommerce form .form-row,
span.woocommerce-input-wrapper,
span.password-input {
  width: 100%;
}

/* BUTTONS */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart {
  background: var(--primary-theme-color);
  color: #fff;
  line-height: unset;
  border-radius: 7px !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover {
  background: #121212;
  color: #fff;
}

.woocommerce a.added_to_cart {
  padding: .618em 1em;
  font-weight: 700;
  margin-top: 1em;
  border-radius: 0px;
}

/* SHOP & SINGLE PRODUCT */

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  top: 5px;
  right: 5px;
  left: auto;
  margin: 0;
  line-height: 0;
  background: var(--primary-theme-color);
  border-radius: 5px;
  padding: 14px 10px !important;
  min-height: 2em !important;
}

.woocommerce span.onsale {
  left: 10px;
  right: auto;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000;
  display: block;
  margin-bottom: 0;
  font-size: 18px;
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce .quantity .qty {
  width: 9em;
  padding: 8px;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 12px;
  margin: 0 auto 8px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 12px;
  border: 1px solid #d3ced2;
  background: transparent;
}

.wp-block-button__link {
  color: #fff !important;
  background-color: var(--primary-theme-color);
  margin-bottom: 5px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid var(--primary-theme-color);
  color: #121212 !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0px !important;
}

.product .add_to_cart_button.added {
  display: none !important;
}

/* shop page additional css */
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 2px 2px 10px 0px #0000001A;
}

.product-page-content {
  display: flex;
  background: #fff;
  border-radius: 10px;
  justify-content: space-between;
  margin: 0px;
  align-items: center;
  padding: 10px 20px;
  box-shadow: 2px 2px 10px 0px #0000001A;
  margin-top: 20px;
}

.product-page-content span.price del {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #262626 !important;
}

.product-page-content span.price {
  margin: 0px !important;
}

.product-page-content span.price ins {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0%;
  color: #262626 !important;
}

.product-page-content h2 {
  padding: 0px !important;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 16px !important;
  text-align: left !important;
  letter-spacing: 0%;
  color: #262626;
}
section.related.products .product-page-content-right {
    width: 35%;
    text-align: end;
}
span.onsale {
  display: none;
}

ul.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.added_to_cart.wc-forward {
  padding: 8px 24px;
}

/* shop page pagination  */
.woocommerce nav.woocommerce-pagination ul li span.current {
  padding: 12px 15px;
  background: var(--primary-theme-color);
  color: #ffffff;
  border-radius: 30px;
  font-weight: bold;
  margin-right: 15px;
  box-shadow: 5px 5px 10px 0px #00000040;

}

.woocommerce nav.woocommerce-pagination ul li a {
  display: block;
  margin: 2px 15px 2px 0;
  padding: 12px 15px;
  text-decoration: none;
  width: auto;
  box-shadow: 5px 5px 10px 0px #00000040;
  color: #28241C;
  background: #ffffff;
  transition: background .15s ease-in-out;
  font-weight: bold;
  border-radius: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--primary-theme-color);
  color: #ffffff;
}

section.related.products {
  display: inline-block;
  width: 100%;
  background-color: #F2F6F9;
}

.related-product-heading h2 {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0%;
  color: #262626;
}

.related.products ul.products.columns-4 {
  width: 80%;
  margin: 0 auto;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  border: 1px solid #999999;
  border-radius: 10px;
}

span.hurry {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0%;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  height: 730px !important;
}

.single-product-page-custom p.price del {
  color: #262626 !important;
  opacity: 1 !important;
}

.single-product-page-custom p.price del span.woocommerce-Price-amount.amount {
  font-family: Hanken Grotesk;
  font-weight: 300;
  font-size: 40px;
  color: #262626;
  letter-spacing: 0%;
}

.single-product-page-custom p.price {
  display: flex !important;
  align-items: baseline;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 12px;
}

p.price-custom-content {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: #D32F2F;
}

.themebee-purchase-btn,
.themebee-view-demo,
.themebee-bundle,
.themebee-download,
.themebee-upgrade-pro {
  width: 33.33%;
}

.themebee-purchase-btn a.themebee-add-to-cart-btn,
.themebee-download a.themebee-downlod-btn {
  background: var(--primary-theme-color);
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 33px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0%;
}

.themebee-product-button .themebee-button-inner {
  gap: 35px;
}

.themebee-view-demo a.themebee-view-demo-btn {
  background: #262626;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 33px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0%;
}

.themebee-bundle a.themebee-bundle-btn,
.themebee-upgrade-pro a.themebee-upgrade-pro-btn {
  background: var(--primary-theme-color);
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 33px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0%;
}

.themebee-purchase-btn a.themebee-add-to-cart-btn:hover,
.themebee-bundle a.themebee-bundle-btn:hover,
.themebee-upgrade-pro a.themebee-upgrade-pro-btn:hover,
.themebee-download a.themebee-downlod-btn:hover {
  background: #262626;
}

.themebee-view-demo a.themebee-view-demo-btn:hover {
  background: var(--primary-theme-color);
}

.custom-short-description p {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  color: #262626;
  text-align: justify;
}

.themebee-bundle-banner {
  background: #262626;
  border-radius: 15px;
  padding: 20px;
}

.themebee-bundle-content h2 {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0%;
  color: #ffffff;
}

.themebee-bundle-price-inner span.inner-text {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.themebee-bundle-price-inner span.inner-offer {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 45px;
  color: #FFFFFF;
  letter-spacing: 0%;
  margin-left: 10px;
}

.themebee-bundle-price .themebee-bundle-price-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bundle-coupon-main {
  position: relative;
}

.themebee-bundle-offer .themebee-bundle-price-inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.bundle-coupon-box .coupon-code-label,
.bundle-coupon-box span.coupon-code {
  color: #ffffff;
}

.custom-meta-gallery-section .owl-stage {
  padding-left: 0px !important;
}

.custom-meta-gallery-section {
  padding-left: 8%;
}

.gallery-image img.attachment-large.size-large {
  height: 500px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 10px 0px #0000001A;
}

.important-links-wrapper h3.section-title,
.key-features-wrapper h3.section-title {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 28px;
  color: #262626;
  margin-bottom: 40px !important;
  letter-spacing: 0%;
}

.link-box-main {
  background: #00308D;
  border-radius: 20px;
  padding: 15px 25px;
}

.link-box-inner:hover {
  background: #A7AAAE80;
  padding: 12px 15px;
  border-radius: 20px;
}

.link-box-inner {
  padding: 12px 15px;
  width: 90%;
  gap: 22px;
}

.feature-box {
  gap: 20px
}

.key-features-wrapper {
  padding-left: 40px;
}

.custom-meta-gallery-section h2.section-main-heading {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0%;
}

h4.gallery-heading {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0%;
  color: #262626;
  text-align: center;
}

.custom-meta-gallery-section button.owl-prev,
.custom-meta-gallery-section button.owl-next {
  width: 40px;
  height: 40px;
  background: #262626 !important;
  color: #ffffff !important;
  display: flex;
  font-size: 25px !important;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}

.custom-meta-gallery-section .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -16%;
  z-index: -1;
  width: 5%;
  margin: 0 auto;
  left: -9%;
  right: 0px;
}

.feature-content h5 {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0%;
  color: #262626;
}

.feature-content p.small {
  font-family: Hanken Grotesk !important;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #555555;
}

.link-content h5 {
  font-family: Hanken Grotesk !important;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0%;
  color: #ffffff;
}

.link-content p {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0%;
  color: #ffffff;
}

.link-box {
  border-bottom: 1px solid #fff;
}

.link-box:last-child {
  border-bottom: 0px;
}

.bundle-coupon-box {
  display: flex;
  transform: rotate(270deg);
  position: absolute;
  width: 148%;
  align-items: center;
  left: -12%;
  gap: 15px;
  height: 127%;
  justify-content: center;
}

.themebee-info-section {
  display: inline-block;
  width: 100%;
}

.themebee-bundle-price-inner {
  text-align: center;
}

.themebee-bundle-content p {
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0%;
}

.single-product-page-custom p.price ins {
  font-family: Hanken Grotesk;
  font-weight: 700;
  font-size: 40px;
  color: #262626;
  letter-spacing: 0%;
}

.related-product-heading {
  display: inline-block;
  width: 100%;
}

section.related.products h2 {
  margin-bottom: 40px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 1.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 23.2%;
  margin-left: 0;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  float: none;
  overflow: unset;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-bottom: 60px;
}

.woocommerce-page .yith-wcwl-add-to-wishlist-button {
  background: var(--primary-theme-color);
  color: #fff;
  line-height: unset;
  border-radius: 7px !important;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 600;
}

.woocommerce-page .yith-wcwl-add-to-wishlist-button:hover {
  background-color: #000;
}

.woocommerce-page .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon {
  display: none;
}

.woocommerce-cart .wc-block-components-product-metadata__description p {
  font-size: 15px !important;
}

/*  SINGLE POST */
.single-post-category span {
  font-weight: 600;
  color: #5b5b5b;
}

.single-post-category .post-categories li,
.single-post-category ul {
  display: inline-block;
  padding-left: 0px;
}

.single-post-category .post-categories li a {
  margin-right: 8px;
  margin-bottom: 8px;
  background-color: var(--primary-theme-color);
  padding: 8px 10px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.single-post-category .post-categories li a:hover {
  background: #000000;
}

/*scroll-to-top*/
.scroll-up {
  position: fixed;
  bottom: 12px;
  right: 30px;
  z-index: 999;
}

.scroll-up a {
  background: var(--primary-theme-color);
  color: #ffffff;
}

.scroll-up a:hover {
  background: var(--primary-theme-color);
}

.scroll-up a {
  bottom: 10px;
  right: 20px;
  width: 70px;
  height: 70px;
  display: block;
  text-decoration: none;
  border-radius: 50px;
  border: 10px solid rgb(243 243 243 / 69%);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
  transition: border-width 0.3s ease-in-out;
}

.scroll-up a i {
  position: relative;
  top: 13px;
  font-size: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0px 0px;
  color: #fff !important;
  transform: translate(66%);
}

.scroll-up a:hover i {
  top: 5px;
}

/*PRELOADER*/

.loader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999999;
  display: flex;
  bottom: 0px;
  justify-content: center;
  align-items: center;
}

.preloader {
  animation: move 0.5s ease infinite alternate;
}

.diamond {
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  transform-style: preserve-3d;
  animation: spin 1s linear infinite;
  justify-content: center;
  align-items: center;
}

.diamond span {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.diamond span:nth-child(1) {
  border: 10px solid var(--primary-theme-color);
  border-left-color: #000;
  border-right-color: #000;
  transform: rotateX(90deg) rotateZ(45deg);
}

.diamond span:nth-child(2) {
  border: 6px solid var(--primary-theme-color);
  border-left-color: #000;
  border-right-color: #000;
  transform: rotateX(90deg) rotateY(90deg) rotateZ(45deg);
}

.diamond span:last-child {
  border: 6px solid var(--primary-theme-color);
  border-left-color: #000;
  border-right-color: #000;
  transform: rotateZ(45deg);
}

@keyframes move {
  0% {
    transform: translateY(0) scaleY(0.9);
  }

  100% {
    transform: translateY(-70px) scaleY(1.1);
  }
}

@keyframes spin {
  0% {
    transform: translateY(-50%) rotateX(-15deg) rotateY(0deg);
  }

  100% {
    transform: translateY(-50%) rotateX(-15deg) rotateY(180deg);
  }
}

.result-search #searchform {
  display: table;
}

.not-found-content #searchform {
  display: inline-block;
}

.footer-copyright a,
.footer-copyright p {
  color: #ffffff;
  text-align: center;
  font-family: Hanken Grotesk;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0%;
}

.notify {
  background: #000;
  color: #fff;
  position: fixed;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

/* ===============================================
  Progress Bar
=============================================== */
#elemento-progress-bar {
  background-color: var(--primary-theme-color);
  position: fixed;
  width: 0;
  height: 4px;
  z-index: 999;
}

#elemento-progress-bar.top {
  top: 0;
}

.admin-bar #elemento-progress-bar.top {
  top: 32px;
}

#elemento-progress-bar.bottom {
  bottom: 0;
}

/* Sticky Copyright */

.sticky-copyright.footer-copyright {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: bottom 0.4s;
  box-shadow: 0px 0px 8px #000000;
}

.step-loading .spinner {
  width: 172px !important;
  background: none !important;
  animation: none !important;
}

/* ===============================================
   Sticky Sidebar
============================================= */

.sidebar-sticky {
  position: sticky;
  top: 100px;
  z-index: 999;
}

/* ===============================================
   HOME PAGE CSS
  =============================================== */

/*banner-section*/
.home-automation-product-section .ht-product-image img {
  width: 100%;
  height: 300px !important;
  object-fit: contain !important;
  background: #EAEAEA;
  padding: 20px;
}

.home-automation-product-section .ht-product-inner:hover .ht-product-image img {
  background: var(--primary-theme-color);
}

.hex-container {
  display: flex;
  gap: 40px;
}

.animation-polygon svg {
  animation: spinScale 7s ease-in-out infinite;
  transform-origin: center;
  transform-box: fill-box;
}

@keyframes spinScale {
  0% {
    transform: rotate(0deg) scale(1);
  }

  40% {
    transform: rotate(144deg) scale(1.3);
  }

  60% {
    transform: rotate(216deg) scale(0.9);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.home-automation-product-section .ht-row {
  padding: 0px;
  margin: 0px;
}




/*
//////////////////////////////////////////////////////*/

/* Basic stylesheet for Theme Bee static homepage (no Tailwind) */
:root {
  --max-width: 1200px;
  --accent: #00308d;
  --muted: #6b7280;
}

* {
  box-sizing: border-box
}

body {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
  margin: 0;
  color: #1f2937;
  background: #fff
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #eee
}

.logo {
  font-weight: 700;
  color: var(--accent);
  font-size: 20px
}

.main-nav {
  display: flex;
  gap: 18px;
  margin-left: 20px
}

.main-nav a {
  color: #333;
  text-decoration: none;
  font-weight: 600
}

.header-actions {
  margin-left: auto
}

/* .search {
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 20px
} */

.hero {
  background: #f6f9fb;
  padding: 40px 0
}

.hero-copy {
  flex: 1
}

.btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  background: #f3f4f6;
  color: #111;
  border: 1px solid transparent
}

.btn.primary {
  background: var(--accent);
  color: #fff
}

.btn.small {
  padding: 6px 10px;
  font-size: 14px
}

.hero-image img {
  max-width: 420px;
  width: 100%;
  height: auto;
  border-radius: 8px
}
.card-img img {
  width: 100%;
  height: 440px !important;
}
.categories {
  padding-top: 12px;
  padding-bottom: 12px
}

.category-list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto
}

.category-list li {
  background: #fff;
  border: 1px solid #eef2f7;
  padding: 10px 16px;
  border-radius: 18px;
  white-space: nowrap
}

.gallery h2 {
  font-size: 28px
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 16px
}

.card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.card-media img {
  width: 100%;
  height: 170px;
  object-fit: cover
}

.card-body {
  padding: 12px
}

.price .orig {
  color: var(--muted);
  text-decoration: line-through;
  margin-left: 8px;
  font-weight: 400
}

.card-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px
}

.center {
  text-align: center;
  margin-top: 18px
}

.best-sellers {
  padding-top: 30px
}

.sellers-row {
  display: flex;
  gap: 18px
}

.seller {
  background: #111;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  align-items: center
}

.seller img {
  width: 110px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px
}

.seller-info h4 {
  margin: 0
}

.features {
  padding: 32px 0
}

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

.feature {
  background: #fff;
  padding: 18px;
  border: 1px solid #eef2f7;
  border-radius: 8px
}

.bundle {
  padding: 32px 0
}

.bundle-inner {
  display: flex;
  gap: 20px;
  align-items: center
}

.bundle-copy {
  flex: 1
}

.bundle-image img {
  width: 320px;
  border-radius: 8px
}

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

.testimonial {
  background: #f3f5f7;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #e6e9ee
}

.testimonial footer {
  margin-top: 12px;
  color: var(--muted)
}

.news-row {
  display: flex;
  gap: 16px
}

.news-card {
  flex: 1;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px
}

.news-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px
}

.support-grid {
  display: flex;
  gap: 16px
}

.support-card {
  background: #fff;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid #eee;
  text-align: center
}

.site-footer {
  background: #111;
  color: #fff;
  padding: 28px 0;
  margin-top: 32px
}

.footer-inner {
  display: flex;
  gap: 40px;
  align-items: flex-start
}

.subscribe h3 {
  margin: 0 0 8px
}

.subscribe form {
  display: flex;
  gap: 8px
}

.subscribe input {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 8px 0 0
}

.footer-nav a {
  color: #fff;
  text-decoration: none
}

.copyright {
  text-align: center;
  padding: 12px;
  color: #c7c7c7
}

@media (max-width:1000px) {
  .grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .testimonials .testimonials-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .hero-inner {
    flex-direction: column
  }

  .bundle-inner {
    flex-direction: column
  }
}

@media screen and (min-width:1700px) and (max-width:1900px) {
  .container {
    max-width: 1520px;
  }
}

@media screen and (min-width:1920px) {
  .container {
    max-width: 1620px;
  }

  #service-section .right-image {
    right: 80px;
  }
}

/* ===============================================
   Newsletter Subscription Bar
   =============================================== */
.newsletter-bar {
  background: #1e1e1e;
  padding: 28px 0;
  border-top: 1px solid #2e2e2e;
}

.newsletter-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.newsletter-bar-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.newsletter-bar-form {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 600px;
}

.newsletter-input {
  flex: 1;
  background: #2b2b2b;
  border: 1px solid #3a3a3a;
  border-radius: 6px;
  padding: 13px 18px;
  color: #ccc;
  font-size: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

.newsletter-input::placeholder {
  color: #777;
}

.newsletter-input:focus {
  border-color: #555;
  background: #333;
}

.newsletter-btn {
  background: #2b2b2b;
  color: #ffffff;
  border: 1px solid #3a3a3a;
  border-radius: 6px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.newsletter-btn:hover {
  background: #3a3a3a;
  border-color: #555;
}

.newsletter-arrow {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 767px) {
  .newsletter-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .newsletter-bar-title {
    white-space: normal;
  }

  .newsletter-bar-form {
    justify-content: flex-start;
    width: 100%;
  }

  .newsletter-form {
    flex-direction: column;
    max-width: 100%;
  }

  .newsletter-input,
  .newsletter-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ===============================================
   Product Slider Section (Banner)
   =============================================== */

.product-slider-section {
  background: #f5f6f8;
  overflow: hidden;
}

.product-slider-section .owl-stage-outer {
  overflow: visible;
}

.product-slider-section .owl-carousel {
  overflow: hidden;
}

.psc-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 32px rgba(0, 0, 0, 0.10);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.psc-card:hover {
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
  transform: translateY(-4px);
}

.psc-image {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e9ecef;
}

.psc-image a {
  display: block;
  width: 100%;
  height: 100%;
}

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

.psc-card:hover .psc-image img {
  transform: scale(1.05);
}

.psc-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  gap: 12px;
}

.psc-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.psc-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.psc-title a:hover {
  color: var(--primary-theme-color, #f06a25);
}

.psc-price {
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}

/* WooCommerce price HTML: strike old, bold sale */
.psc-price .price del {
  color: #999;
  font-weight: 400;
  font-size: 13px;
  margin-right: 6px;
  text-decoration: line-through;
}

.psc-price .price ins {
  text-decoration: none;
  font-weight: 700;
  color: #1a1a1a;
}

.psc-price .price .amount {
  font-size: 15px;
}

/* Owl nav arrows */
.product-slider-section .owl-nav button {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  background: #fff !important;
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.13) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: none !important;
  transition: background 0.2s ease !important;
  z-index: 10;
}

.product-slider-section .owl-nav button:hover {
  background: var(--primary-theme-color, #f06a25) !important;
  color: #fff !important;
}

.product-slider-section .owl-nav .owl-prev {
  left: -20px;
}

.product-slider-section .owl-nav .owl-next {
  right: -20px;
}

.product-slider-section .owl-nav button span {
  font-size: 22px;
  line-height: 1;
  color: inherit;
}

@media (max-width: 767px) {
  .psc-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .psc-title {
    white-space: normal;
  }
}


/*About Us*/

.contact-hero{
background:#f7f7f7;
padding:100px 0;
text-align:center;
}

.contact-hero h1{
font-weight:700;
}

.contact-card{
border:1px solid #eee;
padding:30px;
border-radius:10px;
background:#fff;
transition:.3s;
}

.contact-card:hover{
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.contact-form{
background:#fafafa;
padding:80px 0;
}

.support-card{
padding:35px;
border:1px solid #eee;
border-radius:10px;
text-align:center;
transition:.3s;
}

.support-card:hover{
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.newsletter{
background:#111;
color:#fff;
padding:70px 0;
}

.newsletter input{
height:50px;
}


/* HERO SECTION */

.about-hero{
background:#f8f9fa;
padding:100px 0;
}

.about-hero h1{
font-size:42px;
font-weight:700;
}

.about-hero p{
font-size:18px;
max-width:650px;
margin:auto;
}



/* ABOUT SECTION */

.about-section img{
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.about-section h2{
font-weight:700;
}

.about-section p{
font-size:16px;
line-height:1.7;
}



/* MISSION BOXES */

.mission-box{
background:#fff;
padding:35px;
border-radius:10px;
border:1px solid #eee;
transition:0.3s;
}

.mission-box:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}



/* STATS SECTION */

.stats-section h2{
font-size:36px;
font-weight:700;
}

.stats-section p{
color:#666;
}



/* CTA SECTION */

.cta-section{
background:#111;
color:#fff;
padding:80px 0;
}

.cta-section h2{
font-weight:700;
}

.cta-section .btn{
padding:12px 30px;
font-weight:600;
}



/* RESPONSIVE */

@media (max-width:768px){

.about-hero{
padding:70px 0;
}

.about-hero h1{
font-size:32px;
}

.about-section{
text-align:center;
}

.about-section img{
margin-bottom:30px;
}

}

.faq-hero{
padding:100px 0;
}

.faq-hero h1{
font-size:42px;
font-weight:700;
}

.faq-section .accordion-item{
border-radius:8px;
margin-bottom:15px;
border:1px solid #eee;
overflow:hidden;
}

.faq-section .accordion-button{
font-weight:600;
padding:18px;
}

.faq-section .accordion-button:not(.collapsed){
background:#f8f9fa;
box-shadow:none;
}

.faq-section .accordion-body{
color:#666;
line-height:1.7;
}

.faq-support{
background:#f8f9fa;
padding:80px 0;
}

.faq-support h2{
font-weight:700;
}

@media(max-width:768px){

.faq-hero{
padding:70px 0;
}

.faq-hero h1{
font-size:30px;
}

}