[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
	--theme-font-weight: 700;
	--theme-font-size: 25px;
	--theme-line-height: 1.5;
	--theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
	--theme-link-initial-color: #fff;
	--theme-font-weight: 500;
	--theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
	--dropdown-divider: 1px dashed rgba(255, 255, 255, .1);
	--theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, .1);
	--theme-border-radius: 0px 0px 2px 2px;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {
	--theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
	--theme-font-size: 16px;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials .ct-label {
	--visibility: none;
}

h1 {
	--theme-font-family: Staatliches, Sans-Serif;
	--theme-font-weight: 400;
	--theme-font-size: 40px;
	--theme-line-height: 1.5;
}

h6 {
	--theme-font-family: Staatliches, Sans-Serif;
	--theme-font-weight: 400;
	--theme-font-size: 16px;
	--theme-line-height: 1.5;
}

.wp-block-pullquote {
	--theme-font-family: Georgia;
	--theme-font-weight: 600;
	--theme-font-size: 25px;
}

pre, code, samp, kbd {
	--theme-font-family: monospace;
	--theme-font-weight: 400;
	--theme-font-size: 16px;
}

figcaption {
	--theme-font-size: 14px;
}

.ct-sidebar .widget-title {
	--theme-font-size: 20px;
}

.ct-breadcrumbs {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="categories"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="search"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="search"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="author"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="author"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="author"] .hero-section[data-type="type-2"] {
	background-color: var(--theme-palette-color-6);
	background-image: none;
	--container-padding: 50px 0px;
}

[data-prefix="single_page"] .entry-header .page-title {
	--theme-font-size: 30px;
}

[data-prefix="single_page"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="project_single"] .entry-header .page-title {
	--theme-font-size: 100px;
	--theme-line-height: 1;
	--theme-heading-color: var(--theme-palette-color-8);
}

[data-prefix="project_single"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
	--theme-text-color: var(--theme-palette-color-5);
	--theme-link-hover-color: var(--theme-palette-color-4);
}

[data-prefix="project_single"] .hero-section[data-type="type-2"] {
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-color: var(--theme-palette-color-1);
	background-image: linear-gradient(rgba(9, 107, 97, .8), rgba(9, 107, 97, .8)), url("https://wpguru.pk/wp-content/uploads/2022/07/waves-background.svg");
	--container-padding: 100px 0;
	--lzl-bg-img: "https://wpguru.pk/wp-content/uploads/2022/07/waves-background.svg";
}

[data-prefix="project_archive"] .entry-header .page-title {
	--theme-font-size: 30px;
	--theme-heading-color: var(--theme-palette-color-5);
}

[data-prefix="project_archive"] .entry-header .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-line-height: 1.3;
}

[data-prefix="project_archive"] .hero-section[data-type="type-2"] {
	--alignment: left;
	--min-height: 100px;
	background-color: var(--theme-palette-color-1);
	background-image: none;
	--container-padding: 50px 0px;
}

[data-prefix="blog"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="blog"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="blog"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="blog"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="blog"] .entry-card .ct-media-container:after {
	background-color: rgba(0, 0, 0, .5);
}

[data-prefix="categories"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="categories"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="categories"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="author"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="author"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="author"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="author"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="search"] .entries {
	--grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="search"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
}

[data-prefix="search"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
}

[data-prefix="search"] .entry-card {
	background-color: var(--theme-palette-color-8);
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
}

[data-prefix="project_archive"] .entries {
	--grid-template-columns: repeat(2, minmax(0, 1fr));
	--card-min-height: 600px;
}

[data-prefix="project_archive"] .entry-card .entry-title {
	--theme-font-size: 20px;
	--theme-line-height: 1.3;
	--theme-heading-color: var(--theme-palette-color-8);
}

[data-prefix="project_archive"] .entry-card .entry-meta {
	--theme-font-weight: 600;
	--theme-text-transform: uppercase;
	--theme-font-size: 12px;
	--theme-text-color: var(--theme-palette-color-8);
}

[data-prefix="project_archive"] .entry-card {
	--card-inner-spacing: 35px;
	background-color: var(--theme-palette-color-8);
	--theme-border-radius: 30px;
	--theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, .04);
	--vertical-alignment: flex-end;
}

[data-prefix="project_archive"] .entry-card .ct-media-container:after {
	background-color: rgba(0, 0, 0, .3);
}

[data-prefix="project_archive"] [data-archive="default"] .card-content .ct-media-container {
	--card-element-spacing: 30px;
}

[data-prefix="project_archive"] [data-archive="default"] .card-content .entry-meta[data-id="aWavme"] {
	--card-element-spacing: 15px;
}

form textarea {
	--theme-form-field-height: 170px;
}

.ct-sidebar {
	--theme-link-initial-color: var(--theme-text-color);
}

[data-prefix="project_single"] .ct-share-box .ct-module-title {
	--theme-font-weight: 600;
	--theme-font-size: 14px;
}

[data-prefix="project_single"] .ct-share-box[data-type="type-1"] {
	--theme-border: 1px solid var(--theme-border-color);
}

[data-prefix="project_single"] .hero-section[data-type="type-2"].lzl:not(.lzl-ed), [data-prefix="project_single"] .hero-section[data-type="type-2"].lzl-ing:not(.lzl-ed) {
	background-image: linear-gradient(rgba(9, 107, 97, .8), rgba(9, 107, 97, .8)), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201700%20430.7%22%20width%3D%221700%22%20height%3D%22430.7%22%3E%3Crect%20width%3D%22100%25%22%20height%3D%22100%25%22%20fill%3D%22%2300000000%22%20%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 999.98px) {
	[data-prefix="project_single"] .entry-header .page-title {
		--theme-font-size: 70px;
	}
	
	[data-prefix="blog"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-prefix="categories"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-prefix="author"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-prefix="search"] .entries {
		--grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	[data-prefix="project_archive"] .entries {
		--card-min-height: 450px;
	}
}

@media (max-width: 689.98px) {
	[data-prefix="blog"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="blog"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	[data-prefix="categories"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="categories"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	[data-prefix="author"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="author"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	[data-prefix="search"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="search"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
	
	[data-prefix="project_archive"] .entries {
		--grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	
	[data-prefix="project_archive"] .entry-card .entry-title {
		--theme-font-size: 18px;
	}
}