@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --primary-color: #3a3845;
  --secondary-color: #f9da79;
  --font-inter: "Inter", sans-serif;
  --font-lato: "Lato", sans-serif;
}

.bg-theme {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.color-primary {
  color: var(--primary-color);
}

body {
  font-family: var(--font-inter);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-lato);
}

.f-12 {
  font-size: 12px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-25 {
  font-size: 25px;
}

.logo {
  width: 140px;
}

.delivery-info span {
  margin: 0 18px;
}

.top-bar {
  background-color: #f8f9fa;
  padding: 3px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.main-header {
  background-color: var(--primary-color);
  padding: 7px 0;
}

.logo {
  font-family: "Times New Roman", serif;
  color: var(--secondary-color);
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
}

.logo span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

.logo-image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.header-icons a {
  color: #fff;
  margin-left: 15px;
  /* font-size: 18px; */
  text-decoration: none;
}

.header-icons a img {
  width: 20px;
}

.navigation {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-link {
  color: var(--primary-color);
  /* font-weight: 500; */
  padding: 7px 15px !important;
  transition: color 0.3s;
}

.nav-link:hover {
  /* color: var(--secondary-color); */
  font-weight: 600;
  color: var(--primary-color);
}

.nav-link:focus {
  /* color: var(--secondary-color); */

  color: var(--primary-color);
}

.social-icons {
  display: flex;
}

.social-icons a {
  color: #555;
  margin-left: 8px;
  background-color: var(--primary-color);
  height: 18.3px;
  width: 18.3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.social-icons a img {
  /* width: 6px; */
}

@media (max-width: 768px) {
  .logo span {
    font-size: 1rem;
  }

  .top-bar {
    font-size: 12px;
  }
}

/* footer */
.footer {
  background-color: var(--primary-color);
  color: #fff;
  padding: 50px 0 20px;
}

.footer-logo {
  height: 92px;
  margin-bottom: 15px;
}

.footer-description {
  color: #fff;
  line-height: 24px;
}

.footer h5 {
  /* font-size: 18px; */
  margin-bottom: 25px;
  color: #fff;
  font-weight: 500;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: #f6f6f6;
  text-decoration: none;
  transition: color 0.3s;
  font-weight: 400;
}

.footer-links a:hover {
  color: #fff;
}

.footer-contact {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer-contact-icon {
  background-color: var(--secondary-color);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.footer-contact-icon i {
  color: var(--primary-color);
}

.footer-contact-info {
  font-size: 14px;
}

.footer-contact-info span {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  /* margin-bottom: 5px; */
}

.footer-contact-info a {
  color: #fff;
  text-decoration: none;
}

.footer-divider {
  border-top: 1px solid #bebcbd;
  margin: 30px 0;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  /* margin-bottom: 20px; */
}

.footer-bottom-links a {
  color: #d4d4d4;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-bottom-links a:hover {
  color: #fff;
}

.footer-social {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.footer-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: var(--secondary-color);
  border-radius: 10.68px;
  color: var(--primary-color);
  transition: all 0.3s;
  text-decoration: none;
}

.footer-social a:hover {
  background-color: #fff;
}

/* .footer-social a img{
  width: 9.53px;
} */

.footer-copyright {
  text-align: center;
  color: #d4d4d4;
  font-size: 14px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .footer-bottom-links a {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-bottom-links .separator {
    display: none;
  }

  .top-bar {
    display: none;
  }

  .logo {
    width: 110px;
  }

  .footer-logo {
    height: 72px;
  }
}

/* footer end */

/* home page*/
.hero-section {
  background-image: url(./images/hero-img.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.shop-button {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 7px 59px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background-color 0.3s;
  /* width: 200px; */
  text-align: center;
  margin-top: 16px;
}

.shop-button:hover {
  background-color: #1a1a27;
}

.hero-content-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.founding-year {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  color: var(--primary-color);
  letter-spacing: 1.5px;
}

.offer-tag {
  font-size: 36px;
  font-weight: 500;
  color: var(--primary-color);
  font-family: var(--font-lato) !important;
  letter-spacing: 1px;
  text-align: center;
}

/* why choose */
.why-choose-section {
  padding-top: 10px;
  padding-bottom: 30px;
}

.model-image {
  width: 100%;
}

.content-area {
  padding-left: 40px;
}

.section-title {
  position: relative;
  color: #595667;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  padding-left: 30px;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: var(--secondary-color);
  border-radius: 3px;
}

.description {
  color: #595667;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 19px;
  text-align: justify;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.feature-list li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 28px;
  font-weight: 600;
  color: #444;
}

.feature-list li::before {
  content: "•";
  color: #595667;
  font-size: 20px;
  /* position: absolute;
  left: 0;
  top: -2px; */
}

.feature-description {
  margin-top: 5px;
  color: #666;
  font-weight: normal;
  font-size: 15px;
}

@media (max-width: 768px) {
  .content-area {
    padding-left: 15px;
    margin-top: 30px;
  }
}

/* why choose end */

/* COUNTER */
.counter-section {
  background: radial-gradient(382.98% 382.98% at 50% 50%,
      #f9da79 0%,
      #000000 85.58%);
  padding: 30px 0;
  text-align: center;
}

.counter-container {
  display: flex;
  justify-content: space-around;
}

.counter-item {
  padding: 20px;
}

.counter-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  font-family: var(--font-lato);
  border-bottom: 2px solid #3A3845;
}

.counter-text {
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
}

/* Add plus sign after counter number */
.counter-number::after {
  content: "+";
}

@media (max-width: 768px) {
  .counter-item {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .counter-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* COUNTER END */

/* limelight */
.limelight-image-box {
  position: relative;
}

.limelight-image-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 500;
}

/* limelight end */

/* best-seller */
.best-sellers-section {
  padding: 60px 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.best-sellers-section .section-title {
  position: relative;
  color: #595667;
  font-size: 2rem;
  font-weight: 600;
  padding-left: 20px;
  margin: 0;
}

.best-sellers-section .section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background-color: var(--secondary-color);
  border-radius: 3px;
}

.view-more-btn {
  background-color: var(--primary-color);
  color: white;
  padding: 7px 70px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: none;
}

.view-more-btn:hover {
  background-color: #1f1f2b;
  color: white;
}

.product-card {
  margin-bottom: 30px;
  position: relative;
}

.product-image {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.bestseller-tag {
  position: absolute;
  top: 15px;
  /* left: 15px; */
  background: radial-gradient(382.98% 382.98% at 50% 50%,
      #f9da79 0%,
      #000000 85.58%);

  color: #000;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-category {
  color: #777;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.product-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-description {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

.shop-now-btn {
  display: block;
  width: 100%;
  border: 1px solid #333;
  background: transparent;
  color: #333;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.shop-now-btn:hover {
  background-color: #333;
  color: white;
}

/* best-seller */

/* new-arrival-section */
.new-arrival-section .product-card {
  /* max-width: 320px; */
  border: none;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
  margin-bottom: 20px;
  position: relative;
}

.new-arrival-section .product-image-container {
  position: relative;
  overflow: hidden;
  border: 1px solid #7d826c;
}

.new-arrival-section .product-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  margin-bottom: 0;
}

.new-arrival-section .product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: var(--primary-color);
  color: white;
  font-size: 11px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  height: 41px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.new-arrival-section .product-info {
  padding: 18px 0px;
}

.new-arrival-section .product-category {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0px !important;
  text-align: center;
}

.new-arrival-section .product-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0;
  text-align: center;
}

.new-arrival-section .shop-now-btn {
  font-size: 11px;
  padding: 6px 20px;
  border: 1px solid #343a40;
  background-color: #f7f6f5;
  color: #343a40;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  float: right;
  border-radius: 0;
  width: unset;
}

.new-arrival-section .shop-now-btn:hover {
  background-color: #343a40;
  color: white;
}

.new-arrival-section .card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-container {
  padding: 2rem 0;
  background: linear-gradient(to right, #d4af37, #f2d272, #d4af37);
  position: relative;
  border-radius: 0;
  margin: 20px 0;
}

.gold-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.banner-text {
  border-left: 3px solid #333;
  padding-left: 20px;
  color: #333;
  max-width: 70%;
}

.banner-text h2 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1.2;
}

.cta-button {
  background-color: #333344;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #252535;
  /* transform: translateY(-2px); */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gold-banner {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .banner-text {
    border-left: none;
    border-bottom: 3px solid #333;
    padding-left: 0;
    padding-bottom: 15px;
    max-width: 100%;
  }
}

/* distributor */
.distributor-section .banner-container {
  padding: 3rem 0;
  background: radial-gradient(382.98% 382.98% at 50% 50%,
      #f9da79 0%,
      #000000 85.58%);
  position: relative;
  border-radius: 0;
  margin-bottom: 45px;
  margin-top: 0;
}

.distributor-section .gold-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.distributor-section .banner-text {
  border-left: 3px solid var(--primary-color);
  padding-left: 20px;
  color: var(--primary-color);
  max-width: 70%;
}

.distributor-section .banner-text h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.2;
}

.distributor-section .cta-button {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border: none;
  border-radius: 8px;
  padding: 10px 47px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.distributor-section .cta-button:hover {
  background-color: var(--primary-color);
  /* transform: translateY(-2px); */
}

/* .social-feed-image-box {
  margin-bottom: 15px;
} */

.social-feed-image-box img {
  width: 100%;
}

.canvas-head {
  display: none;
}

.offcanvas-backdrop.show {
  display: none;
}

.canvas-nav {
  list-style: none;
  padding: 0;
}

.canvas-nav li {
  margin: 5px;
}

.canvas-nav li a {
  color: #3a3845;
  margin: 0%;
  border-bottom: 1px solid #59595921;
}

.canvas-head .offcanvas-header button {
  opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .navigation {
    display: none;
  }

  .canvas-head {
    display: flex;
  }

  .offcanvas-backdrop.show {
    display: block;
  }

  .distributor-section .gold-banner {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }

  .distributor-section .banner-text {
    border-left: none;
    border-bottom: 3px solid var(--primary-color);
    padding-left: 0;
    padding-bottom: 15px;
    max-width: 100%;
  }

  .view-more-btn {
    padding: 6px 13px;
  }

  .section-title {
    font-size: 26px !important;
    padding-left: 20px;
  }
}

/* distributor end */
/* new-arrival-section end */
/* home page*/
.delivery-info {
  display: flex;
  align-items: center;
  justify-content: center;
}



.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
}

.marquee-content {
  white-space: nowrap;
  padding-right: 1rem;
  animation: scroll-infinite 11s linear infinite;
}

@keyframes scroll-infinite {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* Create duplicates to ensure seamless looping */
.marquee-track .marquee-content:nth-child(2) {
  position: absolute;
  left: 100%;
}

.bangles-image {
  border-radius: 100px;
  margin-bottom: 15px;
  aspect-ratio: 1 / 1;
  height: 130px !important;
  width: 130px !important;
}

.bangles-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bangles-slider {
  position: relative;
}

.bangles-slider .owl-nav .owl-prev {
  top: 30%;
  left: 0;
  position: absolute;
}

.bangles-slider .owl-nav .owl-next {
  top: 30%;
  right: 0;
  position: absolute;
}

.bangles-slider .owl-nav .owl-prev span,
.bangles-slider .owl-nav .owl-next span {
  font-size: 40px;
}


.contact-form {
  background-color: #FFBA0029;
  padding: 25px;
}

.contact-form h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: Inter;
}

.contact-form p {
  font-size: 14px;
  font-family: Inter;
  color: #4E5562;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 2rem;
  padding: 1rem 0;
}

.contact-form form input {
  background: transparent;
  border: 1px solid #8C8C8C;
  border-radius: 5px;
  font-family: Inter;
}

.contact-form form button {
  background-color: var(--primary-color);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px 47px;
  font-weight: 400;
  font-family: Inter;
  transition: all 0.3s ease;
}

.contact-form form textarea {
  background: transparent;
  border: 1px solid #8C8C8C;
  border-radius: 5px;
  font-family: Inter;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #9CA3AF;
  padding: 0 0.5rem;
  font-size: 13px;
}

.hero-content-container {
  padding: 7rem 0rem;
}


@media (max-width: 1399px) {
  .contact-form form {
    gap: 1rem !important;
  }
}

@media (max-width: 1199px) {

  .hero-content-container {
    padding: 3rem 0rem;
  }

  .contact-form form {
    gap: 1rem !important;
  }

  .new-arrival-section .product-title {
    font-size: 13px;
  }

  .description {
    font-size: 15px;
    margin-bottom: 0px;
    line-height: unset;
  }

  .counter-section {
    padding: 0px 0;
  }

  .counter-number {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {
  .distributor-section .banner-text h2 {
    font-size: 20px;
    padding: 10px 20px;
  }

  .footer-description {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .hero-logo img {
    width: 60px;
  }

  .founding-year {
    font-size: 14px;
  }

  .offer-tag {
    font-size: 22px;
  }

  .shop-button {
    padding: 7px 50px;
    font-size: 11px;
  }

  .limelight-image-box img {
    aspect-ratio: 1 / 1;
  }

  .new-arrival-section .product-image {
    aspect-ratio: 3 / 3;
    object-fit: cover;
  }
}

@media (max-width: 498px) {

  .hero-section {
    display: none;
  }

  .hero-section-mobile {
    display: block !important;
  }
  
  .new-arrival-section .product-title {
    font-size: 10px;
  }

  .counter-container {
    display: none;
  }

  .shop-button {
    padding: 7px 30px;
    font-size: 10px;
  }
}

.footer-description {
  width: 75%;
}

.limelight-image-box img,
.model-image,
.social-feed-image-box img {
  transition: filter 0.3s ease;
}

.limelight-image-box:hover img,
.model-image:hover,
.social-feed-image-box:hover img {
  filter: brightness(50%);
}

.lime-name {
  display: none;
}

.limelight-image-box:hover .lime-name {
      display: block;
}


.offcanvas.offcanvas-top {
  height: unset !important;
}

.hero-section-mobile {
  display: none;
}


.gob-search-bar {
  color: #1a1a27 !important;
}

.header-icons .search-btn {
  background: unset;
  border: midnightblue;
  padding: 0;
}

.gob-search-input {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
  background-color: #fff7e2fc;
  padding: 0rem 1rem;
}

.gob-search-input input {
  border: none;
  background: unset;
}

.gob-search-input input:focus {
  box-shadow: none;
  background: unset;
}

.header-icons .modal-content {
  border-radius: unset !important;
  background-color: unset;
  border:none;
}

.header-icons .modal-dialog {
  max-width: 700px !important;
}

.gob-search-result ul {
  border-radius: unset;
}

.gob-search-result ul li {
  background-color: #fff7e2fc;
}

.full-header {
  position: sticky;
  top: 0;
  z-index: 9;
}

.modal-backdrop.fade.show {
  display: none;
}