/* ----------------------------------------------------------------
	App Landing demo styles
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #267DF4;
	--cnvs-themecolor-rgb: 38, 125, 244;

	--cnvs-body-font: 'Poppins', sans-serif;
	--cnvs-primary-font: 'Montserrat', sans-serif;
	--cnvs-secondary-font: 'Merriweather', serif;
}

#header {
	--cnvs-primary-menu-font-weight: 500;
	--cnvs-primary-menu-font-size:	1rem;
	--cnvs-primary-menu-tt:	none;
	--cnvs-primary-menu-ls:	0;
	--cnvs-primary-menu-submenu-font-size:	0.9325rem;
	--cnvs-primary-menu-submenu-font-weight:	400;
	--cnvs-primary-menu-submenu-hover-font-weight: 500;
	--cnvs-primary-menu-submenu-tt:	none;
	--cnvs-primary-menu-font: var(--cnvs-body-font);
}

.is-expanded-menu .menu-link {
	--cnvs-primary-menu-padding-x: 20px;
}

#header-wrap > .container { border-bottom: 1px solid rgba(255,255,255,0.2); }

.is-expanded-menu .menu-item.menu-item-emphasis > .menu-link {
	padding-left: 0;
	padding-right: 0;
}

.is-expanded-menu .menu-item.menu-item-emphasis > .menu-link div {
	padding-top: 9px;
	padding-bottom: 9px;
	margin-top: -9px;
	margin-bottom: -9px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 20px;
}

.is-expanded-menu #header:not(.sticky-header) .menu-item.menu-item-emphasis > .menu-link div {
	background-color: rgba(255,255,255,0.1);
	text-shadow: none;
}

.is-expanded-menu #header:not(.sticky-header) .menu-item.menu-item-emphasis:hover > .menu-link div {
	background-color: #FFF;
	color: var(--cnvs-themecolor) !important;
}

.is-expanded-menu #header.sticky-header .menu-item.menu-item-emphasis > .menu-link div {
	background-color: var(--cnvs-themecolor);
	color: #FFF;
}

.is-expanded-menu .sub-menu-container:not(.mega-menu-column) {
	width: 260px;
	padding: 20px;
	border: 1px solid #EEE !important;
	border-radius: 0 0 3px 3px;
	left: -20px;
}

.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 12px 20px;
	font-family: var(--cnvs-body-font) !important;
}

.is-expanded-menu .sub-menu-container .menu-item:hover > .menu-link { padding-left: 25px; }


#slider .emphasis-title h1 { font-size: 48px; }

.hero-action-link {
	margin-left: 30px;
	color: #DDD;
	font-size: 20px;
	font-weight: 300;
}

.hero-action-link i {
	margin-right: 7px;
	position: relative;
	top: 2px;
}

.hero-action-link:hover { border-bottom: 1px solid #DDD; }

.testimonial-full { overflow: visible; }

.testimonial-full .testi-content { -webkit-backface-visibility: hidden; }

.testimonial-full .testi-content p {
	font-size: 28px;
	font-family: var(--cnvs-body-font);
	font-weight: 300;
	letter-spacing: -1px;
	word-spacing: 2px;
	color: #777;
	font-style: normal;
	margin: 15px 0 30px 0;
	line-height: 1.6;
}


.testimonial-full .testi-content { margin-bottom: 20px; }


.testimonial-full .flex-control-nav li {
	margin: 0 3px;
	width: 10px;
	height: 10px;
}

.testimonial-full .flex-control-nav li a {
	width: 10px !important;
	height: 10px !important;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

.testimonial-full .flex-control-nav li a.flex-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


.testimonial-full .flex-prev,
.testimonial-full .flex-next {
	left: 100px;
	background-color: transparent;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	border-radius: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-full .flex-next {
	left: auto;
	right: 100px;
}

.testimonial-full .flex-prev i,
.testimonial-full .flex-next i {
	line-height: 64px;
	width: 64px;
	height: 64px;
	font-size: 64px;
	color: rgba(0,0,0,0.09);
	text-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-full .flex-prev:hover,
.testimonial-full .flex-next:hover { background-color: transparent !important; }

.testimonial-full .flex-prev:hover i,
.testimonial-full .flex-next:hover i { color: var(--cnvs-themecolor); }


.owl-stage-outer  { overflow: visible !important; }

.owl-item .oc-item {
	opacity: 0.35;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.owl-item.active.center .oc-item {
	opacity: 1;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}


.owl-carousel .owl-dots .owl-dot {
	margin-top: 60px;
	background-color: var(--cnvs-themecolor);
}

.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	opacity: 1;
	background-color: transparent !important;
	border: 0;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span { background-color: var(--cnvs-themecolor) !important; }




#footer { border-top: 1px solid #DDD; }

.widget.widget_links.app_landing_widget_link li { padding-left: 0; }

.widget.widget_links.app_landing_widget_link li a {
	padding: 0;
	background: transparent;
	color: #AAA;
	font-size: 15px;
}

.widget.widget_links.app_landing_widget_link li a:hover { color: #666; }


.pricing-box {
	padding: 30px;
	background-color: #FFF;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
}

.pricing-title {
	background-color: transparent;
	border-bottom: 0;
}

.pricing-title h3 {
	font-family: var(--cnvs-body-font);
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0;
}

.pricing-price::after,
.pricing-features {
	border: 0;
	font-family: var(--cnvs-body-font);
}

.pricing-price,
.pricing-price span { font-weight: 600; }

.pricing-price span {
	margin: 3px 5px 0 0;
	font-size: 22px;
}

.pricing-price span.price-tenure {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	text-align: center;
	color: #888;
	letter-spacing: 1px;
}

.pts-switcher input.switch-toggle-round + label::before,
.pts-switcher input.switch-toggle-round + label { background-color: var(--cnvs-themecolor); }


.app-footer-features h5 {
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
}

.app-footer-features h5 a {
	color: #666;
	font-weight: 600;
}

.app-footer-features h5 a:hover {
	color: #444;
	border-bottom: 1px dotted #AAA;
}

.app-footer-features i {
	position: relative;
	top: 8px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin-right: 10px;
	color: #888;
}

.app-footer-features h5 span { color: #A0ACB6 !important; }




.before-heading {
	--cnvs-before-heading-font: normal 600 13px var(--cnvs-body-font);
	text-transform: uppercase;
	color: #AAA;
}



.section-more-link {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 300;
}

.section-more-link i {
	position: relative;
	top: 1px;
	margin-left: 2px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.section-more-link:hover { color: var(--cnvs-themecolor); }

.section-more-link:hover i { left: 3px; }



#modal-get-started-package {
	margin-top: 6px;
	text-align: right;
	line-height: 24px;
	font-size: 13px;
	font-weight: 600;
	color: #AAA;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 991px) {
	.testimonial-full .flex-prev { left: -30px; }
	.testimonial-full .flex-next { right: -30px; }
}


@media (max-width: 767px) {

	#get-started-form h3 { margin-bottom: 10px; }

	#modal-get-started-package {
		text-align: left;
		margin-bottom: 30px;
		font-size: 15px;
	}

	.testimonial-full .flex-prev,
	.testimonial-full .flex-next { display: none; }

	.hero-action-link {
		display: inline-block;
		clear: both;
		margin: 20px 0 0 5px;
	}

	.app-footer-features i {
		top: 4px;
		width: 20px;
		height: 20px;
		font-size: 20px;
		margin-right: 5px;
	}

	#copyrights .col_half:last-child { display: block !important; }

}



/* ----------------------------------------------------------------
	App Landing - RTL Support
-----------------------------------------------------------------*/

@media (min-width: 992px) {

	.rtl .primary-menu ul ul:not(.mega-menu-column) {
		right: -20px;
		left: auto;
	}

	.rtl .primary-menu ul ul li:hover > a { padding-right: 25px; padding-left: 0; }

}

.rtl .hero-action-link {
	margin-right: 30px;
	margin-left: 0;
}

.rtl .hero-action-link i {
	margin-left: 7px;
	margin-right: 0;
}

.rtl .widget.widget_links.app_landing_widget_link li { padding-right: 0; }

.rtl .pricing-price span { margin: 3px 0 0 5px; }

.rtl .app-footer-features i {
	margin-left: 10px;
	margin-right: 0;
}

.rtl .section-more-link i {
	margin-right: 2px;
	margin-left: 0;
}

.rtl .section-more-link:hover i { right: 3px; left: auto; }

.rtl #modal-get-started-package { text-align: left; }

@media (max-width: 767px) {
	.rtl #modal-get-started-package { text-align: right; }

	.rtl .hero-action-link { margin: 20px 5px 0 0; }

	.rtl .app-footer-features i {
		margin-left: 5px;
		margin-right: 0;
	}
}



/* ----------------------------------------------------------------
	ADDITIVE SECTION (not part of the 1:1 port above)

	Demo-scoped "et-line" icon font: the design's feature icons use
	the freely-redistributable et-line glyph set, which the theme's
	shipped icon fonts do not include. The font files live next to
	this stylesheet (shared/et-line/) so imported sites resolve
	them with no URL remapping. Only the glyph classes this demo
	uses are declared. Values verbatim from the et-line set.
-----------------------------------------------------------------*/

@font-face {
	font-family: 'et-line';
	src: url('shared/et-line/et-line.woff2') format('woff2'),
		url('shared/et-line/et-line.woff') format('woff'),
		url('shared/et-line/et-line.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.icon-et-desktop, .icon-et-browser, .icon-et-calendar, .icon-et-bargraph, .icon-et-adjustments, .icon-et-cloud {
	font-family: 'et-line';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display:inline-block;
}

.icon-et-desktop:before {
	content: "\e002";
}
.icon-et-browser:before {
	content: "\e00c";
}
.icon-et-calendar:before {
	content: "\e00d";
}
.icon-et-bargraph:before {
	content: "\e018";
}
.icon-et-adjustments:before {
	content: "\e01d";
}
.icon-et-cloud:before {
	content: "\e04b";
}



/* ----------------------------------------------------------------
	ADDITIVE: site-wide demo design on ARCHIVES (term / date / author /
	blog home / search).

	When this demo is the site-wide active demo, canvas_demo_scope_body_class
	stamps `app-landing app-landing-archive` on every archive-family view. These
	rules give the SHARED global archive template's generic title band + post
	list the demo look WITHOUT editing that (every-demo) template. Demo tokens
	only; scoped by body class so non-demo sites (which never carry the class)
	are untouched. This is a single-page product demo with no editorial blog, so
	these rules are the design-system fallback for any archive a visitor reaches.

	The demo header is a DARK transparent header (white menu), so the title band
	is a solid themecolor banner: a light band would hide the white header menu.
	This matches the product's blue brand banner. Card paddings are symmetric, so
	no RTL companion changes are needed.
-----------------------------------------------------------------*/

.app-landing-archive .page-title {
	background-color: var(--cnvs-themecolor);
	border-bottom: 0;
}

.app-landing-archive .page-title h1 {
	font-family: var(--cnvs-primary-font);
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	color: #fff;
}

.app-landing-archive .page-title .breadcrumb,
.app-landing-archive .page-title .breadcrumb a,
.app-landing-archive .page-title .breadcrumb .active {
	color: rgba(255, 255, 255, 0.75);
}

.app-landing-archive .page-title .breadcrumb a:hover { color: #fff; }

/* Each archive card is a rounded white box with a soft shadow (the demo's 1:1
   body carries no `.entry` shadow, so it is stated here) that breathes
   vertically in the single-column archive list. */
.app-landing-archive .entry {
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

/* .grid-inner clips its overflow, so this radius rounds a full-bleed featured
   image to the card corners. */
.app-landing-archive .entry .grid-inner {
	border-radius: 8px;
	overflow: hidden;
}

/* Padded text block (the standard layout has no inner padding of its own). */
.app-landing-archive .entry .entry-title,
.app-landing-archive .entry .entry-meta,
.app-landing-archive .entry .entry-content,
.app-landing-archive .entry .more-link {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.app-landing-archive .entry .entry-title { padding-top: 1.5rem; }

.app-landing-archive .entry-title h2,
.app-landing-archive .entry-title h2 a {
	font-family: var(--cnvs-primary-font);
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: #333;
}

.app-landing-archive .entry-title h2 a:hover,
.app-landing-archive .entry-meta a:hover { color: var(--cnvs-themecolor); }

.app-landing-archive .entry .entry-content p {
	font-family: var(--cnvs-body-font);
	font-size: 16px;
	line-height: 1.7;
	color: #777;
}

.app-landing-archive .entry .more-link {
	display: inline-block;
	margin-bottom: 1.75rem;
	font-family: var(--cnvs-primary-font);
	font-weight: 600;
	color: var(--cnvs-themecolor);
}

/* Default all demo images to object-fit:cover (avoid stretch/distortion in fixed-aspect boxes; inert on natural-aspect icons/logos). */
.app-landing img {
	object-fit: cover;
}
