h1 {
	font-size: 30px;
}
body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: 300;
	font-size: 19px;
	line-height: 33px;
	padding: 0;
	max-width: 1200px;
	margin: 20px auto;
	padding: 0 1rem;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

header {
	overflow: hidden;
}


a {
	color: blue;
	text-decoration: none;
}

.footer {
	font-size: 12px;
	text-align: center;
}

.loginlink {
	text-align: left;
}

.navbar {
	background-origin: padding-box;
}

/* old css START  */
.site-identity { 
	float: left; 
}

.site-identity h1 { 
	font-size: 1.5em; 
	margin: .7em 0 .3em 0; 
	display: inline-block; 
}

.site-identity img { 
	max-width: 55px; 
	float: left; 
	margin: 0 10px 0 0; 
}

.image_article_details {
	max-width: 30vw;
}
		
/* old css END */

.centered-div {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #f0f0f0;
	border-radius: 4px;
	/* padding-top: 350px; */
	width: 100%;
	height: 80%;
}

.navbar-content {
	padding: 0 20px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-left {
	float: left;
}
.nav-right {
	float: right;
}

.nav-image {
	max-width: 30px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
}


/* Style for the blockquotes, ie: when using > */
blockquote {
	border-left: 2px solid #cccccc;
	/* Add a left border */
	padding: 0 15px;
	/* Add some padding for space */
	margin: 10px 0;
	/* Add margin for separation */
	color: #555;
	/* Set the text color */
}

/* Style for the post dates */
.post-date {
	font-family: 'Courier New', Courier, monospace;
	color: #575757;
	font-size: 18px;
}


summary {
	cursor: pointer;
	background-color: #eee;
	padding: .25rem 1rem;
	margin: 0 -1rem
}

details[open] {
	border-bottom: 1rem solid #eee;
	margin: 0 -1rem 1rem;
	padding: 0 1rem
}

.pricing, .hero, .pain-points, .solutions, .benefits, .cta {
	text-align: center;
	padding: 50px;
	background-color: #f9f9f9;
}

.pain-points {
	text-align: center;
	padding: 150px;
	background-color: #f9f9f9;
}

.pricing-options {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.pricing-option {
	border: 1px solid #ddd;
	padding: 20px;
	width: 300px;
}

.pricing-option h3 {
	color: #333;
	font-size: 24px;
}

.pricing-option .price {
	font-size: 28px;
	color: #4CAF50;
	margin: 10px 0;
}

.pricing-option ul {
	list-style-type: none;
	padding: 0;
}

.pricing-option ul li {
	margin-bottom: 10px;
	text-align: left;
}

button {
	background-color: #4CAF50;
	color: white;
	border: none;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	cursor: pointer;
}

.pricing button{
	background-color: #4CAF50;
	color: white;
	border: none;
	width: 25%;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	cursor: pointer;
}

.sign_up_column {
  float: left;
}

.left, .right {
  width: 30%;
}

.pad {
  width: 10%;
}

.middle {
  width: 20%;
}

.flash-messages {
	margin-bottom: 20px;
}
.flash-success {
	padding: 10px;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
	border-radius: 4px;
	margin-bottom: 10px;
}
.flash-error {
	padding: 10px;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
	border-radius: 4px;
	margin-bottom: 10px;
}
.flash-warning {
	background-color: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404;
}
.flash-info {
	background-color: #cce5ff;
	border: 1px solid #b8daff;
	color: #004085;
}
/* Add fade-out animation */
.flash-message {
	animation: fadeOut 5s forwards;
	animation-delay: 3s;
}
@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; visibility: hidden; }
}

.btn.primary-btn {
	background-color: #4CAF50;
	color: #fff;
}

/* .btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.mt-4 {
	margin-top: 1.5rem !important;
} */

.top-menu {
	/* background-color: #333; */
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
}

/* Menu list */
.top-menu ul {
	display: flex;
	gap: 20px;  /* Space between menu items */
}

/* Menu items */
.top-menu li {
	position: relative;
}

/* Menu links */
.top-menu li a {
	color: white;
	text-decoration: none;
	/* font-size: 16px; */
	transition: color 0.3s ease;
}

.top-menu li a.focus {
	color: white;
	text-decoration: none;
	/* font-size: 16px; */
	transition: color 0.3s ease;
	background-color: #4CAF50;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	/* margin-top: 15px; */
	cursor: pointer;
}

.top-menu li a.focus_white {
	color: green !important;
	border: solid 2px green;
	text-decoration: none;
	/* font-size: 16px; */
	transition: color 0.3s ease;
	background-color: white;
	padding: 8px 18px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/* font-size: 16px; */
	/* margin-top: 15px; */
	cursor: pointer;
}

.top-menu li a.focus_white:hover {
	color: white !important;
	border: none;
	text-decoration: none;
	/* font-size: 16px; */
	transition: color 0.3s ease;
	background-color: green;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/* font-size: 16px; */
	/* margin-top: 15px; */
	cursor: pointer;
}

.top-menu li a.focus:hover {
	/* color: #00a8ff; */
	text-decoration: none;
}

/* Hover effect */
.top-menu li a:hover {
	/* color: #00a8ff; */
	color: blue;
	text-decoration: none;
}

/* Active state */
.top-menu li.active a {
	/* color: #00a8ff; */
	color: blue;
}

.top-menu li.active a.focus {
	/* color: #00a8ff; */
	color: white;
}

/* Optional: Dropdown indicator for submenus */
/* .top-menu li.has-dropdown::after {
	content: '▼';
	font-size: 10px;
	margin-left: 5px;
	color: white;
} */

/* Optional: Responsive design */
@media screen and (max-width: 768px) {
	.top-menu ul {
			flex-direction: column;
			gap: 10px;
	}
	
	.top-menu {
			height: auto;
			padding: 10px 0;
	}
}

/* Reset default styles */
.product-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Product grid container */
.product-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 20px;
	padding: 20px;
}

/* Product item */
.product-list li {
	background: white;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 15px;
	transition: box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
}

/* Hover effect */
.product-list li:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Product image container */
.product-list .product-image {
	position: relative;
	padding-bottom: 100%; /* 1:1 Aspect ratio */
	overflow: hidden;
}

.product-list .product-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

/* Product info */
.product-list .product-info {
	padding: 15px 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.product-list .product-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #333;
}

.product-list .product-price {
	/* font-size: 18px; */
	font-weight: bold;
	color: #2c3e50;
	margin: 0 0 10px 0;
}

.product-list .product-description {
	/* font-size: 14px; */
	color: #666;
	margin: 0 0 15px 0;
	line-height: 1.4;
}

/* Optional: Badge/Label */
.product-list .product-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #e74c3c;
	color: white;
	padding: 5px 10px;
	border-radius: 3px;
	/* font-size: 12px; */
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
	.product-list {
			grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
			gap: 15px;
			padding: 15px;
	}
}

@media screen and (max-width: 480px) {
	.product-list {
			grid-template-columns: 1fr;
			gap: 10px;
			padding: 10px;
	}
}

.carousel-container {
  width: 900px;
  overflow: hidden;
  position: relative;
}

.carousel-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto; /* Adjust dynamically with JS */
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-list li {
  width: 900px; /* Item width */
  flex-shrink: 0;
  text-align: center;
  box-sizing: border-box;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.prev-btn {
  left: 10px;
	background-color: transparent;
	color:black;
}

.next-btn {
  right: 10px;
	background-color: transparent;
	color: black;
}

.tag-cloud {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	/* max-width: 800px; */
	margin: 0 auto;
	padding: 20px;
	gap: 12px;
}

.tag {
	padding: 8px 16px;
	border-radius: 20px;
	background-color: #f0f0f0;
	transition: all 0.3s ease;
	cursor: pointer;
	text-decoration: none;
	color: #333;
}

.tag:hover {
	transform: scale(1.1);
	background-color: #e0e0e0;
}

.tag-count {
	margin-left: 6px;
	font-size: 0.85em;
	background: rgba(255, 255, 255, 0.5);
	padding: 2px 6px;
	border-radius: 12px;
	min-width: 24px;
	text-align: center;
}

.size-1 { font-size: 1rem; }
.size-2 { font-size: 1.2rem; }
.size-3 { font-size: 1.4rem; }
.size-4 { font-size: 1.6rem; font-weight: 500; }
.size-5 { font-size: 1.8rem; font-weight: 600; }

/* Add some color variations */
.color-1 { background-color: #e3f2fd; }
.color-2 { background-color: #bbdefb; }
.color-3 { background-color: #90caf9; }
.color-4 { background-color: #64b5f6; }
.color-5 { background-color: #42a5f5; color: white; }

/* Light pastel colors with increased contrast */
.pastel-1 {
	background-color: #f7d4d4;
	color: #2d3748;
	border: 1px solid #e2b5b5;
}
.pastel-2 {
	background-color: #d4e5f7;
	color: #2d3748;
	border: 1px solid #b5c9e2;
}
.pastel-3 {
	background-color: #d4f7d9;
	color: #2d3748;
	border: 1px solid #b5e2ba;
}
.pastel-4 {
	background-color: #f7ecd4;
	color: #2d3748;
	border: 1px solid #e2d5b5;
}
.pastel-5 {
	background-color: #e9d4f7;
	color: #2d3748;
	border: 1px solid #d0b5e2;
}

/* Darker gentle colors (white text) with increased contrast */
.dark-1 {
	background-color: #6088ab;
	color: white;
	border: 1px solid #4a6d8c;
}
.dark-2 {
	background-color: #699782;
	color: white;
	border: 1px solid #4d7865;
}
.dark-3 {
	background-color: #ab8860;
	color: white;
	border: 1px solid #8c6d4a;
}
.dark-4 {
	background-color: #8860ab;
	color: white;
	border: 1px solid #6d4a8c;
}
.dark-5 {
	background-color: #ab6088;
	color: white;
	border: 1px solid #8c4a6d;
}

/* Tag count styles for pastel backgrounds */
.pastel-1 .tag-count,
.pastel-2 .tag-count,
.pastel-3 .tag-count,
.pastel-4 .tag-count,
.pastel-5 .tag-count { 
	background: rgba(0, 0, 0, 0.1);
	color: #2d3748;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Tag count styles for dark backgrounds */
.dark-1 .tag-count,
.dark-2 .tag-count,
.dark-3 .tag-count,
.dark-4 .tag-count,
.dark-5 .tag-count {
	background: rgba(255, 255, 255, 0.35);
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.dashboard-header {
	max-width: 1400px;
	margin: 0 auto 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

