/* Topbar */
header {
  font-size: 0.9rem;
}

/* Navbar */
.navbar {
  padding: 1rem;
}

.navbar-brand img {
  height: 60px;
}
.text-Color {
  color: #d0b824;
}

.btn-Color {
  text-decoration: none;
  color: white;
  margin: 0 5px; /* Reduce margin to avoid overflow */
  width: 170px; /* Adjust width for better fit */
  height: 45px; /* Adjust height for better fit */
  background-color: #d0b824;
  border-radius: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

/* About Us Section */
h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.lead {
  font-size: 1.2rem;
  line-height: 1.6;
}

/* img {
  border-radius: 10px;
} */

/* Supply Chain Section */
.bg-light {
  background-color: #f8f9fa !important;
}

.social-icons a {
  text-decoration: none;
  color: white;
  margin: 0 5px; /* Reduce margin to avoid overflow */
  width: 30px; /* Adjust width for better fit */
  height: 30px; /* Adjust height for better fit */
  background-color: #d0b824;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color: #d0b824;
}

.social-icons i {
  font-size: 0.875rem; /* Reduce font size for better fit */
}

/* DropDown Icon*/
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
  color: #d0b824 !important; /* Yellow color on hover or active */
}

.navbar-nav li a {
  color: #000;
}

/* Dropdown menu hover effect */
.dropdown-menu {
  display: none;
}

.dropdown:hover .dropdown-menu {
  /* display: block; */
  margin-top: 0; /* Ensures dropdown doesn't have an offset */
}

/* Custom button styles */
.navbar .btn-dark {
  background-color: #000;
  border-color: #000;
}

.navbar .btn-dark:hover {
  background-color: #000;
  color: #000;
}

/* Ensure the logo scales correctly */
.navbar-logo {
  width: 200px;
  /* max-width: 150px; */
  height: auto;
}

/* Custom styles for the navbar on small screens */
.navbar {
  padding: 0.75rem 1rem;
}

/* Fix spacing and avoid button overlap in responsive view */
.navbar-toggler {
  margin-left: auto;
}
.nav-link.active {
  font-weight: bold;
  color: #000; /* Make the active link black */
}

@media (max-width: 768px) {
  .navbar-logo {
    width: 100px; /* Slightly smaller for tablets and medium screens */
  }
}

/* Button styling for 'Connect With Us' */
.btn-black {
  background-color: #000;
  border: none;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.btn-black:hover {
  background-color: #444;
}

/*Footer Section      */
.footer {
  background-color: #222;
  padding: 40px 0;
}

/*Product hero section*/
.bg-container {
  background-image: url("../assets/images/product-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}

/* Overlay to make the text readable */
.bg-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.8); White overlay with opacity */
  z-index: 1;
}

/* Ensures the text is above the overlay */
.content {
  position: relative;
  z-index: 2;
}

.gold-heading {
  color: #f2c300;
  font-weight: bold;
}

.gold-description {
  font-size: 1.1rem;
  line-height: 1.6;
}

.gold-image {
  max-width: 100%;
  height: auto;
}

/* Styling for the box containing Certified Gold description */
.certified-box {
  background-color: rgba(
    255,
    255,
    255,
    0.9
  ); /* White with slight transparency */
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.bg-container-2 {
  background-image: url("../assets/images/bg-product2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}
.bg-container-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.8); White overlay with opacity */
  z-index: 1;
}

.bg-container-3 {
  background-image: url("../assets/images/product-bg-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}
.bg-container-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.8); White overlay with opacity */
  z-index: 1;
}

.container-fluid {
  padding: 0;
}

/* Background image and overlay */

.container-fluid {
  padding: 0;
  height: 100%;
}

/* Background image and overlay */
.background-section {
  background: url("../assets/images/Frame\ 12.png ") no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 100vh; /* Fix to cover the full height */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  padding: 50px;
}

/* Headings */
h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Paragraph text */
p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Text block for the metal details */
.metal-details {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  /* text-align: center; */
  font-weight: bold;
}

/* Styling for the coin images */
.coin-image {
  max-width: 100px;
  margin: 0 10px;
}

.bg-container-4 {
  background-image: url("../assets/images/Frame\ 13.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}
.bg-container-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.8); White overlay with opacity */
  z-index: 1;
}

.bg-container-5 {
  background-image: url("../assets/images/Frame\ 16.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}
.bg-container-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.8); White overlay with opacity */
  z-index: 1;
}

.bg-container-6 {
  background-image: url("../assets/images/Frame\ 18.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}
.bg-container-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.8); White overlay with opacity */
  z-index: 1;
}

.bg-container-7 {
  background-image: url("../assets/images/Frame\ 19.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 50px 0;
}
.bg-container-7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.8); White overlay with opacity */
  z-index: 1;
}

.bg-container-3 {
  background-color: #f8f9fa; /* Light background for the section */
}

.left-section {
  padding: 20px; /* Adjust padding for spacing */
}

.right-section {
  padding: 20px; /* Adjust padding for spacing */
}

.bar-details {
  margin-bottom: 20px; /* Space between the tabs and content */
}

.tab {
  cursor: pointer; /* Show pointer cursor on hover */
  padding: 8px 12px; /* Add padding for a better click area */
  border-radius: 4px; /* Round corners */
  transition: background-color 0.3s ease; /* Smooth background transition */
}

.tab:hover {
  background: #e0e0e0; /* Change background on hover */
}

.tab-content {
  padding: 20px; /* Add padding for content sections */
  border-radius: 4px; /* Round corners for content */
  margin-top: 10px; /* Space above content sections */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}
.hidden {
  display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .left-section,
  .right-section {
    padding: 15px; /* Reduce padding on smaller screens */
  }

  .bar-details {
    display: flex;
    flex-wrap: wrap; /* Allow tabs to wrap on smaller screens */
    justify-content: center; /* Center tabs on small screens */
  }

  .tab {
    margin: 5px; /* Reduce margin between tabs */
    flex: 1 1 auto; /* Allow tabs to grow and shrink */
    min-width: 80px; /* Set a minimum width for tabs */
  }

  .right-section {
    margin-top: 20px; /* Space between left and right sections on small screens */
  }
}

/* Adjust responsiveness */
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  p {
    font-size: 1rem;
  }

  .coin-image {
    max-width: 80px;
    margin: 0 5px;
  }
}

.footer h5 {
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: #fff; /* Ensure headings are visible */
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #aaa !important; /* Ensure initial color is applied */
  transition: color 0.3s ease;
}

.footer ul li a:hover {
  color: #d0b824 !important; /* Ensure hover color is applied */
}

.footer .text-warning {
  color: #d0b824 !important;
}

.footer .text-muted {
  color: #999 !important;
}

.footer i {
  margin-right: 8px;
  color: #ccc !important; /* Ensure initial color is applied */
  transition: color 0.3s ease;
}

.footer i:hover {
  color: #d0b824 !important; /* Ensure hover color is applied */
}

.footer a {
  color: #ccc !important; /* Ensure initial color is applied */
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #d0b824 !important; /* Ensure hover color is applied */
}

.footer .fab {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.footer .fab:hover {
  color: #d0b824 !important; /* Ensure hover color is applied */
  transform: scale(1.2); /* Zoom-in effect */
}

.footer .me-3 {
  margin-right: 1rem !important;
}

.icon-link {
  display: inline-block; /* Ensures the border wraps the content */
  padding: 10px 15px; /* Padding around the icons */
  border: 2px solid #fff; /* White border, you can change color */
  border-radius: 4px; /* Optional: make corners rounded */
  text-align: center; /* Center the icon inside the border */
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.icon-link:hover {
  background-color: #fff; /* Change background on hover */
  color: #000; /* Change icon color on hover */
  border-color: #000; /* Change border color on hover */
}

.icon-link i {
  font-size: 1.2rem; /* Adjust icon size if needed */
}

/* Adjust margin for responsiveness */
/* @media (max-width: 767.98px) {
  .d-flex > .w-100 {
    margin-bottom: 20px;
  }
} */

@media (max-width: 1100px) {
  .supply-chain-section img {
    /* border-radius: 20px; */
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@media (min-width: 768px) {
  .rounded-left-corner {
    max-width: 90%; /* Slightly larger image, but not breaking layout */
  }
}

@media (max-width: 768px) {
  .supply-chain-section .col-md-6 {
    text-align: center;
  }
}

/* Custom margin for text on larger screens */
@media (min-width: 768px) {
  .about-section .me-lg-4 {
    margin-right: 2rem;
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .social-icons {
    justify-content: center;
    margin-top: 10px;
  }

  /* Reduce margin for small screens */
  .social-icons a {
    margin: 0 3px;
    width: 28px; /* Reduce width */
    height: 28px; /* Reduce height */
  }

  .me-3 {
    margin-right: 0.5rem !important;
  }

  .ms-3 {
    margin-left: 0.5rem !important;
  }
}
