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

:root {
  --brand: #111;
  --muted: #6c757d;
  --card: #f8f9fa
}

body {
  color: #111;
}

/* Global resets + font */
* {
  border-radius: 0 !important;
}

.lang-ar {
  font-family: 'Cairo', sans-serif;
}

.lang-en {

  font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
}

a {
  text-decoration: none;
}

.hero-section img,
.sale-banner img {
  width: 100%;
}

.btn-rounded {
  border-radius: 4px !important;
  padding: 8px 32px;
}

/* Topbar styling */
.topbar {
  padding: 0.75rem 0
}

.topbar .search-form {
  position: relative
}

.topbar .search-form input {
  border: none !important;
  width: 200px;
  padding-right: 40px
}

.topbar .search-form input:focus {
  border: none !important;
  box-shadow: none !important;
}

.topbar .search-form button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none
}

.topbar .search-form input::placeholder {
  color: #999;
  font-size: 0.85rem
}

.topbar .phone-info {
  color: #999;
  font-size: 0.9rem
}

.topbar .badge {
  border-radius: 50% !important;
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  font-size: 0.60rem;
  display: flex;
  align-items: center;
  justify-content: center
}

.topbar a {
  transition: opacity 0.2s
}

.topbar a:hover {
  opacity: 0.7
}

.bg-style {
  background-color: #D8C29D;
}

/* Navbar styling */
.navbar {
  background: #fff;
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.navbar-brand {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 16px 0 !important;
}

.navbar-nav .nav-link {
  color: #333;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s
}

.navbar-nav .nav-link:hover {
  color: #d4a574
}

/* Mobile header / offcanvas */


.mobile-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
}

.hambtn {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.hambtn:active,
.hambtn:focus-visible,
.hambtn:focus,
.hambtn:hover,
.hambtn:focus-within,
.hambtn:target {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    border:none !important;
    outline: none !important;
} */



.mobile-header .navbar-brand {
  font-weight: 700;
  letter-spacing: .2px
}

.mobile-header .mobile-menu-btn {
  border-color: #e9ecef;
}

.offcanvas-mobile {
  width: 100% !important;
  max-width: 100% !important
}

.offcanvas-mobile .offcanvas-header {
  padding: .85rem 1rem
}

.offcanvas-mobile .mobile-nav a {
  color: #3b3b3b
}

.offcanvas-mobile .mobile-nav a:hover {
  background: #faf8f5
}

.offcanvas-mobile .bottom-meta {
  color: #b5a48a
}


.offcanvas-mobile .search-form {
  position: relative
}

.offcanvas-mobile .search-form input {
  border: none !important;
  width: 100%;
  padding-right: 40px
}

.offcanvas-mobile .search-form input:focus {
  border: none !important;
  box-shadow: none !important;
}

.offcanvas-mobile .search-form button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none
}

.offcanvas-mobile .search-form input::placeholder {
  color: #999;
  font-size: 0.85rem
}

/* Hero section styling */
.hero {
  padding: 0;
  margin: 0
}

.hero-slide {
  position: relative;
  overflow: hidden
}

.hero-slide .ratio {
  margin: 0
}

/* Carousel styling */
.carousel {
  position: relative;
  overflow: hidden
}

.carousel-item {
  position: relative
}

.carousel-item .ratio {
  margin: 0
}

/* Video styling in carousel */
.carousel-item video {
  object-fit: cover;
  object-position: center;
}


.carousel-inner .ratio {
  --bs-aspect-ratio: 75%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px
}

.hero-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.95
}

.hero-link {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s
}

.hero-link:hover {
  opacity: 0.8
}

/* Custom carousel dots */
.hero-dots {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 10
}

.hero-dot {
  width: 12px;
  height: 12px;
  background: #B59366;
  border: none;
  border-radius: 50% !important;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.hero-dot.active {
  background: #ffffff;
  opacity: 1;
  transform: scale(1.2);
}

.hero-dot:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

/* Left hero slide - SHOP NOW button */
.hero-overlay .shop-now-btn {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 0.75rem 2rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.3s;
  z-index: 10;
}

.hero-overlay .shop-now-btn:hover {
  background: #fff;
  color: #333;
}

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

  .hero-desc {
    font-size: 0.85rem
  }

  .hero-overlay {
    padding: 1.5rem
  }

  .hero-dots {
    bottom: 1rem;
    left: 1rem
  }

  .topbar .phone-info {
    display: none !important
  }
}

.bg-img {
  background-image: var(--bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.product .bg-img {
  width: 263px;
  height: 320px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  opacity: 1;
  background-position: right !important;
}

.card-zoom .ratio {
  transition: transform .4s ease
}

.card-zoom:hover .ratio {
  transform: scale(1.05)
}

/* Collections cards: gradient overlay and arrow */
.collection-card {
  border: 0;
  background: transparent
}

.collection-card .card-img-overlay {
  /* Figma gradient: #D9D9D9 0%, #343333 58.71%, #343434 100% */
  background: linear-gradient(180deg,
      rgba(217, 217, 217, 0) 0%,
      rgba(52, 51, 51, 0.65) 58.71%,
      rgba(52, 52, 52, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
}

.collection-card .collection-title {
  color: #fff;
  font-weight: 600;
  margin: 0;
  font-size: 1.45rem !important;
  /* padding-right:3.25rem;  */
}

.collection-card .collection-arrow {
  position: absolute;
  border-radius: 50% !important;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border: 1.5px solid #B59366;
  color: #B59366;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 8px;
  background: transparent;
  pointer-events: none;
}

.collection-card .collection-arrow svg {
  display: block
}

.collection-card .collection-arrow svg path {
  stroke: currentColor
}

.collection-card:hover .collection-arrow {
  background: rgb(255, 255, 255)
}

.collection-card {
  max-height: 290px;
}

.price {
  color: #111
}

footer .container small {
  opacity: .8
}

@media (prefers-reduced-motion: reduce) {
  .card-zoom .ratio {
    transition: none
  }
}

/* Serenity Collection redesign */
.serenity-hero {
  position: relative;
  min-height: 360px;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  overflow: hidden
}

.serenity-hero .serenity-hero-content {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 440px;
  z-index: 1;
  color: #1b1b1b
}

.serenity-hero .serenity-hero-content h2 {
  font-weight: 700;
  letter-spacing: .2px;
  margin-bottom: .5rem
}

.serenity-hero .serenity-hero-content p {
  color: #696969;
  font-size: .95rem;
  line-height: 1.5;
  margin-bottom: 1rem
}

.serenity-hero .btn-outline-dark {
  padding: .5rem 1rem;
  font-weight: 600;
  border-color: #696969;
  color: #393939
}

.serenity-hero .btn-outline-dark:hover {
  background: #fff;
  color: #000000
}

.serenity-tiles .serenity-tile {
  position: relative;
  min-height: 160px;
  background: linear-gradient(270deg, #F9F9F9 0%, #FFECD5 100%);
  border: 1px solid #DDDDDD73;
  overflow: hidden
}

.serenity-tiles .serenity-tile .tile-visual {
  transition: .35s ease;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, .18))
}

.serenity-tiles .serenity-tile h3 {
  margin-bottom: .25rem
}

.serenity-tiles .serenity-tile p {
  margin-bottom: 0;
  color: #6c757d;
  font-size: .9rem
}

.serenity-tiles .serenity-tile:hover .tile-visual {
  scale: 1.05;
  /* background-position: center; */
}

@media(max-width: 767.98px) {
  .serenity-hero {
    min-height: 260px
  }

  .serenity-hero .serenity-hero-content {
    right: 1rem;
    left: 1rem;
    max-width: unset
  }

  .serenity-tiles .serenity-tile {
    min-height: 140px
  }

  /* .serenity-tiles .serenity-tile .tile-visual{width:120px;height:80px} */
}

/* FAQ section styling */
.faq-section {
  background: #FFFAEF
}

.faq-section h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 2rem;
  color: #1b1b1b
}

.faq-section .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}

.faq-section .accordion-button {
  background: transparent;
  padding: 1rem 0;
  border: 0;
  color: #222;
  font-weight: 400;
  box-shadow: none
}

.faq-section .accordion-button::after {
  display: none
}

.faq-section .faq-chevron {
  font-size: 1.25rem;
  color: #cdb89b;
  margin-left: auto
}

.faq-section .accordion-body {
  padding: 0 0 1rem 0;
  color: #6c757d
}

.faq-section .accordion-button .faq-chevron {
  transition: transform .25s ease
}

.accordion-button:not(.collapsed) .faq-chevron {
  transform: rotate(180deg)
}

.faq-section .accordion-item {
  background-color: #FFFAEF !important;
}

.accordion-flush>.accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* Footer styling */
.footer {
  background: rgb(249 249 251) !important;
}

.footer .row>div {
  padding-right: 1rem;
  padding-left: 1rem
}

.footer .row>div:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.06)
}

.footer h6 {
  font-weight: 700
}

.footer .link-dark .bi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50% !important;
  background: #111;
  color: #fff
}

.footer form {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .5rem
}

.footer .newsletter {
  position: relative
}

.footer .newsletter input {
  padding-right: 3.2rem
}

.footer .newsletter .newsletter-btn {
  border-radius: .0 !important;
  background: #d7e9f9;
  border: 0;
  color: #0b2a44;
  padding: .35rem .55rem
}

.footer small {
  font-size: 11px;
  color: #8a8a8a
}

.footer .newsletter input:focus,
.footer .newsletter input:focus-within,
.footer .newsletter input:focus-visible {
  box-shadow: none !important;
  border-color: #ccc !important
}

.footer li {
  padding: 8px 0;
}

.ratio222 {
  --bs-aspect-ratio: 48%;
}

/* Hero Section (Alternative) */
.hero-alt {
  padding: 0;
  margin: 0
}

.hero-alt .ratio-21x9 {
  --bs-aspect-ratio: 42.857142857%
}

.hero-alt-overlay {
  background: rgba(0, 0, 0, 0.3)
}

.hero-alt-content {
  background: rgba(52, 58, 64, 0.9);
  border-radius: 8px !important
}

.hero-alt-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
  color: #fff
}

.hero-alt-subtitle {
  font-size: 2.2rem;
  font-weight: 500;
  color: #D4A574;
  margin-bottom: 1rem
}

.hero-alt-desc {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  opacity: 0.9
}

.hero-alt-btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 32px;
  font-weight: 500;
  transition: all 0.3s ease
}

.hero-alt-btn:hover {
  background: #fff;
  color: #343a40;
  border-color: #fff
}

@media(max-width:767px) {
  .footer .row>div {
    border-right: none;
    padding-left: 0;
    padding-right: 0
  }

  .ratio222 {
    --bs-aspect-ratio: 100%;
  }

  .hero-alt-title {
    font-size: 2.2rem
  }

  .hero-alt-subtitle {
    font-size: 1.6rem
  }

  .hero-alt-content {
    margin: 0 !important
  }

  .hero-alt-overlay .col-md-6 {
    offset: 0 !important
  }
}

/* Related/Featured Items hover overlay */
.related-card .related-thumb {
  position: relative;
  overflow: hidden
}

.related-card .related-thumb img {
  transition: .35s ease;
  width: 100%;
  height: 320px;
  object-fit: cover
}

.related-card .related-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transition: .35s ease
}

.related-card:hover .related-overlay {
  opacity: 1;
  visibility: visible
}

.related-card:hover .related-thumb img {
  filter: brightness(.55);
  transform: scale(1.03)
}

.icon-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #B59366;
  border-radius: 4px !important;
  padding: 0;
  cursor: pointer;
  transition: .25s ease;
  color: #B59366
}

.icon-btn:hover {
  border-color: #614f38cc;
  color: #614f38cc;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, .12)
}

.icon-btn:active {
  transform: scale(.94)
}


/*  for subscribe */
/* newsletter alert base */
.newsletter-alert {
  display: none;
  padding: 0.75rem 1rem;
  border-radius: 0.375rem;
  font-size: 0.95rem;
  line-height: 1.4;
  margin-top: 0.5rem;
  border: 1px solid transparent;
}

.newsletter-alert.show {
  display: block;
}

.newsletter-alert.success {
  background-color: #d1e7dd;
  color: #0f5132;
  border-color: #badbcc;
}

.newsletter-alert.error {
  background-color: #f8d7da;
  color: #842029;
  border-color: #f5c2c7;
}

.newsletter-alert.warn {
  background-color: #fff3cd;
  color: #664d03;
  border-color: #ffecb5;
}

.btn {
  border-radius: 5px !important;
}

@media (max-width: 767.98px) {
  .max-height-mobile {
    max-height: 300px;
  }
}

img {
  object-fit: cover
}

th {
  text-align: center;
}

td {
  text-align: center;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #cdb89b;
}

.category-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}


.category-dropdown .dropdown-menu {
  display: none;
}

.collections-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.collections-dropdown .dropdown-menu {
  display: none;
}

.nav-link.active {
  background-color: #d6d6d642 !important;
  color: #b59366 !important;
}

.dashboard-content {
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .dashboard-content {
    display: block;
  }
}