@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
  font-display: swap;
}
* {
  box-sizing: border-box;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
}

body {
  margin: 0;
  background-color: #fff;
  color: #555555;
  padding-bottom: 80px;
  /* for fixed bottom bar */
  font-weight: 400;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
  color: #555555 !important;
}

h1 {
  font-size: 36px !important;
}

h2 {
  font-size: 24px !important;
}

h3 {
  font-size: 20px !important;
}

h4 {
  font-size: 18px !important;
}

h5 {
  font-size: 16px !important;
}

h6 {
  font-size: 14px !important;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 15px !important;
}

.no-radius,
#ig94m,
#i8cfp img {
  border-radius: 0 !important;
}

a {
  text-decoration: none;
  color: #167ac6;
  font-weight: 500;
}

a:hover {
  color: #125c96;
}

.btn-primary-custom {
  background: linear-gradient(135deg, #2768AD 0%, #1e5a99 100%);
  box-shadow: 0 4px 15px rgba(39, 104, 173, 0.4);
  color: #ffffff !important;
  border: none;
  transition: all 0.3s ease;
  font-weight: 700;
  border-radius: 12px;
}

.btn-primary-custom:hover {
  background: linear-gradient(135deg, #1e5a99 0%, #164a85 100%);
  box-shadow: 0 6px 20px rgba(39, 104, 173, 0.6);
  color: #ffffff !important;
  transform: translateY(-2px);
}

.btn-success-custom {
  background: #44A714;
  color: #fff;
  font-weight: 700;
  border-radius: 40px;
  padding: 16px 48px;
  box-shadow: -0.07px 4px 8px rgba(0, 0, 0, 0.25);
  transition: background 0.2s;
  border: none;
}

.btn-success-custom:hover {
  background: #52C41A;
  color: #fff;
}

.bar {
  background-color: #44b1f0;
  width: 100%;
  height: 9px;
  background-image: linear-gradient(135deg, #1D8ECE 25%, transparent 25%, transparent 50%, #1D8ECE 50%, #1D8ECE 75%, transparent 75%, transparent);
  background-size: 35px 35px;
  animation: cssProgressActive 2s linear infinite;
}

@keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 35px 35px;
  }
}

.percentage {
  background: linear-gradient(180deg, #F04000 0, #DD1E00 100%);
}

/* ---------- HEADER / TOP BAR ---------- */
.advertising-bar {
  background-color: #ecebeb;
  color: #4b4b4b;
  font-size: 10px;
  text-align: center;
  padding: 2px 0;
}

.uk-trend-bar {
  background-color: #434780;
  color: #fff;
  padding: 5px 0;
}

.container-limited {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ---------- CONTENT SECTIONS ---------- */
.main-content {
  padding: 13px 0 105px;
}

.alert-update {
  background-color: #fffcd8;
  border: 1px solid #efe780;
  border-radius: 6px;
  padding: 8px 28px 8px 8px;
  margin-bottom: 12px;
  font-size: 15px;
}

.rating-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.rating-stars {
  max-width: 166px;
  margin-right: 10px;
}

.review-count {
  color: #007185;
  font-weight: 700;
  font-size: 12px;
}

/* ---------- REVIEWS ---------- */
.review-card {
  background-color: #fafafa;
  border-radius: 6px;
  padding: 0 0 20px;
  margin-bottom: 33px;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  object-fit: cover;
  margin-right: 10px;
}

.review-name {
  font-size: 14px;
  font-weight: 400;
}

.review-meta {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.review-stars {
  width: 88px;
  margin-right: 11px;
}

.review-location {
  color: #565959;
  font-size: 16px;
}

.verified {
  font-weight: 700;
  color: #c45500;
  margin-bottom: 10px;
}

.review-text {
  color: #333;
  margin-bottom: 10px;
}

.review-image img {
  max-width: 250px;
  border-radius: 15px;
}

/* ---------- PROMO SECTION ---------- */
.promo-box {
  background-color: #fafafa;
  padding: 52px 42px 37px 27px;
  margin-top: 30px;
}

.promo-warning {
  font-weight: 700;
  color: red;
}

.discount-badge {
  width: 101px;
  height: 101px;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% 50px 50px 50px;
  background: linear-gradient(180deg, #F04000 0, #DD1E00 100%);
  color: white;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

/* ---------- FOOTER BADGES ---------- */
.badge-section {
  background: #fef8b7;
  padding: 20px 40px;
}

.badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.badge-icon {
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

/* ---------- MODALS & FIXED ---------- */
#fixedBottomBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 0;
  z-index: 9997;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: all 0.3s;
}

#fixedBottomBar.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#fixedBottomBar a {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  padding: 16px 40px;
  background: linear-gradient(135deg, #2768AD, #1e5a99);
  color: white !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 12px;
}

.custom-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}

.custom-modal-backdrop.show {
  display: block;
  opacity: 1;
}

#promoModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  padding: 20px;
}

#promoModal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

#promoModal .modal-dialog {
  max-width: 800px;
  width: 100%;
  margin: auto;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

#promoModal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

#promoModal .modal-content {
  border: none;
  background: transparent;
}

#promoModal .promo-content {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#promoModal .promo-header {
  background: linear-gradient(135deg, #3077BE, #2563a8);
  color: white;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}

#promoModal .promo-header h3 {
  margin: 0;
  color: #fff !important;
}

#promoModal .btn-close-custom {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  color: white;
  font-size: 32px;
  cursor: pointer;
}

#promoModal .promo-body {
  display: flex;
}

#promoModal .promo-image {
  flex: 0 0 45%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

#promoModal .promo-info {
  flex: 1;
  padding: 40px 30px;
  background: #f8f9fa;
}

#promoModal .promo-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #555;
}

#promoModal .promo-discount {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 20px;
}

#promoModal .promo-cta {
  background: linear-gradient(135deg, #3077BE, #2563a8);
  color: white;
  border: none;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
}

.footer-copyright {
  background: #424242;
  color: gray;
  font-size: 15px;
  padding: 38px 0 50px;
}

.cms-text {
  cursor: pointer;
  color: gray;
  transition: color 0.3s;
}

.cms-text:hover {
  color: #fff;
  text-decoration: underline;
}

/* mobile */
@media (max-width: 768px) {
  h1 {
    font-size: 28px !important;
  }

  .promo-box {
    padding: 30px 8px 20px;
  }

  .discount-badge {
    width: 82px;
    height: 82px;
    font-size: 18px;
  }

  .badge-item {
    flex: 50%;
    margin-bottom: 13px;
  }

  #promoModal .promo-body {
    flex-direction: column;
  }

  #promoModal .promo-title {
    font-size: 28px;
  }
}