.elementor-6341 .elementor-element.elementor-element-3cd75e8{--display:flex;}.elementor-6341 .elementor-element.elementor-element-72f741a > .elementor-widget-container{margin:-69px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6bf3252 */@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@500;700&display=swap');

#decline-notice {
  position: fixed;
  bottom: 40px;
  right: 40px;
  max-width: 460px;
  width: 100%;
  padding: 22px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff, #f8f4ff);
  box-shadow: 0 20px 45px rgba(80, 0, 150, 0.15);
  border: 2px solid #e7d8fc;
  font-family: 'Urbanist', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transform: translateY(60px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s ease;
  z-index: 9999;
}

#decline-notice.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.notice-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.notice-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #d7b6ff;
  box-shadow: 0 0 12px rgba(150, 60, 255, 0.15);
}

.text-block {
  display: flex;
  flex-direction: column;
}

.decline-title {
  font-weight: 700;
  font-size: 18px;
  color: #7e22ce;
  margin-bottom: 4px;
}

.decline-msg {
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.6;
}

.glow-green {
  color: #16a34a;
  font-weight: 600;
  animation: softGlow 2s infinite ease-in-out;
}

@keyframes softGlow {
  0%, 100% { text-shadow: 0 0 0px #16a34a; }
  50% { text-shadow: 0 0 8px #16a34a; }
}

.diamond-close {
  background: linear-gradient(135deg, #ffffff, #f3f3f3);
  border: 1px solid #ccc;
  color: #6b7280;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.diamond-close:hover {
  background: #7e22ce;
  color: #fff;
  transform: scale(1.1) rotate(45deg);
  box-shadow: 0 6px 20px rgba(126, 34, 206, 0.3);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72f741a */.trust-box {
  text-align: center;
  margin: 30px auto;
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9ff;
  padding: 15px 25px;
  border-radius: 10px;
  width: fit-content;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.trust-stars i {
  color: #00b67a; /* Trustpilot green */
  font-size: 20px;
  margin: 0 2px;
}

.trust-score {
  font-size: 14px;
  color: #2d2d2d;
  margin-top: 6px;
}

.trust-score strong {
  color: #00b67a;
}

.trust-score span {
  color: #666;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6bbb5ea *//* === Trustpilot VIP Slider Wrapper === */
.trustpilot-luxury-slider {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #0f0a1c;
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  overflow: hidden;
}


/* === Container Limit === */
.trustpilot-container {
  max-width: 1240px;
  margin: auto;
}

/* === Header with Trustpilot logo and score === */
.trustpilot-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.trustpilot-header img.custom-logo {
  height: 36px;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 255, 140, 0.2);
  object-fit: contain;
}


.tp-score {
  font-size: 15px;
  color: #ccc;
}
.tp-score span {
  color: #00b67a;
  font-weight: 600;
}

/* === Slider Row === */
.trustpilot-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

/* === Scrollbar Styling === */
.trustpilot-slider::-webkit-scrollbar {
  height: 6px;
}
.trustpilot-slider::-webkit-scrollbar-thumb {
  background: #00b67a;
  border-radius: 10px;
}

/* === Individual Review Cards === */
.tp-card {
  flex: 0 0 300px;
  background: #1b132c;
  border-left: 3px solid #00b67a;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 15px rgba(0, 182, 122, 0.15);
  transition: transform 0.3s;
  scroll-snap-align: start;
}

.tp-card:hover {
  transform: translateY(-5px);
}

/* === Stars and Text === */
.tp-stars {
  color: #ffcc00;
  font-size: 16px;
  margin-bottom: 10px;
}

.tp-card p {
  font-size: 14px;
  color: #ddd;
  margin-bottom: 15px;
  line-height: 1.5;
}

/* === Reviewer Profile === */
.tp-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #aaa;
}

.tp-profile img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #00b67a;
}/* End custom CSS */