﻿body.premium-gold {
  --theme-color: #c8a24a;
  --theme-color2: #f2dfad;
  --title-color: #0f0f0f;
  --body-color: #3f3a2f;
  --smoke-color: #D4D4D4;
  --smoke-color2: #F5F5F5;
  --smoke-color3: #C5DACC;
  --smoke-color4: #E9F5ED;
  --black-color: #000000;
  --black-color2: #0A0A0A;
  --gray-color: #D8DDE1;
  --white-color: #ffffff;
  --light-color: #B7BEC8;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --th-border-color: #070707;
  --title-font: "Plus Jakarta Sans", sans-serif;
  --title-font2: "Plus Jakarta Sans", sans-serif;
  --body-font: "Plus Jakarta Sans", sans-serif;
  /* background:
    radial-gradient(circle at 12% 8%, rgba(200, 162, 74, 0.16), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(200, 162, 74, 0.11), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8f4ec 52%, #ffffff 100%); */
  color: var(--body-color);
  --main-container: 1620px;
}

.flow-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-top: 10px;
}

.flow-header span {
  color: #c8a24a;
}

.flow-subtitle {
  color: #c8a24a;
  font-weight: 600;
}

.ai-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.flow-step {
  background: white;
  border-radius: 14px;
  padding: 25px 30px;
  width: 240px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all .4s ease;
  position: relative;

}

.flow-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.flow-icon {
  width: 60px;
  height: 60px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #c8a24a, #e0c07a);
  color: white;
  font-size: 22px;
}

.flow-line {
  height: 3px;
  width: 80px;
  background: linear-gradient(90deg, #c8a24a, #e0c07a);
  margin: 0 10px;
  position: relative;
}

.flow-line::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #c8a24a;
  border-radius: 50%;
  animation: flowMove 2s infinite linear;
}

@keyframes flowMove {
  0% {
    left: 0
  }

  100% {
    left: 100%
  }
}

body.premium-gold .sub-title {
  color: #7a5d1f !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

body.premium-gold h1,
body.premium-gold h2,
body.premium-gold h3,
body.premium-gold h4,
body.premium-gold h5,
body.premium-gold h6,
body.premium-gold .sec-title,
body.premium-gold .hero-title {
  color: #0f0f0f;
  letter-spacing: -0.01em;
}

body.premium-gold .menu-area {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(200, 162, 74, 0.32);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  backdrop-filter: blur(8px);
}

body.premium-gold .sticky-wrapper.sticky .menu-area {
  border-color: rgba(200, 162, 74, 0.48);
}

body.premium-gold .main-menu>ul>li>a,
body.premium-gold .th-mobile-menu ul li a {
  color: #1a1813;
  font-weight: 600;
}

body.premium-gold .main-menu>ul>li>a:hover,
body.premium-gold .main-menu>ul>li>a.active {
  color: #a37b21;
}

body.premium-gold .th-btn {
  background: linear-gradient(135deg, #c8a24a, #a57b26);
  color: #ffffff !important;
  border: 1px solid #8e6a21;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(140, 106, 33, 0.28);
  font-weight: 700;
}

body.premium-gold .th-btn:hover {
  background: linear-gradient(135deg, #ad832b, #8c671b);
  color: #ffffff !important;
  transform: translateY(-2px);
}

body.premium-gold .th-btn .icon img,
body.premium-gold .th-btn img {
  filter: brightness(0) invert(1);
}

body.premium-gold .th-btn.th-border,
body.premium-gold .th-btn.black-border {
  background: transparent;
  color: #0f0f0f !important;
  border: 1px solid #b58d35;
  box-shadow: none;
}

body.premium-gold .th-btn.th-border img,
body.premium-gold .th-btn.black-border img {
  filter: brightness(0);
}

body.premium-gold .hero-style1 {
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  /* box-shadow: 0 24px 50px rgba(0, 0, 0, 0.2); */
}

body.premium-gold .hero-style1::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(130deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.34) 42%, rgba(200, 162, 74, 0.25)); */
  z-index: 0;
}

body.premium-gold .hero-style1>* {
  position: relative;
  z-index: 1;
}

body.premium-gold .hero-style1 .hero-title,
body.premium-gold .hero-style1 .hero-text,
body.premium-gold .hero-style1 .sub-title,
body.premium-gold .hero-style1 .box-number,
body.premium-gold .hero-style1 .box-text {
  color: #ffffff !important;
}

body.premium-gold .hero-card {
  /* border: 1px solid rgba(255, 255, 255, 0.34); */
  /* background: rgba(255, 255, 255, 0.09); */
  /* backdrop-filter: blur(6px); */
  height: 100%;
}

body.premium-gold .hero-videos video,
body.premium-gold .img-box1 img,
body.premium-gold .blog-card .box-img img,
body.premium-gold .blog-image img,
body.premium-gold .global-img img {
  filter: saturate(0.82) contrast(1.04);
}

body.premium-gold .service-card,
body.premium-gold .integration-card,
body.premium-gold .price-box,
body.premium-gold .testi-card,
body.premium-gold .blog-card {
  /* background: #fffdf9; */
  border: 1px solid rgba(192, 154, 69, 0.34);
  border-radius: 20px;
  /* box-shadow: 0 16px 34px rgba(18, 14, 4, 0.08); */
}

/* body.premium-gold .service-card:hover, */
body.premium-gold .integration-card:hover,
body.premium-gold .price-box:hover,
body.premium-gold .testi-card:hover,
body.premium-gold .blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(18, 14, 4, 0.14);
}

body.premium-gold .price-box.active {
  background: linear-gradient(165deg, #111111 0%, #201a11 62%, #2d2417 100%);
  border-color: #c8a24a;
}

body.premium-gold .price-box.active,
body.premium-gold .price-box.active .box-title,
body.premium-gold .price-box.active .box-price,
body.premium-gold .price-box.active .subtitle,
body.premium-gold .price-box.active .box-text,
body.premium-gold .price-box.active li {
  color: #ffffff !important;
}

body.premium-gold .price-box.active .th-btn.black-border {
  color: #f3ddaa !important;
  border-color: #c8a24a;
}

body.premium-gold #testi-sec {
  background: linear-gradient(180deg, #f7f1e4 0%, #fffdf9 100%);
}

body.premium-gold .cta-area2 {
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(200, 162, 74, 0.4);
  box-shadow: 0 20px 45px rgba(12, 10, 7, 0.2);
}

body.premium-gold .cta-area2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.44), rgba(176, 132, 43, 0.28));
}

body.premium-gold .cta-area2>* {
  position: relative;
  z-index: 1;
}

body.premium-gold .cta-area2 .sec-title,
body.premium-gold .cta-area2 .box-text,
body.premium-gold .cta-area2 li {
  color: #ffffff !important;
}

body.premium-gold .footer-layout1 {
  position: relative;
}

body.premium-gold .footer-layout1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.88), rgba(21, 16, 9, 0.9));
  z-index: 0;
}

body.premium-gold .footer-layout1 .widget-area,
body.premium-gold .footer-layout1 .copyright-wrap {
  position: relative;
  z-index: 1;
}

body.premium-gold .footer-layout1,
body.premium-gold .footer-layout1 p,
body.premium-gold .footer-layout1 a,
body.premium-gold .footer-layout1 li,
body.premium-gold .footer-layout1 .widget_title {
  color: #f0e6cd !important;
}

body.premium-gold .newsletter-form .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(200, 162, 74, 0.55);
  border-radius: 999px;
  color: #ffffff;
  font-size: 16px;
  padding: 0 24px;
}

body.premium-gold .newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.76);
}

body.premium-gold .checklist li::before,
body.premium-gold .cta-list li i,
body.premium-gold .rating i,
body.premium-gold .blog-card .cat {
  color: #c8a24a !important;
}

body.premium-gold .scroll-top {
  background: #13100b;
  border: 1px solid #c8a24a;
}

body.premium-gold .scroll-top svg path {
  stroke: #c8a24a;
}

@media (max-width: 991px) {
  body.premium-gold .menu-area {
    border-radius: 12px;
  }

  body.premium-gold .hero-style1,
  body.premium-gold .cta-area2 {
    border-radius: 18px;
  }
}

/* CTA redesign to match premium reference */
body.premium-gold .cta-area2 {
  min-height: 460px;
  border-radius: 22px;
  border: 1px solid rgba(191, 154, 74, 0.55);
  box-shadow: 0 18px 40px rgba(19, 14, 7, 0.12);
  display: flex;
  align-items: center;
  background-position: right center !important;
  background-size: cover !important;
}

body.premium-gold .cta-area2::before {
  background: linear-gradient(90deg, rgba(239, 231, 212, 0.96) 0%, rgba(247, 243, 232, 0.9) 42%, rgba(247, 243, 232, 0.62) 58%, rgba(247, 243, 232, 0.1) 80%);
}

body.premium-gold .cta-area2 .shape-mockup {
  display: none !important;
}

body.premium-gold .cta-area2 .sec-title,
body.premium-gold .cta-area2 .sec-title.text-white,
body.premium-gold .cta-area2 .box-text,
body.premium-gold .cta-area2 li,
body.premium-gold .cta-area2 .title-area,
body.premium-gold .cta-area2 .title-area span {
  color: #111111 !important;
}

body.premium-gold .cta-area2 .sec-title {
  font-size: clamp(40px, 4.2vw, 60px);
  line-height: 1.12;
  margin-bottom: 14px;
}

body.premium-gold .cta-area2 .title-area .box-text {
  display: block;
  max-width: 680px;
  margin: 0 auto;
  font-size: 31px;
  line-height: 1.6;
}

body.premium-gold .gold-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 54px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c39a3e, #9a6e1f);
  border: 1px solid #8f671f;
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(131, 96, 28, 0.28);
}

body.premium-gold .gold-btn:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

body.premium-gold .case-image {
  position: relative;
}

body.premium-gold .case-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(20, 16, 8, 0.08) 0%, rgba(20, 16, 8, 0) 45%);
}

body.premium-gold .case-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.02);
}

@media (max-width: 1199px) {
  body.premium-gold .case-card {
    width: min(980px, calc(100vw - 56px));
  }
}

@media (max-width: 991px) {

  body.premium-gold .case-wrapper {
    min-height: auto;
    padding: 0 16px;
    display: block;
  }

  body.premium-gold .case-container {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding-right: 0;
  }

  body.premium-gold .case-card {
    width: 100%;
    min-height: initial;
    grid-template-columns: 1fr;
  }

  body.premium-gold .case-image {
    min-height: 280px;
  }

}

@media (max-width: 480px) {
  body.premium-gold .case-section .case-image {
    height: 100%;
    min-height: 220px;
  }
}

body.premium-gold .process-area-lite {
  margin: 0;
  border-radius: 0;
  background: linear-gradient(180deg, #f1f1f1 0%, #f8f8f8 55%, #ffffff 100%);
}

body.premium-gold .process-area-lite::before {
  display: none;
}

body.premium-gold .process-area-lite .process-title .sub-title {
  color: #8c6d24 !important;
}

body.premium-gold .process-area-lite .process-title .sec-title {
  color: #121212 !important;
}

body.premium-gold .process-area-lite .process-item {
  background: #f9f9f9;
  border: 1px solid rgba(160, 160, 160, 0.24);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  gap: 42px;
  min-height: 520px;
}

body.premium-gold .process-area-lite .process-item::after {
  background: transparent;
}

body.premium-gold .process-area-lite .process-item .box-num {
  color: #222222;
  margin-bottom: 34px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

body.premium-gold .process-area-lite .process-item .box-num .number {
  background: #111111;
  color: #f2f2f2;
  border: 1px solid rgba(200, 162, 74, 0.52);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

body.premium-gold .process-area-lite .process-item .box-title {
  color: #111111;
  margin-bottom: 14px;
}

body.premium-gold .process-area-lite .process-item .box-text {
  color: #4d4d4d;
  margin-bottom: 28px;
  max-width: 560px;
}

body.premium-gold .process-area-lite .process-item .checklist ul {
  column-count: 2;
  column-gap: 24px;
}

body.premium-gold .process-area-lite .process-item .checklist li {
  break-inside: avoid;
  color: #3f3f3f;
  margin-bottom: 12px;
}

body.premium-gold .process-area-lite .process-item .checklist li::before {
  color: #b48a31;
}

body.premium-gold .process-area-lite .process-item .box-img {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(170, 170, 170, 0.26);
}

body.premium-gold .process-area-lite .process-item .box-img img {
  min-height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
}

@media (max-width: 1199px) {
  body.premium-gold .process-area-lite .process-item {
    gap: 26px;
    min-height: initial;
  }
}

@media (max-width: 767px) {
  body.premium-gold .process-area-lite .process-item .checklist ul {
    column-count: 1;
  }
}

@media (max-width: 480px) {
  .hero-card {
    padding: 0 !important;
    text-align: center;
  }
}

body.premium-gold .cta-area2 .cta-btn-row {
  margin-top: 30px;
  gap: 18px;
}

body.premium-gold .cta-area2 .cta-split-btn {
  min-width: 240px;
  height: 58px;
  border-radius: 999px;
  padding: 0 0 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d1a23c;
  box-shadow: none;
  font-size: 22px;
  font-weight: 500;
  color: #141414 !important;
  overflow: hidden;
  gap: 16px;
}

body.premium-gold .cta-area2 .cta-split-btn .cta-btn-icon {
  width: 52px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(20, 20, 20, 0.18);
  font-size: 16px;
  flex-shrink: 0;
}

body.premium-gold .cta-area2 .cta-split-btn.is-primary {
  background: #c99520;
}

body.premium-gold .cta-area2 .cta-split-btn.is-primary .cta-btn-icon {
  background: #f5f3ee;
}

body.premium-gold .cta-area2 .cta-split-btn.is-secondary {
  background: #f5f3ee;
}

body.premium-gold .cta-area2 .cta-split-btn:hover {
  transform: translateY(-1px);
}

body.premium-gold .cta-area2 .cta-list {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
}

body.premium-gold .cta-area2 .cta-list li {
  font-size: 17px;
  font-weight: 500;
}

body.premium-gold .cta-area2 .cta-list li i {
  color: #111111 !important;
  margin-right: 8px;
}

@media (max-width: 991px) {
  body.premium-gold .cta-area2 {
    min-height: auto;
    background-position: center !important;
  }

  body.premium-gold .cta-area2::before {
    background: linear-gradient(180deg, rgba(239, 231, 212, 0.94), rgba(247, 243, 232, 0.9));
  }

  body.premium-gold .cta-area2 .sec-title {
    font-size: 40px;
  }

  body.premium-gold .cta-area2 .title-area .box-text {
    font-size: 18px;
  }

  body.premium-gold .cta-area2 .cta-btn-row {
    gap: 12px;
  }

  body.premium-gold .cta-area2 .cta-split-btn {
    min-width: 220px;
    width: 100%;
    max-width: 320px;
  }
}

/* Remove hero spinner and redesign KPI stat cards */
body.premium-gold .discount-wrapp.scroll-down {
  display: none !important;
}

body.premium-gold .hero-style1 .hero-card {
  min-height: 138px;
  border-radius: 18px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background-image: none !important;
  box-shadow: 0 14px 30px rgba(10, 8, 6, 0.25);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(3px);
}

body.premium-gold .hero-style1 .hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.95;
  z-index: 0;
}

body.premium-gold .hero-style1 .hero-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -40px;
  top: -45px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 0;
}

body.premium-gold .hero-style1 .hero-card .media-body {
  position: relative;
  z-index: 1;
}

body.premium-gold .hero-style1 .hero-card .box-number {
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 2.6vw, 50px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff !important;
  margin-bottom: 8px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}

body.premium-gold .hero-style1 .hero-card .box-text {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.95) !important;
}

body.premium-gold .hero-style1 .col-sm-6:nth-child(1) .hero-card::before {
  background: linear-gradient(135deg, #15110a 0%, #8f6a22 55%, #d2a846 100%);
}

body.premium-gold .hero-style1 .col-sm-6:nth-child(2) .hero-card::before {
  background: linear-gradient(135deg, #0f1218 0%, #30466a 52%, #7f96b8 100%);
}

body.premium-gold .hero-style1 .col-sm-6:nth-child(3) .hero-card::before {
  background: linear-gradient(135deg, #142017 0%, #2b5d46 48%, #67aa85 100%);
}

body.premium-gold .hero-style1 .col-sm-6:nth-child(1) .hero-card .box-text::before,
body.premium-gold .hero-style1 .col-sm-6:nth-child(2) .hero-card .box-text::before,
body.premium-gold .hero-style1 .col-sm-6:nth-child(3) .hero-card .box-text::before {
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  opacity: 0.9;
}

body.premium-gold .hero-style1 .col-sm-6:nth-child(1) .hero-card .box-text::before {
  content: "●";
  color: #f3db9a;
}

body.premium-gold .hero-style1 .col-sm-6:nth-child(2) .hero-card .box-text::before {
  content: "◆";
  color: #dbe6ff;
}

body.premium-gold .hero-style1 .col-sm-6:nth-child(3) .hero-card .box-text::before {
  content: "▲";
  color: #d4f5e3;
}

@media (max-width: 991px) {
  body.premium-gold .hero-style1 .hero-card {
    min-height: 120px;
    padding: 20px;
  }

  body.premium-gold .hero-style1 .hero-card .box-number {
    font-size: 40px;
  }

  body.premium-gold .hero-style1 .hero-card .box-text {
    font-size: 20px;
  }
}

.hero-1{
  min-height: calc(100vh - 90px);
  display: flex;
  /* align-items: center; */
  position: relative;
  background-color: white;
  /* background-image: url("https://media.istockphoto.com/id/1432145497/photo/abstract-soft-digital-particles-wave-and-digital-data-network-connections-for-technology.jpg?s=2048x2048&w=is&k=20&c=ik_JnvSai3vYz6UtzSQkMlCyQPmWa6yFNYrM9XNpGY4="); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.premium-gold .hero-1 > .container.row {
  --bs-gutter-x: 0;
  width: 100%;
  max-width: none;
  min-height: inherit;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  align-items: stretch;
}

/* Hero redesign closer to requested reference */
body.premium-gold .hero-1 .hero-copy-col .hero-style1 {
  /* background-image:
    linear-gradient(
    135deg,
    rgba(255,255,255,0.35),
    rgba(255,255,255,0.05)
  ); */
  /* border: 1px solid rgba(196, 159, 79, 0.25); */
  border-radius: 20px;
  /* box-shadow: 0 14px 36px rgba(18, 14, 6, 0.09); */
  /* padding: clamp(30px, 4vw, 52px) clamp(26px, 4vw, 54px) !important; */
  /* background: rgba(255, 255, 255, 0.15); */
  /* backdrop-filter: blur(14px); */
  /* -webkit-backdrop-filter: blur(14px); */
}

body.premium-gold .hero-1 .hero-copy-col {
  display: flex;
  flex-direction: column;
  padding-left: max(
    var(--container-gutters, 24px),
    calc((100vw - var(--main-container, 1440px)) / 2 + var(--container-gutters, 24px))
  );
  /* padding-right: clamp(24px, 4vw, 68px); */
  background: #ffffff;
  /* box-shadow: 24px 0 54px rgba(15, 13, 10, 0.12); */
  position: relative;
  z-index: 1;
}

body.premium-gold .hero-1 .hero-copy-col.section-pad {
  padding-top: clamp(24px, 7vh, 86px);
  padding-bottom: 0;
}

body.premium-gold .hero-1 .hero-copy-col .section-counter {
  /* margin-top: clamp(34px, 7vh, 76px); */
  /* gap: clamp(12px, 2vw, 34px); */
  padding-top: 0;
  /* padding-bottom: clamp(18px, 4vh, 48px); */
}

body.premium-gold .hero-1 .hero-media-col {
  display: flex;
  padding-right: 0;
  padding-left: 0;
}

body.premium-gold .hero-1 .hero-videos {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: -24px 0 54px rgba(15, 13, 10, 0.16);
}

body.premium-gold .hero-1 .hero-slider,
body.premium-gold .hero-1 .hero-slide,
body.premium-gold .hero-1 .hero-slide img,
body.premium-gold .hero-1 .hero-videos video {
  border-radius: 0;
}

body.premium-gold .hero-style1::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(
    120deg,
    rgba(255,255,255,0.4),
    rgba(255,255,255,0.05)
  ) !important; */
  opacity: .6;
  pointer-events: none;
}

body.premium-gold .hero-style1 .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #6f5c33 !important;
  letter-spacing: 0.02em;
  border: 1px solid #dcc89a;
  background: #f5f0e6;
  border-radius: 999px;
  /* padding: 7px 14px; */
  margin-bottom: 18px;
  text-transform: none;
}

body.premium-gold .hero-style1 .hero-title {
  color: #111015 !important;
  font-size: clamp(56px, 5.2vw, 96px);
  line-height: 1.08;
  margin-bottom: 16px;
}

body.premium-gold .hero-style1 .hero-text {
  color: #5c5c5c !important;
  font-size: clamp(24px, 1.9vw, 34px);
  line-height: 1.45;
  /* max-width: 580px; */
  margin-bottom: 16px;
}

body.premium-gold .hero-style1 .th-btn {
  min-width: 180px;
  height: 54px;
  border-radius: 999px;
  font-size: 16px;
  padding: 0 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

body.premium-gold .hero-style1 .th-btn .icon {
  width: 50px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(20, 20, 20, 0.2);
  background: #f4f1ea;
}

body.premium-gold .hero-style1 .th-btn .icon img {
  filter: brightness(0);
}

body.premium-gold .hero-mini-badge {
  width: 116px;
  height: 116px;
  position: absolute;
  right: 26px;
  bottom: 16px;
  z-index: 2;
}

body.premium-gold .hero-mini-badge span {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px dashed rgba(22, 19, 13, 0.35);
  font-size: 10px;
  font-weight: 700;
  color: #1e1a14;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  text-align: center;
  animation: heroBadgeSpin 22s linear infinite;
}

body.premium-gold .hero-mini-badge .badge-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.premium-gold .hero-mini-badge .badge-icon img {
  width: 24px;
  height: 24px;
  filter: grayscale(1) brightness(0.3);
}

.hero-mini-badge{
  position:absolute;
  bottom:30px;
  right:30px;
  width:120px;
  height:120px;
}

.badge-circle{
  width:100%;
  height:100%;
  animation: heroBadgeSpin 20s linear infinite;
}

.badge-text{
  font-size:10px;
  font-weight:700;
  letter-spacing: 0.6px;
  fill:#000;
}

.hero-mini-badge .badge-icon{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
}

.hero-mini-badge .badge-icon img{
  width:22px;
  height:22px;
  filter:grayscale(1) brightness(.3);
}

@keyframes heroBadgeSpin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

body.premium-gold .hero-videos {
  /* border-radius: 20px; */
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15, 13, 10, 0.15);
  min-height: 100%;
}

body.premium-gold .hero-videos video {
  min-height: 100%;
  object-fit: cover;
  filter: contrast(1.06) saturate(1.05);
}

/* KPI cards: dark luxurious look similar to reference */
body.premium-gold .hero-style1 .hero-card {
  min-height: 126px;
  border-radius: 18px;
  border: 1px solid rgba(201, 160, 71, 0.45);
  box-shadow: 0 14px 26px rgba(10, 8, 6, 0.3);
  padding: 20px 22px;
}

body.premium-gold .hero-style1 .hero-card::before {
  opacity: 1;
}

body.premium-gold .hero-style1 .col-sm-6:nth-child(1) .hero-card::before {
  background: radial-gradient(circle at 85% 15%, rgba(240, 196, 103, 0.34), transparent 46%), linear-gradient(140deg, #030405 0%, #0b0d10 42%, #3a2810 100%);
}

body.premium-gold .hero-style1 .col-sm-6:nth-child(2) .hero-card::before {
  background: radial-gradient(circle at 80% 12%, rgba(241, 205, 133, 0.28), transparent 44%), linear-gradient(145deg, #050607 0%, #11141a 45%, #4a3313 100%);
}

body.premium-gold .hero-style1 .col-sm-6:nth-child(3) .hero-card::before {
  background: radial-gradient(circle at 85% 15%, rgba(255, 219, 148, 0.32), transparent 44%), linear-gradient(145deg, #040506 0%, #0d1016 48%, #3f2b12 100%);
}

body.premium-gold .hero-style1 .hero-card .box-number {
  color: #f7e2b0 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
  font-size: clamp(54px, 3.6vw, 74px);
}

body.premium-gold .hero-style1 .hero-card .box-text {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: 35px;
  font-weight: 400;
}

body.premium-gold .hero-style1 .hero-card .box-text::before {
  display: none !important;
}

@media (min-width: 992px) and (max-height: 860px) {
  body.premium-gold .hero-1 .hero-copy-col.section-pad {
    padding-top: clamp(18px, 8vh, 54px);
  }

  body.premium-gold .hero-1 .hero-copy-col .section-counter {
    /* margin-top: clamp(26px, 5vh, 48px); */
    padding-top: 0;
    /* padding-bottom: clamp(14px, 3vh, 28px); */
  }

  body.premium-gold .hero-style1 {
    margin-bottom: 18px;
  }

  body.premium-gold .hero-style1 .hero-title {
    font-size: clamp(54px, 5vw, 76px);
    line-height: 1.04;
    margin-bottom: 18px;
  }

  body.premium-gold .hero-style1 .hero-text {
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.6;
    margin-bottom: 18px;
  }

  body.premium-gold .hero-1 .btn-primary.hr-btn-primary {
    padding: 12px 28px;
  }

  body.premium-gold .hero-style1 .hero-card {
    min-height: 92px;
    padding: 14px 18px;
  }

  body.premium-gold .hero-style1 .hero-card .box-number {
    font-size: clamp(38px, 3.6vw, 54px);
    line-height: 1;
  }

  body.premium-gold .hero-style1 .hero-card .box-text {
    font-size: clamp(17px, 1.4vw, 22px);
    line-height: 1.15;
  }
}

@media (max-width: 1199px) {
  body.premium-gold .hero-mini-badge {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.premium-gold .hero-1 .hero-copy-col {
    padding-left: var(--container-gutters, 24px);
    padding-right: var(--container-gutters, 24px);
  }

  body.premium-gold .hero-style1 .hero-title {
    font-size: clamp(46px, 5.2vw, 60px);
  }

  body.premium-gold .hero-style1 .hero-text {
    font-size: clamp(20px, 2.2vw, 24px);
  }
}

@media (max-width: 991px) {
  body.premium-gold .hero-style1 .hero-title {
    font-size: 48px;
  }

  body.premium-gold .hero-style1 .hero-text {
    font-size: 19px;
  }

  body.premium-gold .hero-style1 .hero-card .box-number {
    font-size: 44px;
  }

  body.premium-gold .hero-style1 .hero-card .box-text {
    font-size: 20px;
  }

  body.premium-gold .hero-1 .hero-copy-col {
    padding-right: clamp(24px, 4vw, 68px);
}
}

/* ========== Customer Highlights Section ========== */
.customer-highlights-section {
  background: linear-gradient(135deg, rgba(242, 223, 173, 0.08) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(242, 223, 173, 0.04) 100%);
}

.sec-desc {
  font-size: 1.1rem;
  color: #3f3a2f;
  line-height: 1.8;
}

/* Stat Cards */
.stat-card {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(200, 162, 74, 0.3);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(200, 162, 74, 0.1), transparent);
  transition: left 0.6s ease;
}

.stat-card:hover {
  border-color: #c8a24a;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(200, 162, 74, 0.15);
  background: rgba(255, 255, 255, 0.9);
}

.stat-card:hover::before {
  left: 100%;
}

.stat-icon {
  margin-bottom: 20px;
  display: inline-block;
  animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

.stat-content {
  position: relative;
  z-index: 2;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #c8a24a;
  line-height: 1;
  margin: 0 0 -5px 0;
}

.stat-suffix {
  font-size: 1.5rem;
  color: #c8a24a;
  font-weight: 700;
  display: inline-block;
}

.stat-text {
  color: #0f0f0f;
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: 12px;
}

/* Benefit Cards */
.benefit-card {
  background: #ffffff;
  border: 1px solid rgba(200, 162, 74, 0.25);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.benefit-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, #c8a24a, transparent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease;
}

.benefit-card:hover {
  transform: translateY(-12px);
  border-color: #c8a24a;
  box-shadow: 0 25px 60px rgba(200, 162, 74, 0.12);
}

.benefit-card:hover::after {
  transform: scaleX(1);
}

.benefit-icon-wrapper {
  margin-bottom: 24px;
  display: inline-block;
}

.benefit-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(200, 162, 74, 0.15), rgba(242, 223, 173, 0.2));
  border: 2px solid rgba(200, 162, 74, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #c8a24a;
  transition: all 0.4s ease;
}

.benefit-card:hover .benefit-icon {
  background: linear-gradient(135deg, #c8a24a, #d4b26d);
  color: #ffffff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 30px rgba(200, 162, 74, 0.3);
}

.benefit-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f0f0f;
  margin-bottom: 12px;
}

.benefit-text {
  color: #3f3a2f;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.benefit-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c8a24a;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.benefit-link:hover {
  gap: 12px;
  color: #a57b26;
}

.benefit-link i {
  transition: transform 0.3s ease;
}

.benefit-card:hover .benefit-link i {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 768px) {
  .stat-number {
    font-size: 2rem;
  }

  .benefit-card {
    padding: 30px 20px;
  }

  .benefit-icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }

  .benefit-title {
    font-size: 1.1rem;
  }

  .sec-desc {
    font-size: 1rem;
  }
}
