/* Default CSS */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: var(--body-font);
  background-color: #ffffff;
  color: #00091f;
  letter-spacing: 1px;
  max-width: 1920px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--heading-font);
}

p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  font-weight: 500;
  -webkit-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

title {
  text-transform: capitalize;
}

:root {
  --heading-font: 'Lektorat Narrow';
  --body-font: 'Lektorat Narrow';
  --primary-color: #367bf5;
  --secondary-color: #f3aa18;
  --black-color: #000;
  --lightblack: #222222;
  --white-color: #fff;
  --darkgrey: #868686;
  --lightgrey: #636363;
  --green: #069697;
  --red: #ea3d2f;
}

.green {
  color: var(--green) !important;
}

.lightblack {
  color: var(--lightblack) !important;
}

.blue {
  color: var(--primary-color) !important;
}

.red {
  color: var(--red) !important;
}

/* Custom CSS Start */

.header-1 .top-header {
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: #ffffff;
  text-align: center;
  padding: 12px 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.header-1 .top-header p {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.header-1 .navbar {
  background: #F7F7F7;
  padding: 20px 0;
}

.header-1 .navbar .nav-item .nav-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  padding: 0px;
  margin: 0 20px;
  position: relative;
}

.header-1 .navbar .nav-item .nav-link:hover {
  color: #000;
}

.header-1 .navbar .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  /* adjust spacing */
  width: 0;
  height: 0;
  border-bottom: 2px solid #000;
  transition: width 0.3s ease;
}

/* Hover state */
.header-1 .navbar .nav-item .nav-link:hover::after,
.header-1 .navbar .nav-item.active .nav-link::after {
  width: 24px;
}

.header-1 .navbar .action-bar {
  padding-left: 60px;
  display: flex;
  gap: 20px;
  align-items: center;
}

/* Slider CSS Start  */
.thumbnail_slider .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: .2s;
  border-width: 2px !important;
  margin: 10px 4px;
  background-color: #F4F4F4 !important;
}

.thumbnail_slider .primary_slider .splide__slide {
  background-color: #f7f7f7 !important;
  height: 1000px !important;
}

.thumbnail_slider .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  box-shadow: 2px 3px 8px #ffffff;
}

.thumbnail_slider .splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border-color: #e9e9e9;
}

.thumbnail_slider .splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: filter 0.4s ease, transform 0.3s ease;
}

/* Color changing animation */
.thumbnail_slider .splide__slide img.color-changing {
  animation: colorPulse 0.4s ease;
}

@keyframes colorPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.85;
  }
}

/* Slider CSS End  */

.product-information {
  position: relative;
  padding: 40px 40px;
}

.product-information .product-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.5rem;
  color: #050505;
}

.product-information .price {
  color: #003d82;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.product-information .product-description {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 2rem;
}

.product-information .section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #050505;
}

.product-information .custom-builder-btn {
  padding: 0.8rem 2rem;
  font-weight: bold;
  border: 2px solid #000;
  background: white;
  color: #000;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.product-information .custom-builder-btn.active {
  background: #ffffff;
  color: #000000;
}

.product-information .souvenir-btn {
  padding: 0.9rem 2rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.product-information .color-option-wrapper {
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  cursor: pointer;
}

.product-information .color-option-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.product-information .color-option {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #D9D9D9;
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  position: relative;
}

.product-information .color-option-wrapper:hover .color-option {
  transform: scale(1.05);
  border-color: #666;
}

.product-information .color-option-wrapper input[type="radio"]:checked+.color-option {
  border-color: #000;
  border-width: 4px;
  transform: scale(1.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

/* Checkmark for selected color */
.product-information .color-option-wrapper input[type="radio"]:checked+.color-option::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  animation: checkmarkAppear 0.3s ease;
}

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

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

.product-information .color-option-wrapper input[type="radio"]:checked+.color-option.white::after {
  color: #000;
  text-shadow: none;
}

.product-information .navy {
  background-color: #121D3C;
}

.product-information .black {
  background-color: #000;
}

.product-information .silver {
  background-color: #D2D5DB;
}

.product-information .tan {
  background-color: #DFC192;
}

.product-information .brown {
  background-color: #472C2A;
}

.product-information .white {
  background-color: #fff;
  border: 2px solid #ddd;
}

.product-information .yellow {
  background-color: #F9D600;
}

.product-information .total-section {
  background: #ffffff;
  padding: 1.5rem 0px;
}

.product-information .total-label {
  font-size: 1.5rem;
  font-weight: 900;
  color: #050505;
}

.product-information .total-price {
  font-size: 2rem;
  font-weight: 900;
  color: #050505;
}

.product-information .add-to-cart-btn {
  width: 100%;
  padding: 1.25rem;
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: white;
  border: none;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.product-information .add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(43, 92, 184, 0.4);
}

.product-information .form-control {
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 0px;
  color: #050505;
}

.product-information .upload-section {
  background: #F1F7FF;
  padding: 1.5rem;
  margin-top: 1rem;
  border-radius: 0px;
}

.product-information .file-note {
  font-size: 0.85rem;
  color: #050505;
  margin-top: 0.5rem;
}

.logo-preview {
  position: absolute;
  left: 52%;
  top: 43%;
  z-index: 1111;
  transform: rotate(-46deg);
  width: 84px;
}


/* Product Description Section */
.product-description-section .nav-tabs {
  border-bottom: 2px solid rgba(5, 5, 5, 0.15);
}

.product-description-section .nav-tabs .nav-link {
  color: #999;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  border: none;
  padding: 1rem 0;
  margin-right: 2rem;
  background: transparent;
  text-transform: uppercase;
}

.product-description-section .nav-tabs .nav-link.active {
  color: #003d82;
  border: none;
  border-bottom: 3px solid #162E83;
  background: transparent;
}

.product-description-section .section-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 2rem 0 1.5rem 0;
  color: #050505;
}

.product-description-section .description-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #868686;
  margin-bottom: 2rem;
}

.product-description-section .spec-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.product-description-section .spec-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.product-description-section .spec-icon i {
  padding-top: 2px;
}

.product-description-section .spec-label {
  font-weight: 700;
  color: #050505;
  margin-right: 0.5rem;
}

.product-description-section .spec-value {
  color: #868686;
}

.product-description-section .content-container {
  padding: 0rem;
  margin-top: 0;
}

.product-images-section {
  position: relative;
  padding: 80px 0 0;
}

.product-images-section .product-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.product-highlight-section {
  position: relative;
  padding: 120px 0;
  background: url(../img/home/highlight-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.product-highlight-inner-sec {
  padding-bottom: 40px;
}

.product-highlight-inner-sec h2 {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.product-highlight-inner-sec p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 25px;
  padding-left: 50px;
}

.recently-viewed-section {
  position: relative;
  padding: 120px 0;
}

.recently-viewed-section .section-header .h2 {
  color: #000000;
  font-size: 80px;
  line-height: 94px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.recently-viewed-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

.recently-viewed-section .section-header .btn.btn-outline-primary {
  padding: 24px 30px;
  border-color: #000000;
  border-radius: 0px;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}

.recently-viewed-section .section-header .btn.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #000000;
}

.recently-viewed-section .product-item .product-image {
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.recently-viewed-section .product-item .product-info h4 {
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.recently-viewed-section .product-item .product-info p {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.follow-us-section {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
}

.follow-us-section .section-header h2 {
  color: #ffffff;
  font-size: 80px;
  line-height: 94px;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
}

.follow-us-section .follow-us-images {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.footer-section {
  position: relative;
  padding: 100px 0px 80px;
  background: url(../img/home/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-section .footer-link h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.footer-section .footer-link p,
.footer-section .footer-link li a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 15px;
  display: block;
}

.footer-section .footer-link .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(251 251 251 / 19%);
  border-radius: 0px;
  color: #ffffff;
  padding: 0.5rem 0;
}

.footer-section .footer-link .form-control:focus {
  box-shadow: none;
}

.footer-section .subscribe-form {
  position: relative;
  width: 100%;
}

.footer-section .subscribe-form .btn.btn-link {
  position: absolute;
  bottom: 0.6rem;
  right: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px;
}

.footer-section .copyright {
  border-top: 1px solid rgb(251 251 251 / 19%);
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer-section .copyright p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
}

.product-options .form-label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #050505;
}

.product-options .form-select {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 16px 20px;
  font-size: 16px;
  background-color: white;
  color: #050505;
}

.product-options .form-select:focus {
  border-color: #999;
  box-shadow: none;
}

.product-options .form-check {
  margin-bottom: 12px;
}

.product-options .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #868686;
  border-radius: 0px;
  cursor: pointer;
}

.product-options .form-check-input:checked {
  background-color: #333;
  border-color: #333;
}

.product-options .form-check-label {
  font-size: 15px;
  cursor: pointer;
  margin-left: 8px;
  color: #050505;
}

.product-options .section-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: uppercase;
}

/* 27-01-2026 CSS */

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
  background: none !important;
  background-color: #f4f4f4 !important;
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active img {
  display: block !important;
}


/* Home page CSS 28-01-2026 Start */

.hero-banner {
  position: relative;
  height: 100vh;
  background-image: url(../img/home/hero-bg.png);
  overflow: hidden;
}

.hero-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(2px 2px at 20% 30%, white, transparent),
    radial-gradient(2px 2px at 60% 70%, white, transparent),
    radial-gradient(1px 1px at 50% 50%, white, transparent),
    radial-gradient(1px 1px at 80% 10%, white, transparent),
    radial-gradient(2px 2px at 90% 60%, white, transparent),
    radial-gradient(1px 1px at 33% 80%, white, transparent);
  background-size: 200% 200%;
  opacity: 0.3;
  animation: stars 3s ease-in-out infinite;
}

@keyframes stars {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.5;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero-content .player-image {
  position: absolute;
  left: 55%;
  bottom: 0;
  transform: translateX(-50%);
  width: 600px;
  height: auto;
  z-index: 1;
}

.hero-content .player-image img {
  width: 100%;
  height: auto;
  filter: contrast(1.1) brightness(1.05);
}

.hero-content .main-title {
  font-size: 210px;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.9;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.8);
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: 'Lektorat Condensed';
}

.hero-content .subtitle-text {
  font-size: 24px;
  color: #d1d1d1;
  font-weight: 300;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}

.hero-content .description-text {
  font-size: 24px;
  color: #d1d1d1;
  font-weight: 300;
  margin-bottom: 3rem;
  letter-spacing: 0.5px;
}

.hero-content .cta-buttons {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
}

.hero-content .btn-primary-custom {
  background: linear-gradient(to bottom, #1a3a7d, #2b5cb8);
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0px;
}

.hero-content .btn-primary-custom:hover {
  background-color: #ffffff;
  color: #ffffff;
}

.hero-content .btn-secondary-custom {
  background-color: transparent;
  color: white;
  border: 2px solid rgba(200, 200, 200, 0.95);
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0px;
}

.hero-content .btn-secondary-custom:hover {
  background-color: white;
  color: #000;
}

/* Product Carousel Sidebar */
.product-carousel-sidebar {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 362px;
  height: 495px;
  background-image: url(../img/home/product-carousel-bg.png);
  backdrop-filter: blur(10px);
  z-index: 10;
  display: flex;
  flex-direction: column;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
}

.product-carousel-sidebar .product-header {
  padding: 2rem 2rem 1rem 2rem;
}

.product-carousel-sidebar .product-title {
  font-size: 30px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.product-carousel-sidebar .product-price {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
}

.product-carousel-sidebar .product-image-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: relative;
}

.product-carousel-sidebar .product-image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.product-carousel-sidebar .carousel-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-carousel-sidebar .carousel-btn {
  background: transparent;
  border: none;
  color: #1a1a1a;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
}

.product-carousel-sidebar .carousel-btn:hover {
  color: #1e40af;
  transform: translateX(5px);
}

.product-carousel-sidebar .carousel-btn.prev:hover {
  transform: translateX(-5px);
}

.product-carousel-sidebar .carousel-indicators-custom {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 1rem 0;
}

.product-carousel-sidebar .indicator-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-carousel-sidebar .indicator-dot.active {
  background: #1a1a1a;
  width: 24px;
  border-radius: 4px;
}

.features-section {
  position: relative;
  padding: 120px 0;
}

.features-section .feature-item h3 {
  color: #000000;
  font-size: 26px;
  line-height: 32px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.features-section .feature-item p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.shop-by-category-section {
  background: #000000;
  padding: 120px 0 0;
}

.shop-by-category-section .category-item img {
  width: 100%;
  height: 500px;
}

.shop-by-category-section .category-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}

.shop-by-category-section .category-item-content-name {
  color: #ffffff;
  font-family: 'Lektorat Condensed';
  font-weight: 800;
  font-size: 50px;
  text-transform: uppercase;
}

.shop-by-category-section .category-item-icon {
  width: 70px;
  height: 70px;
}

.shop-by-category-section .category-item-icon svg {
  width: 100%;
  height: 100%;
}

.shop-by-category-section .category-item-content-bg {
  background: linear-gradient(to right,
      #737478 0%,
      #F9F9F9 50%,
      #6A6B6F 100%);

}

.shop-by-category-section .category-item-content-bg-blue {
  background: linear-gradient(to right,
      #0F1E61 0%,
      #2445B6 50%,
      #061348 100%);
}


.shop-by-category-section .section-header h2 {
  font-family: 'Lektorat Condensed';
  color: #ffffff;
  font-size: 80px;
  line-height: 100%;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.shop-by-category-section .product-control {
  background-image: url("../img/home/product-control-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shop-by-category-section .product-control-content {
  max-width: 640px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.product-control-content .product-control-header {
  text-align: center;
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Lektorat Condensed';
}

.product-control-content .product-control-description {
  padding-top: 30px;
  font-size: 24px;
  opacity: 60%;
  color: #ffffff;
  text-align: center;
  font-family: 'Lektorat Condensed';
}

.product-control-content .product-control-branding {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-by-category-section .product-control-main {
  padding: 220px 0;
}

.product-control-main .product-control-arrow {
  position: absolute;
  bottom: 10%;
  right: 20%;
}

.product-control-main .product-control-arrow svg {
  transform: scaleX(-1);
  width: 50px;
  height: 50px;
}

.product-control-main .product-control-right {
  position: absolute;
  top: 20px;
  right: 15%;
  z-index: 1;
}

.product-control-main .product-control-left {
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.best-seller-section {
  padding: 120px 0;
  background-color: #F9FAFB;
}

.best-seller-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.best-seller-section-header h2 {
  font-family: 'Lektorat Condensed';
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
}

.best-seller-section-header .best-seller-btn {
  padding: 10px 15px;
  border: 1px solid #000;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000000;
  font-family: 'Lektorat Condensed';
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.best-seller-section-header.best-seller-btn svg {
  width: 12px;
  height: 12px;
}

.best-seller-section-header .best-seller-btn svg path {
  fill: #000;
  stroke: #000;
}

.best-seller-section-card {
  background: #fff;
  padding: 30px 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  transition: 0.3s ease;
}

.best-seller-section-card .best-seller-section-card-img img {
  width: 100%;
  object-fit: contain;
  height: 200px;
}

.best-seller-section-card .best-seller-section-card-img {
  transition: 0.4s ease;
}

.best-seller-section-card-content {
  padding: 15px 20px;
  transition: 0.3s ease;
}

.best-seller-hover-content h3,
.best-seller-hover-content p {
  font-family: 'Lektorat Condensed';
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}

.best-seller-section-card-content .best-seller-hover-content h3 {
  font-weight: 700;
}

.best-seller-section-card .best-seller-hover-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 20px;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.3s ease;
  border: 1px solid #000;
}

.best-seller-section-card .best-seller-hover-content .hover-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.best-seller-add-to-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px;
  color: #fff;
  text-decoration: none;
  font-family: 'Lektorat Condensed';
  font-size: 16px;
  background: linear-gradient(to right,
      #0F1E61 0%,
      #2445B6 50%,
      #061348 100%);

}

.best-seller-add-to-cart-btn:hover {
  color: #fff;
}

.best-seller-add-to-cart-btn svg {
  width: 12px;
  height: 12px;
}

.best-seller-section-card:hover .best-seller-section-card-content {
  opacity: 0;
}

.best-seller-section-card:hover .best-seller-hover-content {
  opacity: 1;
  transform: translateY(0);
}

.best-seller-section-card:hover .best-seller-section-card-img {
  transform: translateY(-30px);
}

.best-seller-section-card-content h3 {
  font-family: 'Lektorat Condensed';
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}

.best-seller-section-card-content p {
  padding-top: 5px;
  font-family: 'Lektorat Condensed';
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
}

.best-seller-section-sale {
  position: absolute;
  top: -32px;
  right: 20px;
}

.best-seller-section-sale img {
  object-fit: contain;
  width: 80%;
}

.best-seller-section-left img {
  object-fit: cover;
  width: 100%;
}

.best-seller-section-img {
  padding-top: 120px;
}

.best-seller-section-right img {
  width: 100%;
  object-fit: cover;
}

.best-seller-section-right-content {
  padding-top: 50px;
}

.best-seller-section-right-content h2 {
  font-family: 'Lektorat Condensed';
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000000;
}

.best-seller-get-quote-btn {
  padding-top: 20px;
  width: 50%;
}

.best-seller-section-right-content p {
  font-family: 'Lektorat Condensed';
  font-size: 20px;
  line-height: 1.7;
  font-weight: normal;
  color: #000000;
  opacity: 60%;
  padding-top: 20px;
}

.btn-gardiant-blue {
  background: linear-gradient(to right,
      #0F1E61 0%,
      #2445B6 50%,
      #061348 100%);
  color: #fff;
  border: none;
}

.btn-gardiant-blue svg path {
  fill: #fff;
  stroke: #fff;
}

.action-hero-sectio {
  padding-top: 120px 0px;
}

.action-hero-section-bg img {
  width: 100%;
  object-fit: cover;
}

.action-hero-section-bg {
  position: relative;
}

.action-hero-section-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.customer-reviews {
  padding: 120px 0;
  overflow: hidden;
}

.customer-reviews .reviews-wrapper {
  width: 100%;
  margin: 0 auto;
}

.customer-reviews .reviews-title {
  text-align: center;
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  font-family: 'Lektorat Condensed', sans-serif;
}

.customer-reviews .reviews-slider {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  padding: 20px 20px 40px 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.customer-reviews .reviews-slider::-webkit-scrollbar {
  display: none;
}

.customer-reviews .reviews-slider.active {
  cursor: grabbing;
}

.customer-reviews .reviews-track {
  display: flex;
  gap: 20px;
  width: max-content;
  align-items: flex-start;
}

.customer-reviews .review-card {
  background: #fff;
  border-radius: 12px;
  width: 400px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  user-select: none;
  transition: transform 0.2s ease;
  height: auto;
}

.customer-reviews .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.customer-reviews .review-stars {
  height: 18px;
  width: auto;
}

.customer-reviews.review-logo {
  height: 24px;
  width: auto;
}

.customer-reviews .review-text {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 25px;
  font-weight: normal;
  font-family: 'Lektorat Condensed', sans-serif;
}

.customer-reviews .card-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.customer-reviews .review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

.customer-reviews .avatar-green {
  background-color: #388e3c;
}

.customer-reviews .avatar-purple {
  background-color: #9c27b0;
}

.customer-reviews .avatar-orange {
  background-color: #f4511e;
}

.customer-reviews .author-info {
  display: flex;
  flex-direction: column;
}

.customer-reviews .author-name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: 'Lektorat Condensed', sans-serif;
}

.customer-reviews .review-date {
  font-size: 16px;
  color: #888;
  margin-top: 2px;
  font-family: 'Lektorat Condensed', sans-serif;
}


.color-changing {
  animation: colorPulse 0.4s ease;
}

@keyframes colorPulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

/* Product highlight Section CSS */

.product-highlight-section {
  padding: 100px 0;
  background-image: url(../img/home/product-listing-bg.png);
}

.product-highlight-section .product-listing-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.product-highlight-section .product-listing-content-card {
  position: relative;
}

.product-highlight-section .product-listing-content-card .product-details {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
}

.product-highlight-section .product-listing-content-card .product-details h4 {
  font-size: 18px;
  list-style: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #ffffff;
}

.product-highlight-section .product-listing-content-card .product-details p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.product-listing-section {
  padding: 120px 0;
  position: relative;
}

.product-listing-section .section-header h2 {
  color: #050505;
  font-size: 80px;
  line-height: 94px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product-listing-section .section-header p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 20px;
}


.filter-container {
  max-width: 100%;
  padding: 0;
}

/* Toggle Switch Item */
.filter-container .toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


.filter-container .toggle-switch {
  width: 52px;
  height: 28px;
  background-color: #D9D9D9;
  border-radius: 14px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.filter-container .toggle-switch.active {
  background-color: #4CAF50;
}

.filter-container .toggle-circle {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.filter-container .toggle-switch.active .toggle-circle {
  transform: translateX(24px);
}

/* Dropdown Filter Items */
.filter-container .filter-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.filter-container .filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.filter-container .toggle-label,
.filter-container .filter-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}

.filter-container .dropdown-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.filter-container .filter-header.active .dropdown-icon {
  transform: rotate(180deg);
}

.filter-container .filter-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.filter-container .filter-content.active {
  max-height: 400px;
}

.filter-container .filter-options {
  padding: 0px 0px 20px;
}

.filter-container .filter-option {
  display: flex;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
}

.filter-container .checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #333333;
  border-radius: 4px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.filter-container .filter-option input[type="checkbox"] {
  display: none;
}

.filter-container .filter-option input[type="checkbox"]:checked+.checkbox {
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.filter-container .checkbox svg {
  width: 14px;
  height: 14px;
  fill: #ffffff;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.filter-container .filter-option input[type="checkbox"]:checked+.checkbox svg {
  opacity: 1;
}

.filter-container .option-label {
  font-size: 15px;
  color: #666666;
  transition: color 0.2s ease;
}

.filter-container .option-count {
  margin-left: auto;
  font-size: 14px;
  color: #666666;
}

.product-listing-products .product-card .product-image {
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
}

.product-listing-products .product-card .product-image img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center;
}

.product-listing-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  /* optional spacing */
}

.product-listing-section .product-sorting {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
  margin-bottom: 20px;
  color: #000000;
  font-weight: 700;
}

.product-listing-section .product-sorting .form-select {
  width: auto;
}

.product-listing-products .product-card {
  margin-bottom: 20px;
}

.product-listing-products .product-card .product-info h5 {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.product-listing-products .product-card .product-info p {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

/* Contact Us page CSS */

.contact-us-page-header {
  position: relative;
  background-image: url(../img/home/product-listing-bg.png);
}

.contact-us-page-header .contact-us-text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.contact-us-page-header .contact-us-text h2 {
  text-transform: uppercase;
  font-family: 'Lektorat Condensed';
  font-size: 80px;
  color: #ffffff;
  font-weight: bold;
}

.contact-information-section {
  padding: 120px 0;
  position: relative;
}

.contact-information-section .contact-info-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    box-shadow: 1px 3px 30px #f5f5f5;
}

.contact-information-section .contact-info-box h4 {
  font-size: 24px;
  font-weight: 700;
  color: #050505;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-information-section .contact-info-box p {
  font-size: 18px;
  color: #050505;
  line-height: 28px;
  font-weight: 400;
}


/* == RESPONSIVE CSS STARTS == */

@media (max-width: 1540px) {

  /* Header */
  .header-1 .navbar {
    padding: 16px 0;
  }

  .header-1 .navbar .nav-item .nav-link {
    font-size: 17px;
    padding: 0 16px;
  }

  .header-1 .action-bar {
    padding-left: 40px;
    gap: 16px;
  }

  /* Product slider */
  .thumbnail_slider .primary_slider .splide__slide {
    height: 900px !important;
  }

  /* Product information */
  .product-information {
    padding: 35px;
  }

  .product-information .product-title {
    font-size: 2.4rem;
  }

  .product-information .price {
    font-size: 28px;
  }

  .product-information .section-title {
    font-size: 22px;
  }

  /* Color options */
  .product-information .color-option {
    width: 42px;
    height: 42px;
  }

  /* Product description */
  .product-description-section .description-text {
    font-size: 1rem;
  }

  .product-description-section .spec-item {
    font-size: 1rem;
  }

  /* Highlight section */
  .product-highlight-inner-sec h2 {
    font-size: 38px;
    line-height: 48px;
  }

  /* Recently viewed */
  .follow-us-section .section-header h2,
  .recently-viewed-section .section-header .h2 {
    font-size: 60px;
    line-height: 68px;
  }

  .recently-viewed-section .product-item .product-image {
    height: 460px;
  }

  /* Footer */
  .footer-section {
    padding: 90px 0 70px;
  }

  .footer-section .footer-link h4 {
    font-size: 20px;
  }

  .product-images-section .product-item img {
    width: 100%;
    height: 500px;
  }

  .follow-us-section .follow-us-images {
    gap: 6px;
  }
}

@media (max-width: 1400px) {
  .main-title {
    font-size: 180px;
  }

  .player-image {
    width: 500px;
  }

  .product-carousel-sidebar {
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .main-title {
    font-size: 6rem;
  }

  .player-image {
    width: 400px;
    right: 30%;
  }
}

@media (max-width: 992px) {
  .main-title {
    font-size: 5rem;
  }

  .player-image {
    width: 350px;
  }

  .product-carousel-sidebar {
    width: 300px;
    height: 450px;
  }
}

@media (max-width: 768px) {
  .hero-banner {
    height: auto;
    min-height: 100vh;
  }

  .main-title {
    font-size: 4rem;
  }

  .player-image {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    transform: none;
    margin: 2rem 0;
  }

  .product-carousel-sidebar {
    position: relative;
    width: 100%;
    transform: none;
    margin-top: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
  }
}