/*
Theme Name: Owl View
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: Owl View Team
Author URI: https://wordpress.org
Description: Owl View emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: 0.1em;
}
.wp-block-template-part {
	padding: 0px !important;
}

a:focus,
a:focus-visible {
	outline: none;
	box-shadow: none;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation
	.wp-block-navigation-submenu
	.wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Subscription form messages */
.subscription-message {
	padding: 15px;
	border-radius: 4px;
	margin: 15px 0;
	text-align: center;
}

.subscription-message.success {
	color: #0071bc;
}

.subscription-message.error {
	color: red;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-weight: unset;
}

body {
	color: #1f313d;
	line-height: 1.6;
	font-weight: unset !important;
	font-size: 1.1rem;
	background-color: #ebeff2;
	font-family: "Neulis Sans", sans-serif;
}
html,
body {
	width: 100%;
	min-width: 100vw;
	overflow-x: hidden;
}

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

.container {
	width: 100%;
	padding: 0 118px;
}

/* Blog posts  */
.owlview-container {
	max-width: 1500px !important;
	padding: 0 118px !important;
}

.main-blog-details {
	margin-top: 48px;
	display: flex !important;
	justify-content: center !important;
	flex-direction: column !important;
	align-items: center !important;
}

.blog-details {
	max-width: 1500px !important;
	text-align: left !important;
}

/* Header */
header {
	width: 100%;
	padding-top: 35px;
	background-color: transparent;
}

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

.logo {
	width: 150px;
	height: 42px;
}
.mobile-splitter {
	display: none;
}

nav {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 8px 10px;
	border-radius: 32px;
	position: fixed;
	top: 31px;
	height: 52px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
}

/* Dropdown container */
.dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

/* Hide the dropdown menu by default */
.dropdown-menu {
	position: absolute;
	top: 135%; /* Position below */
	left: 50%;
	transform: translateX(-50%);
	background: white;
	border-radius: 10px;
	padding: 10px;
	border: 1px solid transparent;
	white-space: nowrap;
	display: none;
	opacity: 0;
	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

/* Dropdown arrow */
.dropdown-menu::before {
	content: "";
	position: absolute;
	top: -10px; /* Position above menu */
	left: 50%;
	transform: translateX(-50%);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid white; /* Arrow color */
}

/* Dropdown items */
.dropdown-menu li {
	list-style: none;
}

.dropdown-menu a {
	display: block;
	padding: 8px 15px;
	color: #333;
	text-decoration: none;
	border-radius: 10px;
	transition: background 0.2s;
}

.dropdown-menu a:hover {
	background: #f4f4f4;
}

.hero-discount-disclamer {
	color: #79838b;
	font-size: 14px;
}

.hamburger-menu {
	display: none;
}

nav ul {
	display: flex;
	list-style: none;
}

nav ul li {
	white-space: nowrap;
}

nav ul li a {
	transition: color 0.3s;
	padding: 5px 28px;
	display: flex;
	border-radius: 32px;
	flex-direction: column;
	font-size: 16px;
}

nav ul li a:hover {
	background-color: #ebeff2;
}

nav ul li a.active {
	background-color: #ebeff2;
}

.contact-btn {
	background-color: transparent;
	color: #0071bc;
	border: 1px solid #0071bc;
	padding: 7px 32px;
	text-align: center;
	justify-content: center;
	height: 40px;
	font-size: 15px;
	border-radius: 25px;
	transition: background-color 0.3s;
}

.contact-btn:hover {
	background-color: #0071bc;
	color: #fff;
}

.show-mobile {
	display: none;
}
.show-desktop {
	display: block;
}

/* Sections */
section {
	padding: 64px 0 64px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 58px;
	font-size: 36px;
	color: #1f313d;
}
.how-it-works-title {
	margin-bottom: 12px !important;
}
.section-description {
	margin-bottom: 58px;
	padding: 0px 20px;
	font-size: 1.2rem;
}

/* Hero Section */
#home-content {
	background-image: url("./assets/images/hero-bg.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	padding: 128px 0 15% 0;
}

.hero-content {
	max-width: 950px;
	margin: 0 auto;
}

.hero-title {
	font-size: 64px;
	margin-bottom: 20px;
	color: #1f313d;
	line-height: 1;
	display: block;
}
.hero-discount {
	margin-top: 12px;
	color: #79838b;
	span {
		color: #0071bc;
	}
}

.hero-discount-footer {
	color: #79838b;
	font-size: 14px !important;
	span {
		color: #0071bc;
	}
}

.hero-title-mobile {
	display: none;
}

.hero-title-mobile p {
	color: #0071bc;
}

.hero-title span {
	color: #0071bc;
}

.hero-subtitle {
	font-size: 20px;
	color: #79838b;
	margin-bottom: 40px;
}

.email-form {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.email-input {
	flex-grow: 1;
	padding: 15px;
	text-align: center;
	border: 1px solid #d2d6d8;
	width: 292px;
	border-radius: 48px;
	height: 40px;
	background-color: transparent;
	font-size: 16px;
	margin-bottom: 12px;
}

.footer-email-input {
	flex-grow: 1;
	padding: 15px;
	text-align: left;
	border: 1px solid #d2d6d8;
	width: 292px;
	color: #8f989e;
	height: 40px;
	border-radius: 48px;
	background-color: transparent;
	font-size: 14px;
	margin-bottom: 12px;
}
.footer-email-form p {
	margin-bottom: 8px;
	color: #79838b;
	font-size: 16px;
}

.email-input:focus {
	outline: none;
	border-color: #0071bc;
}

.owlview-btn {
	background-color: #0071bc;
	color: white;
	border: none;
	padding: 0px 25px;
	border-radius: 48px;
	width: 292px;
	height: 40px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s;
}
.footer-owlview-btn {
	background-color: #0071bc;
	color: white;
	border: none;
	border-radius: 48px;
	padding: 6px 20px;
	height: 40px;
	margin-left: 12px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s;
}

.footer-divider {
	width: 100%;
	height: 1px;
	background-color: #d2d6d8;
	margin: 0px 0px 0px 24px;
}
.footer-bottom-divider {
	width: 100%;
	height: 1px;
	background-color: #d2d6d8;
}
.footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 46px;
	font-size: 24px;
	color: #0071bc;
}
.owlview-btn:hover {
	background-color: #0564a3;
}

.fade-in {
	opacity: 0;
	transform: translateY(30px); /* Start slightly below */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.show {
	opacity: 1;
	transform: translateY(0);
}
.bg-fade-in {
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.8s ease-out;
}

.bg-fade-in.show {
	opacity: 1;
}

/* Features Section */
#features {
	background-color: #f9f9f9;
}

.features-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
}

.feature-card {
	background-color: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	text-align: center;
	transition: transform 0.3s;
}

.feature-card:hover {
	transform: translateY(-10px);
}

.feature-icon {
	font-size: 40px;
	color: #0071bc;
	margin-bottom: 20px;
}

.feature-title {
	font-size: 22px;
	margin-bottom: 15px;
}

#features .section-title {
	margin-bottom: 15px;
}

#features .container {
	margin-top: 80px;
}

.feature-description {
	color: #79838b;
}

/* Pricing Section */
#pricing {
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.pricing-container {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: row;
}
#pricing .container {
	max-width: 1500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.popular-container {
	background: none;
	background-image: url("./assets/images/pricing-pro-mask.png");
	background-size: contain;
	background-repeat: no-repeat;
	color: white !important;
}

#how-it-works {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#how-it-works .container {
	max-width: 1500px;
}

#our-mission {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

#our-mission .container {
	max-width: 1500px;
}

footer {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
}
.footer-bottom {
	font-size: 14px;
}
footer .container {
	max-width: 1500px;
}

.pricing-header {
	background-color: #ebeff2;
	color: white;
	padding: 36px;
	border-radius: 30px;
	margin-bottom: 20px;
	max-width: 338px;
	height: 192px;

	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.pricing-dollars {
	font-size: 48px;
	height: 58px;
}

.pricing-header.popular {
	background-color: #0071bc;
}

.pricing-title {
	font-size: 24px;
	margin-bottom: 10px;
	color: #1f313d;
}

.pricing-price {
	font-size: 48px;
}
.pricing-price {
	display: flex;
	align-items: flex-end; /* This will align the text to the bottom */
	margin-top: auto;
	color: #1f313d;
}

/* Optional: Keep the price and period aligned properly */
.pricing-price span {
	display: inline-flex;
	align-items: baseline; /* This aligns text baseline */
}

.pricing-price.popular {
	color: #ffffff;
}

.pricing-title.popular {
	color: #ffffff;
}

.pricing-price {
	font-size: 16px;
}

.pricing-features {
	list-style: none;
	margin-bottom: 30px;
}

.pricing-features h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

.pricing-features li {
	margin-bottom: 6px;
	font-size: 18px;
	color: #79838b;
	display: flex;
	align-items: center;
}

.pricing-features li svg {
	margin-right: 4px;
}

.pricing-card .pricing-btn {
	display: inline-block;
	background-color: white;
	border: 1px solid #79838b;
	border-radius: 30px;
	padding: 8px 24px;
	transition: background-color 0.3s;
	color: #79838b;
}

.pricing-card .pricing-btn:hover {
	background-color: #0071bc;
	color: #ffffff;
	border-color: #0071bc;
}

.pricing-card .pricing-btn.popular {
	border-color: #0071bc;
	background-color: #0071bc;
	color: #fff;
}

.pricing-card .pricing-btn.popular:hover {
	background-color: #fff;
	color: #0071bc;
	border-color: #0071bc;
}

/* Our Mission Section */
#our-mission {
	background-image: url("./assets/images/pattern.png");
	background-size: cover;
	background-color: #f9f9f9;
}

.our-mission-container {
	display: flex;
	align-items: center;
	gap: 128px;
}

.our-mission-image {
	flex: 1;
	border-radius: 10px;
	overflow: hidden;
}

.our-mission-image-mobile {
	display: none;
}

.our-mission-image img {
	width: 100%;
	height: auto;
	display: block;
}

.our-mission-content {
	flex: 1;
}

.our-mission-subtitle {
	color: #0071bc;
	margin-bottom: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 6px 20px;
	border: 1px solid #d2d6d8;
	border-radius: 48px;
	width: fit-content;
	justify-content: center;
	background-color: white;
}

.our-mission-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.our-mission-text {
	margin-left: 12px;
	color: #1f313d;
}

.our-mission-title {
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.our-mission-description {
	color: #79838b;
	margin-bottom: 20px;
}
.product-page-val-subtitle {
	color: #0071bc;
	margin-bottom: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 6px 20px;
	border: 1px solid #d2d6d8;
	border-radius: 48px;
	width: fit-content;
	justify-content: center;
	background-color: white;
}

.product-page-val-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-page-val-text {
	margin-left: 12px;
	color: #1f313d;
}

.product-page-val-title {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 12px;
	line-height: 1.2;
	order: 2;
}

.product-page-val-description {
	color: #79838b;
	margin-bottom: 20px;
	order: 3;
}

.stat-item {
	text-align: center;
}

.stat-number {
	font-size: 36px;
	color: #0071bc;
}

.stat-label {
	color: #79838b;
}

/* Features Section */
#features {
	background-color: #f9f9f9;
}

.section-description {
	color: #79838b;
	text-align: center;
}
.features-container {
	display: flex;
	width: 100%;
	gap: 20px;
	align-items: center;
	overflow: visible;
	margin-bottom: 112px;
}

.features-content {
	flex: 1;
	max-width: calc(50% - 10px);
	overflow-y: auto;
	max-height: 100%;
	overflow: visible;
}

.features-image {
	flex: 1;
	max-width: calc(50% - 10px);
	height: 100%;
	height: 341px;
	display: flex;
	align-items: center;
}

.features-image img {
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.features-container:nth-child(even) .features-image {
	margin-left: 61px;
	margin-right: 20px;
}
.features-container:nth-child(even) .features-content {
	margin-left: 96px;
}

.features-container:nth-child(odd) .features-content {
	margin-right: 124px;
}

.features-subtitle {
	color: #0071bc;
	margin-bottom: 10px;
}

.features-title {
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.features-description {
	color: #79838b;
	margin-bottom: 20px;
}

/* Blog Section */
#blog {
	background-color: #fff;
}

.blog-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 30px;
	margin-top: 60px;
}

#blog .section-title {
	margin-bottom: 25px;
	line-height: 1.16;
}

#blog .section-description {
	color: #79838b;
	text-align: center;
}

.owlview-card {
	max-width: 388px;
}

.blog-card {
	background-color: #f9f9f9;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.3s;
}

.blog-card:hover {
	transform: translateY(-10px);
}

.blog-image {
	height: 200px;
	overflow: hidden;
}

.blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 20px;
}

.blog-date {
	color: #79838b;
	font-size: 14px;
	margin-bottom: 10px;
}

.blog-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.blog-excerpt {
	color: #79838b;
	margin-bottom: 20px;
}

.blog-category {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0071bc33;
	width: fit-content;
	text-transform: uppercase;
	border-radius: 16px;
	padding: 6px 18px;
	margin-top: 18px !important;
	margin-bottom: 22px !important;
}

.author-avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 11px;
}

.blog-category span {
	font-size: 14px;
	color: #0071bc;
	font-weight: 400;
	line-height: 1.4;
}

.blog-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 14px;
}

.blog-meta .author {
	color: #a5adb1;
	font-size: 14px;
	font-weight: 400;
}

.blog-meta .date {
	color: #a5adb1;
	font-size: 14px;
	font-weight: 400;
}

.blog-link {
	color: #0071bc;
}

.home-blog-posts {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.blog-thumbnail {
	margin-bottom: 0 !important;
}

/* Analyze Product Section */
#analyze-product {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding-top: 73px;
}

.analyze-product-container {
	height: 400px;
	width: 100%;
	max-width: 1500px;
	margin: 0 236px;
	background-color: #ebeff2;
	background-image: url("./assets/images/pattern-gray.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.analyze-product-mini-title {
	font-size: 20px;
	font-weight: 500;
	color: #0071bc;
}

.analyze-product-title-wrapper {
	display: flex;
	flex-direction: column;
	margin: 24px 0;
	gap: 9px;
}

.analyze-product-title {
	font-size: 40px;
	font-weight: 500;
	color: #1f313d;
	text-align: center;
}

.analyze-product-title span {
	color: #0071bc;
}

.analyze-product-description {
	font-size: 1.2rem;
	color: #8f989e;
	text-align: center;
	margin-bottom: 37px;
}

.analyze-product-button {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	background-color: #0071bc;
	padding: 14px 28px;
	color: #ebeff2;
	border: 0;
	border-radius: 37px;
	cursor: pointer;
	text-decoration: none;
}

/* Full Product Link Sectioon */
#full-product-link {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding-top: 24px;
}

.full-product-link-container {
	height: 442px;
	width: 1264px;
	background-color: #ebeff2;
	background-image: url("./assets/images/pattern-gray.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.full-product-link-mini-title {
	font-size: 16px;
	font-weight: 500;
	color: #0071bc;
}

.full-product-link-title-wrapper {
	display: flex;
	flex-direction: column;
	margin: 24px 0;
	gap: 9px;
}

.full-product-link-title {
	font-size: 36px;
	font-weight: 500;
	color: #1f313d;
	text-align: center;
}

.full-product-link-title span {
	color: #0071bc;
}

.full-product-link-description {
	font-size: 1.2rem;
	color: #8f989e;
	text-align: center;
	margin-bottom: 37px;
}

.full-product-link-button {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	background-color: #0071bc;
	padding: 14px 28px;
	color: #ebeff2;
	border: 0;
	border-radius: 37px;
	cursor: pointer;
	text-decoration: none;
}

/* Footer */
footer {
	background-color: #ebeff2;
	color: #fff;
	padding: 60px 0 30px;
	width: 100%;
}

.footer-container {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 58px;
}
.footer-container > div {
	width: 338px;
}

.footer-logo span {
	color: #fff;
}

.footer-about {
	color: #999;
	margin-bottom: 20px;
}

.footer-social {
	display: flex;
	gap: 15px;
}

.footer-social a {
	color: #999;
	transition: color 0.3s;
	width: 48px;
}

.footer-social a:hover {
	color: #0071bc;
}

.footer-title {
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
}

.footer-links {
	list-style: none;
}

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #999;
	transition: color 0.3s;
}

.footer-links a:hover {
	color: #0071bc;
}
.footer-email-container {
	display: flex;
	flex-direction: row;
}

.footer-bottom {
	padding-top: 30px;
	color: #999;
}

.hamburger-menu {
	display: none;
}

.nav-menu {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.mobile-only {
	display: none;
}

.desktop-contact {
	display: inline-block;
}
.our-mission-image-mobile {
	display: none;
}
#valuation-hero {
	padding-bottom: 0px;
}
#blog-homepage-hero {
	padding-bottom: 0px;
}
.first-part-container {
	display: flex;
	flex-direction: row;
}
.owlview-product-valuation-preview {
	width: 50%;
	padding: 0px 50px;
	color: #8f989e;
}
.owlview-product-valuation-preview h2 {
	margin-bottom: 36px;
	font-size: 28px;
	color: #1f313d;
}
#owlview-product-valuation {
	width: 50%;
	padding-right: 50px;
}

/* Responsive */
@media (min-width: 1724px) {
	.hero-content {
		margin-top: 36px;
	}
	.our-mission-subtitle {
		margin-bottom: 24px;
	}
}

@media (min-width: 921px) and (max-width: 1340px) {
	.container {
		padding: 0 64px;
	}
	.pricing-header {
		width: 300px;
	}
	.features-container:nth-child(even) .features-image {
		margin-left: 0px;
		margin-right: 0px;
	}
	#owlview-product-valuation {
		width: 50%;
		padding: 0px 50px;
	}
	.full-product-link-container {
		margin: 0 64px;
	}
	.valuation-form-container {
		margin: 0 64px;
	}
	.features-container:nth-child(even) .features-content {
		margin-left: 0px;
	}

	.features-container:nth-child(odd) .features-content {
		margin-right: 0px;
	}
	#how-it-works {
		.container {
			padding: 0 64px;
		}
	}
	.features-image {
		width: 80%;
	}
	.features-image img {
		width: 100%;
	}
}

/* Responsive */
@media (max-width: 920px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: #ebeff2;
	}
	home .container {
		width: 100% !important;
		max-width: unset !important;
	}

	.header-container {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 20px !important;
	}

	/* blog  */
	.owlview-container {
		padding: 0 24px;
	}

	.blog-details {
		padding: 0 24px !important;
	}

	.blog-posts {
		flex-direction: column;
		padding: 16px 32px !important;
	}

	.owlview-card {
		width: 100% !important;
	}

	#trial-section {
		padding: 20px !important;
	}

	.trial-section-container {
		padding: 40px !important;
	}

	.action-buttons-wrapper {
		justify-content: center;
	}

	.action-buttons-wrapper button {
		width: 100% !important;
	}

	nav {
		background-color: transparent;
		box-shadow: unset;
		position: unset;
		transform: unset;
		padding: 12px 10px;
	}

	.hamburger-menu {
		display: block;
		cursor: pointer;
		z-index: 101;
		margin-left: auto; /* Push to right side */
	}

	.nav-menu {
		position: fixed;
		background-color: #ebeff2;
		border-bottom: 1px solid #d2d6d8;
		top: 70px; /* Adjust based on your header height */
		left: 0;
		right: 0;
		flex-direction: column;
		width: 100%;
		padding: 20px 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		z-index: 100;
		display: flex;
		align-items: center;
		opacity: 0;
		visibility: hidden;
	}

	.nav-menu.active {
		max-height: 400px;
		opacity: 1;
		visibility: visible;
	}

	.nav-menu li {
		margin: 10px 0;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.nav-menu ul li a {
		width: fit-content;
	}

	/* Hide desktop contact button on mobile */
	.desktop-contact {
		display: none;
	}

	/* Style for mobile contact button */
	.mobile-contact {
		display: inline-block;
		margin-top: 15px;
		padding: 8px 32px;
	}

	.mobile-only {
		display: block;
	}

	.hamburger-icon {
		width: 30px;
		height: 24px;
		position: relative;
		transition: all 0.3s ease;
	}

	.hamburger-icon span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #79838b;
		border-radius: 3px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: 0.25s ease-in-out;
	}
	.features-container:nth-child(even) .features-image {
		margin-left: 0px;
		margin-right: 0px;
	}
	.features-container:nth-child(even) .features-content {
		margin-left: 0px;
	}

	.features-container:nth-child(odd) .features-content {
		margin-right: 0px;
	}
	.features-title {
		margin-top: 24px;
	}
	.show-mobile {
		display: block;
	}
	.show-desktop {
		display: none;
	}
	.valuation-container {
		padding: 0px 0px 68px 0px !important;
	}
	.blog-homepage-hero-container {
		padding: 0px 0px 68px 0px !important;
	}
	.analysis-container {
		padding: 12px !important;
	}

	.hamburger-icon span:nth-child(1) {
		top: 0;
	}

	.hamburger-icon span:nth-child(2) {
		top: 10px;
	}

	.hamburger-icon span:nth-child(3) {
		top: 20px;
	}

	/* X icon when menu is active */
	.hamburger-menu.active .hamburger-icon span:nth-child(1) {
		top: 10px;
		transform: rotate(135deg);
	}

	.hamburger-menu.active .hamburger-icon span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}

	.hamburger-menu.active .hamburger-icon span:nth-child(3) {
		top: 10px;
		transform: rotate(-135deg);
	}

	/* Add padding to body to prevent content from being hidden under fixed header */
	body {
		padding-top: 70px; /* Should match header height */
	}

	#home-content {
		background: none;
		padding: 64px 0px;
		margin-top: 12px !important;
	}
	.mobile-splitter {
		display: block;
		border-top: 1px solid #d2d6d8;
		height: 1px;
		margin: 0px 20px;
	}
	#home .container {
		width: 100%;
		max-width: unset !important;
	}
	.container {
		padding: 0px;
		max-width: 664px !important;
		text-align: center;
	}
	.hero-title {
		display: none;
	}
	.hero-subtitle {
		font-size: 19px;
	}
	.our-mission-container {
		justify-content: center;
		flex-direction: column;
		display: flex;
		align-items: center;
		padding: 0px 20px;
		text-align: center;
	}
	.pricing-card {
		padding: 0px 20px 20px 20px;
	}
	#our-mission {
		background-image: url("./assets/images/mobile-lines.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #f9f9f9;
	}
	.our-mission-title {
		margin-top: 36px;
	}
	.features-container {
		display: flex;
		flex-direction: column;
		height: unset;
		margin-bottom: 48px;
	}
	.our-mission-content {
		justify-content: center;
		flex-direction: column;
		display: flex;
		align-items: center;
	}
	.our-mission-subtitle {
		order: 1;
		margin-bottom: 0px;
	}
	.our-mission-image {
		display: none;
	}
	.our-mission-title {
		order: 3;
	}
	.our-mission-description {
		order: 4;
	}

	.owlview-product-valuation-form {
		padding: 24px !important;
		margin: 12px !important;
		text-align: left !important;
	}

	.form-field button.submit-button {
		width: 100%;
	}

	.our-mission-image-mobile {
		order: 5;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.our-mission-image-mobile img {
		max-width: 100%;
		max-height: 100%;
		height: auto;
		width: auto;
	}
	#features {
		justify-content: center;
		flex-direction: column;
		display: flex;
		align-items: center;
		padding: 48px 20px;
		text-align: center;
	}
	footer {
		flex-direction: column;
		display: flex;
		align-items: center;
		padding: 48px 20px;
	}
	.footer-social {
		margin-top: 24px;
	}

	.footer-container {
		display: flex;
		flex-direction: column;
		text-align: left;
	}
	.footer-email-form {
		text-align: left;
		margin-top: 24px;
	}
	#features .section-title {
		font-weight: 500;
		font-size: 38px;
	}
	#pricing {
		padding-top: 24px !important;
	}
	#pricing .section-title {
		font-weight: 500;
		font-size: 38px;
		margin-bottom: 0px;
	}
	.pricing-container {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		width: 100%;
		position: relative;
		padding-bottom: 30px; /* Space for dots */
	}

	/* Analyze your page */
	#analyze-product {
		padding-top: 0;
		padding-bottom: 0 !important;
	}

	.analyze-product-container {
		/* width: 80%; */
		height: 100%;
		margin: 48px 20px;
		padding: 18px 12px 24px 12px;
	}
	#owlview-product-valuation {
		width: 100%;
		padding: 0px 0px;
	}
	.analyze-product-description {
		font-size: 1rem !important;
	}

	.analyze-product-mini-title {
		font-size: 14px;
	}

	.analyze-product-title {
		font-size: 28px;
	}

	.analyze-product-description {
		font-size: 12px;
		text-align: center;
		margin-bottom: 16px;
	}

	.analyze-product-button {
		font-size: 14px;
		text-align: center;
		padding: 9px 16px;
	}

	/* Full Product Link */
	#full-product-link {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	.full-product-link-container {
		/* width: 80%; */
		height: 100%;
		margin: 48px 20px;
		padding: 18px 12px 24px 12px;
	}
	.full-product-link-description {
		font-size: 1rem !important;
	}

	.full-product-link-mini-title {
		font-size: 14px;
	}

	.full-product-link-title {
		font-size: 28px;
	}

	.full-product-link-description {
		font-size: 12px;
		text-align: center;
		margin-bottom: 16px;
	}

	.full-product-link-button {
		font-size: 14px;
		text-align: center;
		padding: 9px 16px;
	}

	/* Hide scrollbar */
	.pricing-container::-webkit-scrollbar {
		display: none;
	}

	.pricing-container {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	/* Make each card a full-width item */
	.pricing-card {
		flex: 0 0 100%; /* This ensures each card takes full width */
		min-width: 100%; /* Force full width */
		scroll-snap-align: center;
		box-sizing: border-box;
		text-align: left;
		display: flex;
		justify-content: center;
	}

	/* Fix for the dots position */
	.container {
		position: relative;
	}

	/* Create a fixed dots container at the bottom */
	#pricing-dots {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin: 48px 0px 24px 0px;
		z-index: 10;
	}

	.pricing-dot {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #79838b; /* Gray color */
		cursor: pointer;
	}

	.pricing-dot.active {
		background-color: #0071bc; /* Blue color */
	}
	.features-image {
		order: 1;
		max-width: unset;
	}
	.features-image img {
		width: 100%;
		padding: 0px 20px;
	}
	.features-content {
		max-width: 100%;
		margin: 0px 20px !important;
		order: 2;
		text-align: left;
	}
	.hero-title-mobile {
		font-size: 48px;
		margin-bottom: 20px;
		color: #1f313d;
		line-height: 1.3;
		display: block;
	}
	.footer-bottom {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.footer-logo {
		margin-bottom: 36px;
		justify-content: start;
	}

	.footer-divider {
		display: none;
	}
	section {
		padding: 48px 0px 24px 0px;
	}
	header {
		padding: 0px;
	}
	.email-input {
		width: 100%;
	}
	.owlview-btn {
		width: 100%;
	}
	#home-content {
		margin: 0px 20px;
	}

	nav ul {
		flex-wrap: wrap;
		justify-content: center;
	}

	.about-container {
		flex-direction: column;
	}

	.section-title {
		font-size: 28px;
	}

	.hero-title {
		font-size: 36px;
	}
}

/* Font declarations */
@font-face {
	font-family: "Neulis Sans";
	src: url("./assets/fonts/neulis/NeulisSans-Regular.ttf") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: "Neulis Sans Medium";
	src: url("./assets/fonts/neulis/NeulisSans-Medium.ttf") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: "Neulis Sans Bold";
	src: url("./assets/fonts/neulis/NeulisSans-Bold.ttf") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: "Neulis Alt Medium";
	src: url("./assets/fonts/neulis/NeulisAlt-Medium.otf") format("opentype");
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Neulis Alt Medium", sans-serif;
	font-weight: unset;
}

/* Class to override font for specific places */
.neulis-medium {
	font-family: "Neulis Sans Medium", sans-serif;
}

.neulis-bold {
	font-family: "Neulis Sans Bold", sans-serif;
}

.neulis-alt {
	font-family: "Neulis Alt Medium", sans-serif;
}

.neulis-regular {
	font-family: "Neulis Sans", sans-serif;
}

/* Blog posts homepage css */
.blog-homepage-hero-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 54px 0px 82px 0px;
	color: #1f313d;
}

/* Posts section  */
.posts-wrapper {
	display: flex;
	justify-content: center;
	background-color: #ffffff;
}

.blog-posts {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 60px 20px;
	background-color: #ffffff;
	padding-top: 65px;
	max-width: 1204px;
}

.blog-thumbnail img {
	width: 388px !important;
	height: 270px !important;
	border-radius: 30px !important;
}

/* Trial section */
#trial-section {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.trial-section-container {
	width: 1204px;
	padding: 70px 0;
	background-color: #ebeff2;
	background-image: url("./assets/images/pattern-gray.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.trial-section-mini-title {
	font-size: 20px;
	font-weight: 500;
	color: #0071bc;
	margin-bottom: 14px;
}

.trial-section-title-wrapper {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
	gap: 9px;
}

.trial-section-title {
	font-size: 36px;
	font-weight: 500;
	color: #1f313d;
	text-align: center;
}

.trial-section-title span {
	color: #0071bc;
}

.trial-section-description {
	font-size: 1.2rem;
	color: #8f989e;
	text-align: center;
	margin-bottom: 37px;
}

.action-buttons-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

#trial-section .action-buttons-wrapper button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 700;
}

.book-a-demo {
	background-color: #ebeff2;
	background-image: url("./assets/images/pattern-gray.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #8f989e;
	color: #0071bc;
}

.book-a-demo:hover {
	border: 1px solid #0071bc;
	color: #fff;
}

/* Product valuations css */

/**
 * Product Page Valuation Form Styles
 */

.valuation-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 54px 0px 82px 0px;
	color: #1f313d;
}
.valuation-form-container {
	background-color: white;
	padding: 32px 0px;
}

.owlview-product-valuation-form {
	margin: 12px auto;
	padding: 43px 40px;
	background-color: #ebeff2;
	border-radius: 30px;
	max-width: 1264px;
}
.loader-svg {
	width: 48px;
	height: 48px;
	animation: rotate 1s linear infinite;
}

.loader-svg circle {
	fill: none;
	stroke: #fff;
	stroke-width: 10;
	stroke-linecap: round;
	stroke-dasharray: 110;
	stroke-dashoffset: 110;
	animation: dash 2s linear infinite;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		stroke-dashoffset: 110;
	}
	50% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dashoffset: -110;
	}
}

#pdf-report h1,
#pdf-report h2,
#pdf-report h3 {
	margin-top: 24px;
	margin-bottom: 12px;
	color: #23282d;
}
#pdf-report h4 {
	margin-bottom: 8px;
}
#pdf-report {
	list-style-position: inside;
}

#pdf-report h1 {
	font-size: 1.8em;
}

#pdf-report h2 {
	font-size: 1.5em;
}

#pdf-report h3 {
	font-size: 1.3em;
}

#pdf-report p {
	padding-bottom: 1em;
	line-height: 1.6;
}

#pdf-report ul,
#pdf-report ol {
	padding-bottom: 1em;
}

.owlview-product-valuation-form h2 {
	margin-bottom: 36px;
	font-size: 28px;
	color: #1f313d;
}

.form-message {
	padding: 10px 15px;
	margin-bottom: 1rem;
	border-radius: 10px;
	display: none;
}

.form-message.success {
	background-color: #d9ead3;
	color: #5ebc31;
	border: 1px solid #c3e6cb;
	display: block;
}

.form-message.warning {
	background-color: #fff2cc;
	color: #ffa500;
	border: 1px solid #fff2cc;
	display: block;
}

.form-message.error {
	background-color: #f4cccc;
	color: #db3131;
	border: 1px solid #f5c6cb;
	display: block;
}

.form-field {
	margin-bottom: 24px;
}

.form-field label {
	color: #79838b;
	margin-left: 17px;
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
}

.only-reach {
	font-size: 12px;
	color: #79838b;
	margin-left: 17px;
}

.form-field input[type="email"],
.form-field input[type="url"] {
	flex-grow: 1;
	padding: 15px;
	text-align: left;
	border: 1px solid #d2d6d8;
	width: 100%;
	border-radius: 48px;
	height: 40px;
	font-size: 16px;
}

.form-field input[type="email"]:focus,
.form-field input[type="url"]:focus {
	outline: none;
	border-color: #0073aa;
	box-shadow: 0 0 0 1px #0073aa;
}
.hyperlink {
	color: #0071bc;
	cursor: pointer;
}
.report-actions {
	display: none;
}
.analysis-container {
	margin-top: 2rem;
	padding: 1.5rem;
	background-color: white;
	border-radius: 10px;
	border: 1px solid #d2d6d8;
}

.analysis-container h3 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 20px;
	color: #333;
}

.progress-indicator {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
}
.report-date {
	color: #79838b;
}
.spinner {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 3px solid rgba(0, 115, 170, 0.3);
	border-radius: 50%;
	border-top-color: #0073aa;
	animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.status-message {
	font-size: 16px;
	color: #666;
}

.status-message.success {
	color: #155724;
}

.status-message.error {
	color: #721c24;
}

#analytics-progress {
	color: #79838b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 48px;
}

#analytics-progress div {
	margin-top: 12px;
}
#status-text {
	transition: opacity 0.3s ease;
}
