.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 60px;
}

.product-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

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

.product-image {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9a961;
  font-size: 48px;
}

.product-content {
  padding: 25px;
}

.product-category {
  color: #c9a961;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.product-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #1a1a2e;
}

.product-description {
  color: #666;
  line-height: 1.6;
  margin-bottom: 16px;
  font-size: 14px;
}

.product-price {
  font-size: 24px;
  font-weight: 700;
  color: #c9a961;
  margin-bottom: 16px;
}

.product-btn {
  width: 100%;
  padding: 12px;
  background: #c9a961;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.product-btn:hover {
  background: #b89851;
}

.filter-tabs {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.filter-tab {
  padding: 12px 24px;
  border: 2px solid #c9a961;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 600;
}

.filter-tab:hover,
.filter-tab.active {
  background: #c9a961;
  color: white;
}

.process-container {
  display: grid;
  place-content: center;
  gap: 2rem;
}

.process-carousel {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.process-slides {
  display: flex;
  transition: transform 0.5s ease;
}

.process-slides .process-slide {
  flex: 0 0 100%;
}

.process-dots {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.process-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.process-dot.active,
.process-dot:hover {
  background: #c9a961;
  width: 22px;
}

.process-slide {
  position: relative;
  overflow: hidden;
  --position: 50%;
}

.process-slide img {
  display: block;
  max-width: 100%;
}

.process-slide .image-container {
  position: relative;
  max-width: 800px;
  aspect-ratio: 3/4;
  overflow: hidden;
}

@media (min-width: 768px) {
  .process-slide .image-container {
    aspect-ratio: 4/3;
  }
}

.process-slide .slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.process-slide .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(100%);
}

.process-slide .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.process-slide .slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.process-slide .slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.process-slide .slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: 0.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  box-shadow: 1px 1px 1px rgba(8, 3, 3, 0.5);
}

/* Philosophy Section */

.philosophy-section {
  background: #1a1a1a;
  padding: 0;
  position: relative;
}

.philosophy-grid {
  overflow: hidden;
  display: flex;
  min-height: 600px;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .philosophy-grid {
    flex-direction: column;
  }
}

.philosophy-image-col {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .philosophy-image-col {
    order: 2;
  }
}

.philosophy-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.philosophy-content-col {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 80px 60px;
}

.philosophy-content-wrapper {
  max-width: 600px;
  width: 100%;
}

.philosophy-title {
  font-size: 3.5rem;
  font-weight: 400;
  color: #1a1a1a;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.philosophy-subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #666;
  margin: 0 0 2rem 0;
}

.philosophy-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 2.5rem 0;
}

.philosophy-learn-more {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
  text-decoration: none;
  margin-bottom: 3rem;
  transition: color 0.3s ease;
}

.philosophy-learn-more:hover {
  color: #c9a961;
  text-decoration: none;
}

.learn-more-square {
  width: 12px;
  height: 12px;
  background: #c9a961;
  display: inline-block;
  flex-shrink: 0;
}

.philosophy-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}

.philosophy-locations {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.location-separator {
  color: #999;
}

.btn-philosophy-contact {
  background: #c9a961;
  color: #ffffff;
  padding: 14px 32px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-philosophy-contact:hover {
  background: #b89851;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(201, 169, 97, 0.3);
}

/* RTL Support for Philosophy Section */

[dir=rtl] .philosophy-grid {
  direction: rtl;
}

[dir=rtl] .philosophy-content-col {
  direction: ltr;
}

/* Mobile Responsive */

@media (max-width: 1024px) {
  .philosophy-content-col {
    padding: 60px 40px;
  }

  .philosophy-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
  }

  .philosophy-image-col {
    min-height: 400px;
  }

  .philosophy-content-col {
    padding: 50px 30px;
  }

  .philosophy-title {
    font-size: 2rem;
  }

  .philosophy-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}

.reviews-section {
  position: relative;
  overflow: hidden;
}

.reviews-grid {
  display: flex;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  justify-content: center;
  align-items: center;
}

@media (max-width: 992px) {
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    flex-direction: column-reverse;
    display: block;
  }
}

.reviews-image-col {
  z-index: 8;
  position: relative;
}

.reviews-image-col .image-wrapper {
  max-width: 520px;
  margin-left: auto;
}

.reviews-content-col {
  position: relative;
}

.reviews-card {
  position: relative;
  background: #ffffff;
  color: #1a1a2e;
  padding: 2.5rem 3rem;
  max-width: 560px;
  border-radius: 6px;
  margin-left: -5rem;
  z-index: 2;
}

@media (max-width: 1200px) {
  .reviews-card {
    margin-left: -3rem;
  }
}

@media (max-width: 992px) {
  .reviews-card {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .reviews-card {
    padding: 1.75rem 1.5rem;
  }
}

.reviews-header {
  margin-bottom: 1.75rem;
}

.reviews-eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.75rem;
}

.reviews-title {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.reviews-stars {
  display: flex;
  gap: 0.25rem;
  color: #c9a961;
}

.reviews-carousel {
  margin-top: 1rem;
}

.review-card {
  font-size: 0.95rem;
  line-height: 1.7;
}

.review-text {
  margin-bottom: 1rem;
  color: #555;
}

.review-author {
  font-weight: 600;
  color: #222;
}

.reviews-footer {
  margin-top: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.reviews-link {
  color: #c9a961;
  font-weight: 600;
  text-decoration: none;
}

.reviews-link:hover {
  text-decoration: underline;
}

footer .footer-nav {
  margin: 20px 0px;
}

footer .footer-nav a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  font-size: 20px;
  margin: 20px;
}

/* Mobile first - show all elements by default */

.wow {
  opacity: 1;
  visibility: visible;
}

/* Enable animations only on tablet and above */

@media (min-width: 768px) {
  .wow {
    opacity: 0;
    visibility: visible;
    will-change: opacity, transform;
  }

  .wow.animate__animated {
    opacity: 1;
  }

  .animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }

  .wow * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
  }
}

a {
  text-decoration: none !important;
}

p {
  font-size: 1.125rem;
}

.container-fluid {
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
}

.gradient {
  background: linear-gradient(81deg, #2c264b 0%, #1d4983 100%) !important;
}

.btn-primary {
  background: linear-gradient(81deg, #2c264b 0%, #1d4983 100%) !important;
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background: rgba(28, 47, 72, 0.9);
}

#procedures {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#procedures::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  pointer-events: none;
}

#procedures .tab-trigger {
  padding: 1rem;
  font-size: 1.2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: #000;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
  border-radius: 0.25rem;
}

#procedures .tab-content .text-content {
  padding: 10px;
}

.section-title-sm {
  font-size: 3rem;
}

@media (max-width: 768px) {
  .section-title-sm {
    font-size: 2rem;
  }
}

[dir=rtl] .review-text {
  text-align: right;
}

[dir=rtl] .reviews-image-col .image-wrapper {
  margin-right: auto;
  margin-left: 0px;
}

[dir=rtl] p,
[dir=rtl] h2,
[dir=rtl] h1,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6,
[dir=rtl] label {
  direction: rtl;
}

.text-white {
  color: #fff !important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }
}

.page-hero {
  height: 60vh;
}

.m-0 {
  margin-bottom: 0px;
}

#about .d-flex {
  gap: 110px;
}

@media (max-width: 991px) {
  #about .d-flex {
    flex-direction: column !important;
    gap: 50px;
  }
}

#about .animate-on-scroll {
  width: 50%;
}

@media (max-width: 991px) {
  #about .animate-on-scroll {
    width: 100%;
  }
}

[dir=ltr] .reviews-card {
  margin-left: 0rem;
  margin-right: -5rem;
}

@media (max-width: 991px) {
  [dir=ltr] .reviews-card {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .product-detail-grid .product-info {
    order: 2;
  }

  .product-detail-grid h1 {
    margin-bottom: 10px;
  }
}

