/*
Theme Name:Orvia-child
Template: heaven
Author: Heaven WP
Description: Heaven Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.40.1693277791
Updated: 2023-08-29 02:56:31

*/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* theme loader */

.themeloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(./assets/image/themloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 300px;
	background-color: var(--global-palette9);
}

/* common css */


body .single-content h1.elementor-heading-title,
body .single-content h2.elementor-heading-title,
body .single-content h3.elementor-heading-title,
body .single-content h4.elementor-heading-title,
body .single-content h5.elementor-heading-title,
body .single-content h6.elementor-heading-title {
	margin: 0;
}

.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input:focus,
body .wp-block-search .wp-block-search__button,
.wp-block-search .wp-block-search__button:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	box-shadow: none;
	color: var(--global-palette1);
	border-color: rgba(255, 255, 255, 0.1);
	border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border-radius: 0;
	color: var(--global-palette1);
	background-color: var(--global-palette7);
	border: none;
}

.comment-form p.comment-form-float-label {
	margin-top: -1em;
	border: 1px solid #e5e5e5;
	color: #000;
}

/* sidebar serch  */

.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #e5e5e5;
}

/* left sidebar margin */
.wp-block-latest-posts.wp-block-latest-posts__list {
	margin: 0;
}

body .wp-block-latest-posts__list li,
body.search-results.content-style-unboxed .site .post-thumbnail,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
	margin: 0;
	line-height: 1.2;
}

#secondary .woocommerce.widget_product_categories>ul li,
.widget .tagcloud a,
.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.wp-block-tag-cloud .tag-cloud-link {
	padding-block: 5px;
}

.primary-sidebar .wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: var(--global-palette2);
}

.heaven-svg-icon.heaven-arrow-right-alt-svg {
	display: none;
}

/* search Drawer*/

#search-drawer .drawer-inner .drawer-content {
	align-items: normal;
}

.search-form .heaven-search-icon-wrap {
	top: 10px;
	height: 0;
	display: block;
	color: #000;
}

#search-drawer .drawer-inner input.search-field {
	border: none;
}

.site-header-section-right .site-header-item .site-header-focus-item .header-item-search-bar .search-form {
	color: transparent;
}

.search-toggle-open.drawer-toggle.search-toggle-style-default {
	border-radius: 0px;
}

/* blog left side */
.primary-sidebar.widget-area .widget_block {
	padding-block-end: 30px;
}

.wp-block-search__label {
	display: none;
}

body.wp-block-search .wp-block-search__input {
	background: transparent;
	color: #ffffff;
	border-radius: 0;
	padding: 0.6em 0.5em;
}

.wp-block-search .wp-block-search__button:not(.has-background) {
	background: var(--global-palette1);
}

.wp-block-search .wp-block-search__button:not(.has-text-color) {
	color: var(--global-palette9);
}

/* Shared title styles */
.blog .loop-entry .entry-header .entry-title,
.blog-section .uc_post_title,
.blog-section .uc_post_list_title {
	display: block;
	max-width: 380px;
	margin-right: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* Ensure flex items can shrink properly */
.blog-section .uc_post_list_content {
	min-width: 0;
}

/* Anchor inside post list title */
.blog-section .uc_post_list_title a {
	display: block;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

footer .site-footer-section .widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* newsletter */
.newsletter-form {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}

.newsletter-form .sub-email {
	margin-inline-start: 20px;
	margin-inline-end: 20px;
}

.newsletter-form input[type="email"],
input[type="text"],
.newsletter-form input[type="email"],
input[type="text"]:focus {
	border-radius: 0;
	background: transparent;
	border-bottom: 1px solid rgba(30, 30, 30, 0.5);
	color: var(--global-palette1);
	box-shadow: none;
	width: 100%;
	display: inline-block;
}

.mc4wp-form .newsletter-form input[type="submit"] {
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	font-size: 0;
	background-image: url(./assets/image/send.svg);
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: 0%;
	width: 16%;
	padding: 0;
	color: black;
	margin-bottom: 1px;
	background-color: #ffffff;
}

.newsletter-form input[type="email"]::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
	.mc4wp-form .newsletter-form input[type="submit"] {
		width: 6%;

	}
}

@media (max-width: 360px) {
	.mc4wp-form .newsletter-form input[type="submit"] {
		width: 14%;

	}
}

/* footer */

.location-icon::before {
	background: url(./assets/image/footer-location.svg) no-repeat;
}

.call-icon::before {
	background: url(./assets/image/footer-call.svg) no-repeat;
}

.mail-icon::before {
	background: url(./assets/image/footer-mail.svg) no-repeat;
}

.location-icon::before,
.mail-icon::before,
.call-icon::before {
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	margin: 5px 11px 0px 0px;
	color: var(--global-palette1);

}

@media (max-width: 1024px) {

	.location-icon::before,
	.mail-icon::before,
	.call-icon::before {
		display: none;
	}
}

.site-top-footer-inner-wrap {
	display: flex;
	justify-content: space-between;
}

@media (max-width:1024px) {
	.site-footer-top-section-2 {
		border: none
	}

	.site-top-footer-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}

/* gallery area */

.gallery-area {
	overflow: hidden;
}

.gallery-area .gallery-icon.landscape {
	overflow: hidden;
}

.gallery-area .attachment-full.size-full {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.gallery-area .attachment-full.size-full:hover {
	-webkit-transform: scale(1.3);
	transform: scale (1.3);
}

/* *content reval box* */

.uc_long_content_box .uc_box_content {
	opacity: 0;
}

.uc_long_content_box:hover .uc_box_content {
	opacity: 1;
}

/*side by side*/

.side-effect img {
	animation: linear infinite;
	animation-name: run;
	animation-duration: 3s;
}

@keyframes run {
	0% {
		left: 0;
	}

	50% {
		left: 2%;
	}

	100% {
		left: 0;
	}
}

.swing-animation .attachment-full {
	animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

.shine-effect {
	overflow: hidden;
}

.shine-effect::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.shine-effect:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

/*contact page*/

/* Style for input and textarea inside field or form-row */
.code-form .field input,
.code-form .form-row textarea {
	width: 100%;
	padding: 14px 16px;
	margin-bottom: 0;
	/* remove bottom margin here, spacing handled by wrapper */
	border: 1px solid var(--global-palette6);
	color: var(--global-palette1);
	background: var(--global-palette9);
	outline: none;
	box-sizing: border-box;
	font-family: 'Montserrat', serif;
}

/* Set spacing between fields and form-rows */
.code-form .field,
.code-form .form-row {
	margin-bottom: 20px;
}

/* Textarea specifics */
.code-form .form-row textarea {
	min-height: 180px;
	resize: vertical;
}

/* Placeholder styling */
.code-form input::placeholder,
.code-form textarea::placeholder {
	color: var(--global-palette6);
	font-family: 'Montserrat', serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;

}

/* Submit button styling */
.code-form .submit-row input[type="submit"] {
	width: auto;
	padding: 19px 62px 19px 62px;
	background: var(--global-palette1);
	color: var(--global-palette9);
	border: none;
	cursor: pointer;
	font-family: 'Lora', serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

/* Hover effect for submit button */
.code-form .submit-row input[type="submit"]:hover {
	background: var(--global-palette1);
}

.code-form input:focus,
.code-form textarea:focus {
	color: var(--global-palette1);
	border: 1px solid var(--global-palette1);
}

@media (max-width:1024px) {

	.code-form .submit-row input[type="submit"] {

		width: 100%;
	}

}

/* faq css  */

.faq-area .elementor-accordion .elementor-accordion-item .elementor-tab-title {
	border-bottom: 1px solid #e5e5e5;
}

/* footer line */


.site-footer-middle-section-2,
.site-footer-middle-section-3 {
	justify-self: center
}

.site-footer-middle-section-3 {
	padding-right: 90px;
}

.site-footer-middle-section-2 {
	padding-right: 55px;
}

@media (max-width:1025px) {
	.site-footer-middle-section-2 {
		padding-right: 35px;
	}

	.site-footer-middle-section-3 {
		padding-right: 55px;
	}
}

@media (max-width:1024px) {

	.site-footer-middle-section-2,
	.site-footer-middle-section-3 {
		padding: 0px;
		border: none;
	}
}

/* footer css */

#colophon {
	margin-top: 120px;
}

/* Pricing card background effect */
.pricing-table .uc_icon_solid_pricing_table {
	background-color: var(--global-palette9);
	position: relative;
	overflow: hidden;
}

/* Hover background animation */
.pricing-table .uc_icon_solid_pricing_table::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0%;
	background-color: var(--global-palette2);
	transition: height 0.3s ease-in-out;
	z-index: 0;
}

.pricing-table .uc_icon_solid_pricing_table:hover::before {
	height: 100%;
}

/* Child elements above hover background */
.pricing-table .uc_icon_solid_pricing_table>* {
	position: relative;
	z-index: 1;
	transition: color 0.1s ease-in-out, fill 0.1s ease-in-out;
	/* animate color and SVG fill */
}

/* Default text and SVG icon color */
.pricing-table .uc_ispt_header_title,
.pricing-table .uc_ispt_header_subtitle,
.pricing-table .uc_ispt_container_price,
.pricing-table .uc_ispt_container_list .uc_ispt_container_list_row,
.pricing-table svg {
	color: var(--global-palette1);
	fill: var(--global-palette1);
	/* for inline SVGs */
}

/* Hover effect for text and SVG icons */
.pricing-table .uc_icon_solid_pricing_table:hover .uc_ispt_header_title,
.pricing-table .uc_icon_solid_pricing_table:hover .uc_ispt_header_subtitle,
.pricing-table .uc_icon_solid_pricing_table:hover .uc_ispt_container_price,
.pricing-table .uc_icon_solid_pricing_table:hover .uc_ispt_container_list .uc_ispt_container_list_row,
.pricing-table .uc_icon_solid_pricing_table:hover svg {
	color: #ffffff;
	fill: #ffffff;
	/* SVG icons turn white */
}

/* Button styles */
.pricing-table .uc_ispt_btn.uc_more_btn {
	background-color: var(--global-palette9);
	color: var(--global-palette1);
	transition: all 0.2s ease;
	padding: 17px 70px !important;
}

/* Button hover */
.pricing-table .uc_icon_solid_pricing_table:hover .uc_ispt_btn.uc_more_btn {
	background-color: var(--global-palette1);
	color: var(--global-palette9);
}

/* ============================= */
/* DESKTOP ONLY – VERTICAL HEADER */
/* ============================= */
#masthead {
	position: fixed;
	z-index: 11;
}

.popup-drawer-layout-sidepanel.popup-drawer-side-left .drawer-inner {
	left: 80px;
}

@media (min-width: 1025px) {

	.site-header,
	.site-header-wrap,
	.site-header-inner,
	.site-header-row {
		position: fixed;
		top: 0;
		left: 0;
		width: 80px;
		height: 100vh;
		min-height: 100vh;
		margin: 0;
		padding: 0;
		z-index: 999;
		background: #000;
	}

	.site-header-row,
	.site-header-row-container,
	.site-header-row-container-inner {
		height: 100%;
	}

	.site-header-row {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}

	.site-header-section-left,
	.site-header-section-left-center {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
	}

	.site-header-upper-inner-wrap,
	.site-header-inner-wrap {
		margin: 0 !important;
		padding: 0 !important;
	}

	/* Vertical logo/text */
	.site-title,
	.site-logo {
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		margin: 20px 0;
	}

	/* Hamburger bottom */
	.header_toggle_widget {
		margin-top: auto;
		margin-bottom: 25px;
	}

	/* Content shift */
	body {
		padding-left: 80px;
	}
}


/* ================================= */
/* TABLET + MOBILE – NORMAL HEADER */
/* ================================= */
@media (max-width: 1024px) {

	.site-header,
	.site-header-wrap,
	.site-header-inner,
	.site-header-row {
		position: relative;
		width: 100%;
		height: auto;
		background: inherit;
	}

	.site-header-row {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.site-title,
	.site-logo {
		writing-mode: horizontal-tb;
		transform: none;
		margin: 0;
	}

	body {
		padding-left: 0;
	}

	.popup-drawer-layout-sidepanel.popup-drawer-side-left .drawer-inner {
		left: 0;
	}
}

