/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: A child theme of Hello Elementor.
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
Tags: custom-menu, featured-images, translation-ready
*/

:root {
  /* Primary Colors */
  --color-primary: #2D41FA;
  --color-primary-light: #5A6CFF;
  --color-primary-dark: #1B2AD6;

  /* Secondary Colors */
  --color-secondary: #FF6B35;
  --color-secondary-light: #FF8C5A;
  --color-secondary-dark: #CC4D1C;

  /* Neutral Colors */
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray-100: #F7F9FB;
  --color-gray-200: #e0e0e0;
  --color-gray-300: #BEC5CF;
  --color-gray-400: #6E7378;
  --color-gray-500: #E1E6EB;
  --color-gray-600: #908787;
  --color-gray-700: #555555;
  --color-gray-800: #292929;
  --color-gray-900: #222222;

  /* Feedback Colors */
  --color-success: #28a745;
  --color-warning: #FFAA19;
  --color-danger: #dc3545;
  --color-info: #17a2b8;
}

* {
	outline: 0;
}

.ekit-template-content-footer .zyre-subscription-field input {
	background-color: transparent;
}

.ekit-template-content-footer .elementor-heading-title:hover a {
	border-bottom: 1px solid var(--color-warning);
}

/* a.zyre-button.zyre-button-link.zyre-button-has-icon.zyre-align-icon-right {
	margin-left: auto;
	margin-right: auto;
} */

.elementor-widget-heading {
	background-clip: text;
}

/** Search Form */
.zyre-searchform {
	display: flex;
	width: 100%;
	max-width: 700px;
	height: 80px;
	padding: 10px 10px 10px 36px;
	border: 1px solid var(--color-black);
	border-radius: 6px;
	box-shadow: 1px 1px 0 rgba(0,0,0,1);
}

input.zyre-search-field[type=search] {
    padding: 0;
    height: 100%;
    border: none;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 21px;
}

.demos-search-form button.zyre-search-submit[type=submit] svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
}

button.zyre-search-submit[type=submit] svg {
	fill: var(--color-white);
	width: 30px;
}

button.zyre-search-submit[type=submit] {	
	width: 76px;
	height: 60px;
	background-color: var(--color-black);
	border: none;
	border-radius: 6px;
	transition: all 0.6s ease-in-out;
}

button.zyre-search-submit[type=submit]:hover {
	background-color: #333;
}

.zyre-nav-menu .menu-item.explore-menu {
    border-top: 1px solid #EBEDF0;
    padding-top: 13px;
    position: relative;
	color: #FFAA19 !important;
}

@media (max-width: 767px) {
	.zyre-searchform {
		height: 60px;
		padding: 7.5px 7.5px 7.5px 18px;
	}
	input.zyre-search-field[type=search] {
		font-size: 16px;
	}
	button.zyre-search-submit[type=submit] {
		width: 50px;
		height: 45px;
		background-color: var(--color-black);
		border: none;
		border-radius: 6px;
		transition: all 0.6s ease-in-out;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	button.zyre-search-submit[type=submit] svg {
		fill: var(--color-white);
		width: 23px;
	}
	.zyre-nav-menu .menu-item.explore-menu {
		border-top: none !important;
		padding-top: 0 !important;
	}
	.zyre-nav-menu .menu-item.explore-menu a {
		border-top: 1px solid #EBEDF0 !important;
		border-bottom: 1px solid #EBEDF0 !important;
	}
}

input.zyre-search-field[type="search"]::placeholder { color: #BEC5CF; }
input.zyre-search-field[type="search"]::-webkit-input-placeholder { color: #BEC5CF; } /* Chrome/Safari */
input.zyre-search-field[type="search"]:-ms-input-placeholder { color: #BEC5CF; }     /* IE/Edge Legacy */
input.zyre-search-field[type="search"]::-ms-input-placeholder { color: #BEC5CF; }    /* IE 10+ */

input.zyre-search-field[type=search]:focus {
	outline: none;
}

/** Header Template */
@media (max-width: 650px) {
	.zyre-template-content-header .zyre-button-text {
		display: none;
	}
}

/** Header Menu */
.zyre-nav-menu .sub-menu {
	position: relative;
}
.zyre-nav-menu .sub-menu::after {
    content: url(assets/img/menu-bg.png);
    position: absolute;
    top: 50px;
    left: 50px;
    border-radius: 12px;
    overflow: hidden;
    height: 350px;
}

.zyre-nav-menu .sub-menu::before {
    content: '';
    position: absolute;
    border-right: 1px solid #EBEDF0;
    top: 50px;
    left: 463px;
    height: 350px;
}

.zyre-menu__mobile ul.menu li a.explore-menu a {
	color: #FFAA19 !important;
}

.zyre-nav-menu .menu-item.explore-menu a,
.zyre-nav-menu .menu-item.explore-menu:hover a {
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
    color: #FFAA19 !important;
    position: relative;
}

.zyre-menu__mobile ul.menu li ul li a:hover {
	color: var(--color-primary) !important;
}

.zyre-nav-menu .menu-item.explore-menu a::after {
	position: absolute;
	content: url(assets/img/right-arrow.svg);
	width: 16px;
	fill: #FFAA19 !important;
	margin-left: 10px;
	margin-top: 2px;
}

@media (max-width: 1560px) {
	.zyre-nav-menu .sub-menu::after {
		top: 30px;
		left: 30px;
	}
	.zyre-nav-menu .sub-menu::before {
		top: 30px;
		left: 423px;
	}
}

@media (min-width: 768px) {
	.zyre-nav-menu .menu-item.explore-menu {
		border-top: 1px solid #EBEDF0 !important;
	}
}

@media (max-width: 1200px) {
	.zyre-nav-menu .sub-menu::after {
		display: none;
	}
	.zyre-nav-menu .sub-menu::before {
		display: none;
	}
	.header-btns {
		position: absolute !important;
		top: 79px !important;
		right: 15px !important;
	}
}

@media (max-width: 767px) {
	ul.menu li:not(:last-child) {
		border-bottom: none !important;
	}
	.zyre-menu__mobile ul.menu li a:hover {
		text-decoration: underline !important;
	}
	ul.menu ul.sub-menu {
		margin-inline-start: 0 !important;
	}
	.zyre-menu__mobile ul.menu li:hover > ul > li {
		background-color: var(--color-white) !important;
	}
}

/** Footer Template */
.ekit-template-content-footer a {
	color: #878C91;
}

/** Zyre Addons */
.home-icon-box .zyre-iconbox-content {
	align-items: center !important;
}

/** Contact Page */
.forminator-custom-form {
	font-family: "Inter", Sans-serif;
	font-weight: 400;
}

.forminator-description,
.forminator-edit-module,
.forminator-loading {
	display: none;
}

input.forminator-input[type=text],
input.forminator-input[type=email],
textarea.forminator-textarea {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid var(--color-gray-100);
    border-radius: 6px;
    margin: 0;
    padding: 20px;
	height: 90px;
}

input.forminator-input[type=text]::placeholder,
input.forminator-input[type=email]::placeholder,
textarea.forminator-textarea::placeholder,
input.forminator-input[type=text]::-webkit-input-placeholder,
input.forminator-input[type=email]::-webkit-input-placeholder,
textarea.forminator-textarea::-webkit-input-placeholder {
	color: var(--color-gray-300);
}

input.forminator-input[type=text]:focus,
input.forminator-input[type=email]:focus,
textarea.forminator-textarea:focus {
    border-color: #AAF8E1;
	outline: none;
}

button.forminator-button-submit {
    font-family: "Inter", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 90px;
    border-style: none;
    border-radius: 6px 6px 6px 6px;
    color: #ffffff;
    background-color: var(--color-primary);
}

button.forminator-button-submit:hover {
	background-color: var(--color-black);
}

.forminator-error-message {
    color: #ff0000;
    display: block;
    margin: 10px 20px;
}



/** Custom Post Taxonomy */
.demo-parent-tabs-wrap {
	position: relative;
	padding: 0 30px;
	z-index: 2;
}

.demo-parent-tabs-wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #EBEDF0;
	z-index: 1;
}

.demo-parent-tabs {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
	padding: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
	max-width: 1432px;
	position: relative;
	z-index: 9;
}

.demo-parent-tabs li {
	display: inline-block;
	padding: 75px 90px 40px 90px;
	color: var(--color-black);
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

.demo-parent-tabs li:hover,
.demo-parent-tabs .active {
	color: var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
}

.demo-tabs-content-container {
	max-width: 1432px;
    margin: 0 auto;	
}

/** Demo Archive Page */
.demos-archive-page {
	background-color: var(--color-gray-100);
	text-align: center;
	padding: 90px 30px;
}

.demos-archive-title {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 30px;
}

.zyre-theme-color {
	color: var(--color-primary);
}

/** Custom Search Box */
.demos-search-form {
    width: 500px;
    max-width: 100%;
    height: 60px;
    padding: 10px 10px 10px 36px;
    border: 1px solid var(--color-black);
    border-radius: 6px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 1);
    display: flex;
    justify-content: space-between;
	background-color: var(--color-white);
	margin: 0 auto;
}

.demos-search-form .search-field {
    padding: 0;
    border: none;
    background-color: transparent;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
	outline: none;
	height: 40px;
}

.demos-search-form button.zyre-search-submit[type=submit] {
	position: relative;
	width: 40px;
	height: 40px;
}

/** Demos Main Category List */
.demo-parent-cats-wrap {
	position: relative;
	padding: 0 30px;
	z-index: 2;
}

.demo-parent-cats-wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #EBEDF0;
	z-index: 1;
}

.demo-parent-cats {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
	padding: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
	max-width: 1432px;
	position: relative;
	z-index: 9;
	padding-top: 40px;
}

.demo-parent-cats li a {
	display: inline-block;
	padding: 40px;
	color: var(--color-black);
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}

@media (max-width: 960px) {
	.demo-parent-cats li a {
		padding: 30px;
		font-size: 18px;
	}
}

.demo-parent-cats li:hover > a,
.demo-parent-cats li.current-parent-cat > a {
	color: var(--color-primary);
	border-bottom: 2px solid var(--color-primary);
}

/** Demo Content */
.demo-content-wrapper {
	background-color: var(--color-gray-100);
	padding: 110px 30px;
}

.demo-content-container {
    max-width: 1432px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 53px;
}

.demo-thumb img {
	width: 100%;
	margin-bottom: 15px;
}

.demo-title {	
    font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 21px;
	margin: 0;
}

.demo-title a {
	color: var(--color-black);
	text-decoration: none;
}

.demo-title:hover > a {
	text-decoration: underline;
}

.demo-content,
.demo-excerpt p {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	color: var(--color-gray-400);
}

.demos-archive-breadcrumbs,
.demo-content-none {	
    font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-gray-400);
	margin: 0;
	width: 100%;
}

/** Sub Category */
.demo-child-cats-wrap {
    width: 100%;
    max-width: 1432px;
	margin-top: 110px;	
    margin: 0 auto;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.demo-child-cats {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
	padding: 0;
	margin: 0;
	column-gap: 25px;
	row-gap: 10px;
}

.demo-child-cats a {
	color: var(--color-black);
	text-decoration: none;
}

.demo-child-cats a.active {
	color: var(--color-primary);
}

.demo-child-cats li:hover > a {
	text-decoration: underline;
}

/** Single Custom Post */
.demo-item-single {
	width: 100%;
	padding: 120px 0;
}

/** Breadcrumbs */
.archive-breadcrumbs a {
	color: var(--color-gray-400);
}

.archive-breadcrumbs a:hover {
	color: var(--color-primary);
}

.search-content-none {
	max-width: 1432px;
	margin: 0 auto;
	padding: 120px 30px;
}

/** Ajax Loading */
#demo-archive-page {
	width: 100%;
	min-height: 350px;
}
.ajax-page-loading {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 350px;
	background-color: var(--color-gray-100);
}

/** Search Page */
.demos-search-page {
	background-color: var(--color-gray-100);
}

.demos-search-header {
	width: 100%;
	max-width: 1432px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 70px;
	row-gap: 20px;
	align-items: center;
	padding: 110px 30px 0 30px;
}

.search-title {
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	font-size: 36px;
	margin: 0 0 20px 0;
}

.search-description {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: var(--color-gray-400);
}

.demo-content-wrapper.demo-search-wrapper {
	background-color: var(--color-white);
	padding: 120px 0;
}

.demos-search-cat {
	width: 100%;
	max-width: 1432px;
	margin: 0 auto;
	padding: 110px 30px 0 30px;
}

.demos-search-page .demos-search-cat:last-child {
	padding-bottom: 110px;
}

.demos-search-cat-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 20px;
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 1px solid #EBEDF0;
}

.demos-search-cat-title {
	margin: 0;
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	font-size: 24px;
}

.demos-search-cat-count {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.demos-search-cat-content {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 65px;
}

.zyre-account-btn {
    display: none;
}

/** Demos Single Page */
.demos-single-page {
    border-top: 1px solid var(--color-gray-100);
}

.demos-single-page-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	gap: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 1492px;
    padding: 23px 30px;
}

.demos-single-page-title {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: var(--color-primary);
}

.zyre-intro-sec {
	overflow: hidden;
}

/***************************
===== Single Docs Post =====
***************************/
.docs-page {
	width: 100% !important;
	max-width: 100% !important;
    padding: 0 30px;
}

.inner-container {
    margin: 0 auto;
    max-width: 1432px;
    display: flex;
    flex-wrap: wrap;
}

.docs-page-header {
	border-top: 1px solid var(--color-gray-100);
	border-bottom: 1px solid var(--color-gray-100);
}

.docs-page-header .docs-inner-container {
    align-items: center;
    justify-content: space-between;
    gap: 20px;
	padding: 40px 0;
	font-family: "Inter Tight", sans-serif;
	font-size: 18px;
}

.docs-breadcrumbs {
	margin-bottom: 10px;
}

.docs-breadcrumbs .current {
	font-weight: 700;
}

.last-update-icon {
	margin-right: 10px;
}

.docs-single-page-date-meta {
	color: var(--color-gray-400);
}

.last-update-date {
	color: var(--color-black);
}

.docs-back-btn a {
	color: var(--color-black);
	text-decoration: underline;
	font-weight: 700;
}

.docs-back-btn i {
	margin-right: 5px;
}

.docs-navbar {
	padding: 105px 0 105px 0;
}

.docs-main-content {
    padding: 105px 0 105px 50px;
    max-width: 944px;
    width: 100%;
}

.docs-navbar {
    position: relative;
    padding-right: 68px;
    background-color: var(--color-gray-100);
    max-width: 488px;
    width: 100%;
}

@media (max-width: 1510px) {
	.docs-main-content {
		max-width: 70%;
	}
	.docs-navbar {
		max-width: 30%;
	}
}

@media (max-width: 960px) {
	.docs-main-content {
		max-width: 100%;
		padding: 50px 0;
	}
	.docs-navbar {
		padding: 50px 0 30px 0;
		max-width: 100%;
	}
	.docs-navbar::after {
		content: '';
		top: 0;
		right: -30px;
		background-color: inherit;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -2;
	}
}

.docs-navbar::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: inherit;
	z-index: -1;
}

.docs-navbar ul.parent-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.docs-navbar ul .dropdown-arrow {
    position: relative;
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    min-height: 30px;
	font-size: 18px;
	color: var(--color-gray-400);
}

.docs-navbar ul .dropdown-arrow.fa-caret-down {
	font-size: 28px;
}

.docs-navbar ul.parent-menu > li > .item-text {
	padding: 25px 20px 25px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.docs-navbar ul.parent-menu > li.current-page > .item-text,
.docs-navbar ul.parent-menu > li.open > .item-text {
    position: relative;
    background-color: var(--color-white);
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.06);
}

.docs-navbar ul.parent-menu > li.current-page > .item-text::before,
.docs-navbar ul.parent-menu > li.open > .item-text::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: var(--color-primary);
	border-radius: 5px 0 0 5px;
}

.docs-navbar ul.parent-menu > li > .item-text > a {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 21px;
	color: var(--color-black);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.docs-navbar ul.parent-menu > li.open > .item-text > a,
.docs-navbar ul.parent-menu > li.current-page > .item-text > a,
.docs-navbar ul.parent-menu > li.current-page > .item-text > .fa-chevron-right {
	color: var(--color-primary);
}

.docs-navbar ul.parent-menu > li:not(.open):not(.current-page) > .item-text > a:hover {
	text-decoration: underline;
}

.docs-navbar .child-menu {
    margin: 30px 0 30px 30px;
    border-left: 1px solid var(--color-gray-300);
    padding: 0 30px;
	list-style: none;
}

.docs-navbar .child-menu ul {
    margin: 30px 0;
    border-left: none;
}

.docs-navbar .child-menu > li.parent-item a,
.docs-navbar .child-menu > li.child-item a {
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: var(--color-gray-400);
	text-decoration: none;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.docs-navbar .child-menu li.parent-item a:hover,
.docs-navbar .child-menu li.child-item a:hover {
	color: var(--color-black);
	text-decoration: underline;
}

.docs-navbar .child-menu li.current-page a {
    color: var(--color-primary) !important;
    border-left: 2px solid var(--color-primary);
    margin-left: -31px;
    padding-left: 30px;
}

.docs-navbar .child-menu li.parent-item .item-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.docs-navbar .child-menu > li.parent-item:last-child .item-text {
	margin-bottom: 0;
}

.docs-navbar .child-menu li.parent-item .item-text a {
	margin-bottom: 0;
}

.docs-entry-header {
	margin-bottom: 60px;
	border-bottom: 1px solid #EBEDF0;
}

.docs-entry-subtitle > a {
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: var(--color-gray-400);
    text-decoration: none !important;
    transition: all 0.6s ease-in-out;
    display: inline-block;
    margin-bottom: 10px;
}

.docs-entry-subtitle:hover > a {
	color: var(--color-primary);
	text-decoration: underline;
}

.docs-entry-title {
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: var(--color-black);
	margin: 0 0 60px 0;
}

/******************************************
========== All Content Block CSS ==========
******************************************/
.entry-content {
	font-family: "Inter", sans-serif;
	font-weight: 400;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content strong,
.entry-content b,
.entry-content th,
.entry-content dt,
.entry-content legend,
.entry-content caption {
    font-weight: 700;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p {
	margin-bottom: 0;
}

/** WordPress Content Block Common Styles */
ul.wp-block-categories-list.wp-block-categories,
ul.wp-block-archives-list.wp-block-archives,
ol.wp-block-latest-comments {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

ul.wp-block-archives-list li,
ul.wp-block-categories-list li {
    margin: 8px 0;
}

ul.wp-block-categories-list.wp-block-categories a,
ul.wp-block-archives-list.wp-block-archives a,
.page-content a.wp-block-latest-comments__comment-author,
.page-content a.wp-block-latest-comments__comment-link,
.page-content a.wp-block-latest-posts__post-title {
    text-decoration: none;
}

ul.wp-block-categories-list.wp-block-categories a:hover,
ul.wp-block-archives-list.wp-block-archives a:hover,
.page-content a.wp-block-latest-comments__comment-author:hover,
.page-content a.wp-block-latest-comments__comment-link:hover,
.page-content a.wp-block-latest-posts__post-title:hover {
	text-decoration: underline;
	color: var(--color-primary-dark);
}

.wp-block-archives__label,
.wp-block-categories__label {
    margin: 20px 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
}

.wp-block-archives-dropdown select,
.wp-block-archives-dropdown select:focus,
.wp-block-categories-dropdown select,
.wp-block-categories-dropdown select:focus {
	border: 1px solid var(--color-gray-200);
	padding: 10px;
	border-radius: 5px;
	outline: 0;
}

.wp-block-latest-posts__list {
	margin: 20px 0;
}

.alignfull, .alignfull img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
}

/** <blockquote> Tag */
blockquote {
    position: relative;
    background-color: var(--color-gray-100);
    margin: 20px 0;
    padding: 20px 20px 20px 55px;
    border-radius: 5px;
}

blockquote::before {
	content: '\f10d';
	font-family: "fontAwesome";
	font-weight: 900;
	position: absolute;
	top: 5px;
	left: 20px;
	font-size: 30px;
	color: var(--color-primary-light);
	opacity: 0.4;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin: 20px 0;
    padding: 20px 20px 20px 55px;
}

/** <table> Tag */
table {
	margin: 20px 0;
}
table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: transparent;
}

table th {
	border-color: var(--color-gray-300);
}

thead th {
    font-weight: 700;
    background-color: var(--color-gray-100);
    color: var(--color-primary);
}

/** <a> Tag */
a {
    color: var(--color-primary);
    transition: all 0.5s ease-in-out;
}

a:hover,
a:focus {
	color: var(--color-primary-dark);
}

/** <pre> Tag */
pre,
code {
    background-color: var(--color-gray-100);
    color: var(--color-primary-light);
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

pre::before,
code::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px 0 0 5px;
	width: 4px;
	height: 100%;
	background-color: var(--color-primary);
}

code {
    display: block;
    margin-top: 10px;
}

.post-tags {
	clear: both;
}

.post-tags,
.comment-form {
	margin: 20px 0;
	background-color: var(--color-gray-100);
    padding: 10px 30px;
    border-radius: 5px;
}

:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
	color: #000 !important;
}

.wp-block-button,
.wp-block-cover,
.wp-block-file,
.wp-block-group,
.wp-block-social-links {
	margin-top: 20px;
}

body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
	font-family: "Inter Tight", sans-serif;
	font-weight: 700;
}

p {
	margin: 10px 0;
}

.alignwide {
	max-width: 100%;
	margin-inline: 0;
}

body:not([class*=elementor-page-]) .site-main {
	max-width: 1004px;
	padding: 30px;
}

body.post-type-archive-docs .site-main {
	padding-bottom: 0 !important;
}

.page-header .entry-title {
	max-width: 1004px;
    padding: 0;
    word-wrap: break-word;
}

.wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: var(--color-white);
    background-color: var(--color-primary);
    padding: 5px 30px;
    border-radius: 5px;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
	border-color: var(--color-black);
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color: var(--color-primary);
}

#comments .comment-metadata,
#comments .reply {
	font-size: 14px;
}

.alignleft {
	margin-bottom: 20px;
}

/** Button Block */
:root :where(.wp-element-button, .wp-block-button__link) {
	background-color: var(--color-primary) !important;
	color: var(--color-white) !important;
	text-decoration: none !important;
}

:root :where(.wp-element-button, .wp-block-button__link):hover {
	background-color: var(--color-secondary-dark);
}

:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
	background-color: transparent !important;
	color: var(--color-primary) !important;
}

:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link):hover {
	color: var(--color-white) !important;
	background-color: var(--color-primary) !important;
}

.wp-block-file a {
	text-decoration: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	border-radius: 2em;
	border: 1px solid var(--color-primary);
}

.wp-block-file a:hover {
	background-color: var(--color-primary) !important;
	color: var(--color-white) !important;
}

[type=button], [type=submit],
button {
	border-color: var(--color-primary);
	color: var(--color-primary);
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	background-color: var(--color-primary);
}

/** Pagination */
.post-nav-links,
.comments-area {
	clear: both;
}

.comments-area {
	padding-top: 20px;
}

.post-page-numbers,
.page-numbers,
.wp-block-query-pagination-next {
    text-decoration: none !important;
	max-width: 100%;
    min-width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    color: var(--color-primary);
	padding: 0 10px;
}

.post-page-numbers.current,
.post-page-numbers.dots,
.post-page-numbers:hover,
.page-numbers.current,
.page-numbers.dots,
.page-numbers:hover,
.wp-block-query-pagination-next:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    background-color: var(--color-gray-100);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
	border-block-end: none;
}

#comments .comment .avatar,
#comments .pingback .avatar {
    border-radius: 50%;
    margin-inline-end: 10px;
    position: relative;
}

#comments .comment-meta {
	align-items: center;
}

#comments .comment-author {
	display: flex;
	align-items: center;
}

#comments .comment blockquote,
#comments .comment pre {
	background-color: var(--color-white);
}

label > input {
	margin-top: 10px;
}

#comments ol.comment-list .children:before {
	content: '\f112';
	font-family: "fontAwesome";
	font-weight: 900;
}

.comment-reply-link {
    display: inline-block;
    text-decoration: none !important;
    border: 1px solid var(--color-primary);
    padding: 5px 20px;
    border-radius: 5px;
    background-color: var(--color-primary);
    color: var(--color-white) !important;
}

#comments .comment .fn {
    color: var(--color-primary);
    padding-right: 5px;
}

.comment-reply-link:hover {
	background-color: var(--color-primary-dark);
}

/** Gallery Column */
body:not(.elementor-template-full-width) .gallery-columns-2,
body:not(.elementor-template-full-width) .gallery-columns-3,
body:not(.elementor-template-full-width) .gallery-columns-4,
body:not(.elementor-template-full-width) .gallery-columns-5,
body:not(.elementor-template-full-width) .gallery-columns-6,
body:not(.elementor-template-full-width) .gallery-columns-7,
body:not(.elementor-template-full-width) .gallery-columns-8,
body:not(.elementor-template-full-width) .gallery-columns-9 {
    display: grid;
    gap: 20px; /* row + column gap */
}

body:not(.elementor-template-full-width) .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
}

body:not(.elementor-template-full-width) .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
}

body:not(.elementor-template-full-width) .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
}

body:not(.elementor-template-full-width) .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr); /* 5 equal columns */
}

body:not(.elementor-template-full-width) .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr); /* 6 equal columns */
}

body:not(.elementor-template-full-width) .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr); /* 7 equal columns */
}

body:not(.elementor-template-full-width) .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr); /* 8 equal columns */
}

body:not(.elementor-template-full-width) .gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr); /* 9 equal columns */
}

@media (max-width: 1250px) {
	body:not(.elementor-template-full-width) .gallery-columns-2,
	body:not(.elementor-template-full-width) .gallery-columns-3,
	body:not(.elementor-template-full-width) .gallery-columns-4,
	body:not(.elementor-template-full-width) .gallery-columns-5,
	body:not(.elementor-template-full-width) .gallery-columns-6,
	body:not(.elementor-template-full-width) .gallery-columns-7,
	body:not(.elementor-template-full-width) .gallery-columns-8,
	body:not(.elementor-template-full-width) .gallery-columns-9 {
		grid-template-columns: repeat(2, 1fr); /* 2 equal columns */
	}
	.hero-section-gallery .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item {
		width: 50% !important;
	}
}

@media (max-width: 650px) {
	body:not(.elementor-template-full-width) .gallery-columns-2,
	body:not(.elementor-template-full-width) .gallery-columns-3,
	body:not(.elementor-template-full-width) .gallery-columns-4,
	body:not(.elementor-template-full-width) .gallery-columns-5,
	body:not(.elementor-template-full-width) .gallery-columns-6,
	body:not(.elementor-template-full-width) .gallery-columns-7,
	body:not(.elementor-template-full-width) .gallery-columns-8,
	body:not(.elementor-template-full-width) .gallery-columns-9 {
		grid-template-columns: repeat(1, 1fr); /* 1 equal columns */
	}
	.hero-section-gallery .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item {
		width: 100% !important;
	}
}

.wp-calendar-table #today {
	color: var(--color-white);
	background-color: var(--color-primary);
}

.wp-calendar-table #today a {
	color: var(--color-white);
}

body.single-docs .site-main {
	padding-bottom: 0;
}

.docs-archive-breadcrumbs a {
	text-decoration: none;
	color: var(--color-gray-400);
}

.docs-archive-breadcrumbs a:hover {
	color: var(--color-primary);
}

select {
  /* Remove default arrow */
  appearance: none; 
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Box styling */
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;

  /* Font styling */
  font-size: 16px;   /* Control font size */
  font-family: Arial, sans-serif;
  color: #333;

  /* Padding */
  padding: 10px 40px 10px 15px; /* top/right/bottom/left */
  
  /* Arrow */
  background-image: url('data:image/svg+xml;utf8,<svg height="10" viewBox="0 0 10 6" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M0 0l5 6 5-6z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center; /* arrow position */
  background-size: 10px auto;

  cursor: pointer;
}

/* Optional: change arrow color on hover */
select:hover {
  border-color: #888;
}

.wp-block-heading {
	margin-top: 0;
}

.docs-search-form {
	position: relative;
}

.docs-search-form input {
	position: relative;
    margin-top: 0;
    width: 100%;
    max-width: 420px;
    background-color: var(--color-white);
    box-shadow: 0 2px 1px rgba(0,0,0,.06);
    height: 60px;
    border-radius: 30px;
    outline: none;
    border: none;
    padding-left: 88px;
	margin-bottom: 40px;
}

.docs-search-form label {
	display: block;
}

.docs-search-form .search-submit {
    position: absolute;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    border: none;
    font-size: 24px;
    padding: 0 0 0 36px;
}

.docs-search-form .search-submit:hover {
	color: var(--color-primary);
	background-color: inherit;
}

ul.menu li.menu-item-has-children:hover>ul.sub-menu {
	top: calc(100% + 2px);
}

.overview-page .elementor-widget-image img {
	width: 100% !important;
}

.zyre-nav-menu ul.menu > li:hover > .submenu-indicator svg, .zyre-nav-menu ul.sub-menu > li:hover > .submenu-indicator svg {
	fill: var(--color-black) !important;
}

.post-style,
.post-section {
	text-transform: capitalize;
}

.zyre-youtube-btn .elementor-custom-embed-play i,
.zyre-youtube-btn .elementor-custom-embed-play svg {
	opacity: 1;
}

.page-content {
	margin-bottom: 74px;
}

.page-content p {
	margin: 0 0 27px 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
	line-height: 30px;
	color: var(--color-gray-400);
}

.page-content h3 {
	margin: 41px 0 21px 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
	line-height: 30px;
	color: var(--color-black);
}

.page-content h5 {
	margin: 24px 0 24px 0;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 18px;
	line-height: 22px;
	color: var(--color-black);
}

.page-header {
	padding: 60px 0 82px 0;
}

.page-header .entry-title {
	margin: 0 0 5px 0;
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
    font-size: 36px;
	line-height: 44px;
	color: var(--color-black);
}

.single-page-date-meta {
	margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
	color: var(--color-gray-400) !important;
}

.single-page-date-meta .last-update-date {
	color: var(--color-gray-400) !important;
}

.page-content .list-none{
    list-style: none;
}

.page-content .list-spacing-l {
    padding: 0 0 0 20px;
    margin: 0;
}

.page-content .list-spacing-l li {
	margin-bottom: 32px;
	color: var(--color-gray-400) !important;
}

.page-content .list-spacing-l li:has(> ul) {
	margin-bottom: 0;
}

.page-content .list-spacing-l li ul li:first-child {
	margin-top: 32px;
}

.wp-block-separator {
	border-top-width: 1px;
	border-top-color:var(--color-gray-500);
	margin: 82px 0 84px 0;
}

.zyre-gradient-heading-title-text,
.zyre-gradient-heading-title-prefix {
	display: block !important;
}

.demo-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	width: 100%;
}

@media (max-width: 960px) {
	.demo-items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.demo-items {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.demo-parent-cats-wrap {
		padding: 0 15px;
	}
	.demo-content-wrapper {
		padding: 70px 15px;
	}
	.demos-archive-page {
		padding: 90px 15px;
	}
	.demos-search-header {
		padding: 70px 15px 0 15px;
	}
	.search-content-none {
		padding: 60px 15px;
	}
	body:not([class*=elementor-page-]) .site-main {
		padding: 15px;
	}
}

.zyre-post-navigation__prev--arrow,
.zyre-post-navigation__next--arrow {
	margin-top: -24px !important;
}

.zyre-post-navigation__prev--title {
	margin-left: -20px;
}

.zyre-post-navigation__next--title {
	margin-right: -24px;
}