img{
    
max-width: 100%
    
}
:root {
  --color-btn: rgb(255, 215, 18);
  --color-testimonial: rgb(255, 193, 7);

  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
.footer-module-cnt {
  display: flex !important;
  justify-content: center !important;
  height: auto !important;
  background-color: #fff !important;
}

.footer-module {
  width: 100% !important;
  max-width: 1200px !important;
  padding: 40px 0 8px 0 !important;
}

.footer-module-columns {
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  background-color: #fff !important;
}

.footer-module-logo {
  width: 160px !important;
}

.footer-module-payments {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin-top: 28px !important;
}

.footer-module-column > h4 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  text-align: left !important;
}

.footer-module-column > ul {
  display: block !important;
  list-style-type: none !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  padding-inline-start: 0 !important;
}

.footer-module-column > ul > li {
  margin: 8px 0 !important;
  text-align: left !important;
}

.footer-module-column > ul > li > a {
  font-size: 14px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  color: #4f4c6773 !important;
}

.footer-module-banner {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background-color: #fff !important;
}

.copyright-txt {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  color: #4f4c6773 !important;
}

.payments-method-logo {
  width: auto;
  max-width: 280px;
  max-height: 50px;
  margin-bottom: 10px;
}

.mcda-logo {
  width: 150px !important;
  height: 30px !important;
}

.pipe_symbol {
  display: none !important;
}

@media (max-width: 1200px) {
  .footer-module {
    padding: 40px 32px !important;
  }
}

@media (max-width: 768px) {
  .footer-module-columns {
    flex-direction: column !important;
    justify-content: start !important;
    gap: 32px !important;
  }

  .footer-module-banner {
    flex-direction: column !important;
    justify-content: center !important;
    gap: 16px !important;
  }

  .payments-method-logo {
    max-width: 250px;
    height: auto;
  }
}

#chat-root {
  display: none;
}

@media (min-width: 601px) {
  #chat-root {
    display: block;
  }
}

/* Target mobile devices in portrait and landscape mode */
@media (max-device-width: 992px) and (orientation: portrait), (max-device-width: 992px) and (orientation: landscape) {
  #chat-root {
    display: none;
  }
}

<!-- Custom styles -- > :root {
  --color-btn: rgb(255, 215, 18);
  --color-testimonial: rgb(255, 193, 7);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #222222;
  background-color: #fff;
  word-break: break-word;
  line-height: 1;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: inherit;
}

section {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.container-full {
  padding: 0;
}

@media (min-width: 576px) {
  .container-full {
    padding: 0 10px;
  }
}

.container-main {
  max-width: 1170px;
}

.container-left {
  padding: 15px;
  flex: 1 1 0;
  background-color: #fff;
  margin-bottom: 40px;
}

section:last-child {
  margin-bottom: 0;
}

.header {
  background-color: #00000008 !important;
  padding-inline: 20%;
  text-align: center;
}

.header-adv {
  padding: 12px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-adv .brand-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-adv .brand-text span {
  font-size: 12px;
  font-weight: 600;
  padding: 1px;
}

.header-adv .product-logo {
  max-height: 22px;
  width: auto;
}

.header-adv .brand-text .flag {
  height: 27px;
  width: 27px;
}

.container-body {
  padding-block: 40px;
  gap: 15px;
}

.page-header .breadcrumbs {
  font-size: 14px;
  padding-bottom: 5px;
}

.section-title {
  font-size: 33px;
  line-height: 43px;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-header h1.section-title {
  font-size: 38px;
  color: rgb(34, 34, 34);
  margin-top: 0;
  line-height: 1.3;
  font-weight: unset;
}

.section-subtitle {
  font-size: 17px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.section-media {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin: 20px 0;
}

.page-header .section-media .media-asset {
  border-radius: 25px;
  object-fit: cover;
}

.header-meta {
  font-size: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-meta .img-face {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.header-meta .check1 {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.section-text {
  font-size: 18px;
  line-height: 23px;
}

.benefits-list {
  margin: 20px 0;
}

.benefit-item {
  margin: 10px 0;
  padding-left: 30px;
  position: relative;
}

.benefit-item::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.benefit-title {
  font-weight: bold;
  display: inline;
}

.testimonials {
  margin: 40px 0;
}

.testimonials h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.testimonial {
  border-radius: 8px;
  border-left: 4px solid var(--color-testimonial);
  width: 100%;
  background-color: #ededed !important;
  display: flex;
  padding: 12px 10px 5px;
  margin: 20px 0 5px;
}

.testimonial-image {
  width: 100%;
  flex: 0 0 30%;
  padding: 12px 5px;
}

.testimonial-image img {
  width: 230px;
}

.testimonial-header {
  gap: 10px;
  width: 100%;
  display: flex;
  align-self: center;
  align-items: center;
  padding: 12px 10px 5px;
  font-size: 18px;
}

.testimonial-header img.check2 {
  width: 35px;
  aspect-ratio: 1/1;
}

.testimonial-name {
  font-weight: bold;
}

.testimonial-rating {
}

.testimonial-text {
  font-style: italic;
  line-height: 1.5;
  font-size: 17px;
  padding: 5px 5px 10px 10px;
}

.comments {
  margin-top: 50px;
  padding-top: 30px;
}

.comments-title {
  font-size: 18px;
  font-weight: 700;
  color: rgb(34, 34, 34) !important;
  text-align: left;
  margin-bottom: 20px;
}

.comment {
  display: flex;
  align-items: flex-start;
}

.comment:last-child {
  border-bottom: none;
}

.comment-face {
  width: 55px;
  aspect-ratio: 1/1;
}

.comment .comment-content {
  padding: 0 10px 12px;
  font-size: 14px;
}

.comment-author {
  font-weight: bold;
  color: #3b5998 !important;
  line-height: 14px;
}

.comment-text {
  margin-top: 5px;
  line-height: 18px;
}

.comment-actions {
  font-size: 12px;
  color: #666;
  width: 100%;
  display: flex;
  padding: 10px 10px 12px 0;
  gap: 3px;
}

.comment-actions a {
  color: #627aad !important;
  text-decoration: none;
  font-weight: 400;
  line-height: 12px;
}

.comment-time {
  color: #999;
}

/* Promo container */
.promo-container {
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blue-header {
  height: 20px;
  width: 100%;
  overflow: hidden;
}

.blue-header .stripes {
  position: relative;
  width: 100%;
  height: 100%;
}

.blue-header .stripes::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 30px);
  background: repeating-linear-gradient(45deg, #4285f4 25%, #4285f4 50%, #2196f3 50%, #2196f3 75%);
  background-size: 30px 30px;
  animation: moveStripes 0.5s linear infinite;
}

@keyframes moveStripes {
  0% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(0);
  }
}

.main-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  justify-content: space-between;
  background-color: #fefbd9 !important;
  margin-top: 0;
  padding: 20px 10px 12px;
}

.content-wrapper img {
  max-width: 151px;
}

.text-content {
  flex: 1;
  font-size: 18px;
  font-weight: 400;
  padding: 15px 32px 1px 15px;
  line-height: 23px;
  text-align: left;
}

.update-text {
  margin-bottom: 8px;
}

.highlight-text {
  font-weight: bold;
  color: #000;
}

.lock-text {
  margin-bottom: 15px;
}

.note-text {
  margin-bottom: 30px;
}

.note-label {
  font-weight: bold;
  color: #000;
}

.trust-badges {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  background-color: #fef8b7 !important;
  padding: 20px 60px;
}

.badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  text-align: center;
  gap: 20px;
}

.badge-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-text {
  padding: 1px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 23px;
}

.promo-footer {
  width: 100%;
  background-color: #fef8b7 !important;
  padding: 5px 10px 12px;
}

.cta-wrapper {
  display: flex;
  justify-content: center;
  padding: 12px 10px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

a.cta-button {
  text-align: center;
  text-decoration: none;
  color: #000000 !important;
  cursor: pointer;
  background-color: var(--color-btn);
  font-size: 23px;
  font-weight: 700;
  border-radius: 4px;
  padding: 17px 110px;
  line-height: 23px;
  width: auto;
}

a.cta-button:hover {
  text-decoration: underline;
}

/* Sticky-Bar */
#stickyBarCustom {
  margin-top: 10%;
  background-color: #ffffff !important;
  display: block;
  box-shadow: 0 2px 20px 3px #333;
  width: 100%;
  padding: 10px 0;
  height: auto;
  position: fixed;
  z-index: 99999;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  will-change: transform;
}

.placeBottom {
  top: inherit;
  bottom: 0;
}

#stickyBarCustom.is-fixed {
  transform: translateY(0);
}

#stickyBarCustom .cta-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-grow: 1;
  flex-basis: 100%;
  justify-content: center;
}

#stickyBarCustom .cta-wrapper a.cta-button {
  padding: 17px 170px;
}

#extra-padding {
  padding-bottom: 100px;
}

/* Container-Right */
.sidebar-card {
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 300px;
  width: 245px !important;
  border: 1px solid #00000057;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  margin: 10px auto 0 0;
  padding: 14px 10px 12px;
}

.sidebar-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #000000 !important;
  line-height: 20px;
  padding: 1px 5px;
  margin-top: 3px;
}

.product-image-container {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  padding: 5px 10px 0 15px;
}

.product-image {
  object-fit: contain;
  width: auto;
  height: 170px;
  aspect-ratio: 841/1128;
  margin-top: 7px;
  padding-top: 5px;
}

.sidebar-card .cta-wrapper {
  width: 100%;
  padding: 12px 5px;
  margin-top: 12px;
}

.sidebar-card .cta-button {
  width: 100%;
  border: none;
  font-family: Montserrat, sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000000 !important;
  cursor: pointer;
  border-color: #ffffff !important;
  background-color: var(--color-btn);
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  height: auto;
  padding: 15px 20px;
  border-radius: 4px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.reviews-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.rating-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  padding: 12px 5px;
}

.rating-text {
  color: #000;
  padding: 1px;
  font-size: 14px;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: right;
}

.stars img {
  width: 83px;
}

.rating-count {
  padding: 1px;
  font-size: 13px;
  font-weight: 300;
  color: #909090 !important;
  text-align: center;
}

.rating-breakdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 5px 5px;
}

.rating-row {
  display: grid;
  grid-template-columns: 60px 1fr 40px;
  gap: 10px;
  align-items: center;
}

.star-label,
.percentage {
  padding: 1px;
  font-size: 16px;
  font-weight: 700;
  color: #00aa25 !important;
}

.star-label {
  text-align: left;
}

.percentage {
  text-align: right;
}

.progress-bar {
  background: #f1f1f1;
  overflow: hidden;
  min-width: 0;
  height: 18px;
  border: 1px solid #ddd;
}

.progress-fill {
  height: 100%;
  background: linear-gradient(to right, #f5cf75, #f0ae16);
  transition: width 0.3s ease;
}

.features-section {
  margin-top: 15px;
  margin-bottom: 10px;
}

.features-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.feature-ratings {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 5px 5px;
}

.feature-row {
  display: grid;
  grid-template-columns: 90px 1fr 25px;
  gap: 5px;
}

.feature-name {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.feature-rating {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  text-align: right;
}

/* Media Queries */
@media (max-width: 992px) {
  .header {
    padding-inline: 20px;
  }
}

@media (max-width: 768px) {
  .page-header h1.section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .section-subtitle {
    font-size: 14px;
    line-height: 21px;
  }

  .header-meta {
    font-size: 13px;
  }

  .section-title {
    font-size: 23px;
    line-height: 28px;
  }

  .section-text,
  .text-content {
    font-size: 15px;
    line-height: 21px;
  }

  .trust-badges {
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
  }

  .badge-icon {
    width: 90px;
    height: 90px;
  }

  .badge-text {
    display: none;
  }

  a.cta-button {
    font-size: 14px;
    font-weight: 700;
    padding: 17px 20px;
    line-height: 20px;
    width: 100%;
  }

  #stickyBarCustom .cta-wrapper a.cta-button {
    width: 100%;
    padding: 17px 20px;
  }
}

@media (max-width: 576px) {
  .content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .testimonial {
    flex-direction: column;
    padding: 0;
  }

  .testimonial-image img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .trust-badges {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }

  .badge-item {
    flex-basis: auto;
  }

  .badge-icon {
    width: 65px;
    height: 65px;
  }
}
