.top-bar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
}

.navbar {
    position: fixed !important;
    top:35px;
    left: 0;
    width: 100%;
    z-index: 1040;
}

/* Desktop (large screens) margin */
#carouselExampleRide{
    margin-top: 110px;
}

/* Mobile view (≤ 768px) — remove margin */
@media (max-width: 768px) {
    #carouselExampleRide{
        margin-top: 96px !important;
    }
}

#five{
    margin-top: 150px;
}

/* Mobile view (≤ 768px) — remove margin */
@media (max-width: 768px) {
    #five{
        margin-top: 96px !important;
    }
}

#ten{
    margin-top: 130px;
}

/* Mobile view (≤ 768px) — remove margin */
@media (max-width: 768px) {
    #ten{
        margin-top: 96px !important;
    }
}

#seven{
    margin-top: 130px;
}

/* Mobile view (≤ 768px) — remove margin */
@media (max-width: 768px) {
    #seven{
        margin-top: 96px !important;
    }
}

.caption{
  bottom: 60%;
  left: 25%;
    transform: translateY(50%);
    width: 50%;
    color: #CCAB67;
}

.caption h1{
  font-size: 5rem;      /* Desktop big font */
    font-weight: bold;
}

.caption h4{
  font-size: 1.6rem;
    font-weight: bold;
}

/* Tablet */
@media (max-width: 992px) {
    .caption h1 {
        font-size: 2.3rem;
    }
    .caption h4 {
        font-size: 1.1rem;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .caption {
        bottom: 65%;
        width: 50%;
        
    }
    .caption h1 {
        font-size: 1.0rem;
        
    }
    .caption h4 {
        font-size: 0.5rem;
    }
}

    .item-box {
        background-color: rgb(196, 34, 34);
        padding: 15px;
        border-radius: 10px;
        transition: 0.3s ease;
        box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    }

    .item-box:hover {
        transform: translateY(-5px);
        box-shadow: 0px 6px 14px rgba(0,0,0,0.3);
    }

    .item-box img {
        border-radius: 10px;
    }

.top-bar{
    background-color: rgb(87, 85, 85);
    height: 35px;
    width: 100vw;
    color: white;
}

.top-bar {
  overflow-x: hidden;
}

.custom-caption {
    bottom: 55%;
    left: 45%;
    transform: translateY(50%);
    width: 50%;
    text-align: right;
}

.custom-captionone{
  bottom: 40%;
    left: 15%;
    width: 50%;
    text-align: left;
    
}

.caption h1{
  font-size: 4.5rem;      /* Desktop big font */
    font-weight: bold;
    
}

.custom-caption h1 {
    font-size: 4.5rem;      /* Desktop big font */
    font-weight: bold;
    
}

.custom-captionone h1{
    font-size: 4.5rem;      /* Desktop big font */
    font-weight: bold;
    color: #CCAB67;
}

/* Laptop screens */
@media (max-width: 1200px) {
  .caption h1{
  font-size: 4rem;
  }
  
  .custom-caption h1 {
        font-size: 3rem;
    }

    .custom-captionone h1 {
        font-size: 3rem;
    }

}

/* Tablet */
@media (max-width: 992px) {
    .custom-caption h1 {
        font-size: 2.3rem;
    }

    .caption h1{
        font-size: 3rem;
    }

    .custom-captionone {
      top: 20%;
        left: 15%;
        width: 50%;
    }
    .custom-captionone h1 {
        font-size: 2.3rem;
    }

    .custom-captionone h5{
      font-size:15px;
    }
}

/* Mobile */

@media (max-width: 576px) {
    .caption h1{
        font-size: 1rem;
    }
  }

@media (max-width: 576px) {
    .custom-caption {
        bottom: 50%;
        left: 45%;
        width: 50%;
    }
    .custom-caption h1 {
        font-size: 1rem;
    }

    .custom-caption h5{
      font-size:5px;
    }
}
@media (max-width: 576px) {
    .custom-captionone {
        bottom: 15%;
        left: 15%;
        width: 50%;
    }
    .custom-captionone h1 {
        font-size: 1rem;
    }

    .custom-captionone h5{
      font-size:5px;
    }
}


.card-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-menu {
  display: none;
}

.card-dropdown .dropdown-menu {
    position: static !important;
    transform: none !important;
    display: none;
}

.card-dropdown:hover .dropdown-menu {
    display: block;
}

.navbar{
    padding: 0 !important;
}

.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 9999 !important;
}

.brand-title {
  color: white;
}

@media (max-width: 768px) {
  .brand-title {
    margin-left: 0;
  }
}

.collapse{
  color: white;
  margin-left: 400px;
}

@media (max-width: 768px) {
  .collapse {
    margin-left: 0;
  }
}

.navbar .dropdown-menu {
  box-sizing: border-box;
  padding: 2rem;
}

@media (max-width: 768px) {
  #one {
    height: 600px;
    text-align: center;
   
  }

  #one .d-flex {
    align-items: center !important;
  }

  #one h1 {
    font-size: 42px !important;
     margin-top: 0 !important;
  }

  #one .secondh1 {
    font-size: 30px !important;
  }

  #one p {
    font-size: 16px;
  }

  #one .d-flex.gap-3 {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  #one {
    height: 600px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* top text + bottom buttons */
    padding: 20px;
  }

  /* Hide the first H1 (Abhishekam Jewellery) */
  #one h1.fw-bold {
    display: none;
  }

  /* Show Trusted Gold... at the top */
  #one .secondh1 {
    font-size: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
    text-align: center !important;
    
  }

  /* Hide description paragraph */
  #one p {
    display: none;
  }

  /* Move the buttons to bottom */
  #one .d-flex.gap-3 {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 300px !important;
  }

  /* Make buttons smaller and neat */
  #one a.btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}



html, body {
  overflow-x: hidden !important;
  width: 100%;
}

.dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto;
}

.dropdown.position-static .dropdown-menu {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.footer {
  overflow-x: hidden;
}

#two .col1{
    background-image:url(images/banner1.jpeg) ;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
}

#two .col2{
    background-image:url(images/banner2.jpeg) ;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
}

#two .col10{
    background-image:url(images/goldd.jpeg) ;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
}

#two .col11{
    background-image:url(images/Diamondd.jpeg) ;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
}

#two .col12{
    background-image:url(images/silverr.jpeg) ;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
}

#two .col13{
    background-image:url(images/platinumm.jpeg) ;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    background-position: center;
}

/* Background Boxes */
#eleven .col1,
#eleven .col2,
#eleven .col3,
#eleven .col4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
}

/* Images */
#eleven .col1{ background-image:url(images/gold.jpeg); }
#eleven .col2{ background-image:url(images/diamond.jpeg); }
#eleven .col3{ background-image:url(images/silver.jpeg); }
#eleven .col4{ background-image:url(images/platinum.jpeg); }

/* TITLES + POSITION */
.promo {
  margin-top: 410px;
  text-align: center;
}

/* Title styles */
.promo h2 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  margin: 10px 0;
}

.promo-title {
  color: white;
  transition: 0.3s ease;
}

/* Hover effect remains same */
.promo-link:hover .promo-title {
  transform: scale(1.1);
  text-shadow: 0 0 10px rgb(161, 19, 19), 0 0 20px white;
  color:white;
}

/* RESPONSIVE FIX — important */
@media (max-width: 768px) {
  #eleven .col1,
  #eleven .col2,
  #eleven .col3,
  #eleven .col4 {
      height: 300px;   /* mobile-friendly height */
  }

  .promo {
    margin-top: 250px; /* Adjust title position for small screens */
  }

  .promo h2 {
    font-size: 30px;/* reduce mobile font size */
  }
}

@media (max-width: 480px) {
  .promo {
    margin-top: 260px;
  }

  .promo h2 {
    font-size: 26px;
  }
}

.product-card {
      background: #fff;
      border-radius: 16px;
      text-align: center;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      transition: transform 0.3s;
    }
    .product-card:hover {
      transform: translateY(-5px);
    }
    .product-card img {
      width: 300px;
      height: 300px;
      object-fit: cover;
      margin-bottom: 10px;
    }
    
    
#four .col-md-3 {
  height: 500px;
  color: white;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

#four .col-md-3:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

#four .col-md-3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

#four .col-md-3:hover::before {
  opacity: 1;
}

#four .col-md-3 h3,
#four .col-md-3 p {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

#four .col-md-3 p:last-of-type {
  opacity: 0;
  transform: translateY(20px);
}

#four .col-md-3:hover p:last-of-type {
  opacity: 1;
  transform: translateY(0);
}

.fourone {
  background-image: url(images/banner_1.jpg);
}

.fourtwo {
  background-image: url(images/banner_2.jpg);
}

.fourthree {
  background-image: url(images/banner_3.jpg);
}

.fourfour {
  background-image: url(images/banner_4.jpg);
}

.btn-golden {
  color: white;
  border: 1px solid #d4a017;
  border-radius: 8px;
  padding: 8px 25px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  color: black;
}

.btn-golden:hover {
  background-color:#d4a02c;
  transform: scale(1.05);
  color: white;
}

.price {
  display: none !important;
}

#six .sixone {
  background-image: url(images/h1_bn-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 800px;
  position: relative;
  overflow: hidden;
}

#six .content-box {
  position: relative;
  z-index: 2;
  max-width: 700px;
  animation: fadeUp 1.2s ease forwards;
  color: black;
  margin-right: 900px;
  text-align: left;
}


@media (max-width: 768px) {
  #six .content-box {
    margin-right: 0;   
    margin: 0 auto;          
    padding: 2rem 1rem;     
  }
}

.btn-golden {
  background-color:#d4a02c;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 35px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.btn-golden:hover {
  background-color:#d4a02c;
  transform: scale(1.08);
}

.testimonials {
  background-color: #fff;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.testimonial-card .stars {
  color: #fbbf24;
  font-size: 1.2rem;
}

.client-info img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.newsletter-section {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.newsletter-form .email-input {
  max-width: 300px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.newsletter-form .btn-dark {
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
}
img.img-fluid {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
img.img-fluid:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.contact-section {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.contact-box i {
  color: #000;
}
.contact-box h5 {
  color: #000;
}
.contact-box p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}
.map-container iframe {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.contact-form-section {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.contact-form .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 12px 15px;
}
.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #d4a02c;
}
.contact-form button:hover {
  background-color: #c29225;
}

.our-stores {
  background-color: #fff;
  border-top: 1px solid #eee;
}
.store-card {
  transition: all 0.3s ease;
  padding: 10px;
}
.store-card img {
  width: 100%;
  height: auto;
}
.store-card:hover {
  transform: translateY(-5px);
}
.store-card p {
  font-size: 15px;
  line-height: 1.6;
}
.store-card h5 {
  color: #000;
}
.store-card h6 {
  color: #000;
}

.conimg{
  background-image:url(images/contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
}

.our-story {
  background-color: #fff;
}

.story-img-wrapper img {
  width: 500px;
  height: 450px;
  margin-left: 40px;
}

@media (max-width:768px){
  .video-wrapper video{
    height: 500px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .story-img-wrapper img  {
    margin-left: 0;
  }
  
}

body {
      background-color: #f9f9f9;
      font-family: 'Poppins', sans-serif;
    }
    .product-page {
      margin: 50px auto;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      padding: 30px;
      max-width: 1100px;
    }
    .product-img img {
      width: 100%;
      border-radius: 10px;
      height: auto;
    }
    .price {
      font-size: 28px;
      font-weight: 600;
      color: #000;
    }
    .btn-cart {
      background: #000;
      color: #fff;
      font-weight: 500;
      border-radius: 6px;
      padding: 10px 25px;
      transition: all 0.3s;
    }
    .btn-cart:hover {
      background: #444;
    }
    .btn-buy {
      border: 1px solid #000;
      background: #fff;
      color: #000;
      font-weight: 500;
      border-radius: 6px;
      padding: 10px 25px;
      transition: all 0.3s;
    }
    .btn-buy:hover {
      background: #000;
      color: #fff;
    }
    .product-info ul {
      list-style: none;
      padding: 0;
    }
    .product-info ul li {
      margin-bottom: 10px;
      color: #555;
    }
    .payment-icons i {
      font-size: 30px;
      margin-right: 15px;
      color: #555;
    }
    .quantity-box {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .quantity-box input {
      width: 60px;
      text-align: center;
    }
    @media (max-width: 768px) {
      .product-page {
        padding: 20px;
      }
    }

.product-specs {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.product-specs th, .product-specs td {
  text-align: left;
  border-bottom: 1px solid #eee;
}

.product-specs th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
  width: 35%;
}

.product-specs td {
  color: #555;
}

.product-specs tr:last-child td {
  border-bottom: none;
}

@media (max-width: 576px) {
  .product-specs th, .product-specs td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .product-specs th {
    background: #fff;
    border-bottom: none;
    padding-top: 20px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .dropdown-menu {
    left: 0 !important;
    transform: none !important;
    min-width: 100% !important;
    padding: 1rem !important;
  }

  .dropdown-menu .col-md-4 {
    text-align: left;
  }

  .dropdown-menu img {
    height: 150px !important;
    width: 100% !important;
    object-fit: cover;
  }
}

 .product-card {
  background-color: rgb(161, 19, 19);
      text-align: center;
      border: 1px solid #eee;
      border-radius: 15px;
      padding: 20px;
      transition: 0.3s;
      color: white;
    }

    .product-card h6{
      font-size: 25px;
      font-weight: bold;
    }

    .product-card p,span{
      color: white;
    }

    .product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
    .product-card img {
      width: 200px;
      border-radius: 10px;
      height: 200px;
      object-fit: cover;
    }
    .btn-golden {
      background-color: #d4a02c;
      color: white;
      border: none;
      padding: 8px 15px;
      border-radius: 5px;
      cursor: pointer;
    }

.promo-content {
  margin-top: 100px;
  margin-left: 50px;
  color: #000;
  max-width: 350px;
}

.promo-content .sub-title {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #8a6f3d;
}

.promo-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
}

.promo-content .desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
}

.shop-btn {
  background:rgb(161, 19, 19);;
  color: #fff;
  padding: 10px 24px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  transition: 0.3s;
}

.shop-btn:hover {
  background: #8a6f3d;
}

@media (max-width: 768px) {
  
  .promo-content {
    left: 8%;
    max-width: 80%;
  }
}

.navbar .firstimg {
  height: 70px;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .navbar .firstimg {
    height: 45px;            
    margin-left: 0px;     
  }
}

.contact-list {
  color: white;
  padding-left: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.contact-list i {
  color: white 

}

.contact-list li:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

 
