

.tp-slider-height::after {
 background: none;
}

.container.sales {
    display: flex;
    max-width: 1200px;
    background: white;
    padding-top: 80px;
    border-radius: 12px;
    align-items: center;
    gap: 30px;
}


.content {
    flex: 1;
    padding-right: 30px;
}

h1 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
    padding-top: 20px;
}

h2 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #da973e;
}


.points {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.point {
    display: flex;
    align-items: center;
    gap: 12px;
}

.point i {
    font-size: 26px;
    color: #da973e;
    width: 30px;
}

.point div {
    display: flex;
    flex-direction: column;
}

.point h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.point p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
}

/* Image Section (Right Side) */
.image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image img {
    width: 100%;
    max-width: 520px;
    border-radius: 10px;
}


.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 20px;
    background-color:#da973e;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.cta-button:hover {
    background-color: #b8860b;
}

.gold-workshop-cta {
    background: linear-gradient(135deg,#000000, #1b1b1b, #000000);
    background-size: cover;
    background-position: center;
    padding: 40px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin: auto;
    margin-top: 60px;
    color: #fff;
}

.gold-workshop-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.gold-cta-content {
    position: relative;
    z-index: 2; 
}

.gold-cta-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.gold-cta-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #ffffff;
}
.gold-cta-list {
    list-style: none;
    padding: 0;
    font-size: 16px;
    margin-bottom: 15px;
    color:#ffd772
}

.gold-cta-list li {
    margin: 5px 0;
}

.gold-cta-bonus {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    color: white;
}

.gold-cta-info,
.gold-cta-limited {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
    color: white;
}

.gold-cta-button {
    display: inline-block;
    background: #f0951b;
    color: #fff;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    position: relative !important;
}

.gold-cta-button:hover {
    background: #c29d2c;
    transform: scale(1.05);
}


.gold-workshop-comparison {
    display: flex;
    justify-content: center;
    gap: 20px;
    background: #111;
    padding: 40px;
}

.gold-workshop-card {
    background: #222;
    padding: 20px;
    border-radius: 12px;
    width: 300px;
    color: white;
    text-align: center;
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.2);
}

.gold-workshop-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.gold-workshop-list {
    list-style: none;
    padding: 0;
    font-size: 16px;
}

.gold-workshop-list li {
    margin: 10px 0;
}

.gold-negative li {
    color: #ff5555;
    font-weight: 600;
}

.gold-positive li {
    color: #66ff66;
    font-weight: 600;
}

.infographic-container {
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  padding: 40px 20px;
  /* background: linear-gradient(180deg, #fffaf0, #f5e8d5); */
}

.infographic-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #b8860b;
  text-transform: uppercase;
}

.infographic-subtitle {
  font-size: 20px;
  color: #8b6914;
}

.infographic-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.infographic-section {
  width: 500px;
  padding: 60px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 2px solid #d4af37;
}

.do-section {
  background: linear-gradient(135deg, #d4af37, #f5c871);
  color: #fff;
}

.dont-section {
  background: linear-gradient(135deg, #8b0000, #b22222);
  color: #fff;
}

.infographic-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 12px;
}

.infographic-icon {
  font-size: 64px;
}

.infographic-label {
  font-size: 48px;
  font-weight: 600;
}

.infographic-list {
  list-style: none;
  padding: 0;
}

.infographic-list li {
  font-size: 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.infographic-list li::before {
  font-weight: bold;
  margin-right: 12px;
}

/* CTA Section */
.cta-section {
  margin-top: 80px;
}

.cta-button {
  background-color: #d4af37;
  color: white;
  font-size: 28px;
  padding: 20px 60px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #b8860b;
}

.gold-workshop-container {
    font-family: 'Segoe UI', sans-serif;
  }
  
  .main-heading {
    text-align: center;
    font-size: 48px;
    color: #b8860b;
    margin-bottom: 40px;
  }
  
  .section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px;
    gap: 40px;
  }
  
  .alternate {
    flex-direction: row-reverse;
  }
  
  .image-section img {
    width: 600px;
    height: auto;
    border-radius: 16px;
  }
  
  .text-section {
    max-width: 600px;
  }
  
  .text-section h2 {
    font-size: 36px;
    color: #b8860b;
  }
  
  .text-section p {
    font-size: 18px;
    color: #555;
  }
  
  .gallery-container {
    width: 80%;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
  }

  .gallery-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform; /* Improves performance */
  }

  .gallery-item {
    flex: 0 0 calc(33.33% - 20px);
    margin: 0 10px;
  }

  .gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    z-index: 1;
  }

  .prev { left: 10px; }
  .next { right: 10px; }

  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .section-title {
    font-size: 2.8rem;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 40px;
    font-weight: 700;
  }

  .testimonial-container {
    width: 80%;
    overflow: hidden;
    margin: auto;
    position: relative;
  }

  .testimonial-slider-wrapper {
    overflow: hidden;
    border-radius: 16px;
  }

  .testimonial-slider {
    display: flex;
    transition: transform 0.6s ease-in-out;
  }

  .testimonial-item {
    flex: 0 0 100%;
    background-color: white;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .testimonial-item p {
    font-size: 1.5rem;
    font-style: italic;
    color: var(--secondary-color);
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .customer img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 12px;
    object-fit: cover;
    border: 4px solid var(--primary-color);
  }

  .customer h4 {
    font-size: 1.2rem;
    color: var(--text-color);
    margin: 8px 0;
  }

  .customer span {
    font-size: 0.9rem;
    color: var(--secondary-color);
  }

  .testimonial-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    padding: 14px 18px;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .testimonial-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .prev-testimonial { left: 10px; }
  .next-testimonial { right: 10px; }


  .gold-promo-container {
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(135deg, #fff9e6 0%, #fff5d9 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e6d8a7;
    position: relative;
}

.gold-header {
    background: linear-gradient(90deg, #d4af37 0%, #f9d423 100%);
    padding: 30px;
    text-align: center;
    color: #2a2118;
    position: relative;
    overflow: hidden;
}

.gold-header h1 {
    margin: 0;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 2;
    text-shadow: 1px 1px 2px rgba(255, 215, 0, 0.3);
}

.gold-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><path fill="rgba(255,255,255,0.1)" d="M30,10L50,30L70,10L90,30L70,50L90,70L70,90L50,70L30,90L10,70L30,50L10,30L30,10Z"/></svg>');
    opacity: 0.2;
    z-index: 1;
}

.promo-content {
    padding: 50px 15%;
    text-align: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.promo-quote {
    font-size: 24px;
    line-height: 1.5;
    color: #5a4a32;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
    padding: 0 20px;
}

.promo-quote::before,
.promo-quote::after {
    content: '"';
    font-size: 36px;
    color: #d4af37;
    position: absolute;
    opacity: 0.7;
}

.promo-quote::before {
    top: -15px;
    left: -5px;
}

.promo-quote::after {
    bottom: -25px;
    right: -5px;
}

.price-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.original-price {
    font-size: 28px;
    color: #999;
    text-decoration: line-through;
    margin-right: 30px;
    position: relative;
}

.discounted-price {
    font-size: 42px;
    font-weight: 700;
    color: #d4af37;
    background: linear-gradient(90deg, #d4af37 0%, #f9d423 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5px 20px;
    border-radius: 5px;
    position: relative;
}

.discounted-price::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #d4af37;
    border-radius: 5px;
    pointer-events: none;
    opacity: 0.5;
}

.highlight-box {
    background-color: rgba(212, 175, 55, 0.1);
    border-left: 4px solid #d4af37;
    padding: 20px;
    margin: 30px 0;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #d4af37 0%, #f9d423 100%);
    color: #2a2118;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 50px;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(212, 175, 55, 0.4);
}

.cta-button:active {
    transform: translateY(1px);
}

.limited-time {
    font-size: 16px;
    color: #d4af37;
    font-weight: 600;
    margin-top: 15px;
    display: block;
}

.gold-decoration {
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: 0.1;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23d4af37" d="M50 0L61 35H98L68 56L79 91L50 70L21 91L32 56L2 35H39L50 0Z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.decoration-1 {
    top: 30px;
    left: 5%;
    transform: rotate(15deg);
}

.decoration-2 {
    bottom: 30px;
    right: 5%;
    transform: rotate(-15deg);
}

@media (max-width: 768px) {
    .gold-header h1 {
        font-size: 32px;
    }
    
    .promo-content {
        padding: 40px 20px;
    }
    
    .promo-quote {
        font-size: 20px;
    }
    
    .original-price {
        font-size: 22px;
    }
    
    .discounted-price {
        font-size: 32px;
    }
    
    .cta-button {
        font-size: 18px;
        padding: 15px 40px;
    }
    
    .gold-decoration {
        width: 80px;
        height: 80px;
    }
}



.testimonial-section {
  width: 100%;
  padding: 0px 0 50px 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--gold-dark);
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-header h2:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-primary), var(--gold-secondary));
  bottom: -10px;
  left: 25%;
}

.section-header p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.testimonial-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
}

.testimonial-slider {
  overflow: hidden;
}

.testimonial-slide {
  background: linear-gradient(135deg, #fff9e6 0%, #fff5d9 100%);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.2);
  text-align: center;
  width: 100%;
  display: none;
}

.testimonial-slide.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.testimonial-content {
  font-size: 18px;
  line-height: 1.8;
  color: var(--gold-dark);
  margin-bottom: 30px;
  position: relative;
}

.testimonial-content:before,
.testimonial-content:after {
  content: '"';
  font-size: 50px;
  color: rgba(212, 175, 55, 0.3);
  position: absolute;
}

.testimonial-content:before {
  top: -20px;
  left: -10px;
}

.testimonial-content:after {
  bottom: -40px;
  right: -10px;
}

.client-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.client-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold-primary);
  margin-bottom: 15px;
}

.client-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--gold-dark);
  margin-bottom: 5px;
}

.client-title {
  font-size: 16px;
  color: #777;
  margin-bottom: 10px;
}

.rating {
  color: var(--gold-primary);
  font-size: 18px;
  margin-bottom: 15px;
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border: 1px solid rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}

.slider-nav:hover {
  background: var(--gold-light);
  color: var(--gold-primary);
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0;
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  list-style: none;
  padding: 0;
}

.slider-dots li {
  margin: 0 8px;
}

.slider-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .active button {
  background: var(--gold-primary);
  transform: scale(1.3);
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

.gold-pattern {
  position: absolute;
  opacity: 0.05;
  z-index: 0;
}

.pattern-1 {
  top: 50px;
  left: 50px;
  width: 150px;
  height: 150px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="%23d4af37" d="M50 0L61 35H98L68 56L79 91L50 70L21 91L32 56L2 35H39L50 0Z"/></svg>');
}

.pattern-2 {
  bottom: 50px;
  right: 50px;
  width: 200px;
  height: 200px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle fill="%23d4af37" cx="50" cy="50" r="40"/></svg>');
}

@media (max-width: 768px) {
  .testimonial-container {
      padding: 0 30px;
  }
  
  .testimonial-slide {
      padding: 30px 20px;
  }
  
  .testimonial-content {
      font-size: 16px;
  }
  
  .section-header h2 {
      font-size: 28px;
  }
  
  .section-header p {
      font-size: 16px;
      padding: 0 20px;
  }
  
  .gold-pattern {
      display: none;
  }
  
  .slider-nav {
      width: 35px;
      height: 35px;
  }
}


.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
}

.sales-program {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 50px;
  position: relative;
  overflow: hidden;
}

.sales-program:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFD700"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
  background-repeat: repeat;
  opacity: 0.1;
  z-index: 0;
}

.sales-program:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23FFD700"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>');
  background-repeat: repeat;
  opacity: 0.05;
  z-index: 0;
}

.program-header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.program-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222222;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.program-header h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #FFD700, #FFC000);
  border-radius: 2px;
}

.program-header p {
  font-size: 17px;
  color: #555555;
  max-width: 700px;
  margin: 17px auto;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  position: relative;
  z-index: 1;
}

.benefit-card {
  background-color: #fafafa;
  border-radius: 6px;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #FFD700;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.benefit-card:before {
  content: "★";
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFD700;
  font-size: 1.2rem;
  opacity: 0.3;
}

.benefit-card h3 {
  font-size: 1.3rem;
  color: #222222;
  margin-bottom: 15px;
  font-weight: 600;
}

.benefit-card p {
  color: #2b2b2b;
  font-size: 15px;
}

.highlight {
  color: #e09306;
  font-weight: 600;
}

h3.gal-head {
  color: #fff;
}
p.gal-para {
  color: #fff;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(90deg, #FFD700, #FFA500);
  color: #222222;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  box-shadow: 0 4px 15px rgba(255, 200, 0, 0.3);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 200, 0, 0.4);
}

.text-center {
  text-align: center;
}


.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.2rem;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
}

.section-header p {
  color: #666;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

.gallery-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease;
  padding: 10px 0;
}

.slider-item {
  min-width: calc(33.333% - 20px);
  margin: 0 10px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slider-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.slider-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.slider-item:hover .slider-caption {
  transform: translateY(0);
}

.slider-caption h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.slider-caption p {
  font-size: 0.85rem;
  opacity: 0.9;
}

.slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: white;
  border: none;
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(255, 200, 0, 0.3);
  transition: transform 0.3s ease;
}

.slider-btn:hover {
  transform: scale(1.1);
}

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background: #FFA500;
}

@media (max-width: 992px) {
  .slider-item {
      min-width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .slider-item {
      min-width: calc(100% - 20px);
  }
  
  .section-header h2 {
      font-size: 1.8rem;
  }
}

.sales-gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.sales-gallery-header {
  text-align: center;
  margin-bottom: 50px;
}

.sales-gallery-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
  margin-top: 25px;
}

.content h2{
  margin-bottom:50px;
}

.sales-gallery-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #FFD700, #FFA500);
}

.sales-gallery-header p {
  color: #666;
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto;
}

.sales-gallery-slider {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.sales-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  padding: 10px 0;
}

.sales-slide {
  min-width: calc(33.333% - 20px);
  margin: 0 10px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sales-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sales-slide-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.sales-slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.sales-slide:hover .sales-slide-caption {
  transform: translateY(0);
}

.sales-slide-caption h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.sales-slide-caption p {
  font-size: 0.85rem;
  opacity: 0.9;
}

.sales-slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 8px;
}

.sales-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sales-slider-dot.active {
  background: #FFA500;
  transform: scale(1.2);
}

.minimal-footer {
  background-color: #000000;
  color: #ffffff;
  padding: 30px 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  border-top: 1px solid #333333;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-links {
  margin-bottom: 15px;
}

.footer-links a {
  color: #cccccc;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
  margin: 0 10px;
  position: relative;
  z-index: 999;
}

.footer-links a:hover {
  color: #ffffff;
}

.divider {
  color: #555555;
  margin: 0 5px;
}

.copyright {
  color: #888888;
  font-size: 15px;
  position: relative;
  z-index: 999;
}
.input{
  border:1px solid #000 !important;
}

a.footer-text {
  color: white;
}
a.footer-text:hover {
  color: white;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-links {
      display: flex;
      flex-direction: column;
  }
  
  .divider {
      display: none;
  }
  
  .footer-links a {
      margin: 5px 0;
  }
}


@media (max-width: 992px) {
  .sales-slide {
      min-width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .sales-slide {
      min-width: calc(100% - 20px);
  }
  
  .sales-gallery-header h2 {
      font-size: 1.8rem;
  }
}


.guidelines-container {
  max-width: 1000px;
  margin: 30px auto;
  padding: 0 20px;
}

.guidelines-header {
  text-align: center;
  margin-bottom: 50px;
}

.guidelines-header h1 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}
.guidelines-header h1:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #a67c00);
  border-radius: 2px;
}

.guidelines-header p {
  font-size: 1.1rem;
  color: #8c6e3d;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.guidelines-columns {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.do-column, .dont-column {
  flex: 1;
  padding: 40px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(140, 110, 61, 0.08);
  border: 1px solid rgba(140, 110, 61, 0.1);
  transition: transform 0.3s ease;
}

.do-column:hover, .dont-column:hover {
  transform: translateY(-5px);
}

.do-column {
  border-top: 4px solid #d4af37;
}

.dont-column {
  border-top: 4px solid #b8860b;
}

.column-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.do-column .column-header h2 {
  color: #d4af37;
  font-family: 'Playfair Display', serif;
}

.dont-column .column-header h2 {
  color: #b8860b;
  font-family: 'Playfair Display', serif;
}

.column-header h2 {
  font-size: 2rem;
  margin-left: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.guideline-list {
  list-style: none;
}

.guideline-item {
  margin-bottom: 22px;
  padding-left: 40px;
  position: relative;
  font-size: 16px;
  color: #2f2f2f;
  line-height: 20px;
}


.do-column .guideline-item:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: bold;
  font-size: 1.4rem;
  top: -2px;
}

.dont-column .guideline-item:before {
  content: "✗";
  position: absolute;
  left: 0;
  color: #b8860b;
  font-weight: bold;
  font-size: 1.4rem;
  top: -2px;
}

.cta-section {
  text-align: center;
  margin-top: 60px;
  position: relative;
}

.cta-section:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #d4af37, #a67c00);
  color: #fff;
  padding: 16px 45px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(212, 175, 55, 0.3);
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.4);
  letter-spacing: 1.5px;
}


.gold-bonus-container {
  font-family: 'Montserrat', 'Georgia', sans-serif;
  background: linear-gradient(135deg, #f8f4e9 0%, #f1e9d7 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  padding: 20px;
}

.gold-bonus-card {
  width: 100%;
  max-width: 1200px;
  background: #fffdf8;
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border: 1px solid #e6d8b5;
  position: relative;
  overflow: hidden;
}

.gold-bonus-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #d4af37 0%, #f9e076 100%);
  border-radius: 0 16px 0 80px;
  z-index: 1;
}

.gold-bonus-card::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: rgba(212, 175, 55, 0.15);
  border-radius: 50%;
}

.gold-bonus-title {
  color: #c9a227;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

.gold-bonus-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #d4af37 0%, #f9e076 100%);
  border-radius: 2px;
}

.gold-bonus-columns {
  display: flex;
  gap: 25px;
}

.gold-bonus-column {
  flex: 1;
  position: relative;
  z-index: 2;
}

.gold-bonus-column:nth-child(1) .gold-bonus-icon {
  color: #b8860b;
}

.gold-bonus-column:nth-child(2) .gold-bonus-icon {
  color: #d4af37;
}

.gold-bonus-column:nth-child(3) .gold-bonus-icon {
  color: #daa520;
}

.gold-bonus-subtitle {
  color: #8c783e;
  font-size: 20px;
  margin: 20px 0 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.gold-bonus-text {
  color: #5a5238;
  line-height: 1.7;
  margin: 12px 0;
  font-size: 15px;
}

.gold-bonus-highlight {
  color: #b8860b;
  font-weight: 600;
  background-color: rgba(212, 175, 55, 0.1);
  padding: 2px 5px;
  border-radius: 3px;
}

.gold-bonus-section {
  background-color: rgba(255, 248, 225, 0.6);
  padding: 20px;
  border-radius: 10px;
  height: 100%;
  border: 1px solid rgba(212, 175, 55, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gold-bonus-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.15);
  background-color: rgba(255, 248, 225, 0.8);
}

.gold-bonus-icon {
  font-size: 24px;
  background: rgba(212, 175, 55, 0.15);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .gold-bonus-columns {
      flex-direction: column;
  }
}

@media (max-width: 768px) {
  .guidelines-columns {
      flex-direction: column;
  }
  
  .guidelines-header h1 {
      font-size: 2.2rem;
  }
  
  .column-header h2 {
      font-size: 1.7rem;
  }
  
  .do-column, .dont-column {
      padding: 30px;
  }
}
@media (max-width: 768px) {
  .sales-program {
      padding: 30px 20px;
  }
  
  .program-header h1 {
      font-size: 2rem;
  }
  
  .benefits-grid {
      grid-template-columns: 1fr;
  }
}
  /* Responsive Styles */
  @media (max-width: 768px) {
    .testimonial-item {
      padding: 20px;
    }

    .testimonial-item p {
      font-size: 1.2rem;
    }
  }

  @media (max-width: 480px) {
    .section-title {
      font-size: 2rem;
    }

    .testimonial-item {
      padding: 20px;
    }

    .testimonial-item p {
      font-size: 1.1rem;
    }
  }

  /* Responsive Styles */
  @media (max-width: 768px) {
    .gallery-item {
      flex: 0 0 calc(50% - 20px); /* Show 2 images */
    }
    @media (max-width: 767px) {
      .tp-slider-height {
        background-position: initial !important;
        height: auto !important;
        min-height: 300px; 
    }
      .h1, h1 {
        font-size: 1.5rem !important;
    }
    .h2, h2 {
      font-size: 1.5rem !important;
    }
  }
  }

  @media (max-width: 480px) {
    .gallery-item {
      flex: 0 0 calc(100% - 20px); /* Show 1 image */
    }

  }
 

@media (max-width: 768px) {
    .gold-workshop-comparison {
        flex-direction: column;
        align-items: center;
    }

    .gold-workshop-card {
        width: 100%;
        max-width: 350px;
    }
}



@media (max-width: 900px) {
    .container.sales {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .content {
        padding-right: 0;
    }

    .point {
        justify-content: center;
        text-align: left;
    }

    .image img {
        max-width: 80%;
        margin-top: 20px;
    }

    .cta-button {
        width: 100%;
        text-align: center;
    }
}


/* Start Banner */

    :root {
      --gold-light: #f5d742;
      --gold-primary: #d4af37;
      --gold-dark: #b6952e;
      --text-dark: #1a1a1a;
      --text-light: #f0e6d2;
    }

    body {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
    }

    .banner-container {
      background: url('assets/img/pick/banner-2.jpg') center/cover no-repeat;
      color: white;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
      padding: 80px 15px;
    }

    
   

    .main-heading {
      font-size: 56px;
      font-weight: 500;
      margin-bottom: 15px;
      line-height: 1.1;
      /* background: linear-gradient(to right, var(--gold-light), var(--gold-primary), var(--gold-light)); */
      background: white;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-family: 'Playfair Display', serif;
      text-align: left;
    }

    .hightlight1{
    background: #d4af37;
  }

    .subheading {
      font-size: 24px;
      margin-bottom: 30px;
      line-height: 1.4;
      font-weight: 400;
      color: var(--text-light);
      text-align: left;
    }

    .highlight {
      font-weight: 700;
      color: var(--gold-primary);
    }

    .cta-button {
      display: inline-block;
      background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 100%);
      color: var(--text-dark);
      padding: 18px 45px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1px;
      box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
      transition: all 0.3s ease;
    }

    .cta-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 35px rgba(212, 175, 55, 0.6);
    }

    .feature-card {
      display: flex;
      align-items: center;
      gap: 12px;
      background: rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(8px);
      padding: 15px 20px;
      border-radius: 8px;
      border-left: 3px solid var(--gold-primary);
      margin-bottom: 20px;
    }

    .feature-icon {
      min-width: 36px;
      height: 36px;
      background: rgba(212, 175, 55, 0.2);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .feature-subtitle {
      font-size: 12px;
      color: var(--gold-primary);
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .feature-title {
      font-size: 18px;
      font-weight: 700;
      color: white;
    }

    @media (max-width: 768px) {
      .main-heading {
        font-size: 36px;
      }

      .subheading {
        font-size: 18px;
      }

      .cta-button {
        padding: 15px 30px;
        font-size: 16px;
      }
    }

  .banner-container {

  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  padding: 29px 0px;
  z-index: 1;
}

/* Default: No overlay or blur */
.banner-container::before {
  content: "";
  display: none;
}

  .banner-container::before {
    display: block;
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 0;
  }

  .banner-container > .container {
    position: relative;
    z-index: 1;
  }

  

/* Mobile view: Add blur and soft overlay */
@media (max-width: 768px) {
 .banner-container {
    padding: 0px 22px;
}

  .banner-container::before {
    display: block;
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Soft dark overlay */
    backdrop-filter: blur(4px);     /* Apply blur effect */
    z-index: 0;
  }

  .banner-container > .container {
    position: relative;
    z-index: 1;
  }
}

/* what you ll learn start */

    .section-title {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 2rem;
    }
    .learn-card {
      /* background: linear-gradient(to bottom right, #071c1f, #0e2e2f); */
      border-radius: 10px;
      padding: 1.5rem;
      /* border: 1px solid #1a2b33; */
      height: 100%;
      transition: transform 0.3s;
      background:#fffaea;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    .learn-card:hover {
      transform: translateY(-5px);
    }
    .learn-card h5 {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 1rem;
      text-align: center;
      margin-top: 20px;
    }
    .learn-card ul {
      padding-left: 1rem;
    }
    .learn-card ul li {
      margin-bottom: 0.5rem;
    }
    .learn-icon {
      font-size: 50px;
      margin-bottom: 0.75rem;
      color: #00bfff;
      text-align: center;
    }

    .learn-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  /* filter: grayscale(100%) sepia(100%) hue-rotate(15deg) saturate(500%) contrast(0.8); */
  transition: all 0.3s ease;
}

.learn-card:hover .learn-icon img {
  /* filter: grayscale(0) sepia(100%) hue-rotate(15deg) saturate(500%); */
  transform: scale(1.1);
}


/* what you ll learn end */


/* Who can join start*/

   .card.border-0.h-100.opportunity-card.p-4 {
    background-color: #fff6d5;
}
    p.mb-0.sub {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
    .opportunity-card {
        transition: all 0.3s ease;
        border-radius: 8px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
    }
    
    .opportunity-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    }
    
    .check-icon svg {
        transition: all 0.3s ease;
        opacity: 0.8;
    }
    
    .opportunity-card:hover .check-icon svg {
        opacity: 1;
        transform: scale(1.1);
    }

    
    @media (max-width: 992px) {
        .display-5 {
            font-size: 2.2rem;
        }
    }
    
    @media (max-width: 768px) {
        .check-icon {
            margin-right: 1rem !important;
        }
    }

/* Who can join end*/

/* about trainer start */

.trainer{
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  color: #000000;

}


/* video section :start */

.golden-opportunity-section {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a120b 100%);
  color: white;
}

.video-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.golden-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0) 100%);
  pointer-events: none;
}

.video-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,0.7);
  color: #d4af37;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.opportunity-highlight {
  padding: 30px;
  height: 100%;
}

.opportunity-badge {
  display: inline-block;
  background: rgba(212,175,55,0.2);
  color: #d4af37;
  padding: 6px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.opportunity-heading {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: white;
  font-family: 'Playfair Display', serif;
}

.gold-underline {
  position: relative;
  display: inline-block;
}

.gold-underline::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 6px;
  background: rgba(212,175,55,0.3);
  z-index: -1;
}

.opportunity-description {
  font-size: 1.1rem;
  color: #e0e0e0;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.opportunity-benefits {
  margin: 2rem 0;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 1.2rem;
}

.benefit-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: rgba(212,175,55,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-item span {
  font-size: 1rem;
  color: #f0f0f0;
}

.opportunity-cta {
  margin-top: 2rem;
}

.cta-text {
  font-size: 1rem;
  color: #e0e0e0;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.golden-button {
  display: inline-block;
  background: linear-gradient(135deg, #f5d742 0%, #d4af37 100%);
  color: #222;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.golden-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(212,175,55,0.3);
}

.seat-availability {
  margin-top: 1.5rem;
}

.seat-progress {
  height: 6px;
  background: rgba(255,255,255,0.1);
  border-radius: 3px;
  margin-bottom: 8px;
  overflow: hidden;
}

.progress-filled {
  height: 100%;
  background: linear-gradient(90deg, #f5d742, #d4af37);
  border-radius: 3px;
}

.seat-availability p {
  margin: 0;
  font-size: 0.85rem;
  color: #d4af37;
  text-align: center;
}

@media (max-width: 991px) {
  .opportunity-heading {
    font-size: 1.5rem;
  }
  
  .opportunity-highlight {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .video-container {
    margin-bottom: 30px;
  }
  
  .opportunity-heading {
    font-size: 1.4rem;
  }
}


.golden-opportunity-section {
  background-color: #f8f5ee;
  padding: 80px 0;
}

/* Video Container - Adjusted for vertical video */
.video-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.3);
  max-width: 500px; /* Half of 1080 for better display */
  margin: 0 auto;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 130.78%; /* 9:16 aspect ratio (1920/1080) for vertical video */
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0) 100%);
  pointer-events: none;
}

.video-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,0.7);
  color: #d4af37;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

/* Content Styling */
.opportunity-highlight {
  padding: 20px;
}

.opportunity-badge {
  display: inline-block;
  background: rgba(212,175,55,0.1);
  color: #d4af37;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.opportunity-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #ffffff;
}

.gold-underline {
  position: relative;
  display: inline-block;
}

.gold-underline::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: rgba(212,175,55,0.3);
  z-index: -1;
}

.opportunity-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 25px;
}

.opportunity-benefits {
  margin-bottom: 30px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.benefit-icon {
  flex-shrink: 0;
}

.benefit-item span {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}

.opportunity-cta {
  margin-top: 30px;
}

.cta-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.golden-button {
  display: inline-block;
  background: linear-gradient(135deg, #f5d742 0%, #d4af37 100%);
  color: #1a1a1a;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 30px rgba(212,175,55,0.4);
  transition: all 0.3s ease;
}

.golden-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(212,175,55,0.6);
}

/* Responsive Adjustments */
@media (max-width: 1199.98px) {
  .opportunity-heading {
    font-size: 2rem;
  }
}

@media (max-width: 991.98px) {
  .golden-opportunity-section {
    padding: 60px 0;
  }
  
  .video-container {
    max-width: 450px;
  }
  
  .opportunity-heading {
    font-size: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  .golden-opportunity-section {
    padding: 50px 0;
  }
  
  .video-container {
    max-width: 100%;
  }
  
  .opportunity-heading {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  
  .opportunity-description {
    font-size: 1rem;
  }
  
  .golden-button {
    padding: 10px 25px;
    font-size: 0.9rem;
  }
  h3.industry-heading.pb-4

 {
    font-size: 26px !important; 
}
}

@media (max-width: 575.98px) {
  .opportunity-heading {
    font-size: 1.4rem;
  }
  
  .video-badge {
    font-size: 12px;
    padding: 6px 12px;
    bottom: 15px;
    left: 15px;
  }
  
  .benefit-item {
    gap: 10px;
  }
  
  .benefit-item span {
    font-size: 0.9rem;
  }
}


.industry-showcase {
  background-color: #0a0a0a;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.industry-showcase::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(135deg, rgba(212,175,55,0.1) 0%, rgba(212,175,55,0) 100%);
}

.industry-badge {
  display: inline-block;
  background: rgba(212,175,55,0.2);
  color: #d4af37;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}

.industry-heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-family: 'Playfair Display', serif;
}

.gold-highlight {
  color: #d4af37;
  position: relative;
  display: inline-block;
}

.gold-highlight::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(212,175,55,0.3);
  z-index: -1;
}

.industry-lead {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  color: #e0e0e0;
  max-width: 90%;
}

.industry-stats {
  margin-top: 2rem;
}

.stat-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.8rem;
}

.stat-icon {
  font-size: 1.8rem;
  margin-right: 1.2rem;
  min-width: 50px;
  text-align: center;
}

.stat-content h4 {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
  color: #d4af37;
}

.stat-content p {
  color: #b0b0b0;
  margin-bottom: 0;
  font-size: 1rem;
}

.industry-cta-box {
  /* background: url('https://images.unsplash.com/photo-1605100804763-247f67b3557e?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80') center/cover no-repeat; */
  border-radius: 10px;
  padding: 3rem;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.gold-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(212 175 55) 0%, rgb(135 135 135 / 0%) 100%);
    z-index: 0;
}
.cta-content {
  position: relative;
  z-index: 1;
  color: white;
}

.cta-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #000000;
}

.cta-text {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #e0e0e0;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #f5d742 0%, #d4af37 100%);
  color: #0a0a0a;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: none;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(212,175,55,0.3);
}

@media (max-width: 991.98px) {
  .industry-heading {
    font-size: 2.2rem;
  }
  
  .industry-cta-box {
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .industry-showcase::before {
    display: none;
  }
  
  .industry-heading {
    font-size: 1.8rem;
  }
  
  .industry-lead {
    max-width: 100%;
  }
  
  .industry-cta-box {
    min-height: 250px;
    padding: 2rem;
  }
}

/* banner final */

:root {
  --gold-light: #f5d742;
  --gold-primary: #d4af37;
  --gold-dark: #b6952e;
  --text-dark: #1a1a1a;
  --text-light: #f0e6d2;
}

/* Banner Container */
.banner-container {
  
  color: white;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  padding: 30px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-container > .container {
    position: relative;
    z-index: 1;
    margin-left: 94px;
}
/* Brighter overlay with gradient */
/* .banner-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 100%);
  z-index: -1;
} */



.pl-lg-0 {
  padding-left: 0 !important;
}

/* Typography */
.main-heading {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Playfair Display', serif;
  text-align: left;
  max-width: 800px;
}

.highlight1 {
  background: var(--gold-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.subheading {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.4;
  font-weight: 400;
  color: var(--text-light);
  text-align: left;
  max-width: 700px;
}

.highlight {
  font-weight: 700;
  color: var(--gold-primary);
}

/* CTA Button */
.cta-wrapper {
    margin-bottom: 3rem;
    

}

a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-primary) 100%);
  color: var(--text-dark);
  padding: 1rem 2.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
  transition: all 0.3s ease;
  position: relative;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(212, 175, 55, 0.6);
}

/* Feature Cards - Made longer and improved layout */
.features-row {
  margin-top: 2rem;
  margin-left: -5px;
  margin-right: -5px;
}

.feature-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 8px;
  border-left: 3px solid var(--gold-primary);
  margin-bottom: 1rem;
  min-height: 110px; /* Increased height */
  min-width: 250px; /* Minimum width */
  transition: all 0.3s ease;
}

/* Only apply blur on mobile */
@media (max-width: 767.98px) {
  .feature-card {
    backdrop-filter: blur(8px);
  }
  .banner-container > .container {
    position: relative;
    z-index: 1;
    margin-left: 0px;
}

h3.industry-heading.text-center {
    font-size: 26px !important;
}
}

.feature-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.feature-icon {
  min-width: 40px;
  height: 40px;
  background: rgba(212, 175, 55, 0.2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-content {
  min-width: 0; /* Prevent text overflow */
}

.feature-subtitle {
  font-size: 0.8rem;
  color: var(--gold-primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.feature-title {
  font-size: 1.25rem; /* Slightly larger */
  font-weight: 700;
  color: white;
  line-height: 1.3;
}

/* Responsive Adjustments */
@media (max-width: 1199.98px) {
  .main-heading {
    font-size: 3rem;
  }
  .subheading {
    font-size: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .banner-container {
    padding: 20px 0;
  }
  .main-heading {
    font-size: 2.5rem;
  max-width: 600px;
  }
  .subheading {
    max-width: 550px;
  }
  .feature-card {
    min-height: 100px;
  }
}

@media (max-width: 767.98px) {
  .banner-container {
    padding: 0px 0;
    text-align: center;
  }
  

  
  .pl-lg-0 {
    padding-left: 15px !important;
  }
  
  .main-heading {
    font-size: 2.2rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .subheading {
    font-size: 1.1rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .cta-button {
    padding: 0.85rem 2rem;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
  }
  
  .features-row {
    flex-direction: column;
    align-items: center;
  }
  
  .feature-card {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575.98px) {
  .banner-container {
    padding: 0px 0;
  }
  
  .main-heading {
    font-size: 1.8rem;
  }
  
  .subheading {
    font-size: 1rem;
  }
  
  .feature-card {
    min-height: 90px;
    padding: 15px;
  }
  
  .feature-title {
    font-size: 1.1rem;
  }
  
  .feature-icon {
    min-width: 36px;
    height: 36px;
  }
}
