/* General Reset */
body, h1, h3, p, ul, li, a {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    h2 {
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
}

body {
  background-color: #f9f9f9;
  color: #333;
}


.product-bullet-points {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.product-bullet-points ul {
    padding: 0;
    margin: 0;
}

.product-bullet-points li {
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
    list-style: none;
}

.product-bullet-points li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 0; 
    font-size: 14px;
    color: #4CAF50;
}





.testimonial {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.testimonial:last-child {
	border-bottom: none;
}

/* Left Section: Image */
.testimonial-left img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}

/* Right Section: Content */
.testimonial-right {
	flex: 1;
}

.testimonial-right h3 {
	margin: 0;
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
}

.testimonial-right p {
	margin: 8px 0;
	color: #555;
}

.testimonial-right strong {
	color: #4caf50;
	font-size: 0.9rem;
}

/* Mobile Styles */
@media (max-width: 768px) {
	.testimonial {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.testimonial-left img {
		margin-bottom: 10px;
	}
}


.comparison-table {
    border-collapse: collapse;
    margin: 20px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

.comparison-table th,
.comparison-table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.comparison-table th {
    background-color: #f5f5f5;
    font-size: 18px;
}

.comparison-table td {
    font-size: 16px;
}

.comparison-table .check {
    color: green;
    font-weight: bold;
}

.comparison-table .cross {
    color: red;
    font-weight: bold;
}


.review-plain span {
	color: red;
	font-size: 1.6em;
}

.review-plain {
	border: 1px solid silver;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
	margin-bottom: 20px;
	padding: 16px;
}

.hidden {
        opacity: 0;
        transition: opacity 0.5s ease; /* Smooth fade */
    }
    .visible {
        opacity: 1;
        transition: opacity 0.5s ease; /* Smooth fade */
    }

.product-widget-content h2, .product-widget-content a {
  font-size: 1.2em;
}

/* Product Widget Styling */

.product-widget {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 15px;
}

.product-widget-content .cta-button-green {
  width: 100%;
}

.product-widget-content img {
  max-width: 100%;
  width: 100%;
}

.sidebar {
  flex: 1; /* Sidebar occupies 25% width */
  max-width: 300px;
  position: sticky;
  top: 20px;
  height: fit-content; /* Prevent it from stretching */
}

.flex-container {
  display: flex;
  gap: 20px; /* Space between columns */
}

.main-content {
  flex: 3; /* Main content occupies 75% width */
}

@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }

  .sidebar {
    position: static; /* Disable sticky behavior on small screens */
    max-width: 100%;
    margin-top: 20px;
  }
}

/* End Of Product Widget Styling */


.container p {
  font-size: 18px;
  font-weight: 400;
  font-family: open sans,sans-serif;
  line-height: 1.8em;
  color: #333;
  margin-bottom: 25px;
  letter-spacing: 0;

}

/* Max Width for Content */
.container {
  max-width: 1024px;
  margin: 0 auto;
}

/* Top Stripe */
.top-stripe {
  background-color: #2e5593;
  color: silver;
  padding: 12px 12px;
  font-size: 1.1em; /* Slightly larger font size */
}

.top-stripe .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Main Content */
.content-section {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 12px 12px;
  margin-top: 3px;
}

.intro {
  border-left: 3px solid #337ab7;
  padding-left: 10px;
}

.intro p {
  margin: 0;
}

.promo-box p {
  margin: 20px 0;
}

.author-block span {
  margin-top: 3px;
}

.profile-image {
  max-width: 30px;
  display: block;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}

.author-block {
  color: #919ba3;
}

.rating {
  width: 100px;
  height: 20px;
  margin-right: 10px;
  margin-top: 4px;
  float: left;
}

.author-by {
  font-size: 13px;
}

.author-name {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #49545e;
}

.author-category {
  font-weight: bold;
  font-size: 13px;
  color: #919ba3;
}

.author-date {
  font-size: 13px;
  margin-left: 8px;
  margin-right: 8px;
}

.banner-block {
  background: #e6e6e6;
  margin: 20px 0;
}

.banner-block p {
  font-weight: bold;
  margin-left: 10px;
  padding-bottom: 10px;
}

h1 {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}

.intro {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.featured-img {
  width: 100%;
  border-radius: 2px;
}

ul {
  margin: 20px 0;
  padding-left: 20px;
}

ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

/* Promo Box */
.promo-box {
  background-color: #f9f9f9;
  border-left: 5px solid #337ab7;
  padding: 15px;
  margin: 20px 0;
}

/* Green CTA Button */
.cta-button-green {
  display: inline-block;
  background-color: #28a745;
  color: white;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 24px;
  font-weight: bold;
  width: auto;
}

.cta-button-green:hover {
  background-color: #218838;
}

.cta-button {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Footer */
footer {
  background-color: #333;
  color: #ddd;
  padding: 20px 0;
}

.copyright {
  color: #ddd !important;
  font-size: 12px !important;
}

footer .container {
  text-align: center;
  padding: 12px 12px;
}

footer nav {
  margin: 10px 0;
}

footer nav a {
  color: #ddd;
  text-decoration: none;
  margin: 0 5px;
}

footer nav a:hover {
  color: #fff;
}

footer .disclosure {
  font-size: 12px;
  margin-top: 10px;
  color: #bbb;
}

.quote {
  background: #f9f9f9;
  padding: 20px 30px;
  margin: 20px 0;
  font-family: 'Georgia', serif;
  font-size: 1.1em;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.quote blockquote {
  margin: 0;
  padding: 0;
  font-style: italic;
  color: #555;
  quotes: "“" "”" "‘" "’";
}

.quote blockquote::before {
  content: open-quote;
  font-size: 2em;
  color: #d9534f;
  vertical-align: -0.4em;
  margin-right: 5px;
}

.quote blockquote::after {
  content: close-quote;
  font-size: 2em;
  color: #d9534f;
  vertical-align: -0.4em;
  margin-left: 5px;
}

.quote .quote-name {
  margin-top: 10px;
  text-align: right;
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.feature-list, .checkmarked-list {
  margin: 20px 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  font-size: 1.1em;
  line-height: 1.8;
  color: #333;
}

.feature-list li, .checkmarked-list li {
  position: relative;
  list-style-type: none;
  padding-left: 40px;
  margin-bottom: 15px;
}

.feature-list li::before, .checkmarked-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;
  font-size: 1.2em;
  font-weight: bold;
}

.feature-list li strong, .checkmarked-list li strong {
  color: #000;
}

.how-to-list, .numbered-list {
  counter-reset: step;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-family: 'Arial', sans-serif;
  font-size: 1.1em;
  line-height: 1.8;
  color: #333;
}

.how-to-list li, .numbered-list li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.how-to-list li::before, .numbered-list li::before {
  counter-increment: step;
  content: counter(step) ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #28a745;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
}


/* Hero Section */
.hero-clean {
  text-align: center;
  padding: 40px 20px;
  background-color: white;
  margin-bottom: 20px;
}

.hero-clean h1 {
  font-size: 2.5em;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.hero-clean p {
  font-size: 1.2em;
  font-weight: 400;
  color: #555;
}

/* Message Box Section */
.message-box {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 30px 20px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.message-box h2 {
  font-size: 1.8em;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.message-box p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  text-align: center;
}

.message-box a {
  color: #0073e6;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
}

.message-box a:hover {
  border-bottom: 2px solid #0073e6;
}

/* Custom Container */
.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}


.review-widget {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  max-width: 700px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.review-header {
  text-align: left;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.review-header h3 {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 5px;
}

.review-header p {
  font-size: 0.9em;
  color: #666;
}

.overall-rating {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.rating-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #0073e6;
  margin-right: 10px;
}

.stars {
  color: #f4b400;
  font-size: 1.2em;
  margin-right: 10px;
}

.rating-label {
  font-size: 1em;
  color: #555;
  font-weight: bold;
}

.review-details {
  margin-top: 15px;
}

.rating-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.rating-item .label {
  flex: 1;
  font-size: 1em;
  color: #555;
}

.rating-bar {
  flex: 3;
  height: 10px;
  background-color: #e6e6e6;
  border-radius: 5px;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
}

.rating-bar-fill {
  height: 100%;
  background-color: #0073e6;
  border-radius: 5px;
}

.rating-item .score {
  flex: 0 0 30px;
  text-align: right;
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

.comparison-table {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
  font-family: Arial, sans-serif;
}

.comparison-table h2 {
  font-size: 1.8em;
  color: #333;
  margin-bottom: 20px;
}

.comparison-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.column {
  flex: 1;
  padding: 10px;
}

.column h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #333;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  line-height: 1.8;
}

.column li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
}

.check {
  color: #28a745;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.cross {
  color: #d9534f;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.2em;
}

.image img {
  width: 100%;
}

@media (max-width: 768px) {
  .comparison-grid {
    flex-direction: column;
    align-items: center;
  }

  .column {
    max-width: 100%;
  }

  .comparison-table h2 {
    font-size: 1.4em;
  }
}


/* Responsive CTA Button for Mobile */
@media (max-width: 768px) {
  .cta-button-green {
    width: 100%;
  }

  .author-date, .author-category {
    display: none;
  }

  .banner-block p {
    font-size: 14px;
  }

  h1 {
    font-size: 24px;
  }

  .intro p {
    font-size: 16px;
  }

  .top-stripe {
    font-size: 0.9em;
  }
}
