.mr6 {
    margin-right: 6px;
}
img.logo-box-center {
    background: #000;
    padding: 10px;
    width: 190px;
    display: block;
    margin:  0 auto 15px;
    border-radius: 6px;
}

.icon-box img {
    margin:  auto;
    width: 100%;
    display: block;
}

img.icon-svg {
    margin:  0 auto 10px;
    display: block;
}
ul.headerhlps {
    display: inline-flex;
    list-style: none;
    margin: 0;
}
ul.headerhlps li {
    background: #409551;
    border-radius: 6px;
    padding: 8px 10px;
    color: #fff;
    line-height: initial;
}
ul.headerhlps li i {
    margin-right: 6px;
}

ul.headerhlps li:not(:last-child) {
    margin-right: 10px;
}
.box-step {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    height: 100%;
}
h5.step {
    background: rgba(255, 255, 255, .6);
    display: inline;
    border-radius: 5px;
    padding: 2px 10px;
    line-height: initial;
    color: #000 !important;
}
.box-step h4 {
    margin-bottom: 6px;
}
.box-step p {
    line-height: initial;
    margin-bottom: 0;
}
.step1 {
    background: linear-gradient(135deg, #f6e2a6 0%, #e0b95c 50%, #b88a2a 100%);
}

.step2 {
    background: linear-gradient(135deg, #e0b95c 0%, #b88a2a 50%, #8c6b1f 100%);
}

.step3 {
    background: linear-gradient(135deg, #b88a2a 0%, #8c6b1f 50%, #5c4314 100%);
}
.step1::after {
    background: #cfa547;
    z-index: -1;
}

.step2::after {
    background: #a67d27;
    z-index: -1;
}
.banner-icons {
    margin-bottom: 10px;
}
img.banner-icon {
    max-width: 100%;
    width: 80px;
}
img.banner-icon:not(:last-child) {
    margin-right: 10px;
}
span.nmor {
    padding: 0 0 0 6px;
}
span.nmor a:hover {
    color: #cfa547;
}
a.btn-dark {
    background-color: #000;
    color: #fff !important;
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    letter-spacing: var(--btn-letter-spacing);
    padding: var(--btn-padding);
    text-decoration: var(--btn-text-decoration);
    text-transform: var(--btn-text-transform);
    border-radius: var(--btn-rounded);
    -moz-border-radius: var(--btn-rounded);
    -webkit-border-radius: var(--btn-rounded);
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    outline: 0;
    white-space: nowrap;
} 
  
.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4 {
    font-family: "Playfair Display", serif;
}
.about-page p,
.about-page li,
.about-page a,
.about-page span {
    font-family: "Inter", sans-serif;
}
.about-hero {
    min-height: 460px;
}
.hero-copy {
    max-width: 820px;
    margin: 0 auto;
}
.hero-copy p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.9;
}
.mini-tag {
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    color: #c9a14a;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 14px;
}
.section-copy p {
    font-size: 17px;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.76);
}
.light-copy p {
    color: #666;
}
.trust-card {
    background: #141414;
    border: 1px solid rgba(201, 161, 74, 0.16);
    border-radius: 14px;
    padding: 32px;
    height: 100%;
    transition: 0.3s ease;
}
.trust-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 161, 74, 0.36);
}
.trust-card h4 {
    margin-bottom: 12px;
}
.trust-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.85;
}
.item-box {
    background: #111;
    border: 1px solid rgba(201, 161, 74, 0.12);
    border-radius: 14px;
    padding: 26px;
    height: 100%;
}
.item-box h4 {
    margin-bottom: 10px;
}
.item-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}
.process-step {
    background: #f8f4eb;
    border-radius: 14px;
    padding: 30px;
    height: 100%;
    border: 1px solid rgba(201, 161, 74, 0.12);
}
.process-step h4 {
    margin-bottom: 10px;
    color: #1b1b1b;
}
.process-step p {
    margin: 0;
    color: #666;
    line-height: 1.8;
}
.value-panel {
    background: #141414;
    border: 1px solid rgba(201, 161, 74, 0.14);
    border-radius: 14px;
    padding: 34px;
    height: 100%;
}
.value-panel p,
.value-panel li {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.9;
}
.value-panel ul {
    padding-left: 18px;
    margin-bottom: 0;
}
.faq-note {
    color: #666;
    line-height: 1.9;
    font-size: 17px;
}
.cta-panel {
    background: linear-gradient(
        135deg,
        #7a5a1c 0%,
        #c9a14a 25%,
        #e5c76b 50%,
        #c9a14a 75%,
        #7a5a1c 100%
    );
    border-radius: 16px;
    padding: 40px;
}
.cta-panel h2,
.cta-panel p {
    color: #111;
}
.cta-panel p {
    max-width: 760px;
    opacity: 0.88;
}
.gold-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(201, 161, 74, 0.12);
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid rgba(201, 161, 74, 0.22);
    font-size: 14px;
    color: #fff;
}
.gold-badge i {
    color: #c9a14a;
}
.about-side-images img {
    border-radius: 16px;
    object-fit: cover;
}
.about-side-images .img-1 {
    height: 520px;
    width: 68%;
}
.about-side-images .img-2 {
    height: 360px;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.faq-section .accordion-section-title {
    font-weight: 600;
}
.breadcrumb-dark .crumb li,
.breadcrumb-dark .crumb a {
    color: #fff;
}
@media (max-width: 991.98px) {
    .about-hero {
        min-height: 380px;
    }
    .hero-copy p {
        font-size: 16px;
    }
    .about-side-images .img-1,
    .about-side-images .img-2 {
        position: static;
        width: 100%;
        height: auto;
        border: none;
    }
    .about-side-images .img-2 {
        margin-top: 20px;
    }
    .cta-panel {
        padding: 30px;
    }
}

.floating_btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border-radius: 50%; 
  transition: all 0.3s ease; 
}

.floating_btn:hover {
  transform: scale(1.1); /* Scale up on hover for a visual effect */
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.google-review-section {
    position: relative;
    padding: 80px 0;
    background: #050505;
}

.google-review-bar {
    background: #0c0c0c;
    border-radius: 18px;
    padding: 34px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
}

.google-review-bar-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.google-review-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.google-review-logo {
    height: 34px;
    width: auto;
    object-fit: contain;
}

.google-review-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.google-review-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.google-review-rating-number {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.google-review-stars {
    color: #fbbc04;
    font-size: 28px;
    line-height: 1;
    display: flex;
    gap: 2px;
}

.google-review-count {
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

.google-review-bar-right {
    flex-shrink: 0;
}

.google-review-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2b7cff;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 999px;
    padding: 10px 20px;
    transition: all .25s ease;
}

.google-review-btn:hover {
    background: #1668f2;
    color: #fff;
}

.review-card-dark {
    background: #000;
    border-radius: 18px;
    padding: 34px 30px;
    color: #fff;
    height: 100%;
    min-height: 300px;
    border: 1px solid rgba(255,255,255,.06);
}

.review-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
}

.review-user {
    display: flex;
    align-items: center;
    gap: 14px;
}

.review-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.review-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 4px;
}

.review-date {
    font-size: 16px;
    color: rgba(255,255,255,.75);
    line-height: 1.3;
}

.review-google-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}

.review-stars-gold {
    color: #d4af37;
    font-size: 22px;
    display: flex;
    gap: 2px;
    line-height: 1;
}

.review-score {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.review-text {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,.88);
    margin-bottom: 0;
}

.review-carousel .owl-stage {
    display: flex;
}

.review-carousel .owl-item {
    display: flex;
}

.review-carousel .item {
    width: 100%;
    height: 100%;
}

.review-carousel .owl-nav {
    margin-top: 28px;
    text-align: center;
}

.review-carousel .owl-nav button.owl-prev,
.review-carousel .owl-nav button.owl-next {
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    background: #111 !important;
    color: #fff !important;
    margin: 0 6px;
    transition: all .25s ease;
}

.review-carousel .owl-nav button.owl-prev:hover,
.review-carousel .owl-nav button.owl-next:hover {
    background: #d4af37 !important;
    color: #000 !important;
}

.review-carousel .owl-dots {
    margin-top: 18px;
}

.review-carousel .owl-dots .owl-dot span {
    background: rgba(255,255,255,.25);
}

.review-carousel .owl-dots .owl-dot.active span {
    background: #d4af37;
}

@media (max-width: 991px) {
    .google-review-bar {
        padding: 24px 22px;
        flex-direction: column;
        align-items: flex-start;
    }

    .google-review-btn {
        font-size: 17px;
        padding: 10px 20px;
    }

    .google-review-rating-number,
    .google-review-stars {
        font-size: 24px;
    }

    .google-review-count {
        font-size: 18px;
    }

    .review-card-dark {
        padding: 24px 22px;
        min-height: auto;
    }

    .review-name {
        font-size: 18px;
    }

    .review-text {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 575px) {
    .google-review-logo {
        height: 28px;
    }

    .google-review-title {
        font-size: 18px;
    }

    .google-review-rating-number,
    .google-review-stars {
        font-size: 21px;
    }

    .google-review-count {
        font-size: 16px;
    }

    .review-avatar {
        width: 48px;
        height: 48px;
    }

    .review-google-icon {
        width: 30px;
        height: 30px;
    }
}
.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

.price-note p.remarks {
    color: red;
    font-size: 14px;
    line-height: 19px;
}

.content-rich p:last-child { margin-bottom: 0; }
.gold-card {
    background: #111111;
    border: 1px solid rgba(201, 161, 74, 0.18);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}
.gold-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 161, 74, 0.42);
}
.gold-card .card-body {
    padding: 28px;
}
.gold-card h3 {
    font-size: 28px;
    margin-bottom: 14px;
}
.gold-card p {
    color: rgba(255, 255, 255, 0.75);
}
.gold-info-box {
    background: #111111;
    border: 1px solid rgba(201, 161, 74, 0.14);
    border-radius: 14px;
    padding: 34px;
    height: 100%;
}
.gold-info-box p,
.gold-info-box li {
    color: rgba(255, 255, 255, 0.75);
}
.gold-light-box {
    background: #f7f4ee;
    border-radius: 14px;
    padding: 34px;
    height: 100%;
}
.gold-light-box p,
.gold-light-box li {
    color: #555555;
}
.trust-strip {
    background: linear-gradient(135deg, #151515 0%, #0f0f0f 100%);
    border-top: 1px solid rgba(201, 161, 74, 0.16);
    border-bottom: 1px solid rgba(201, 161, 74, 0.16);
}
.trust-item {
    padding: 22px 14px;
    text-align: center;
    color: #ffffff;
}
.trust-item strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 4px;
}
.trust-item span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}
.section-intro {
    max-width: 860px;
    margin: 0 auto 20px;
}
.faq-clean .accordion-section-title {
    font-weight: 600;
}
.mini-note {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
}
.check-list li {
    margin-bottom: 10px;
}

/* NEW */
.fear-box{
    background: linear-gradient(135deg, #171717 0%, #0f0f0f 100%);
    border: 1px solid rgba(201,161,74,.18);
    border-radius: 16px;
    padding: 40px 32px;
}
.fear-box p{
    color: rgba(255,255,255,.76);
}
.fear-points{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    justify-content: center;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}
.fear-points li{
    color: #fff;
    font-weight: 500;
}
.inline-cta-box{
    background: #111111;
    border: 1px solid rgba(201,161,74,.18);
    border-radius: 16px;
    padding: 30px 24px;
    text-align: center;
    margin-top: 34px;
}
.inline-cta-box h4{
    margin-bottom: 10px;
}
.inline-cta-box p{
    color: rgba(255,255,255,.72);
    margin-bottom: 18px;
}
.card-micro-note{
    margin-top: 14px;
    font-size: 14px;
    color: rgba(255,255,255,.62);
}
.price-hook{
    margin-top: 14px;
    font-size: 15px;
    color: rgba(255,255,255,.78);
}


img.icon-hlp {
    max-width: 100%;
}

.lang-switch {
    display: inline-flex;
    align-items: center;
    background: rgba(0,0,0,0.85);
    border: 1px solid rgba(201,161,74,0.4);
    border-radius: 999px;
    padding: 3px;
    margin-right: 5px;
    gap: 4px;
}

.lang-btn {
    min-width: 45px;
    text-align: center;
    padding: 6px 12px;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.lang-btn:hover {
    color: #d4af37;
}

.lang-btn.active {
    background: linear-gradient(135deg, #d4af37, #b88a1b);
    color: #111;
}
ul.nolt {
    list-style: none;
    padding: 0;
}

