/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* General Styles */
body {
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  background-color: #f4f4f4;
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

/* Top Bar */
.top-bar {
  background-color: #1a1a1a;
  font-size: 0.8rem;
}

.hero-container {
  width: 100%;
  margin: 0;
  padding: 0;
}
.home-hero-container {
  padding-bottom: 2rem;
}

#common-home.container-fluid {
  padding: 0;
  margin: 0;
}

#common-home.container-fluid > .row {
  margin: 0;
}

#common-home.container-fluid #content {
  padding: 0;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 100px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 100px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}

/* Header */
.navbar {
  background-color: #86a88d;
  padding: 1.5rem 1rem;
}

.navbar-brand {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff !important;
}

.navbar-brand img {
  filter: brightness(0) invert(1);
}

.nav-link {
  color: #fff;
  margin: 0 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 0.75rem !important;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-nav.ms-auto .nav-link {
  margin: 0 0.25rem;
  padding: 0.5rem 0.5rem !important;
}

.navbar-nav.ms-auto .nav-link i {
  font-size: 1.1rem;
}

.navbar-nav .dropdown-menu {
  background-color: #1a1a1a;
  border: none;
  border-radius: 8px;
  /* margin-top: 0.5rem; */
  min-width: 200px;
}

.navbar-nav .dropdown-item {
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
}

.navbar-nav .dropdown-item:hover {
  background-color: #333;
  color: #a8d8a0;
}

.navbar-nav .dropdown-divider {
  border-top: 1px solid #444;
  margin: 0.5rem 0;
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.currency-text {
  font-size: 0.95rem;
}

.dropdown-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.15em;
}

/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

.footer-section {
  background-color: #1a1a1a;
}

.footer-section h3 {
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-section h5 {
  font-weight: 600;
}

.footer-section a {
  color: #aaa;
  text-decoration: none;
  line-height: 2;
}

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

.footer-section .form-control {
  background-color: transparent;
  border: 1px solid #555;
  color: #fff;
  border-radius: 20px 0 0 20px;
}

.footer-section .btn {
  border-radius: 0 20px 20px 0;
  border-color: #555;
}

.social-icons a {
  margin-right: 1rem;
  font-size: 1.2rem;
}

.payment-icons i {
  font-size: 1.8rem;
  margin-left: 0.5rem;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  /* border: 1px solid var(--bs-border-color); */
  border-radius: var(--bs-border-radius);
  /* background-color: var(--bs-tertiary-bg); */
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #212529;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* ========================= */
/* STATIC THEME INTEGRATION */
/* ========================= */

/* Cart Slider */
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.cart-overlay.show {
  opacity: 1;
  visibility: visible;
}

.cart-slider {
  position: fixed;
  top: 20px;
  right: -420px;
  width: 400px;
  height: calc(100vh - 40px);
  background-color: #fff;
  z-index: 1050;
  border-radius: 20px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
}

.cart-slider.show {
  right: 0;
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
}

.cart-header h5 {
  font-weight: 600;
  margin-bottom: 0;
}

.close-cart {
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 0;
}

.close-cart:hover {
  color: #333;
}

.cart-content {
  padding: 1.5rem;
  overflow-y: auto;
  flex-grow: 1;
}

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  position: relative;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-image {
  flex-shrink: 0;
  margin-right: 1rem;
}

.cart-item-image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
}

.cart-item-details {
  flex-grow: 1;
}

.cart-item-details h6 {
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.cart-item-details h6 a {
  color: #333;
  text-decoration: none;
}

.cart-item-details h6 a:hover {
  color: #86a88d;
}

.cart-item-details p {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  color: #6c757d;
}

.cart-item-remove {
  flex-shrink: 0;
  margin-left: 0.5rem;
}

.cart-totals {
  padding: 1rem 0;
  border-top: 1px solid #eee;
  margin-top: 1rem;
}

.cart-totals .d-flex {
  margin-bottom: 0.5rem;
}

.cart-actions {
  margin-top: 1rem;
}

.cart-actions .btn-block {
  display: block;
  width: 100%;
}

/* Search Slider */
.search-slider-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-slider-overlay.show {
  opacity: 1;
  visibility: visible;
}

.search-slider {
  position: fixed;
  top: 20px;
  right: -420px;
  width: 400px;
  height: calc(100vh - 40px);
  background-color: #fff;
  z-index: 1050;
  border-radius: 20px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  transition: right 0.3s ease;
}

.search-slider.show {
  right: 0;
}

.search-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
}

.search-slider-header h5 {
  font-weight: 600;
  margin-bottom: 0;
}

.search-slider-header .btn-close {
  font-size: 1.5rem;
}

.search-slider-body {
  padding: 1.5rem;
  overflow-y: auto;
  flex-grow: 1;
}

.search-slider .form-control {
  border: 1px solid #ced4da;
  border-radius: 10px;
}

.search-slider .badge {
  padding: 0.5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
}

.search-slider .badge:hover {
  background-color: #86a88d !important;
  color: #fff !important;
  border-color: #86a88d;
}

.search-result-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.search-result-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.search-result-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 1rem;
}

.search-result-item-details h6 {
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.search-result-item-details p {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #6c757d;
}

/* Shop Slider */
.shop-slider-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.shop-slider-overlay.show {
  opacity: 1;
  visibility: visible;
}

.shop-slider {
  position: fixed;
  top: 20px;
  left: -420px;
  width: 400px;
  height: calc(100vh - 40px);
  background-color: #fff;
  z-index: 1050;
  border-radius: 20px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  transition: left 0.3s ease;
}

.shop-slider.show {
  left: 0;
}

.shop-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #eee;
}

.shop-slider-header h5 {
  font-weight: 600;
  margin-bottom: 0;
}

.shop-slider-body {
  padding: 1.5rem;
  overflow-y: auto;
  flex-grow: 1;
}

.shop-slider-body ul li a {
  display: block;
  padding: 0.5rem 0;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.shop-slider-body ul li a:hover {
  color: #a8d8a0;
}

.shop-slider-body ul li a i {
  float: right;
  transition: transform 0.3s ease;
}

.shop-slider-body ul li a[aria-expanded="true"] i {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .shop-slider-body ul li a {
    font-size: 1.1rem;
  }

  .shop-slider-body ul li ul li a {
    font-size: 1rem;
  }
}
.carousel {
  border: none !important;
}
/* Hero Section */
.hero-section .carousel {
  border-radius: 20px;
  overflow: hidden;
}

.hero-section .carousel-item {
  position: relative;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
}

.hero-section .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) {
  .hero-section .carousel-item {
    height: 75vh;
    min-height: 600px;
  }
}

@media (min-width: 1200px) {
  .hero-section .carousel-item {
    height: 80vh;
    min-height: 700px;
  }
}

@media (min-width: 1600px) {
  .hero-section .carousel-item {
    height: 85vh;
    min-height: 800px;
  }
}

.hero-section .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

.hero-section .carousel-caption {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  text-align: left;
  z-index: 2;
  max-width: 600px;
  right: auto;
  bottom: auto;
}

.hero-section .carousel-caption p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  opacity: 0.9;
}

.hero-section .carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #fff;
}

@media (min-width: 768px) {
  .hero-section .carousel-caption h1 {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .hero-section .carousel-caption h1 {
    font-size: 4.5rem;
  }
}

@media (max-width: 768px) {
  .hero-section .carousel-caption h1 {
    font-size: 1.5rem;
  }
}

.hero-section .btn-light {
  padding: 1rem 2.5rem;
  font-weight: 600;
  z-index: 2;
  position: relative;
}

.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
  z-index: 3;
}

.hero-section .carousel-item a {
  display: block;
  position: relative;
}

.carousel-indicators {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: auto;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  margin-left: 0;
  list-style: none;
  counter-reset: slide-number;
  gap: 10px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border: 1px solid #fff;
  opacity: .7;
  transition: opacity .6s ease;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 1rem;
  font-weight: bold;
}

.carousel-indicators [data-bs-target]::before {
  counter-increment: slide-number;
  content: counter(slide-number);
  text-indent: 0;
  color: #000;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #fff;
  color: black;
}

/* Categories Section */
.categories-section {
  background-color: #fff;
}

.category-card {
  border-radius: 20px;
  overflow: hidden;
  border: none;
  position: relative;
  height: 300px;
}

.category-card .card-img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.category-card .card-img-overlay {
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
}

.category-card:hover .card-img-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.category-card .card-title {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}

.category-card .btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.category-card:hover .btn {
  opacity: 1;
  transform: translateY(0);
}

/* Features Section */
.features-section {
  background-color: #fff;
}

.features-section i {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
}

.features-section h5 {
  font-weight: 600;
}

/* Featured & Best Sellers Section */
.featured-products-section,
.best-sellers-section {
  background-color: #fff;
}

.featured-products-section h2,
.best-sellers-section h2 {
  font-size: 2rem;
  color: #1a1a1a;
}

.featured-products-section .text-dark,
.best-sellers-section .text-dark {
  font-weight: 500;
  transition: color 0.3s ease;
}

.featured-products-section .text-dark:hover,
.best-sellers-section .text-dark:hover {
  color: #86a88d !important;
}

.featured-products-container,
#best-sellers-container {
  overflow-x: auto;
  scroll-behavior: smooth;
}

.featured-products-container::-webkit-scrollbar,
#best-sellers-container::-webkit-scrollbar {
  height: 8px;
}

.featured-products-container::-webkit-scrollbar-thumb,
#best-sellers-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.featured-products-container::-webkit-scrollbar-track,
#best-sellers-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.featured-scroll-left,
.featured-scroll-right {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: #ddd;
  color: #333;
  transition: all 0.3s ease;
}

.featured-scroll-left:hover,
.featured-scroll-right:hover {
  background-color: #86a88d;
  border-color: #86a88d;
  color: #fff;
}

.product-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: #f8f9fa;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.product-image {
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  transition: transform 0.3s ease;
}

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

.product-image .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  font-weight: 600;
  z-index: 1;
}

.product-card .card-body {
  padding: 1.5rem;
}

.product-card .card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
  min-height: 44px;
}

.product-card .card-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.product-card .card-title a:hover {
  color: #86a88d;
}

.product-card .price-group {
  display: flex;
  align-items: center;
}

.product-card .card-text {
  font-size: 1.1rem;
  color: #1a1a1a;
}

.product-card .rating {
  color: #ffc107;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.product-card .rating span {
  font-weight: 600;
  color: #1a1a1a;
}

.product-card .rating i {
  font-size: 0.85rem;
}

.product-card .colors .color-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ddd;
  margin-right: 5px;
  cursor: pointer;
}

.overflow-auto::-webkit-scrollbar {
  height: 8px;
}

.overflow-auto::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.overflow-auto::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.product-img-fixed-height {
  /* height: 400px;
  object-fit: cover; */
}

/* FAQ Section */
.faq-section {
  background-color: #f8f9fa;
  border-radius: 20px;
  padding: 4rem 0;
}

.faq-section h2 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.faq-section .accordion-item {
  border: none;
  margin-bottom: 1rem;
  border-radius: 10px;
  background-color: #fff;
}

.faq-section .accordion-button {
  font-weight: 600;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
}

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

.faq-section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-section .accordion-body {
  padding: 0 1.5rem 1.5rem;
}

/* Testimonials Section */
.testimonials-section {
  background-color: #fff;
}

.testimonial-card {
  background-color: #f8f9fa;
  padding: 2rem;
  border-radius: 15px;
  height: 100%;
}

.testimonial-card .rating {
  color: #ffc107;
}

.testimonial-text {
  font-style: italic;
}

/* Product Detail Page */
.product-detail-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.product-thumbnails img {
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.product-thumbnails img.active,
.product-thumbnails img:hover {
  border-color: #007bff;
}

.color-dot {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
}

.color-dot.active,
.color-dot:hover {
  box-shadow: 0 0 0 2px #007bff;
}

.rating-stars i {
  color: #ffc107;
  cursor: pointer;
}

.rating-stars i.active {
  color: #ffc107;
}

.product-details-tabs .nav-pills .nav-link {
  text-align: left;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #333;
  background-color: #f8f9fa;
}

.product-details-tabs .nav-pills .nav-link.active {
  background-color: #1a1a1a;
  color: #fff;
}

.product-details-tabs .nav-pills .nav-link i {
  margin-right: 10px;
}

.product-details-tabs .tab-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.product-details-tabs .tab-content h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.product-details-tabs .tab-content p {
  line-height: 1.8;
}

.product-details-tabs .table th,
.product-details-tabs .table td {
  padding: 15px;
}

.review-item img {
  border: 1px solid #eee;
}

.add-review .form-control {
  border-radius: 10px;
  padding: 10px 15px;
}

.add-review .btn-dark {
  border-radius: 50px;
}

/* Related Products Section */
.related-products-section {
  background-color: #fff;
}

.related-products-section h2 {
  font-size: 2rem;
  color: #1a1a1a;
  margin-bottom: 3rem !important;
}

.related-products-section .product-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.related-products-section .product-card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.related-products-section .product-card .product-image {
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
}

.related-products-section .product-card .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-products-section .product-card .card-body {
  padding: 15px;
}

.related-products-section .product-card .card-title {
  font-size: 1rem;
  font-weight: 600;
  height: 48px;
  overflow: hidden;
  margin-bottom: 10px;
}

.related-products-section .product-card .card-text {
  font-size: 1.1rem;
  font-weight: bold;
}

.related-products-section .product-card .rating span {
  font-size: 0.9rem;
  margin-right: 5px;
}

.related-products-section .product-card .rating i {
  color: #ffc107;
  font-size: 0.9rem;
}

.related-products-section .product-card .colors .color-dot {
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  box-shadow: none;
}

.related-products-section .product-card .colors .color-dot.active,
.related-products-section .product-card .colors .color-dot:hover {
  box-shadow: 0 0 0 2px #007bff;
}

/* Product Page Styles */
.product-section {
  /* background-color: #fff; */
}

.product-detail-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.product-thumbnails img {
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  max-width: 80px;
}

.product-thumbnails img.active,
.product-thumbnails img:hover {
  border-color: #86a88d;
}

#main-product-image {
  border-radius: 15px;
}

.product-section h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}

.product-section .text-muted {
  color: #6c757d !important;
}

.product-section .rating {
  color: #ffc107;
}

.product-section .rating i {
  font-size: 1rem;
}

.product-section h3 {
  font-size: 2rem;
  color: #1a1a1a;
}

.color-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #ccc;
  transition: all 0.3s ease;
}

.color-dot:hover,
.option-radio:checked + .color-dot {
  box-shadow: 0 0 0 2px #86a88d;
  transform: scale(1.1);
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  overflow: hidden;
  padding: 5px 15px;
}

.quantity-selector button {
  border: none;
  background-color: transparent;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
}

.quantity-selector button:hover {
  color: #86a88d;
}

.quantity-selector span {
  padding: 0 15px;
  font-weight: bold;
  min-width: 40px;
  text-align: center;
}

.social-share .btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}


.product-details-tabs .nav-pills .nav-link {
  text-align: left;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #333;
  background-color: #fff;
  transition: all 0.3s ease;
}

.product-details-tabs .nav-pills .nav-link:hover {
  background-color: #86a88d;
  color: #fff;
}

.product-details-tabs .nav-pills .nav-link.active {
  background-color: #1a1a1a;
  color: #fff;
}

.product-details-tabs .nav-pills .nav-link i {
  margin-right: 10px;
}

.product-details-tabs .tab-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.product-details-tabs .tab-content h4 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #1a1a1a;
  font-size: 1.5rem;
}

.product-details-tabs .tab-content p {
  line-height: 1.8;
  color: #333;
}

.product-details-tabs .table th,
.product-details-tabs .table td {
  padding: 15px;
  border-color: #dee2e6;
}

.product-details-tabs .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #f8f9fa;
}

/* Category Page */
.sub-category-list .btn {
  margin: 0 0.5rem 1rem;
}

.category-section .form-select {
  width: auto;
}

.sub-category-grid {
  text-align: center;
}

.sub-category-card {
  display: block;
  text-decoration: none;
  color: #333;
  transition: transform 0.3s ease;
}

.sub-category-card:hover {
  transform: translateY(-5px);
  color: #1a1a1a;
}

.sub-category-card img {
  border-radius: 10px;
  object-fit: cover;
  height: 150px;
  width: 100%;
}

.sub-category-card h5 {
  font-weight: 600;
  margin-top: 0.75rem;
}

/* Pagination Styles */
.pagination .page-item .page-link {
  color: #333;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin: 0 0.25rem;
  transition: all 0.3s ease;
}

.pagination .page-item .page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #1a1a1a;
}

.pagination .page-item.active .page-link {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.pagination .page-item.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6;
}
main > div{
  margin-top: 40px;
}

/* Mobile Responsive Styles for Sliders */
@media (max-width: 768px) {
  .cart-slider {
    top: 10px;
    right: -100%;
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
    margin: 0 10px;
    border-radius: 15px;
  }
  
  .cart-slider.show {
    right: 0;
  }
  
  .search-slider {
    top: 10px;
    right: -100%;
    width: calc(100% - 20px);
    height: calc(100vh - 20px);
    margin: 0 10px;
    border-radius: 15px;
  }
  
  .search-slider.show {
    right: 0;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .cart-slider {
    top: 5px;
    right: -100%;
    width: calc(100% - 10px);
    height: calc(100vh - 10px);
    margin: 0 5px;
    border-radius: 12px;
  }
  
  .cart-slider.show {
    right: 0;
  }
  
  .search-slider {
    top: 5px;
    right: -100%;
    width: calc(100% - 10px);
    height: calc(100vh - 10px);
    margin: 0 5px;
    border-radius: 12px;
  }
  
  .search-slider.show {
    right: 0;
  }
}
.featured-categories {
  padding: 40px 0;
}

.featured-categories .row {
  display: flex;
  flex-wrap: wrap;
}

.featured-categories .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.featured-category-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: #f5f5f5;
  min-height: 400px;
  height: 400px;
  width: 100%;
}

.featured-category-item:hover .featured-category-card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.featured-category-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.featured-category-item:hover .featured-category-img {
  transform: scale(1.08);
}

.featured-category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  z-index: 1;
  transition: background 0.3s ease;
}

.featured-category-item:hover .featured-category-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}

.featured-category-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 15px 0;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.featured-category-btn {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  color: #333;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.featured-category-item:hover .featured-category-btn {
  opacity: 1;
  transform: translateY(0);
}

.featured-category-btn:hover {
  background: #f8f9fa;
  color: #000;
}

@media (max-width: 767px) {
  .featured-category-card {
    height: 300px;
  }
  
  .featured-category-title {
    font-size: 1.5rem;
  }
  
  .featured-category-btn {
    padding: 8px 25px;
    font-size: 0.9rem;
  }
}

/* FAQ Section */
.faq-section {
  background: #f8f9fa;
}

.faq-section h2 {
  font-size: 2rem;
  color: #333;
}

.support-avatars {
  display: flex;
}

.support-avatars img {
  border: 3px solid #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.support-avatars img:not(:first-child) {
  margin-left: -15px;
}

.accordion-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.accordion-button {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
  background: #fff;
  border: none;
  padding: 1.25rem 1.5rem;
}

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

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 1rem 1.5rem 1.25rem;
  color: #666;
  line-height: 1.6;
}

/* Testimonials Section */
.testimonials-section {
  background: #fff;
}

.testimonials-section h2 {
  font-size: 2rem;
  color: #333;
}

.testimonial-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.testimonial-card:hover {
  background: #fff;
  border-color: #d0d0d0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.testimonial-rating {
  font-size: 1.4rem;
  line-height: 1;
}

.testimonial-rating .star {
  color: #ddd;
  margin-right: 3px;
}

.testimonial-rating .star.filled {
  color: #ffc107;
}

.testimonial-text {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
  font-style: italic;
  min-height: 80px;
}

.testimonial-card img {
  object-fit: cover;
  border: 2px solid #f0f0f0;
}

.testimonial-card h6 {
  font-size: 1rem;
  color: #333;
}

@media (max-width: 767px) {
  .testimonials-section h2 {
    font-size: 1.5rem;
  }
  
  .testimonial-card {
    padding: 1.5rem;
  }
  
  .testimonial-text {
    min-height: auto;
  }
}

/* Features Section */
.features-section {
  background: #f8f9fa;
}

.feature-box {
  padding: 2rem 1rem;
  transition: all 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 3rem;
  color: #333;
  transition: all 0.3s ease;
}

.feature-box:hover .feature-icon {
  color: #007bff;
  transform: scale(1.1);
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

.feature-description {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 767px) {
  .feature-box {
    padding: 1.5rem 0.5rem;
  }
  
  .feature-icon {
    font-size: 2.5rem;
  }
  
  .feature-title {
    font-size: 1.1rem;
  }
  
  .feature-description {
    font-size: 0.9rem;
  }
}

/* Carousel overrides: make carousel height adapt to image height
   Images fill width (100%) and carousel height follows the natural
   height of the image instead of using fixed viewport heights. */
.hero-section .carousel-item {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible;
}

.hero-section .carousel-item img {
  position: relative !important;
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: none !important;
  object-position: center;
}

.hero-section .carousel-caption {
  /* keep caption positioned over the image */
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  z-index: 2;
}
#product-category h1 {
  font-weight: 700 !important;
}
/* Newsletter Popup Styles */
.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.newsletter-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
}

.newsletter-popup-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.newsletter-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}

.newsletter-popup-close:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: rotate(90deg);
}

.newsletter-popup-inner {
  display: flex;
  flex-direction: row;
}

.newsletter-popup-image {
  flex: 0 0 40%;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}

.newsletter-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter-popup-body {
  flex: 1;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-popup-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.newsletter-popup-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}

.newsletter-popup-form .input-group {
  margin-bottom: 20px;
}

.newsletter-popup-form .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 8px 0 0 8px;
  padding: 12px 16px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.newsletter-popup-form .form-control:focus {
  border-color: #86a88d;
  outline: none;
  box-shadow: none;
}

.newsletter-popup-form .btn {
  border-radius: 0 8px 8px 0;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.newsletter-popup-form .btn:hover {
  transform: translateX(2px);
}

.newsletter-popup-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #888;
  cursor: pointer;
  user-select: none;
}

.newsletter-popup-checkbox input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.newsletter-popup-checkbox span {
  cursor: pointer;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .newsletter-popup-inner {
    flex-direction: column;
  }
  
  .newsletter-popup-image {
    flex: 0 0 auto;
    max-height: 200px;
    border-radius: 12px 12px 0 0;
  }
  
  .newsletter-popup-body {
    padding: 30px 25px;
  }
  
  .newsletter-popup-title {
    font-size: 24px;
  }
  
  .newsletter-popup-subtitle {
    font-size: 14px;
  }
  
  .newsletter-popup-content {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .newsletter-popup-body {
    padding: 25px 20px;
  }
  
  .newsletter-popup-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  
  .newsletter-popup-subtitle {
    font-size: 13px;
    margin-bottom: 20px;
  }
  
  .newsletter-popup-form .form-control {
    font-size: 14px;
    padding: 10px 14px;
  }
  
  .newsletter-popup-form .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Newsletter Popup Styles */
.newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.newsletter-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
}

.newsletter-popup-content {
  position: relative;
  background: #fff;
  border-radius: 12px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.newsletter-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}

.newsletter-popup-close:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: rotate(90deg);
}

.newsletter-popup-inner {
  display: flex;
  flex-direction: row;
}

.newsletter-popup-image {
  flex: 0 0 40%;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}

.newsletter-popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter-popup-body {
  flex: 1;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.newsletter-popup-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.newsletter-popup-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.5;
}

.newsletter-popup-form .input-group {
  margin-bottom: 20px;
}

.newsletter-popup-form .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 8px 0 0 8px;
  padding: 12px 16px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.newsletter-popup-form .form-control:focus {
  border-color: #86a88d;
  outline: none;
  box-shadow: none;
}

.newsletter-popup-form .btn {
  border-radius: 0 8px 8px 0;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.newsletter-popup-form .btn:hover {
  transform: translateX(2px);
}

.newsletter-popup-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #888;
  cursor: pointer;
  user-select: none;
}

.newsletter-popup-checkbox input[type="checkbox"] {
  margin-right: 8px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.newsletter-popup-checkbox span {
  cursor: pointer;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .newsletter-popup-inner {
    flex-direction: column;
  }
  
  .newsletter-popup-image {
    flex: 0 0 auto;
    max-height: 200px;
    border-radius: 12px 12px 0 0;
  }
  
  .newsletter-popup-body {
    padding: 30px 25px;
  }
  
  .newsletter-popup-title {
    font-size: 24px;
  }
  
  .newsletter-popup-subtitle {
    font-size: 14px;
  }
  
  .newsletter-popup-content {
    width: 95%;
  }
}

@media (max-width: 480px) {
  .newsletter-popup-body {
    padding: 25px 20px;
  }
  
  .newsletter-popup-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  
  .newsletter-popup-subtitle {
    font-size: 13px;
    margin-bottom: 20px;
  }
  
  .newsletter-popup-form .form-control {
    font-size: 14px;
    padding: 10px 14px;
  }
  
  .newsletter-popup-form .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
