html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
}
#hellobar-bar {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0;
  height: 30px;
  display: table;
  font-size: 17px;
  font-weight: 400;
  padding: 0.33em 0.5em;
  -webkit-font-smoothing: antialiased;
  color: white;
  position: fixed;
  background-color: #035ded;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.15);
}
#hellobar-bar.regular {
  height: 30px;
  font-size: 14px;
  padding: 0.2em 0.5em;
}
.hb-content-wrapper {
  text-align: center;
  text-align: center;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.hb-content-wrapper p {
  margin-top: 0;
  margin-bottom: 0;
}
.hb-text-wrapper {
  margin-right: 0.67em;
  display: inline-block;
  line-height: 1.3;
}
.hb-text-wrapper .hb-headline-text {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}
#hellobar-bar .hb-cta {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  color: #ffffff;
  background-color: #001885;
  border-color: #22af73;
}
.hb-cta-button {
  opacity: 1;
  color: #fff;
  display: block;
  cursor: pointer;
  line-height: 1.5;
  max-width: 22.5em;
  text-align: center;
  position: relative;
  border-radius: 3px;
  white-space: nowrap;
  margin: 1.75em auto 0;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
}
.hb-cta-button .hb-text-holder {
  border-radius: inherit;
  padding: 5px 15px;
}
.hb-close-wrapper {
  display: table-cell;
  width: 1.6em;
}
.hb-close-wrapper .icon-close {
  font-size: 14px;
  top: 15px;
  right: 25px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  color: #001885;
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 15px;
  z-index: 1000;
  text-decoration: none;
}
.card-body {
  text-align: left;
}
/* Sale Tag Style */
/* Base Styles for Sale Tag changed here */
.sale-tag {
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff4d4d;
  min-width: 80px; /* Default minimum width for larger screens */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: opacity 0.3s ease, min-width 0.3s ease;
}

/* For mobile screens */
@media (max-width: 768px) {
  .sale-tag {
    min-width: 110px; /* Increase the minimum width for mobile screens */
  }
}

/* Create the hole effect */
.sale-tag::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px; /* Width of the hole */
  height: 10px; /* Height of the hole */
  background-color: #ff4d4d; /* Match the tag color */
  border-radius: 50%; /* Make it circular */
  transform: translateX(-50%); /* Center the hole */
  border: 2px solid #fff; /* White border to enhance the hole effect */
}

/* Thread effect */
.thread {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 2px; /* Thickness of the thread */
  height: 20px; /* Length of the thread */
  background-color: #000; /* Black thread */
  transform: translateX(-50%);
  z-index: 1; /* Ensure thread is behind the tag */
}

/* Container for each radio option changed */
.single-radio-box {
  position: relative;
  display: inline-block;
  margin: 15px;
  margin-bottom: 50px;
}

/* Optional: Add hover effect on sale tag */
.single-radio-box:hover .sale-tag {
  opacity: 0.9;
}
.for-flex {
  display: inline;
}
.price-section {
  margin-bottom: 25px;
}
.justify-content-between-mail {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: center !important;
}
/* Add a small arrow below the sale tag changed */
.sale-tag::after {
  content: "";
  position: absolute;
  bottom: -5px; /* Adjust position based on the height of the sale tag */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ff4d4d; /* Same color as sale tag */
  margin-top: 30px;
}

.flag-discount {
  border-radius: 6px 0 0 6px;
  color: #fff;
  display: block;
  float: right;
  padding: 4px 5px;
  background: #ff4d4d;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  left: -59px;
}
.flag-discount::before,
.flag-discount::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
}
.flag-discount::before {
  top: 0;
  border-width: 22px 15px 0 0;
  border-color: #ff4d4d transparent transparent transparent;
}
.flag-discount::after {
  bottom: 0;
  border-width: 0 15px 22px 0;
  border-color: transparent transparent #ff4d4d transparent;
}
.pricing-header .price {
  line-height: 33px !important;
}
.btn-sml {
  padding: 0.5px 1px;
  font-size: 0.7rem;
  border-radius: 3px;
}
.awards-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: -10px; /* Negative gap to overlap images */
}

.awards-container img {
  width: 100px; /* Adjust size */
  height: auto;
  position: relative;
  margin-left: -20px; /* Creates overlapping effect */
}

.awards-container img:first-child {
  margin-left: 0; /* Ensures first image is positioned correctly */
}
.banner-review-area {
  align-items: left;
  gap: 12px;
  margin-top: 30px;
}
.review-image {
  height: 10%; /* Default for PC */
  width: 15%; /* Default for PC */
}

/* Mobile styles */
@media (max-width: 767px) {
  .review-image {
    height: 20%; /* Mobile size */
    width: 30%; /* Mobile size */
  }
}
.review-text {
  font-size: 15px; /* Default size for PC */
}

/* Mobile styles */
@media (max-width: 767px) {
  .review-text {
    font-size: 14px; /* Larger text for mobile */
  }
}
.protection-section-btn {
  text-align: center;
  display: inline-block; /* Default for PC */
  width: auto;
  margin: 0; /* No centering on PC */
}

/* Mobile Styles */
@media (max-width: 767px) {
  .protection-section-btn {
    display: block;
    margin: 35px auto 35px auto;
    width: 100%;
  }
}
.woo-logo {
  height: 16%;
  width: 16%;
}

@media (max-width: 767px) {
  .woo-logo {
    height: 38%;
    width: 35%;
  }
}
@keyframes slideAnimLeft {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100vw); }
}

@keyframes slideAnimRight {
	0% { transform: translateX(-100vw); }
	100% { transform: translateX(0); }
}

.unique-slider-container:hover .unique-slider .unique-slide-track {
	animation-play-state: paused;
}

.unique-slider {
	background: white;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.unique-slider::before,
.unique-slider::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.unique-slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.unique-slider::before {
	left: 0;
	top: 0;
}

.unique-slide-track {
	animation: slideAnimLeft 60s linear infinite;
	display: flex;
	width: calc(250px * 14);
}

.unique-slider-reversed .unique-slide-track {
	animation: slideAnimRight 60s linear infinite;
	display: flex;
	width: calc(250px * 14);
}

.unique-slide {
	height: 100px;
	width: 250px;
}
.notification-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: #1ABC9C;
  text-align: center;
  color: #FFFFFF;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 14px;
}
.notification-top-bar p {
  padding: 0;
  margin: 0;
}
.notification-top-bar p a {
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFF;
  color: #1ABC9C;
  font-weight: bold;
  text-decoration: none;
}
.folded-text {
    max-height: 220px; /* initial folded height */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease;
  }

  /* Fade effect at bottom when folded */
  .folded-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 90%);
    pointer-events: none;
    transition: opacity 0.5s ease;
  }

  /* Hide fade when unfolded */
  .folded-text.expanded::after {
    opacity: ;
  }

  #readMoreBtn {
    background: none;
    border: none;
    color: #8990a2;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 10px;
    transition: color 0.3s ease;
  }
  #readMoreBtn:hover {
    color: #001f70;
  }