.gold-section, .silver-section, .platinum-section, .diamond-section {
  text-align: center;
}
.gold-icon, .silver-icon, .platinum-icon, .diamond-icon {
  width: 50px;
}
.gold-icon-title, .silver-icon-title, .platinum-icon-title, .diamond-icon-title {
  display: flex;
  align-items: center;
}
.gold-icon-title2, .silver-icon-title2, .platinum-icon-title2, .diamond-icon-title2 {
  display: block;
  margin-left: 10px;
}
.gold-icon-title2 h2, .silver-icon-title2 h2, .platinum-icon-title2 h2, .diamond-icon-title2 h2 {
  font-size: 24px;
  color: #9a0033;
  margin: 5px 0;
}
.modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  width: 90%;
  max-width: 400px;
  position: relative;
}
.close {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 28px;
  cursor: pointer;
}
.logo {
  width: 100px;
  display: block;
  margin: 0 auto;
}
.title {
  text-align: center;
  color: #FFA500;
  font-size: 24px;
  margin: 20px 0;
}
input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.btn-red {
  width: 100%;
  padding: 12px;
  background: #9D0B25;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-weight: bold;
}
.footer-text {
  text-align: center;
  margin-top: 10px;
}
.footer-text a {
  color: #FFA500;
  text-decoration: none;
}

  /* buy gold */

     h2 {
  text-align: center;
  margin: 40px 0 20px;
  color: #811336;
}

.why-choose {
  padding: 40px 20px;
}

.why-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
}

.features {
  flex: 1;
  min-width: 280px;
}

.feature {
  border-left: 3px solid #f5b342;
  padding-left: 15px;
  margin-bottom: 20px;
}

.feature h3 {
  color: #b12c47;
  margin: 0;
}

.feature p {
  font-size: 14px;
  margin-top: 5px;
  color: #555;
}

.logos {
  flex: 1;
  min-width: 280px;
}

.logos h4 {
  color: #7e2138;
  margin-bottom: 15px;
}

.logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
}

.logo-grid img {
  max-width: 250px;
  max-height: 100px;
}

.as-seen-on {
  background: linear-gradient(to right, #e7c1b1, #ce8d8d);
  padding: 30px 20px;
  text-align: center;
}


.media-logos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  /* padding-left: 30px; */
  /* margin-top: 20px; */
  
}

.media-logos img {
  height: 120px;
  opacity: 0.95;
  width: 180px;
  padding-left: 30px;
}

.how-it-works {
  padding: 40px 20px;
  background: #fff0dc;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 0px 50px;
}

.steps {
  flex: 1; 
  min-width: 280px;
}

.step {
  margin-bottom: 20px;
}

.step h3 {
  color: #e48f1c;
  margin: 0;
}

.step p {
  font-size: 14px;
  color: #555;
}

.mobile-img img {
  max-width: 320px;
}

.why-digital-gold {
  background: linear-gradient(to right, #e7c1b1, #ce8d8d);
  color: white;
  padding: 10px 20px;
  text-align: center;
}

.reasons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
  gap: 30px;
}

.reason {
  max-width: 250px;
}

.reason h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.reason p {
  font-size: 14px;
}

.live-price-section {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #fff1dd;
}

.price-box {
  max-width: 350px;
  background: #fff7e6;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
}

.gold-icon {
  width: 40px;
  height: 50px;
}

.price-box h2 {
  color: #9a0033;
  font-size: 22px;
  margin: 10px 0;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: #2b2b2b;
}
.price p{
  border: 0;
}
.live-dot {
  color: #d32f2f;
  font-size: 14px;
  margin-left: 5px;
}

.gold-section {
  text-align: center;
  /* padding: 20px 20px; */
  
}

.gold-icon {
  width: 50px;
}
.gold-icon-title1{
  display: flex;
}
.gold-icon-title2{
  display: block;
}
.gold-icon-title h2 {
  font-size: 24px;
  color: #9a0033;
  margin-top: 10px;
}

.price {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.live-dot {
  color: #d32f2f;
  font-size: 14px;
  margin-left: 5px;
}

.buy-card {
  background: #fff;
  border: 2px solid #ffe0a3;
  border-radius: 12px;
  padding: 20px;
  margin-top: 10px;
  display: inline-block;
  min-width: 320px;
}

.form-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.input-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.input-label {
  color: red;
  font-size: 14px;
  margin-bottom: 5px;
}

.input-box input {
  padding: 8px 12px;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 120px;
  font-size: 16px;
  background: transparent;
}

.or-text {
  font-size: 14px;
  color: #999;
}

.buy-button {
  margin-top: 20px;
  padding: 8px 24px;
  background-color: white;
  border: 1px solid #ce8d8d;
  border-radius: 6px;
  color: #ce8d8d;
  cursor: pointer;
  transition: all 0.3s ease;
}

.buy-button:hover {
  background-color: #ce8d8d;
  color: white;
}



.review-box {
  max-width: 400px;
  background: #fff;
  padding: 10px;
  /* padding-top: 40px; */
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.review-box h3 {
  color: #9a0033;
  font-size: 18px;
}

.review-text {
  color: #e69900;
  margin: 15px 0;
  font-size: 16px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.name {
  font-weight: bold;
}

.stars {
  color: #fbc02d;
}

.stats-section {
  display: flex;
  justify-content: space-around;
  background: #BA9E76AD;
  /* padding: 40px 20px; */
  flex-wrap: wrap;
}

.stat {
  text-align: center;
  margin: 10px;
}

.stat h2 {
  font-size: 28px;
  color: #000;
}

.stat p {
  font-size: 16px;
  color: #9a0033;
}

h1, h2 {
  color: #9a0033;
  text-align: center;
  margin-top: 40px;
}

.buygold-hero {
  padding: 20px 0;
}

.features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.image img {
  width: 300px;
  margin: 20px;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 20px;
}

.features-list li {
  margin: 15px 0;
  font-size: 16px;
}

.features-list strong {
  color: #ffb300;
  font-size: 18px;
}

.faq {
  background-color: #FFF0D5;

  padding: 30px 20px;
  border-top: 2px solid #ffc107;
  border-bottom: 2px solid #ffc107;
}

.faq-item {
  margin-bottom: 10px;
}

.question {
  background-color:#FFF0D5;
  color: #9a0033;
  border: 1px solid #d2b48c;
  padding: 10px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
}

.answer {
  background-color: #FFF0D5;
  padding: 10px;
  display: block;
  border-left: 3px solid #ffcc00;
  margin-top: 5px;
}
.review-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  padding: 40px 0;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.review-box {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  margin: 0 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.info {
  padding: 20px 40px;
  background-color: #FFF0D5;
}





