:root {
  --font-title: Crimson Text, serif;
  --font-body: Inter, sans-serif;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-grey-light: #f0f0f0;
  --color-grey-medium: #ddd;
  --color-grey-dark: #aaa;
  --color-text-primary: #1e1e1e;
  --color-text-secondary: #333;
  --color-subtitle: #000000;
  --color-primary: #8cc53f;
  --color-primary-hover: #00b0ef;
  --color-accent-brown: #3d1808;
  --color-accent-beige: #fff0e6;
  --color-accent-blue: #00b0ef;
  --border-radius-normal: 12px;
  --border-radius-sale-badge: 0.25rem;
  --border-radius-primary-button: 5px;
  --gutter-gap: 1rem;
  --border-color-medium: #ddd;
  --neon-blue: rgba(0, 255, 255, 0.9);
  --neon-purple: rgba(180, 0, 255, 0.85);
  --neon-pink: rgba(255, 20, 147, 0.9);
  --neon-green: rgba(57, 255, 20, 0.9);
  --neon-red: rgba(255, 40, 40, 0.9);
  --neon-yellow: rgba(255, 255, 0, 0.9);
  --sale-btn-bg: #dc3545;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1.6;
}

h1, h2 {
  margin-bottom: 1.8rem !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Crimson Text", serif;
  color: #1e1e1e;
  font-weight: 600;
}

.subtitle {
  font-family: "Inter", sans-serif;
  color: #f0f0f0;
  font-size: 18px;
}

.btn-green {
  background-color: var(--color-green);
  color: #fff;
}
.btn-green:hover {
  background-color: var(--color-brown);
  color: #fff;
}

/* Add this to your espoke-child/style.css */
/* General styling for Nextend buttons if you want them full width like your theme buttons */
.nextend-social-login-button-container .nextend-social-button-container,
.nextend-social-login-button-container .nextend_social_login_provider_buttons {
  display: grid !important; /* If you used d-grid on the container */
}

.nextend-social-login-button-container .nextend-social-button {
  /* Add any general button styling here, like padding, border-radius */
  border-radius: 0.25rem; /* Example: match Bootstrap's default rounded */
  padding-top: 0.5rem; /* Example: match your theme's py-2 */
  padding-bottom: 0.5rem; /* Example: match your theme's py-2 */
  justify-content: center; /* Center content within the button */
  font-weight: normal; /* Or your theme's button font weight */
  text-decoration: none;
  color: #fff;
  border: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem; /* Add some space between buttons if multiple providers */
}

.nextend-google-login-button-container {
  display: grid !important;
  place-items: center;
}

/* Specific styling for the Google button */
.nextend-social-login-button-container .nextend-social-button.nextend-social-button-google {
  background-color: #8CC53F !important; /* Your theme color! Use !important if needed to override plugin styles */
  color: #ffffff !important;
}

.nextend-social-login-button-container .nextend-social-button.nextend-social-button-google:hover {
  background-color: #7ab430 !important; /* A slightly darker shade for hover */
}

/* You might need to adjust icon colors if the default doesn't look good */
.nextend-social-login-button-container .nextend-social-button.nextend-social-button-google .nsl-button-svg-container svg {
  fill: #ffffff !important; /* Make Google icon white */
}

.social-login-separator {
  /* Style for "Or log in with" text */
  font-size: 0.9em;
  color: #6c757d; /* Bootstrap's text-muted color */
  position: relative;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.social-login-separator::before,
.social-login-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%; /* Adjust width of lines */
  height: 1px;
  background-color: #dee2e6; /* Bootstrap's border-color */
}

.social-login-separator::before {
  left: 0;
}

.social-login-separator::after {
  right: 0;
}

/* dashboard.scss */
.woocommerce-dashboard .avatar {
  background: linear-gradient(135deg, #007bff, #00c6ff);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.woocommerce-dashboard .dashboard-link:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce-dashboard .card {
  border-radius: 1rem;
  transition: 0.3s ease;
}

.input-with-icon {
  position: relative;
}
.input-with-icon .toggle-password {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.input-with-icon .toggle-password:hover {
  opacity: 1;
}

.input-with-icon {
  position: relative;
}

.input-with-icon input {
  padding-right: 2.5rem; /* Space for the icon */
}

.woocommerce-privacy-policy-text {
  display: none;
}

.card-img-top {
  max-height: 250px;
  object-fit: contain;
}

/* =======================
   Header Styles
   ======================= */
.navbar {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  font-family: "Geologica", sans-serif;
}
.navbar .nav-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.navbar .nav-menu .main-nav {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.navbar .nav-menu .main-nav li {
  position: relative;
}
.navbar .nav-menu .main-nav li > a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}
.navbar .nav-menu .main-nav li > a:hover {
  color: #CA0F01;
}
.navbar .nav-menu .main-nav li:hover > .dropdown {
  display: flex;
}
.navbar .dropdown ul li a {
  padding: 0.5rem 1rem;
  display: block;
  white-space: nowrap;
  color: #000 !important;
  transition: color 0.3s;
}
.navbar .dropdown ul li a:hover {
  color: #CA0F01;
}
.navbar .nav-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.navbar .nav-actions form.search-form {
  display: flex;
  align-items: center;
  background-color: #eee;
  border-radius: 9999px;
  padding: 0.4rem 1rem;
  width: 100%;
  max-width: 400px;
}
.navbar .nav-actions form.search-form input[type=search] {
  border: none;
  background: transparent;
  padding-left: 0.5rem;
  font-size: 16px;
  width: 100%;
  outline: none;
  color: #333;
}
.navbar .nav-actions form.search-form input[type=search]::placeholder {
  color: #888;
}
.navbar .nav-actions form.search-form input[type=search]:focus {
  outline: none;
  box-shadow: none;
}
.navbar .nav-actions form.search-form button {
  background: none;
  border: none;
  color: #555;
  font-size: 18px;
  cursor: pointer;
}
.navbar .nav-actions a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s;
}
.navbar .nav-actions a:hover {
  color: #CA0F01;
}
.navbar .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, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .navbar .nav-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .navbar .nav-menu .main-nav {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 0 20px 5px 20px;
  }
  .navbar .nav-menu .main-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
  }
  .navbar .nav-menu .main-nav li a {
    padding-bottom: 10px;
  }
  .navbar .nav-actions {
    flex-direction: row;
    align-items: flex-end;
    gap: 0.5rem;
  }
  .navbar .nav-actions form.search-form {
    width: 100%;
  }
}

footer .footer-social a {
  color: #fff;
}

.site-footer {
  background-color: #3a1b0f;
}

section {
  padding: 75px 0;
}

.woocommerce-checkout section {
  padding: 0 !important;
}

.textcontainer {
  max-width: 600px;
  margin: 0 auto;
  min-height: 600px;
  border-radius: var(--border-radius-normal);
  background-color: var(--color-black);
}
.textcontainer .text-display {
  text-align: center;
}
.textcontainer .text-display .text {
  text-align: center;
  --glow-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  color: var(--color-white);
  font-size: 16px;
  position: relative;
  color: #fff;
  font-size: 2rem;
  text-shadow: 0 0 5px var(--glow-color), 0 0 10px var(--glow-color), 0 0 0px var(--glow-color), 0 0 40px var(--glow-color), 0 0 80px var(--glow-color);
}

.font-container {
  margin-top: 1.5rem;
}
.font-container .font-preview {
  margin-top: 0.5rem;
  display: grid;
  gap: var(--gutter-gap);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .font-container .font-preview {
    grid-template-columns: repeat(3, 1fr);
  }
}
.font-container .font-preview .font-preview-item {
  background: var(--color-primary);
  text-align: center;
  color: var(--color-white);
  font-weight: 700;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: calc(var(--border-radius-normal) / 2);
  transition: background 0.3s ease;
  transition: color 0.3s ease;
}
.font-container .font-preview .font-preview-item:hover {
  background: var(--color-primary-hover);
  color: var(--color-white);
}
.font-container .font-preview .font-preview-item span {
  font-size: 12px;
  text-transform: uppercase;
}

.color-container {
  margin-top: 1.5rem;
}
.color-container .color-preview {
  margin-top: 0.5rem;
  display: grid;
  gap: var(--gutter-gap);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .color-container .color-preview {
    grid-template-columns: repeat(3, 1fr);
  }
}
.color-container .color-preview .color-preview-item {
  background: var(--color-primary);
  text-align: center;
  color: var(--color-accent-brown);
  font-weight: 700;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: calc(var(--border-radius-normal) / 2);
}
.color-container .color-preview .color-preview-item span {
  font-size: 12px;
  text-transform: uppercase;
}

.size-container {
  margin-top: 1rem;
}
.size-container .size-preview {
  margin-top: 0.5rem;
  display: grid;
  gap: var(--gutter-gap);
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .size-container .size-preview {
    grid-template-columns: repeat(3, 1fr);
  }
}
.size-container .size-preview .size-preview-item {
  background: var(--color-primary);
  text-align: center;
  color: var(--color-white);
  font-weight: 700;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: calc(var(--border-radius-normal) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  transition: color 0.3s ease;
}
.size-container .size-preview .size-preview-item:hover {
  background: var(--color-primary-hover);
  color: var(--color-white);
}
.size-container .size-preview .size-preview-item span {
  text-transform: uppercase;
}

.banner-section {
  background: var(--color-accent-beige);
}

.register-login-bg img,
.login-image img {
  object-fit: cover;
}

.woocommerce-account .entry-content .woocommerce {
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
}

.payment_box {
  display: none;
}

.aboutus-subtitle {
  color: #3D1808;
  font-family: Crimson Text;
}

.our-mission p {
  line-height: 1.8rem;
}

.our-mission {
  background-color: #FFF0E6;
}

.contact-main {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  flex-grow: 1;
  align-items: stretch;
  min-height: 80vh;
}

.left-side {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
  padding: 2rem;
  background-color: #3D1808;
  color: #ffffff;
  align-items: stretch;
}

.content-cont p {
  padding-top: 1rem;
}

.sub-title {
  color: #717171;
  text-align: center;
}

.right-side {
  padding: 2rem;
  background-color: #FFF0E6;
  min-height: 100%;
}

/* Form styling */
.input-container {
  display: flex;
  gap: 20px;
}

.icon-container {
  margin-top: auto;
  display: flex !important;
  gap: 12px;
}

.icon-container i {
  font-size: 25px;
}

.content-cont h3 {
  color: #ffffff;
}

.contact-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding-top: 1.5rem;
}

.contact-item a {
  text-decoration: none;
  color: #ffffff;
}

.input-box label, .message-box label {
  padding-top: 2rem;
}

.input-box input[type=text],
.input-box input[type=email],
.input-box input[type=tel],
textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #8D8D8D;
  background: transparent;
  outline: none;
  padding: 8px 0;
  font-size: 16px;
}

textarea {
  height: 50px;
  display: block;
}

.button-container {
  display: flex;
  justify-content: end;
  margin: 0px;
}

.right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF0E6;
  height: 100%;
  padding: 2rem;
}

.button-container input[type=submit] {
  background-color: #3D1808;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 8px 20px;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
}

.wpcf7-spinner {
  display: none !important;
}

/* Mobile view (below 768px) */
@media (max-width: 768px) {
  .our-mission,
  .our-commitment,
  .about-us {
    padding: 30px 0;
  }
  .contact-main {
    display: block !important;
  }
  .input-container {
    display: block;
  }
  .left-side {
    text-align: center;
  }
  .contact-item {
    display: block;
  }
  .icon-container {
    justify-content: center;
  }
  .content-cont p {
    padding: 0;
  }
}
.aboutus-subtitle {
  color: #3D1808;
  font-family: Crimson Text;
}

.our-mission p {
  line-height: 1.8rem;
}

.our-mission {
  background-color: #FFF0E6;
}

.contact-main {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  flex-grow: 1;
  align-items: stretch;
  min-height: 80vh;
}

.left-side {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
  padding: 2rem;
  background-color: #3D1808;
  color: #ffffff;
  align-items: stretch;
}

.content-cont p {
  padding-top: 1rem;
}

.sub-title {
  color: #717171;
  text-align: center;
}

.right-side {
  padding: 2rem;
  background-color: #FFF0E6;
  min-height: 100%;
}

/* Form styling */
.input-container {
  display: flex;
  gap: 20px;
}

.icon-container {
  margin-top: auto;
  display: flex !important;
  gap: 12px;
}

.icon-container i {
  font-size: 50px;
}

.content-cont h3 {
  color: #ffffff;
}

.contact-item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  padding-top: 1.5rem;
}

.contact-item a {
  text-decoration: none;
  color: #ffffff;
}

.input-box label, .message-box label {
  padding-top: 2rem;
}

.input-box input[type=text],
.input-box input[type=email],
.input-box input[type=tel],
textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #8D8D8D;
  background: transparent;
  outline: none;
  padding: 8px 0;
  font-size: 16px;
}

textarea {
  height: 50px;
  display: block;
}

.button-container {
  display: flex;
  justify-content: end;
  margin: 0px;
}

.right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FFF0E6;
  height: 100%;
  padding: 2rem;
}

.button-container input[type=submit] {
  background-color: #3D1808;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 8px 20px;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1rem;
}

.wpcf7-spinner {
  display: none !important;
}

/* Mobile view (below 768px) */
@media (max-width: 768px) {
  .our-mission,
  .our-commitment,
  .about-us {
    padding: 30px 0;
  }
  .contact-main {
    display: block !important;
  }
  .input-container {
    display: block;
  }
  .left-side {
    text-align: center;
  }
  .contact-item {
    display: block;
  }
  .icon-container {
    justify-content: center;
  }
  .content-cont p {
    padding: 0;
  }
}
.container-fluid {
  --bs-gutter-x: 0rem !important;
}

/* Add more rules based on expected count */
.category-loader {
  display: none;
  text-align: center;
}

.topbar {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topbar {
    display: block;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1024px) {
  .topbar {
    display: block;
    padding: 0.5rem 0;
  }
}
.topbar .topbar-widget {
  background-color: var(--color-white);
  color: var(--color-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: var(--font-body);
  flex-wrap: wrap;
  font-weight: bold;
}
.topbar .topbar-widget .contact-info,
.topbar .topbar-widget .social-icons {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: wrap;
}
.topbar .topbar-widget .contact-info a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--color-black);
}
.topbar .topbar-widget .contact-info span,
.topbar .topbar-widget .social-icons span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.topbar .topbar-widget .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.topbar .topbar-widget .social-icons a:hover {
  opacity: 0.7;
}
.topbar .topbar-widget img {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-products-header__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}

.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px;
}

.woocommerce ul.products li.product {
  border-radius: 8px;
  background: #f9f9f9;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  transition: box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product .button {
  background-color: #7bb644;
  color: white;
  border-radius: 5px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
  font-size: 14px;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #5e9c2f;
}

.woocommerce .price del {
  color: #999;
  font-size: 13px;
}

.woocommerce .price ins {
  color: #222;
  text-decoration: none;
  font-weight: bold;
}

.woocommerce nav.woocommerce-pagination {
  text-align: center;
  margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 8px;
  list-style-type: none;
}

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
  visibility: visible !important;
}

.woocommerce-cart .wc-block-components-main table tbody td {
  padding: 20px 15px !important;
}

.woocommerce-cart .wc-block-components-main table thead tr th {
  background: #fff0e6 !important;
  padding: 10px !important;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
  background: #fff0e6 !important;
  padding: 10px !important;
}

.wc-block-components-product-metadata {
  display: none;
}

fieldset {
  background: #f2f2f2 !important;
  padding: 20px !important;
  border-radius: 10px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background: #8cc53f !important;
  color: #ffffff !important;
}

.wc-block-cart__submit {
  margin: 0 20px 16px 20px !important;
  position: relative;
}

.wc-block-components-button:not(.is-link) {
  background-color: #8cc53f;
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
}

.wc-block-cart-items__row {
  gap: 1rem;
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
}

.wc-block-cart-item__image {
  flex-shrink: 0;
  width: 80px;
}

.wc-block-cart-item__image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.wc-block-cart-item__product {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wc-block-components-product-name {
  font-weight: 600;
  font-size: 1rem;
  color: #222;
  text-decoration: none;
}

.wc-block-cart-item__prices del {
  color: #888;
  margin-right: 0.5rem;
}

.wc-block-components-product-badge {
  color: #8cc53f;
  font-weight: 500;
}

.wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.wc-block-components-quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wc-block-components-quantity-selector__input {
  width: 50px;
  text-align: center;
  border: none;
  padding: 0.5rem;
}

.wc-block-components-quantity-selector__button {
  background-color: #f7f7f7;
  border: none;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  cursor: pointer;
}

.wc-block-cart-item__remove-link {
  background: none;
  border: none;
  color: #d32f2f;
  cursor: pointer;
  font-size: 0.875rem;
  text-decoration: underline;
}

.wc-block-cart-item__total {
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}

@media (max-width: 768px) {
  .wc-block-cart-items__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .wc-block-cart-item__image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.header-cart {
  position: relative;
}

.cart-contents {
  position: relative;
  font-weight: bold;
}

.cart-count {
  background: #f00;
  color: #fff;
  padding: 2px 6px;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.cart-dropdown {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 100;
}

.header-cart:hover .cart-dropdown {
  display: block;
}

.cart-contents .amount {
  display: none !important;
}

.cart-contents .count {
  text-indent: -9999px;
}

/*----------------- 
---- Mini Cart ----
-----------------*/
.widget_shopping_cart_content {
  max-width: 320px;
  background-color: var(--color-white);
  padding: 1rem;
  border-radius: var(--border-radius-normal);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  font-family: var(--font-body);
}
.widget_shopping_cart_content .woocommerce-mini-cart {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid var(--color-grey-light);
  padding: 0.75rem 0;
  position: relative;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove {
  position: absolute;
  top: -5px;
  right: 0;
  color: var(--color-grey-dark);
  font-size: 18px;
  text-decoration: none;
  width: 15px;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove:hover {
  color: var(--color-primary);
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--color-text-secondary);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: calc(var(--border-radius-normal) / 2);
  margin-right: 10px;
  flex-shrink: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item dl.variation {
  display: none;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
  display: block;
  font-size: 12px;
  color: var(--color-grey-dark);
  margin-left: 58px;
  padding: 3px 10px;
  margin-top: 4px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
  font-size: 14px;
  font-weight: bold;
  color: var(--color-text-primary);
  margin-top: 1rem;
  text-align: right;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  font-weight: 600;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  flex: 1;
  padding: 0.5rem;
  font-size: 13px;
  text-decoration: none;
  border: none;
  border-radius: calc(var(--border-radius-normal) / 2);
  font-weight: 600;
  text-align: center;
  transition: background 0.3s ease;
  text-transform: uppercase;
  cursor: pointer;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover {
  background-color: var(--color-primary-hover);
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout) {
  background-color: var(--color-grey-light);
  color: var(--color-text-secondary);
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.wc-forward:not(.checkout):hover {
  background-color: var(--color-grey-medium);
}
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  font-size: 14px;
  color: var(--color-grey-dark);
  text-align: center;
  margin: 2rem 0;
}

.wp-block-woocommerce-cart {
  max-width: 1320px;
  margin: 0 auto;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .wc-block-cart-items__row {
    grid-template-columns: 1fr !important;
    place-items: self-start;
  }
  .wc-block-cart-item__image {
    grid-column-start: auto !important;
    grid-row-start: auto !important;
  }
  .wc-block-cart-item__product {
    grid-column-start: auto !important;
    grid-row-start: auto !important;
    grid-column-end: auto !important;
  }
  .wc-block-cart-item__total {
    grid-column-start: auto !important;
    grid-row-start: auto !important;
  }
}
.open-download-modal {
  background-color: var(--color-primary);
  transition: all 0.3s ease;
}
.open-download-modal:hover {
  background-color: var(--color-primary-hover);
  scale: 0.95;
}

.register-button {
  background-color: ar(--color-primary);
  border: none;
  outline: none;
}

.social-login-separator span {
  color: #777;
}

.password-mismatch {
  display: none;
}

.login-button {
  background-color: ar(--color-primary);
  border: none;
  outline: none;
}

@media screen and (max-width: 450px) {
  .slick-prev,
  .slick-next {
    z-index: 1 !important;
  }
  .slick-prev {
    left: -7px !important;
  }
  .slick-next {
    right: 3px !important;
  }
}
.product-type-variable .product-top-section .woocommerce-product-gallery {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.woocommerce-product-gallery__wrapper .canvas {
  width: 100% !important;
  height: 600px !important;
  border-radius: var(--border-radius-normal);
  position: relative !important;
  background-color: #000;
  height: 100%;
  display: none;
}
.woocommerce-product-gallery__wrapper .canvas #canvas-fallback {
  display: none;
}

.product-type-variable .product-top-section .product-summary form.variations_form {
  background: #fefefe;
  border: 1px solid var(--border-color-medium);
  border-radius: var(--border-radius-normal);
  padding: 1.5rem;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.product-type-variable .product-top-section .product-summary form.variations_form .custom-neon-input-wrap .custom-neon-input {
  width: 100%;
  resize: none;
}
.product-type-variable .product-top-section .product-summary form.variations_form .variations {
  width: 100%;
  border-collapse: collapse;
}
.product-type-variable .product-top-section .product-summary form.variations_form .variations .custom-neon-input-wrap {
  margin: 20px 0;
}
.product-type-variable .product-top-section .product-summary form.variations_form .variations tr {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
  justify-content: space-between;
  gap: var(--gutter-gap);
}
.product-type-variable .product-top-section .product-summary form.variations_form .variations tr:last-child {
  margin-bottom: 0;
}
.product-type-variable .product-top-section .product-summary form.variations_form .variations tr th.label {
  flex: 0 0 35%;
  max-width: 35%;
  font-size: 0.9rem;
  color: var(--color-text-secondary);
}
.product-type-variable .product-top-section .product-summary form.variations_form .variations tr td.value {
  flex: 1 0 65%;
  max-width: 65%;
}
.product-type-variable .product-top-section .product-summary form.variations_form .variations tr td.value .color-swatches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 0.5rem;
  padding: 1rem;
  max-height: 100px;
  overflow-y: auto;
}
.product-type-variable .product-top-section .product-summary form.variations_form .variations tr td.value .font-swatches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0.5rem;
  padding: 1rem 0;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: clip;
}
.product-type-variable .product-top-section .product-summary form.variations_form .variations tr td.value select {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  border-bottom: 1px solid var(--color-text-primary);
  border-radius: 8px;
  transition: border-color 0.3s ease;
}
.product-type-variable .product-top-section .product-summary form.variations_form .variations tr td.value select:focus {
  border-color: var(--color-accent-blue);
  outline: none;
}
.product-type-variable .product-top-section .product-summary form.variations_form .reset_variations {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--color-accent-blue);
  text-decoration: underline;
}
.product-type-variable .product-top-section .product-summary form.variations_form .reset_variations:hover {
  color: var(--color-accent-blue);
}
.product-type-variable .product-top-section .product-summary form.variations_form .single_variation_wrap {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.product-type-variable .product-top-section .product-summary form.variations_form .single_variation_wrap .price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 1rem;
}
.product-type-variable .product-top-section .product-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: flex;
  gap: var(--gutter-gap);
  align-items: center;
}
.product-type-variable .product-top-section .product-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity input.qty {
  width: 60px;
  padding: 0.4rem;
  border-radius: calc(var(--border-radius-normal) / 2);
  border: 1px solid #ccc;
}
.product-type-variable .product-top-section .product-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
  background-color: var(--btn-color-primary);
  color: var(--color-white);
  font-size: 1rem;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.product-type-variable .product-top-section .product-summary form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart button.single_add_to_cart_button:hover {
  background-color: var(--color-primary-hover);
}
.product-type-variable .product-top-section .product-summary form.variations_form .product-addons {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.product-type-variable .product-top-section .product-summary form.variations_form .product-addons .addon-field {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.woocommerce label {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .custom-single-product .product-summary {
    place-items: center !important;
  }
}

.product-type-simple .product-top-section .product-summary form.cart {
  display: flex;
  gap: var(--gutter-gap);
}
.product-type-simple .product-top-section .product-summary form.cart button.single_add_to_cart_button {
  background-color: var(--btn-color-primary);
  color: var(--color-white);
  font-size: 1rem;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.product-type-simple .product-top-section .product-summary form.cart button.single_add_to_cart_button:hover {
  background-color: var(--color-primary-hover);
}

.color-swatches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 1rem;
  max-height: 9rem;
  overflow-y: auto;
}
.color-swatches .swatch {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, transform 0.2s ease;
  position: relative;
  list-style-type: none;
}
.color-swatches .swatch::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.color-swatches .swatch:hover, .color-swatches .swatch.selected, .color-swatches .swatch.selected::after, .color-swatches .swatch:active, .color-swatches .swatch:focus {
  border-color: var(--color-accent-blue);
}

.color-swatches {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  padding: 0;
}
.color-swatches .swatch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ccc;
  cursor: pointer;
  transition: 0.2s;
  list-style: none;
}
.color-swatches .swatch.selected {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

select.hidden-select {
  display: none !important;
}

.custom-overlay-text {
  top: 20%;
}

.custom-overlay-text p {
  word-spacing: 0.3rem;
  letter-spacing: 0.1rem;
}

.font {
  width: 85px !important;
  height: auto !important;
  padding: 3px 10px !important;
  border-radius: 5px !important;
  border: 1px solid #ccc !important;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
}

.font.selected {
  outline: none !important;
  background: var(--color-primary-hover);
  color: var(--color-white) !important;
}

.glow {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.product-addons-wrapper {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.woocommerce form .form-row textarea {
  height: 80px;
}

.search .site-main .container .shop-page ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
  gap: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}
.search .site-main .container .shop-page ul.products li.product {
  list-style-type: none;
}
.search .site-main .container .shop-page ul.products li.product .product-inner {
  position: relative;
  border: 1px solid var(--border-color-medium);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.search .site-main .container .shop-page ul.products li.product .product-inner a.woocommerce-LoopProduct-link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  padding: 15px;
}
.search .site-main .container .shop-page ul.products li.product .product-inner a.woocommerce-LoopProduct-link img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 0.375rem;
}
.search .site-main .container .shop-page ul.products li.product .product-inner a.woocommerce-LoopProduct-link span.onsale {
  background: var(--sale-btn-bg);
  color: var(--color-white);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: var(--border-radius-sale-badge);
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
.search .site-main .container .shop-page ul.products li.product .product-inner .add-to-cart-wrap a.button {
  text-decoration: none;
  background-color: var(--color-primary);
  border: none;
  color: #fff;
  padding: 0.275rem 0.75rem;
  border-radius: var(--border-radius-primary-button);
  transition: all 0.3s ease;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}
.search .site-main .container .shop-page ul.products li.product .product-inner .add-to-cart-wrap a.button:hover {
  background-color: var(--color-primary-hover);
  scale: 0.95;
}
.search .site-main .container .shop-page ul.products li.product .product-inner .productbody .woocommerce-loop-product__title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0 0 !important;
}
.search .site-main .container .shop-page ul.products li.product .product-inner .productbody .price-wrap {
  margin-top: auto;
}
.search .site-main .container .shop-page ul.products li.product .product-inner .productbody .price-wrap span.price ins {
  text-decoration: none;
}

.wc-block-grid ul.wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(235px, 1fr));
  gap: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .wc-block-grid ul.wc-block-grid__products {
    grid-template-columns: repeat(2, minmax(235px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .wc-block-grid ul.wc-block-grid__products {
    grid-template-columns: repeat(1, minmax(235px, 1fr));
  }
}
.wc-block-grid ul.wc-block-grid__products li.product {
  list-style-type: none;
  max-width: 100% !important;
}
.wc-block-grid ul.wc-block-grid__products li.product .product-inner {
  position: relative;
  border: 1px solid var(--border-color-medium);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.wc-block-grid ul.wc-block-grid__products li.product .product-inner a.woocommerce-LoopProduct-link, .wc-block-grid ul.wc-block-grid__products li.product .product-inner .wc-block-grid__product-image {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  padding: 15px;
}
.wc-block-grid ul.wc-block-grid__products li.product .product-inner a.woocommerce-LoopProduct-link img, .wc-block-grid ul.wc-block-grid__products li.product .product-inner .wc-block-grid__product-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 0.375rem;
}
.wc-block-grid ul.wc-block-grid__products li.product .product-inner a.woocommerce-LoopProduct-link span.onsale, .wc-block-grid ul.wc-block-grid__products li.product .product-inner .wc-block-grid__product-image span.onsale {
  background: var(--sale-btn-bg);
  color: var(--color-white);
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: var(--border-radius-sale-badge);
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
.wc-block-grid ul.wc-block-grid__products li.product .product-inner .add-to-cart-wrap {
  margin-bottom: 0;
}
.wc-block-grid ul.wc-block-grid__products li.product .product-inner .add-to-cart-wrap .wp-block-button a.wp-block-button__link {
  text-decoration: none;
  background-color: var(--color-primary);
  border: none;
  color: #fff;
  padding: 0.275rem 0.75rem;
  border-radius: var(--border-radius-primary-button);
  transition: all 0.3s ease;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}
.wc-block-grid ul.wc-block-grid__products li.product .product-inner .add-to-cart-wrap .wp-block-button a.wp-block-button__link:hover {
  background-color: var(--color-primary-hover);
  scale: 0.95;
}
.wc-block-grid ul.wc-block-grid__products li.product .product-inner .productbody .woocommerce-loop-product__title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0 0 !important;
}
.wc-block-grid ul.wc-block-grid__products li.product .product-inner .productbody .price-wrap {
  margin-top: auto;
}
.wc-block-grid ul.wc-block-grid__products li.product .product-inner .productbody .price-wrap span.price ins {
  text-decoration: none;
}

.nav-user-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  vertical-align: middle;
  object-fit: cover;
}

.header-warapper {
  background-color: #3A1305;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-menu li {
  position: relative;
}

.nav-menu .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  color: #000;
  padding: 10px;
}

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

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #e3bca1, #512c12);
  color: white;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero-content .subheading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.cta-btn {
  background: #fff;
  color: #000;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
}

.hero-image img {
  max-width: 100%;
  border-radius: 20px;
}

/* slider start */
.slider-bg {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.slider-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay */
  z-index: 1;
}

.slider-bg .sliderCaption {
  position: relative;
  z-index: 2;
  max-width: 60%; /* Take up 60% of width for text */
  text-align: left; /* Align text to the left */
}

@media (max-width: 768px) {
  .slider-bg .sliderCaption {
    max-width: 100%;
    text-align: left;
  }
}
#heroSlider h2,
#heroSlider p {
  color: #fff;
}

#heroSlider .btn {
  border-radius: 30px;
  padding: 10px 25px;
  background: #fff;
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease;
}

#heroSlider .btn:hover {
  background: #000;
  color: #fff;
}

/*slider end*/
/*feature product start*/
.featured-slider-wrapper .card {
  border: none;
  background: #F3F5F7;
  border-radius: 0;
  text-align: center;
  height: 100%;
}

.product-card {
  margin-bottom: 10px;
}

.featured-slider-wrapper .card-body {
  background: #FFFFFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.featured-slider-wrapper .card-body h3 a {
  color: #000;
  text-decoration: none;
}

.featured-slider-wrapper .card img {
  max-height: 250px;
  object-fit: contain;
  margin: 0 auto 10px;
}

.featured-slider-wrapper .card .btn-success {
  display: inline-block;
  background-color: #8CC53F;
  border: none;
  color: #fff;
  padding: 5px 0;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  width: 70% !important;
  transition: background 0.3s ease;
  text-align: center;
  text-decoration: none;
}

.featured-slider-wrapper .add-to-cart-btn:hover {
  background-color: #8cc84a;
}

.featured-slider-wrapper .card h3 {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
  color: #000;
  text-align: left;
}

.featured-slider-wrapper .card .price {
  margin-top: 5px;
  font-size: 0.8rem;
  text-align: left;
}

.featured-slider-wrapper .card .price ins {
  text-decoration: none;
  font-weight: bold;
}

.featured-slider-wrapper .price del {
  color: #888;
  margin-left: 5px;
}

.featured-slider-wrapper .discount {
  color: #1c84e3;
  margin-left: 5px;
  font-weight: 500;
}

.featured-slider-wrapper .slick-prev:before, .featured-slider-wrapper .slick-next:before {
  color: #8CC53F !important;
  font-size: 28px !important;
}

/*feature product end*/
.bannerTitle {
  font-size: 2rem;
}

.bannerLink {
  display: inline-block;
  background-color: #8CC53F;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: background 0.3s ease;
  text-align: center;
  text-decoration: none;
}

.Bennersubheading {
  color: #00B0EF;
  margin-bottom: 5px;
}

.spinner {
  display: inline-block;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #444;
}

.category-tabs button {
  color: #000;
  text-decoration: none;
  border-radius: 0;
  padding: 10px 20px 10px 0;
}

.category-tabs button.active {
  color: #000;
  position: relative;
}

.category-tabs .active:after {
  content: "";
  width: 60%;
  height: 0.2em;
  /* background-color: var(--c-title-underline-color); */
  background: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
}

/* linkedin start */
.linkedin-widget-container h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.linkedin-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.linkedin-card {
  width: 100%;
  max-width: 400px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin: 0 20px;
  display: block;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease;
}

.linkedin-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.linkedin-card-header {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.linkedin-card-header img.logo {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
}

.linkedin-card-header .info {
  flex: 1;
  line-height: 16px;
}

.linkedin-card-header .info strong {
  font-size: 14px;
  display: block;
}

.linkedin-card-header .info small {
  font-size: 12px;
  color: #555;
}

.linkedin-card-header img.linkedin-icon {
  width: 16px;
  height: 16px;
}

.linkedin-card-body {
  padding: 15px;
  font-size: 14px;
  color: #333;
}

.linkedin-card-image img {
  width: 100%;
  display: block;
}

.linkedin-card-footer {
  padding: 10px 15px;
  font-size: 12px;
  background: #f9f9f9;
  color: #666;
}

/* linkedin ends */
/* testimonial start */
.section-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: serif;
  text-align: center;
}

.testimonial-slider {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px; /* Adjust based on your design */
  padding: 1.5rem;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  text-align: left;
  margin: 0 25px;
}

.stars {
  font-size: 18px;
  color: #f5a623;
  margin-bottom: 15px;
}

.testimonial-text {
  font-size: 15px;
  color: #333;
  flex-grow: 1;
  margin-bottom: 1.2rem;
  min-height: 150px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-author .avatar {
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.testimonial-author strong {
  font-size: 16px;
  color: #000;
}

.testimonial-author .position {
  font-size: 14px;
  color: #999;
}

/* testimonial ends */
/* partners start */
.clients-section {
  padding: 60px 20px;
  background-color: #fffaf6;
  text-align: center;
}

.clients-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  border: 2px solid #fce8da;
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.clients-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Georgia", serif;
}

.clients-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.clients-logos img {
  max-height: 40px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.clients-logos img:hover {
  transform: scale(1.05);
}

/*partners end */
/* footer start */
.site-footer-dark {
  color: #fff;
  padding-top: 40px;
  font-family: "Inter", sans-serif;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo img {
  max-height: 45px;
}

.footer-nav {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.footer-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footer-nav li a:hover {
  color: #e5b77e;
}

/* Responsive: stack items on small screens */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footer-nav li {
    width: 100%;
  }
  .footer-nav li a {
    display: inline-block;
    width: 100%;
  }
}
.footer-social a {
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
}

.footer-social a:hover {
  color: #e5b77e;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
  font-size: 14px;
  color: #ccc;
  text-align: left;
}

/* footer end */
/* color swatches start */
.swatch {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  outline: 2px solid #fff;
  border-radius: 50%;
}

.swatch.selected {
  outline: 2px solid #333;
}

.added_to_cart {
  display: block;
}

/* color swatches end *//*# sourceMappingURL=style.css.map */