@import url(components.css);

:root {
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cad5e2;
  --slate-400: #90a1b9;
  --slate-500: #62748e;
  --slate-600: #45556c;
  --slate-700: #314158;
  --slate-800: #1d293d;
  --slate-900: #0f172b;
  --slate-950: #020618;
  --red-50: #fef2f2;
  --red-100: #ffe2e2;
  --red-200: #ffc9c9;
  --red-300: #ffa2a2;
  --red-400: #ff6467;
  --red-500: #fb2c36;
  --red-600: #e7000b;
  --red-700: #c10007;
  --red-800: #9f0712;
  --red-900: #82181a;
  --red-950: #460809;
  --purple-50: #faf5ff;
  --sky-50: #f0f9ff;
  --green-50: #f0fdf4;
  --yellow-50: #fefce8;
  --orange-50: #fff7ed;
  --orange-100: #ffedd4;
  --orange-200: #ffd6a7;
  --orange-300: #ffb86a;
  --orange-400: #ff8904;
  --orange-500: #ff6900;
  --orange-600: #f54900;
  --orange-700: #ca3500;
  --orange-800: #9f2d00;
  --orange-900: #7e2a0c;
  --orange-950: #441306;
  --yellow-100: #fef9c2;
  --yellow-200: #fff085;
  --yellow-300: #ffdf20;
  --yellow-400: #fdc700;
  --yellow-500: #f0b100;
  --yellow-600: #d08700;
  --yellow-700: #a65f00;
  --yellow-800: #894b00;
  --yellow-900: #733e0a;
  --yellow-950: #432004;
  --green-100: #dcfce7;
  --green-200: #b9f8cf;
  --green-300: #7bf1a8;
  --green-400: #05df72;
  --green-500: #00c950;
  --green-600: #00a63e;
  --green-700: #008236;
  --green-800: #016630;
  --green-900: #0d542b;
  --green-950: #032e15;
  --sky-100: #dff2fe;
  --sky-200: #b8e6fe;
  --sky-300: #74d4ff;
  --sky-400: #00bcff;
  --sky-500: #00a6f4;
  --sky-600: #0084d1;
  --sky-700: #0069a8;
  --sky-800: #00598a;
  --sky-900: #024a70;
  --sky-950: #052f4a;
  --purple-100: #f3e8ff;
  --purple-200: #e9d4ff;
  --purple-300: #dab2ff;
  --purple-400: #c27aff;
  --purple-500: #ad46ff;
  --purple-600: #9810fa;
  --purple-700: #8200db;
  --purple-800: #6e11b0;
  --purple-900: #59168b;
  --purple-950: #3c0366;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5dc;
  --gray-400: #99a1af;
  --gray-500: #6a7282;
  --gray-600: #4a5565;
  --gray-700: #364153;
  --gray-800: #1e2939;
  --gray-900: #101828;
  --gray-950: #030712;
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #9f9fa9;
  --zinc-500: #71717b;
  --zinc-600: #52525c;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --zinc-950: #09090b;
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a1a1a1;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-950: #0a0a0a;
  --primary1: #000000;
  --white: #ffffff;
  --black: #222222;

  --web-h1-headline: clamp(32px, 3.2vw, 52px);
  --web-h2-headline: clamp(28px, 2.6vw, 40px);
  --web-h3-headline: clamp(24px, 2.1vw, 32px);
  --h4-web-headline: clamp(20px, 1.6vw, 24px);
  --web-h5-headline: clamp(18px, 1.3vw, 20px);
  --web-h6-headline: clamp(16px, 1.1vw, 16px);
  --h1-headline: clamp(22px, 2.2vw, 30px);
  --h2-headline: clamp(20px, 2vw, 28px);
  --h3-headline: clamp(18px, 1.8vw, 26px);
  --h4-headline: clamp(16px, 1.6vw, 24px);
  --h5-headline: clamp(16px, 1.4vw, 20px);
  --h6-headline: clamp(14px, 1.2vw, 18px);
  --subtitle: 18px;
  --subtitle-1: 16px;
  --subtitle-2: 14px;
  --subtitle-3: 12px;
  --body-lg: 18px;
  --body-1: 16px;
  --body-2: 14px;
  --body-3: 12px;
  --caption-text: 12px;
  --overline: 12px;
  --text-link: 16px;
  --text-link-2: 12px;
  --text-link-1: 14px;
  --text-link-2: 12px;
}

* {
  padding: 0px;
  margin: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Inter", sans-serif;
  font-style: 400;
  font-size: 14px;
  font-weight: normal;
}

select {
  cursor: pointer !important;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}

.top-bar {
  background: #000;
  color: var(--white);
}

header .container-fluid {
  position: relative;
  justify-content: end !important;
  padding: 15px;
}

header .container-fluid .navbar-brand {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translate(-50%, 0%);
}

header .navbar {
  padding: 15px;
}

.header-items {
  display: flex;
  gap: 30px;
}

.header-items>a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  color: #000000;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header-items>a:hover {
  opacity: 0.7;
}

.header-items>a img {
  filter: brightness(0);
}

.header-items>a .subtitle-2 {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}

.header-items button {
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.header-items button:hover {
  opacity: 0.7;
}

.header-items button img {
  filter: brightness(0);
}

.header-items button .subtitle-2 {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}

.header-items button i {
  font-size: 24px;
}

header .navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-bar .nav-link {
  padding: 15px;
  text-transform: uppercase;
}

.menu-bar .nav-link:hover {
  text-decoration: underline !important;
}

.menu-bar {
  border-top: 1px solid var(--zinc-200);
}

header {
  border-bottom: 1px solid var(--zinc-200);
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin: 7px;
  margin-left: 0;
}

.banner-heading {
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-heading>* {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cms-page-content p {
  color: var(--neutral-500);
}

.footer-logo {
  color: var(--neutral-500);
}

footer {
  background: var(--neutral-50);
}

footer .footer-main {
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-link ul a {
  font-size: 16px;
  color: var(--neutral-500);
  display: flex;
  gap: 10px;
}

.footer-link ul a:hover {
  color: var(--neutral-900);
}

.footer-link ul a i {
  font-size: 24px;
  color: var(--black);
}

.footer-copy {
  background: #000;
  color: #fff;
}

.faq-section .accordion-item {
  border: 1px solid var(--neutral-200) !important;
}

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

.accordion-button {
  box-shadow: none !important;
}

.accordion-body {
  color: var(--neutral-500);
}

.contact-us-in {
  border: 1px solid var(--neutral-200);
  border-radius: 16px;
  overflow: hidden;
}

.contact-us-left {
  background: var(--neutral-50);
}

.contact-us-left,
.contact-us-right {
  padding: 50px;
}

.social-media-icon a {
  font-size: 24px;
  color: #000;
}

.site-wraper {
  min-height: calc(100vh - 586px);
}

.headings p {
  color: var(--neutral-600);
}

.section-padding {
  padding: 100px 0;
}

.login-wraper {
  position: relative;
  padding: 20px;
  z-index: 1;
}

.login-content-inner-header p {
  color: var(--neutral-300);
  font-size: 16px;
}

.login-content-inner-header h3 {
  color: #fff;
}

.login-wraper {
  background: linear-gradient(119.57deg, #000000 19.51%, #313131 87.12%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-content-inner {
  max-width: 430px;
  margin: auto;
}

.login-content-inner-body {
  padding: 30px;
  background: var(--white);
}

.login-content-inner-footer {
  color: var(--neutral-300);
}

.login-content-inner-footer a {
  color: var(--white);
}

.login-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../images/login-1.png"), url("../images/login-2.png");
  background-repeat: no-repeat;
  background-position:
    bottom left,
    top right;
  background-size: 15%, 15%;
}

.login-content {
  width: 100%;
}

.alert-modal .modal-dialog {
  max-width: 430px;
}

.modal-content {
  border-radius: 0;
}

.banner-heading-2 {
  background: var(--neutral-50);
}

.banner-heading-2 .breadcrumb li a {
  color: var(--neutral-500);
}

.banner-heading-2 .breadcrumb-item+.breadcrumb-item::before {
  background: var(--neutral-500);
}

.listing-page {
  gap: 30px;
}

.listing-page-left {
  width: 340px;
  min-width: 340px;
}

.listing-page-right {
  width: 100%;
}

.filter-box {
  background: var(--neutral-50);
  padding: 15px;
}

.filter-accordion .accordion-button {
  padding: 0;
}

.filter-accordion .accordion-body {
  padding: 0;
}

.filter-accordion .accordion-item {
  background: none !important;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter-accordion .accordion-button {
  background: none !important;
}

.filter-accordion .accordion {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.card-product figure {
  aspect-ratio: 1 / 1;
  /* More balanced square container */
  overflow: hidden;
  background-color: #F8F8F8;
  /* Light gray to match reference */
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  margin-bottom: 20px;
}

.card-product figure a {
  display: block;
  height: 100%;
  width: 100%;
}

.card-product figure a img {
  object-fit: contain;
  /* Ensure the whole bottle is visible */
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.card-product figcaption h5 {
  margin-bottom: 5px;
}

.card-product figcaption h5 a {
  color: var(--black);
}

.card-product figcaption p span {
  color: var(--black);
  text-decoration-line: line-through;
  color: var(--neutral-500);
}

.recent-offering-tab {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 10px 15px;
  border-radius: 30px 0px 0px 0px;
}

.pagination {
  gap: 5px;
}

.pagination .page-link {
  background: var(--neutral-100);
  height: 36px;
  width: 36px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: none;
  color: #000;
}

.pagination .page-link:hover {
  background: var(--neutral-200);
}

.pagination .page-item.active .page-link {
  background: var(--black);
  color: var(--white);
}

.banner-heading-sm {
  height: 90px;
}

/* Product Details Page */
.product-details-section {
  background: var(--white);
}


.product-details-content {
  padding-left: 30px;
}

.badge-pre-arrival {
  display: inline-block;
  background: var(--black);
  color: var(--white);
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 20px;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
}

.current-price {
  color: var(--black);
  font-weight: 600;
}

.original-price {
  color: var(--neutral-500);
  font-size: 24px;
}

.market-price-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--neutral-200);
  height: 50px;
}

.qty-btn {
  width: 50px;
  height: 100%;
  background: var(--white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.qty-btn:hover {
  background: var(--neutral-200);
}

.qty-btn i {
  font-size: 18px;
}

.qty-input {
  width: 60px;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  appearance: textfield;
  -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-wishlist {
  background: var(--white);
  height: 50px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn-wishlist:hover {
  background: var(--neutral-50);
}

.btn-wishlist i {
  font-size: 20px;
}

.product-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.meta-item {
  display: flex;
  gap: 10px;
}

.meta-label {
  color: var(--neutral-900);
  font-weight: 600;
  min-width: 100px;
}

.meta-value {
  color: var(--neutral-500);
}

/* Product Tabs */

.product-nav-tabs {
  border-bottom: 1px solid var(--neutral-200);
}

.product-nav-tabs .nav-link {
  border: none;
  background: none;
  color: var(--neutral-500);
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  width: 100%;
}

.product-nav-tabs .nav-link:hover {
  color: var(--black);
}

.product-nav-tabs .nav-link.active {
  color: var(--black);
  border-bottom-color: var(--black);
}

.product-tab-content {
  padding-top: 20px;
}

.tab-content-inner p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.specifications-table {
  display: flex;
  flex-direction: column;
}

.spec-row {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid var(--neutral-200);
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-label {
  flex: 0 0 200px;
  color: var(--neutral-900);
  font-weight: 600;
}

.spec-value {
  color: var(--black);
}

.product-gallery {
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
}

.product-gallery-slider {
  flex: 1;
}

.product-gallery-thumbs {
  height: 100%;
}

.product-gallery-thumbs-wraper .btn {
  min-height: 40px;
}

.product-gallery-thumbs-wraper {
  display: flex;
  gap: 10px;
  flex: 0 0 85px;
  flex-direction: column;
  align-items: center;
}

.product-gallery-thumbs .swiper-slide {
  cursor: pointer;
}

.product-gallery-thumbs .swiper-slide img {
  border: 1px solid var(--neutral-200);
}

.product-gallery-thumbs .swiper-slide-thumb-active img {
  border: 1px solid var(--black);
}

.product-gallery {
  height: 620px;
}

.product-gallery-thumbs-wraper .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.product-gallery-slider .swiper-slide {
  border: 1px solid var(--neutral-200);
}

.recommended-section .col-lg-3 {
  width: 20%;
}

.red-tag {
  color: var(--red-600);
  background: var(--red-50);
  padding: 5px 10px;
  border-radius: 50px;
}

.critic-scores-progress-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.critic-scores-progress-row .progress {
  height: 10px;
  width: 100%;
}

.critic-scores-progress-row .progress-bar {
  background: var(--black);
}

.critic-scores-progress-row span {
  min-width: 60px;
}

.critic-scores-progress-row span:last-child {
  min-width: 30px;
  text-align: right;
  color: var(--neutral-500);
}

.critic-scores-head {
  display: flex;
  gap: 50px;
}

.critic-scores-head .critic-scores-box {
  background: #000;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.critic-scores-progress {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Reviews Page Styles */
.reviews-section {
  background: var(--white);
}

.reviews-header h2 {
  font-size: var(--web-h2-headline);
  font-weight: 700;
  color: var(--black);
}

.reviews-summary {
  background: var(--neutral-50);
  padding: 40px;
  border-radius: 8px;
}

.overall-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 200px;
}

.rating-score {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.score-number {
  font-size: 64px;
  font-weight: 700;
  color: var(--black);
  line-height: 1;
}

.score-total {
  font-size: 32px;
  color: var(--neutral-500);
  font-weight: 600;
}

.rating-stars {
  display: flex;
  gap: 5px;
}

.rating-stars i {
  font-size: 20px;
  color: var(--yellow-400);
}

.overall-rating p {
  color: var(--neutral-500);
  font-size: var(--body-2);
}

.rating-breakdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rating-bar-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.rating-label {
  min-width: 60px;
  font-size: var(--body-2);
  color: var(--neutral-600);
  font-weight: 500;
}

.rating-bar-item .progress {
  flex: 1;
  height: 8px;
  background: var(--neutral-200);
  border-radius: 10px;
}

.rating-bar-item .progress-bar {
  background: var(--black);
  border-radius: 10px;
}

.rating-count {
  min-width: 50px;
  text-align: right;
  font-size: var(--body-2);
  color: var(--neutral-500);
  font-weight: 500;
}

.reviews-filter-bar {
  padding: 20px 0;
  border-bottom: 1px solid var(--neutral-200);
}

.filter-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-filter {
  padding: 10px 20px;
  background: var(--neutral-100);
  border: 1px solid var(--neutral-200);
  border-radius: 50px;
  font-size: var(--body-2);
  font-weight: 500;
  color: var(--neutral-700);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-filter:hover {
  background: var(--neutral-200);
  border-color: var(--neutral-300);
}

.btn-filter.active {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.sort-dropdown .form-select {
  min-width: 200px;
  border: 1px solid var(--neutral-200);
  border-radius: 8px;
  padding: 10px 15px;
  font-size: var(--body-2);
  cursor: pointer;
}

.sort-dropdown .form-select:focus {
  border-color: var(--black);
  box-shadow: none;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}



.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 20px;
  flex-wrap: wrap;
}

.reviewer-info {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.reviewer-name {
  font-size: var(--h5-headline);
  font-weight: 600;
  color: var(--black);
  margin: 0;
}

.rating-score-badge {
  background: var(--neutral-100);
  color: var(--black);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: var(--body-3);
  font-weight: 600;
  font-size: 14px;
}

.review-date {
  font-size: var(--body-2);
  color: var(--neutral-500);
}


.review-body p {
  color: var(--neutral-600);
  font-size: var(--body-1);
  line-height: 1.8;
  margin: 0;
}

.review-footer {
  display: flex;
  gap: 20px;
  align-items: center;
}

.btn-review-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: var(--neutral-600);
  font-size: var(--body-2);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 6px;
}

.btn-review-action:hover {
  background: var(--neutral-100);
  color: var(--black);
}

.btn-review-action i {
  font-size: 16px;
}


.table {
  border-color: var(--neutral-200);
}

.table tr td,
.table tr th {
  padding: 20px 15px;
  vertical-align: middle;
}

.table tr td:first-child,
.table tr th:first-child {
  padding-left: 0;
}

.table tr td:last-child,
.table tr th:last-child {
  padding-right: 0;
}

.table tr th {
  font-weight: normal;
}

.text-muted {
  color: var(--neutral-500) !important;
}

.form-check-box {
  position: relative;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.form-check-box label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--neutral-200);
  pointer-events: none;
}

.form-check-box label {
  pointer-events: initial;
  width: 100%;
}

.form-check-box input {
  margin-left: 0 !important;
  margin-right: 10px;
}

.form-check-box input:checked+label::after {
  border-color: var(--black);
}

.card-border {
  padding: 30px;
  border: 1px solid var(--neutral-200);
}

.summary-box {
  background: var(--neutral-50);
  padding: 30px;
}

.summary-price .d-flex {
  padding: 5px 0;
}

.order-successful {
  max-width: 560px;
  margin: auto;
}

.orange-tag {
  background: var(--orange-50);
  color: var(--orange-500);
}

.dropdown-menu {
  border-radius: 0;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
  border: none;
  min-width: 250px;
}

.dropdown-item {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
}

.dropdown-item i {
  font-size: 20px;
}

.upload-photo-box-content {
  text-align: center;
}

.upload-photo-box-content figure {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
}

.upload-photo-box-content {
  position: relative;
  width: 130px;
  height: 130px;
  margin: auto;
}

.upload-photo-box-content .btn {
  border-radius: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.heart-btn {
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #000;
  color: #000;
}

.heart-btn i {
  font-size: 20px;
}

.card-product figure .heart-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.form-switch .form-check-input {
  width: 50px;
  height: 28px;
  background-color: #F1F5F9;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_dd_11560_4727)'%3E%3Ccircle cx='10' cy='10' r='8' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_dd_11560_4727' x='-1' y='0' width='22' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_11560_4727'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='effect1_dropShadow_11560_4727' result='effect2_dropShadow_11560_4727'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_11560_4727' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left 2px center;
}

.form-switch .form-check-input:checked {
  background-color: var(--black);
  background-position: right -1.5px center;
}

.gray-tag {
  background-color: var(--neutral-200);
  color: var(--neutral-900);
}

.card-gry {
  background-color: var(--neutral-50);
}

.h_banner .h_bg_image {
  background: url(../images/banner.jpg), no-repeat;
  background-size: cover;
  background-position: center;
  height: 829px;
  margin-top: 11px;
}

.h_banner h1 {
  font-size: 72px;
  max-width: 670px;
}

.h_banner p {
  font-size: 18px;
  max-width: 575px;

}

.px_30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mx_30 {
  margin-left: 30px;
  margin-right: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  background-color: var(--white) !important;
  border: 1px solid var(--neutral-200) !important;
  border-radius: 50% !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease;
  opacity: 1 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
  color: var(--black) !important;
  font-weight: 600 !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--black) !important;
  border-color: var(--black) !important;
  transform: scale(1.05);
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: var(--white) !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  display: none !important;
}

.who_we_are p,
.buy_from p {
  color: var(--neutral-600);
}

.product_slider {
  background-color: var(--neutral-50);
}

.product_slider .body-1 {
  font-size: 20px;
}

.product_slider_ {
  padding-top: 92px !important;
}

.product_slider_ .card-product figure {
  margin-bottom: 26px;
}

.product_slider_ .swiper-button-prev,
.product_slider_ .swiper-button-next {
  top: 30px;
}

.product_slider_ .swiper-button-prev {
  right: 50px;
  left: unset;
}

.product_slider_ .swiper-button-next {
  right: 0;
}

.acquisitions h2 {
  color: var(--zinc-900);
}

.acquisitions p {
  color: var(--neutral-600);
  max-width: 745px;
}

.h_banner_2 {
  background: url(../images/h_banner_2.jpg), no-repeat;
  background-size: cover;
  background-position: center;
  height: 481px;
}

.h_banner_2 h2 {
  font-size: 30px;
}

.h_banner_2 .form-control {
  font-size: 14px;
  border: solid 1px var(--zinc-300);
  color: var(--slate-500);
  max-width: 620px;
  height: 60px;
}

.h_banner_2 button {
  max-width: 170px;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}

.testimonials {
  background-color: #ffffff !important;
  /* Switched to white */
  padding: 120px 0 !important;
  color: #000000 !important;
  position: relative;
  overflow: hidden;
}

.testimonials .slider_parent {
  display: flex !important;
  align-items: flex-start !important;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.testimonials .left_text {
  flex: 0 0 350px !important;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}

.testimonials .left_text svg {
  width: 140px !important;
  height: auto;
  margin-bottom: 30px;
  opacity: 0.1;
  /* Very subtle quote on white background */
}

.testimonials .left_text h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600 !important;
  font-size: 40px !important;
  color: #000000 !important;
  line-height: 130% !important;
  letter-spacing: 0% !important;
  margin-bottom: 40px !important;
  margin-top: 0;
  text-transform: capitalize;
}

.testimonials-nav {
  display: flex !important;
  gap: 12px;
  margin-top: 10px;
}

.testimonials-prev,
.testimonials-next {
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background-color: #f7f7f7 !important;
  /* Light gray buttons */
  color: #000000 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #eeeeee !important;
  transition: all 0.3s ease;
  font-size: 20px;
  padding: 0;
}

.testimonials-prev:hover,
.testimonials-next:hover {
  background-color: #000000 !important;
  color: #fff !important;
}

.testimonials_slider_container {
  flex: 1;
  overflow: hidden;
  padding-left: 30px;
  min-width: 0;
  /* Important for Swiper inside flexbox */
}

.testimonials_card {
  background-color: #ffffff !important;
  padding: 40px 30px !important;
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #333;
  /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08) !important; */
  /* Slightly more visible shadow on white */
  border: 1px solid #f0f0f0;
}

.testimonials_card .head {
  margin-bottom: 35px;
}

.testimonials_card figure {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  margin: 0;
  flex-shrink: 0;
  margin-bottom: 0 !important;
  margin-right: 20px !important;
}

.testimonials_card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials_card h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
  font-size: 18px !important;
  margin-bottom: 2px !important;
  color: #000000 !important;
}

.testimonials_card p.role {
  font-size: 13px !important;
  color: #777777 !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}

.testimonials_card p.body-text {
  font-family: "Inter", sans-serif;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #444444 !important;
  margin-bottom: 0;
  margin-top: 30px !important;
}

/* End of Testimonials CSS */

/* Recent Offerings New UI */
.recent-offering-new-slider .swiper-slide {
  height: auto;
}

.offering-card {
  position: relative;
  border-radius: 8px;
  /* Slightly more rounded */
  overflow: hidden;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  background-color: #000;
}

.offering-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* Remove bottom gap */
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.offering-card:hover img {
  transform: scale(1.08);
}

.offering-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  /* Increased padding to match reference */
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 0.85) 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 10;
  pointer-events: none;
}

.offering-overlay h3 {
  font-family: "Inter", sans-serif;
  /* Matches project font */
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 8px;
  color: #ffffff !important;
  text-transform: none;
  /* Ensure it's not and all-caps if inherited */
}

.offering-overlay p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
  color: #ffffff !important;
  opacity: 1;
  max-width: 95%;
  /* Increased slightly to accommodate larger text */
}

.swiper-nav-buttons {
  display: flex;
  gap: 12px;
}

.recent-prev,
.recent-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.recent-prev:hover,
.recent-next:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.recent-prev i,
.recent-next i,
.featured-prev i,
.featured-next i {
  font-size: 20px;
}

.featured-prev,
.featured-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  /* Rounded circular style */
  border: 1px solid #ccc;
  /* Slightly softer border color */
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.featured-prev:hover,
.featured-next:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.featured-products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.featured-products-slider {
  padding-bottom: 20px;
}

/* Exact styles for the Featured Products section from image */
.card-product {
  width: 100%;
  max-width: 285px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  margin-bottom: 30px;
}

.card-product figure {
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  flex-shrink: 0;
}

.card-product figure img {
  max-height: 90%;
  width: auto;
  object-fit: contain;
  transition: transform 0.4s ease;
}

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

.card-product .heart-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  transition: all 0.3s ease;
  z-index: 10;
}

.card-product .heart-btn:hover {
  background: #000;
  color: #fff;
}

.card-product figcaption {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.card-product figcaption .h5-web {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 8px;
  line-height: 1.3;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 12px;
  width: 100% !important;
  overflow: hidden;
  letter-spacing: 0%;
}

.card-product figcaption .h5-web a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  flex: 1 !important;
  min-width: 0 !important;
  display: inline-block;
}

.card-product figcaption .h5-web span {
  flex-shrink: 0 !important;
  font-weight: 600;
  white-space: nowrap !important;
}

.card-product .price-tag,
.card-product .body-1 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0%;
}

.card-product .price-tag span,
.card-product .body-1 span {
  color: #888;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0%;
}

.card-product .btn-black {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  padding: 10px 18px !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  width: 265.33331298828125px !important;
  height: 50px !important;
  cursor: pointer !important;
  margin-top: auto;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 15px !important;
  letter-spacing: 2px !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
}

.card-product .btn-black:hover {
  background-color: #333333 !important;
}

.card-product .btn-black i {
  font-size: 18px !important;
  display: flex !important;
  align-items: center !important;
  margin-top: 1px;
  /* Subtle adjustment for visual centering */
}

.section-padding {
  padding: 80px 0;
}

.bg-gray-light {
  background-color: #FAFAFA;
}

.card-offering {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.card-offering figure {
  margin: 0;
  height: 100%;
}

.card-offering img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.8) 100%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 10;
}

.card-overlay .h3-web {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff !important;
  margin-bottom: 10px;
}

.card-overlay p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff !important;
  margin-bottom: 0;
  max-width: 90%;
}