/* ============================
   MOBILE (max-width: 576px)
============================ */
@media (max-width: 576px) {

  /* Navbar */
  .navbar-brand img {
    height: 55px;
  }

  .modern-navbar .nav-link {
    font-size: 18px;
    margin-left: 0;
    padding:20px 10px;
  }
  /* Hero */
  .hero {
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin-top:70px;
  }

  .hero-img{
  padding: 0 !important;
  margin:0;
  text-align: center !important;
}
.hero-content {
  padding:60px 40px 40px 40px;
  color:#E6D2B5;
}

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content p {
    font-size: 18px;
    padding-bottom:10px;
  }

  .hero-img img {
    width: 100%;
  }

  /* Sections */
  .section {
    padding: 50px 15px;
  }

  /* Categories */
  .category-box img {
    height: 160px;
  }

  /* Jewellery category page */
  .jewel-container img,
  .jewel-media {
    height: 280px;
  }

  .category-title {
    font-size: 1.8rem;
  }

  /* Fullscreen view */
  .fullscreen img,
  .fs-video {
    max-width: 95%;
    max-height: 65%;
  }

  .fs-info {
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    padding: 10px;
    text-align: center;
  }

  /* Contact */
  .contact-card {
    padding: 25px 15px;
  }

  .contact-card p {
    font-size: 1rem;
  }

  /* Jewellery Care */
  .care-card {
    text-align: center;
  }

  .care-icon {
    margin: 0 auto 15px;
  }

  /* Footer */
  .footer-logo {
    height: 40px;
  }

  .footer p {
    font-size: 13px;
  }
}


/* ============================
   TABLET (max-width: 768px)
============================ */
@media (max-width: 768px) {

  /* Hero */
  .hero {
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin-top:65px;
  }

  .hero-img{
  padding: 0 !important;
  margin:0;
  text-align: center !important;
}
.hero-content {
  padding:50px 40px 40px 40px;
  color:#E6D2B5;
}

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .hero-content p {
    font-size: 18px;
    padding-bottom:10px;
  }

  .hero-img img {
    width: 100%;
  }
.bts-box video{
    height:260px;
  }

  /* Categories */
  .category-box img {
    height: 190px;
  }

  /* Jewellery cards */
  .jewel-container img,
  .jewel-media {
    height: 400px;
  }

  /* Category title */
  .category-title {
    font-size: 2.2rem;
  }

  /* Contact cards */
  .contact-card {
    margin-bottom: 20px;
  }

  /* Jewellery Care */
  .care-card p {
    font-size: 16px;
  }
}

/* ============================
   SMALL LAPTOPS (max-width: 992px)
============================ */
@media (max-width: 992px) {

  /* Hero layout */
 .hero{
  background:#341f12;
  margin-top:80px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.6);
}
.hero-img{
  padding: 0 !important;
  margin:0;
}
.hero-content {
  color:#E6D2B5;
  padding:60px 60px 80px 60px;
}
.hero-content h1{
  color:#f0c68f;
  font-size: 1.7rem;
  line-height: 1.2;
}
.hero-content p{
  font-size:14px;
}

  /* Jewellery fullscreen info bar */
  .fs-info {
    width: 95%;
  }

  /* Category images */
  .category-box img {
    height: 210px;
  }

  .jewel-container img {
    height: 450px;
  }
}
/* ============================
   SMALL LAPTOPS (max-width: 1030px)
============================ */
@media (max-width: 1030px) {

  /* Hero layout */
 .hero{
  background:#341f12;
  margin-top:80px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.6);
}
.hero-img{
  padding: 0 !important;
  margin:0;
}
.hero-content {
  color:#E6D2B5;
  padding:60px 60px 80px 60px;
}
.hero-content h1{
  color:#f0c68f;
  font-size: 1.7rem;
  line-height: 1.2;
}
.hero-content p{
  font-size:14px;
}
}
/* ============================
   LARGE SCREENS (max-width: 1400px)
============================ */
.hero-content {
  color:#E6D2B5;
  padding:60px 60px 80px 60px;
}
/* ============================
   LARGE SCREENS (max-width: 2800px)
============================ */
@media (min-width: 1400px) {
 
 .hero{
  background:#341f12;
  margin-top:90px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.6);
}
.hero-img{
  padding: 0 !important;
  margin:0;
}
.hero-content {
  color:#E6D2B5;
  padding:20px 60px 20px 60px;
}
.hero-content h1{
  color:#f0c68f;
  font-size: 2.7rem;
  line-height: 1.2;
}
.hero-content p{
  font-size:18px;
}

  .category-box img {
    height: 260px;
  }

  .jewel-container img {
    height: 650px;
  }
}
