/*!
Theme Name: Business Office
Theme URI: https://www.apexthemes.net/products/business-office/
Author: Apex Themes
Author URI: https://www.apexthemes.net/
Description: Business Office is a clean and practical design created for companies that need a simple and professional online presence. It offers a clear layout to present services, company details, and contact information in an organized way, making it easy for visitors to find what they need. You can easily customize colors, typography, and sections to match your brand without any complexity. The responsive layout ensures your site looks good and works smoothly across desktops, tablets, and mobile devices. Built with a lightweight structure, it helps pages load quickly and provides a smooth browsing experience. It also works well with popular plugins, allowing you to add extra features when needed. Business Office is a reliable choice for small businesses, startups, and service providers looking for a straightforward website solution.
Version: 1.2
Requires at least: 5.5
Requires PHP: 5.6
Tested up to: 6.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-office
Tags: custom-colors, custom-header, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, one-column, two-columns, left-sidebar, right-sidebar, news, portfolio, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Business Office is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


/* Document
	 ========================================================================== */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

.boxed-layout #page,
.frame-layout #page {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.frame-layout #page {
	margin: 50px auto;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1.entry-title {
	font-size: 2em;
	margin: 0.67em 0;
}

h1 {
	font-size: 38px;
	font-family: 'Outfit', sans-serif;
}

h2 {
	font-size: 34px;
	font-family: 'Outfit', sans-serif;
}

h3 {
	font-size: 28px;
	font-family: 'Outfit', sans-serif;
}

h4 {
	font-size: 24px;
	font-family: 'Outfit', sans-serif;
}

h5 {
	font-size: 22px;
	font-family: 'Outfit', sans-serif;
}

h6 {
	font-size: 16px;
	font-family: 'Outfit', sans-serif;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: 16px;
	line-height: 28px;
    font-family: 'Outfit', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 16px;
    line-height: 1.3;
	clear: both;
    word-break: break-word;
	color: #000;
    font-family: 'Outfit', sans-serif;
}

p {
    margin: 0 0 1.5em;
	font-size: 16px;
    font-family: 'Outfit', sans-serif;
    color: #000;
}

p:last-child {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    padding: 15px;
    color: #000;
}

address {
	margin: 0 0 1.5em;
    color: #000;
}

pre {
	background: #eee;
    color: #000;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #ffffff;
    overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
    padding-left: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
    color: #000;
}

li {
  color: #000;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
    color: #000;
}

img {
	height: auto;
	max-width: 100%;
	display: inline-block;
    vertical-align: middle;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
  	border-collapse: collapse;
}

table, td, th {  
  border: 1px solid #ddd;
  text-align: center;
}

th, td {
  padding: 15px;
  color: #000;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.reply a {
	position: relative;
    background-color: transparent;
    font-size: 12px;
    line-height: 42px;
    font-weight: 600;
    color: var(--global-color);
    border: 1px solid var(--global-color);
    text-transform: uppercase;
    letter-spacing: 0.10em;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 18px;
    line-height: 1.3;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover,
.btn:focus,
.reply a:hover,
.reply a:focus {
	background-color: #000000 !important;
    color: #fff;
}

button:active, 
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: var(--global-color);
    color: #fff;
    outline: thin dotted;
	outline-color: #000;
}

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 {
	color: #666;
    background-color: #fff;
    border: 1px solid #e5e9f0;
    padding: 8px 12px;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
}

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 {
	color: #111;
	outline: thin dotted;
	border-color: var(--global-color);
}

select {
	border: 1px solid #ccc;
}

select:focus {
    outline: thin dotted;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--global-color);
}

a:hover, 
a:focus, 
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover, 
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Underline Links
--------------------------------------------------------------*/
#masthead a,
#footer-widgets ul li a,
#secondary ul li a {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.topbar {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: #000;
    padding: 6px 20px;
}

.topbar-email a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
}

.topbar-email a:hover {
    color: var(--global-color);
}

span.topbar-date {
    text-transform: uppercase;
}

#top-header {
    padding: 10px 0;
    color: #fff;
    background: #202020;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.row.header-bg {
    border-radius: 10px;
    padding: 5px;
    align-items: center;
}

.header-product-search {
    display: flex;
    justify-content: flex-start;
}

.translate-lang{
    width: 70%;
}

.detail-bg i {
    font-size: 22px;
    color: #fff;
}
.detail-bg {
    background: var(--global-color);
    padding: 7px 10px;
    border-radius: 6px;
}

.admin-profile-image img.avatar.avatar-35.photo {
    font-size: 26px;
    height: 40px;
    width: 50px;
    object-fit: cover;
    border-radius: 6px;
}

.woocommerce-product-search {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    max-width: 360px;
    width: 100%;
    margin: 0;
}

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
	background: var(--global-color);
	color: #fff;
}

.quantity input[type="number"] {
    padding: 2px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
	background: var(--global-color);
	color: #fff;
}

.woocommerce-product-search .search-field {
    flex: 1;
    border: none;
    padding: 10px 15px;
    background: transparent;
    outline: none;
    font-size: 14px;
}

input#header-product-search-field{
	width: 80%;
}

.woocommerce-product-search .search-submit {
    border: none;
    background-color: var(--global-color);
    padding: 10px 15px;
    cursor: pointer;
    color: #ffffff;
    margin-right: 14px;
    border-radius: 10px;
}

.woocommerce-product-search .search-submit:hover {
    background-color: #e67628;
}

.header-details{
	display: flex;
	align-items: center;
	gap: 10px;
}

.social-links a {
    color: #fff;
    font-size: 16px;
    margin-left: 12px;
}

.social-links a:hover{
	color: var(--global-color);
}

.header-button a {
    background: transparent;
    color: var(--global-color);
    border: 1px solid var(--global-color);
    display: inline-block;
    padding: 6px 15px;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
}

.header-button a:hover{
	background-color: var(--global-color);
    color: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.product-cart.text-center.position-relative{
  display: flex;
  align-items: center;
}
.product-cart a{
  position: relative;
}
.product-cart .cart-count {
  bottom: auto;
    position: absolute;
    top: -15px;
    right: -10px;
    left: auto;
    background-color: #ff5b5b;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    font-weight: 600;
}

#masthead {
    position: relative;
    z-index: 10;
}


.site-branding-logo, 
.site-branding-text {
    display: inline-block;
    vertical-align: middle;
}

.site-branding-logo img {
    max-height: 36px;
    width: auto;
}

.site-title {
    font-size: 25px;
    margin: 0 0 2px;
    line-height: 1.2;
    font-weight: 700;
}

.site-title a {
	color: #ffffff;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	color: var(--global-color); 
}

.site-description {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.site-main .comment-navigation, 
.site-main .posts-navigation, 
.site-main .post-navigation {
	margin: 1.5em 0;
    background-color: #fff;
    padding: 15px 25px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.06);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.site-main .comment-navigation a, 
.site-main .posts-navigation a, 
.site-main .post-navigation a {
	color: #000;
	text-decoration: none;
}

.site-main .comment-navigation a:hover, 
.site-main .posts-navigation a:hover, 
.site-main .post-navigation a:hover,
.site-main .comment-navigation a:focus, 
.site-main .posts-navigation a:focus, 
.site-main .post-navigation a:focus {
	color: var(--global-color);
}

.nav-subtitle {
    display: block;
}

.nav-previous .nav-title-icon-wrapper {
    margin-right: 10px;
}

.nav-next .nav-title-icon-wrapper {
    margin-left: 10px;
}

.navigation.pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 10%), 0 22px 27px -30px rgb(7 10 25 / 10%);
}

.navigation.pagination .page-numbers.prev svg,
.navigation.pagination .page-numbers.next svg {
	position: relative;
	top: -2px;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers:focus {
    background-color: var(--global-color);
    border-color: var(--global-color);
    color: #fff;
}

.navigation.pagination .page-numbers.prev:hover svg,
.navigation.pagination .page-numbers.next:hover svg,
.navigation.pagination .page-numbers.prev:focus svg,
.navigation.pagination .page-numbers.next:focus svg {
	fill: #fff;
}

.post-navigation .nav-previous a:hover svg,
.post-navigation .nav-previous a:focus svg,
.post-navigation .nav-next a:hover svg,
.post-navigation .nav-next a:focus svg {
    fill: var(--global-color);
}

.navigation.pagination {
    margin-top: 50px;
    text-align: center;
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

span.woocommerce-Price-amount.amount {
    color: #000;
}

.post-author img{
	width: 30px !important;
	height: 30px;
}

.post-author a{
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.home-button a {
    background: var(--global-color);
    color: #fff;
    display: inline-block;
    padding: 6px 25px;
    border-radius: 30px;
    margin: 0 0 15px 0;
    text-decoration: none;
}

.home-button a:hover{
	background: #000000;
}

/*--------------------------------------------------------------
# Popular Services Section
--------------------------------------------------------------*/
.our-services-layout {
    display: grid;
    grid-template-columns: minmax(260px, 27%) minmax(0, 1fr);
    background: #ffffff;
    overflow: hidden;
}

.our-services-intro {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}

.our-services-intro-overlay {
    position: absolute;
    inset: 0;
    opacity: 90%;
    background: #202020;
}

.our-services-intro-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #ffffff;
    max-width: 350px;
}

.our-services-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 18px;
}

.our-services-desc {
    margin: 0;
    color: #f2f2f2;
    font-size: 16px;
}

.our-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: #ffffff;
}

.popular-service-card {
    min-height: 260px;
    padding: 36px 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.popular-service-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}

.popular-service-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--global-color);
    font-size: 22px;
    margin-bottom: 22px;
}

.popular-service-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 14px;
    color: #1f2328;
}

.popular-service-text {
    margin: 0 auto;
    max-width: 320px;
    font-size: 15px;
    line-height: 20px;
    color: rgba(32, 32, 32, 0.7);
}

.popular-service-card:nth-child(3n) {
    border-right: 0;
}

.popular-service-card:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.popular-service-card:nth-child(even) {
    background: #FDEBD9;
}

.popular-service-card:hover .popular-service-title,
.popular-service-card:hover .popular-service-text {
    color: #000000;
}

.popular-service-card:hover {
    background: #fff8ef;
    transform: translateY(-2px);
}
.popular-service-card:hover .popular-service-icon{
    background: #202020;
}

/*--------------------------------------------------------------
# Category First Section
--------------------------------------------------------------*/
section#home-categories {
    background: #F5F3F1;
    padding: 5px 0 20px;
}
.category-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.category-img img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 20px;
}

/* Overlay */
.category-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.7), transparent);
    border-radius: 12px;
}

/* Content */
.category-content {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #fff;
}

.category-number {
    background: #fff;
    padding: 8px 8px;
    border-radius: 50%;
    font-size: 13px;
    margin-right: 8px;
    color: #000;
    font-weight: 700;
}

.category-content h3 {
    display: inline-block;
    font-size: 23px;
    margin-left: 5px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
}

.category-nav {
    display: flex;
    gap: 10px;
}

.category-nav button {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.category-nav button i {
    font-size: 16px;
}

/* LEFT (purple) */
.cat-prev {
    background: var(--global-color);
    color: #fff;
}

/* RIGHT (black) */
.cat-next {
    background: #000;
    color: #fff;
}

/*--------------------------------------------------------------
# Business Banner
--------------------------------------------------------------*/
.business-hero-wrap {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.business-hero-wrap::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: min(1500px, 100%);
    min-height: 620px;
    color: #fff;
    left: 0;
    top: 0;
    padding: 66px 344px 54px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(32, 32, 32, 0.95);
    clip-path: polygon(0% 0%, 100% 0%, 28% 100%, 0% 100%);
}

.business-hero-panel {
    position: relative;
    z-index: 2;
    width: min(1100px, 100%);
    min-height: 620px;
    color: #fff;
    padding: 66px 375px 54px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.business-hero-panel::after {
    content: "";
    position: absolute;
    right: -305px;
    top: 0px;
    width: 65px;
    height: 100%;
    opacity: 70%;
    background: var(--secondary-color);
    transform: skewX(-60deg);
    transform-origin: center top;
    pointer-events: none;
    z-index: 3;
}

.business-hero-wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 400px;
    background: var(--global-color);
    clip-path: polygon(100% 48%, 57% 0, 100% 0);
    z-index: 1;
}

.business-hero-panel::before {
    content: "";
    position: absolute;
    right: -31px;
    bottom: 0;
    width: 800px;
    height: 500px;
    background: linear-gradient(105.87deg, var(--global-color) 37.44%, var(--secondary-color) 99.3%);
    clip-path: polygon(64% 41%, 0% 100%, 100% 100%);
    z-index: 2;
}

.business-hero-panel .triangle-line {
    position: absolute;
    right: 75px;
    bottom: 0;
    width: 50px;
    height: 316px;
    opacity: 70%;
    background: var(--secondary-color);
    transform: skewX(44deg);
    z-index: 1;
    pointer-events: none;
}

.business-hero-kicker {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 500;
    color: #eef2f6;
}

.business-hero-heading {
    margin: 0;
    line-height: 60px;
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-left: 3px solid var(--secondary-color);
    border-bottom: 3px solid var(--secondary-color);
    padding-left: 12px;
    padding-bottom: 12px;
    width: 60%;
}

.business-hero-heading span {
    color: #ffffff;
    display: block;
}
.business-hero-heading-accent {
    color: var(--secondary-color) !important;
}

.business-hero-heading-line {
    display: block;
    width: 146px;
    height: 10px;
    margin: 9px 0 22px 280px;
    border-top: 3px solid var(--secondary-color);
}

.business-hero-description {
    margin: 0;
    max-width: 455px;
    color: #fff;
    font-size: 16px;
}

.business-hero-button {
    width: max-content;
    margin-top: 26px;
    background: var(--global-color);
    border: 1px solid var(--global-color);
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 6px;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.business-hero-button:hover{
    border: 1px solid var(--global-color);
    background: transparent;
    color: #ffffff;
}


@media (min-width: 1025px) and (max-width: 1366px) {

}
@media screen and (max-width: 2560px) {
    .business-hero-wrap {
        min-height: 620px;
    }
    .business-hero-heading {
        font-size: 60px;
        line-height: 75px;
    }
    .business-hero-panel {
        padding-right: 440px;
    }
    .business-hero-heading-line {
        margin: 9px 0 22px 240px;
    }
    .business-hero-wrap::before {
        width: 71%;
        clip-path: polygon(0% 0%, 100% 0%, 41% 100%, 0% 100%);
    }
    .business-hero-panel::after {
        right: -300px;
    }
    .business-hero-panel::before {
        right: -32px;
        width: 805px;
        height: 505px;
    }
}
@media screen and (max-width: 2470px) {
    .business-hero-panel::after {
        right: -273px;
        transform: skewX(-59deg);
    }
}
@media screen and (max-width: 2300px) {
    .business-hero-panel::after {
        right: -240px;
        transform: skewX(-57deg);
    }
    .business-hero-panel::before {
        right: -90px;
        width: 805px;
        height: 505px;
        clip-path: polygon(57% 41%, 0% 100%, 100% 100%);
    }
    .business-hero-panel .triangle-line {
        right: 48px;
        width: 50px;
        height: 320px;
        transform: skewX(49deg);
    }
}
@media screen and (max-width: 2150px) {
    .business-hero-wrap::before {
        width: 73%;
        clip-path: polygon(0% 0%, 100% 0%, 37% 100%, 0% 100%);
    }
}
@media screen and (max-width: 2050px) {
    .business-hero-wrap::before {
        width: 75%;
        clip-path: polygon(0% 0%, 100% 0%, 34% 100%, 0% 100%);
    }
}
@media screen and (max-width: 1950px) {
    .business-hero-wrap::before {
        width: 75%;
        clip-path: polygon(0% 0%, 100% 0%, 28% 100%, 0% 100%);
    }
    .business-hero-panel::after {
        right: -240px;
        transform: skewX(-59deg);
    }
    .business-hero-panel::before {
        right: -89px;
        width: 880px;
        height: 538px;
        clip-path: polygon(60% 41%, 0% 100%, 100% 100%);
    }
    .business-hero-panel .triangle-line {
        right: 51px;
        width: 50px;
        height: 340px;
        transform: skewX(48deg);
    }
}
@media screen and (max-width: 1919px) {
    .business-hero-wrap::before {
        width: 83%;
        clip-path: polygon(0% 0%, 100% 0%, 35% 100%, 0% 100%);
    }
}
@media screen and (max-width: 1900px) {
    .business-hero-wrap::before {
        width: 78%;
        clip-path: polygon(0% 0%, 100% 0%, 30% 100%, 0% 100%);
    }
}
@media screen and (max-width: 1850px) {
    .business-hero-wrap::before {
        width: 79%;
        clip-path: polygon(0% 0%, 100% 0%, 28% 100%, 0% 100%);
    }
}
@media screen and (max-width: 1720px) {
    .business-hero-wrap::before {
        width: 81%;
        clip-path: polygon(0% 0%, 100% 0%, 25% 100%, 0% 100%);
    }
}
@media screen and (max-width: 1699px) {
    .business-hero-wrap::before {
        width: 80%;
        clip-path: polygon(0% 0%, 100% 0%, 26% 100%, 0% 100%);
    }
    .business-hero-panel::after {
        right: -110px;
        transform: skewX(-58deg);
    }
    .business-hero-panel::before {
        right: -89px;
        width: 980px;
        height: 550px;
        clip-path: polygon(60% 34%, 0% 100%, 100% 100%);
    }
    .business-hero-panel .triangle-line {
        right: 70px;
        width: 50px;
        height: 385px;
        transform: skewX(47deg);
    }
}
@media screen and (max-width: 1550px) {
    .business-hero-wrap::before {
        width: 83%;
        clip-path: polygon(0% 0%, 100% 0%, 22% 100%, 0% 100%);
    }
}
@media screen and (max-width: 1440px) {
    .business-hero-wrap::before {
        width: 80%;
        clip-path: polygon(0% 0%, 100% 0%, 25% 100%, 0% 100%);
    }
    .business-hero-panel::after {
        right: -35px;
        transform: skewX(-54deg);
    }
    .business-hero-panel::before {
        right: -60px;
        width: 880px;
        height: 430px;
        clip-path: polygon(62% 8%, 0% 100%, 100% 100%);
    }
    .business-hero-panel .triangle-line {
        right: 70px;
        width: 50px;
        height: 420px;
        transform: skewX(40deg);
    }
}
@media screen and (max-width: 1399px) {
    .business-hero-wrap::before {
        width: 83%;
        clip-path: polygon(0% 0%, 100% 0%, 22% 100%, 0% 100%);
    }
    .business-hero-panel::after {
        right: 30px;
        transform: skewX(-55deg);
    }
    .business-hero-panel::before {
        right: 215px;
        width: 704px;
        height: 330px;
        clip-path: polygon(62% 8%, 0% 100%, 100% 100%);
    }
    .business-hero-panel .triangle-line {
        right: 310px;
        width: 50px;
        height: 325px;
        transform: skewX(41deg);
    }
}
@media screen and (max-width: 1250px) {
    .business-hero-wrap::before {
        width: 75%;
        clip-path: polygon(0% 0%, 100% 0%, 35% 100%, 0% 100%);
    }
    .business-hero-panel::after {
        right: 188px;
        transform: skewX(-44deg);
        width: 50px;
    }
    .business-hero-panel::before {
        right: 287px;
        width: 500px;
        height: 260px;
        clip-path: polygon(44% 12%, 0% 100%, 100% 100%);
    }
    .business-hero-panel .triangle-line {
        right: 393px;
        width: 50px;
        height: 250px;
        transform: skewX(51deg);
    }
    .business-hero-wrap::after {
        width: 300px;
        height: 300px;
    }
}
@media screen and (max-width: 1199px) {
    .business-hero-wrap::before {
        width: 80%;
        clip-path: polygon(0% 0%, 100% 0%, 45% 100%, 0% 100%);
        min-height: 500px;
    }
    .business-hero-panel::after {
        right: 66px;
        transform: skewX(-46deg);
        width: 50px;
    }
    .business-hero-panel::before {
        right: 85px;
        width: 500px;
        height: 260px;
        clip-path: polygon(48% 12%, 0% 100%, 100% 100%);
    }
    .business-hero-panel .triangle-line {
        right: 180px;
        width: 50px;
        height: 252px;
        transform: skewX(48deg);
    }
    .business-hero-wrap,.business-hero-panel {
        height: 500px;
        min-height: 500px;
    }
    .business-hero-panel {
        padding-right: 280px;
    }
}

@media screen and (max-width: 1050px) {
    .business-hero-heading {
        font-size: 50px;
    }
    .business-hero-panel::after {
        right: 125px;
        transform: skewX(-42deg);
        width: 40px;
    }
    .business-hero-panel {
        padding-right: 350px;
    }
    .business-hero-heading-line {
        margin: 9px 0 22px 195px;
    }
    .business-hero-panel::before {
        right: 135px;
        width: 440px;
        height: 260px;
        clip-path: polygon(47% 12%, 0% 100%, 100% 100%);
    }
    .business-hero-panel .triangle-line {
        right: 222px;
        width: 40px;
        height: 245px;
        transform: skewX(46deg);
    }
}
@media screen and (max-width: 992px) {
    /* REMOVE heavy shapes */
    .business-hero-panel::before,
    .business-hero-panel::after,
    .triangle-line {
        display: none;
    }
    .business-hero-heading {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width: 768px) {
    .business-hero-heading {
        font-size: 32px;
        line-height: 40px;
    }
    .business-hero-description {
        max-width: 295px;
    }
}
@media screen and (max-width: 600px) {
    .business-hero-heading {
        font-size: 28px;
        line-height: 36px;
    }
    .business-hero-wrap::before {
        width: 100%;
        clip-path: none;
        min-height: 500px;
    }
    .business-hero-panel {
        padding: 52px 10px 40px 10px;
    }
    .business-hero-heading-line {
        width: 100px;
        height: 11px;
        margin: 14px 0 18px 120px;
    }
    .business-hero-wrap::after {
        width: 200px;
        height: 200px;
    }
    .business-hero-description {
        max-width: 100%;
    }
}
@media screen and (max-width: 380px) {
    .business-hero-panel {
        padding: 52px 0 40px 0;
    }
    .business-hero-heading-line {
        width: 80px;
    }
}
@media screen and (max-width: 340px) {
    .business-hero-heading {
        font-size: 24px;
        line-height: 30px;
    }
    .business-hero-heading-line {
        width: 80px;
        height: 11px;
        margin: 8px 0 18px 90px;
    }
}

a.added_to_cart,a.button.add_to_cart_button.ajax_add_to_cart {
    gap: 11px;
	background: #fff;
    color: #000;
    padding: 6px 10px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 4px;
	box-shadow: 0px 4px 4px 0px #00000040;
}

a.added_to_cart:hover,a.button.add_to_cart_button.ajax_add_to_cart:hover {
    color: #fff;
	background: var(--global-color);
}

.product-btn a.added_to_cart {
    margin-left: 5px;
    padding: 9px 6px !important;
}

a.added_to_cart {
    margin-left: 5px;
    padding: 0px 6px !important;
}

body.single-product #primary,body.woocommerce-cart #primary,body.woocommerce-checkout #primary,body.woocommerce-wishlist #primary {
    width: 100%;
}
body.woocommerce-cart #secondary,body.woocommerce-checkout #secondary,body.woocommerce-wishlist #secondary{
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px 0px #00000040;
    margin: 0 2% 2.992em 0;
    width: 23%;
}

h2.woocommerce-loop-product__title {
    font-weight: 600;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.container:before,
.container:after,
.site-main .comment-navigation:before, 
.site-main .posts-navigation:before, 
.site-main .post-navigation:before,
.site-main .comment-navigation:after, 
.site-main .posts-navigation:after, 
.site-main .post-navigation:after,
.blog-archive:before,
.blog-archive:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	position: relative;
	margin: 0 0 20px;
	/* Make sure select elements fit in widgets. */
}

.widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
	width: 100%;
	padding: 10px;
}

.widget_search form.search-form {
    position: relative;
}

.widget_search input[type="search"] {
	width: 100%;
}

.widget_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px 15px;
    background-color: var(--global-color);
    color: #fff;
    line-height: 28px;
    font-size: 12px;
}

.widget_search input[type="submit"]:hover,
.widget_search input[type="submit"]:focus {
    border-color: #444;
    background-color: #444;
	color: #fff;
}

#secondary .widget_block {
	background-color: #fff;
	padding: 20px;
    box-shadow: 0 0 2px rgba(0,0,0,0.06);
}

#secondary .widget_search input[type="search"] {
	background-color: #f6f6f6;
}

#secondary .widget_block > h1,
#secondary .widget_block > h2,
#secondary .widget_block > h3,
#secondary .widget_block > h4,
#secondary .widget_block > h5,
#secondary .widget_block > h6,
#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6,
#secondary .wp-block-search .wp-block-search__label {
    font-size: 18px;
    margin: 0;
    color: #000;
    font-weight: 600;
}

#secondary .wp-block-group__inner-container > h1,
#secondary .wp-block-group__inner-container > h2,
#secondary .wp-block-group__inner-container > h3,
#secondary .wp-block-group__inner-container > h4,
#secondary .wp-block-group__inner-container > h5,
#secondary .wp-block-group__inner-container > h6 {
	margin-bottom: 10px;
}

#secondary ol.wp-block-latest-comments {
	padding-left: 0;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul ul {
    padding-left: 1em;
}

#secondary ul li,
#footer-widgets ul li {
    display: block;
    padding: 7px 0;
}

#secondary ul li:last-child,
#footer-widgets ul li:last-child {
	border-bottom: none;
}

#secondary ul li a,
#footer-widgets ul li a {
    display: inline-block;
    text-transform: capitalize;
}

#footer-widgets ul li {
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

#secondary a {
	color: #000;
}

#secondary a:hover,
#secondary a:focus {
	color: var(--global-color);
}

.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 10px 10px 0;
    color: #333 !important;
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
    color: #fff !important;
    background-color: var(--global-color);
    border-color: var(--global-color);
}

#colophon .wp-block-tag-cloud a {
	color: #fff !important;
}

.wp-block-search__button {
    background-color: var(--global-color);
    line-height: 1;
    padding: 0;
    height: auto;
    border: none;
    color: #fff;
    padding: 5px 15px;
}

.wp-block-search__button:hover,
.wp-block-search__button:focus {
	background-color: #333;
}

.widget_recent_entries span {
    display: block;
}

.wp-block-latest-comments__comment-author, 
.wp-block-latest-comments__comment-link {
	font-weight: 400;
}

.comment-metadata a,
.fn a {
    text-decoration: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    color: #000;
}

.error404 #primary,
.has-sidebar.error404 #primary {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}

.error-404.not-found .title {
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
    color: var(--global-color);
}

.error-404.not-found input.search-field {
    min-width: 300px;
    display: block;
    margin: 0 auto 20px;
}

.has-sidebar.no-sidebar #primary {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.has-sidebar.no-sidebar #secondary {
    display: none;
}

.widget.widget_search form label {
    width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.comment-form input[type="checkbox"] {
	margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.comments-title,
.comment-reply-title {
    font-size: 32px;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.comments-title {
    margin-bottom: 25px;
}

.comment-author.vcard img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float: left;
    border-radius: 50%;
    object-fit: cover;
}

#comments > ol.comment-list {
    margin-left: 0;
    padding-left: 0;
}

#comments ol.comment-list {
	list-style: none;
}

#comments ol.comment-list article {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.comment-content {
    display: table-cell;
}

.reply {
    margin: 10px 0 0;
    text-align: right;    
}

.form-submit {
    margin-bottom: 0;
}

.has-sidebar #primary {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: -5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 5px;
	margin: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.columns-1,
.columns-2,
.columns-3,
.columns-4,
.columns-5 {
	margin: 0 -10px;
}

.columns-1 article,
.columns-2 article,
.columns-3 article,
.columns-4 article,
.columns-5 article {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Container
--------------------------------------------------------------*/
/*.container {
	width: 90%;
	max-width: 1230px;
	margin: 0 auto;
}*/

#content-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Custom Header
--------------------------------------------------------------*/
#wp-custom-header {
    text-align: center;
}

.custom-header-media {
    position: relative;
}

#wp-custom-header img {
	width: 100%;
}

.home.has-header-video #wp-custom-header {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.home.has-header-video #wp-custom-header video,
.home.has-header-video #wp-custom-header iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wp-custom-header-video-button {
    position: absolute;
    top: 50%;
    left: 25px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-color: #fff;
    border-radius: 80px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#wp-custom-header-video-button:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--global-color);
    display: inline-block;
    margin-left: 2px;
    margin-top: 4px;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:before {
	opacity: 0;
	visibility: hidden;
}

#wp-custom-header-video-button.wp-custom-header-video-pause:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 20px;
    background: var(--global-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 14px;
    border-left: 5px solid var(--global-color);
    box-shadow: inset 5px 0 0 0 #fff;
}

.page-header {
    margin-bottom: 25px;
    text-align: center;
}

.page-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 32px;
}

.search-no-results .blog-archive.grid.columns-5.clear {
    height: auto !important;
}

.no-results.not-found {
    text-align: center;
}

/* Header Image */
.box-image {
    z-index: 1;
    overflow-wrap: anywhere;
}

.box-image .single-page-img{
  position: relative;
}
.box-image .single-page-img:after{
  content: '';
  position: absolute;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  height: 300px;
  width: 100%;
}
.box-image .page-header{
  position: absolute;
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 99;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  padding: 10px;
}
.box-image .page-header h2,
.box-image .page-header h1{
  color: #ffffff;
  text-transform:uppercase;
  font-size: 30px;
}
.taxonomy-description p{
  color: #ffffff;
}
.box-image .page-header{
  justify-content: center;
  color: #ffffff;
  align-items: center;
}
.box-image .page-header span,
.box-image .page-header a{
  font-weight: 500;
}
.box-image .page-header a, 
.box-image .page-header span{
  background-color: transparent;
  margin: 0;
  color: #ffffff;
}
.page-header span .woocommerce-breadcrumb {
    color: #fff;
}

/*--------------------------------------------------------------
# Blog / Archive Posts
--------------------------------------------------------------*/
.blog-archive article {
	width: 100%;
}

.entry-title {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 20px;
}

.single .blog-post-item .featured-image {
	margin-bottom: 25px;
}

.entry-title a,
.comments-link a {
    color: #000;
    text-decoration: none;
}

.category-meta {
    display: block;
    margin-bottom: 5px;
}

.disable-post-category .blog-archive .cat-links,
.disable-post-author .blog-archive .byline,
.disable-post-date .blog-archive .posted-on {
    display: none;
}

.blog-archive .entry-meta {
    margin-bottom: 5px;
}

.entry-meta > span {
	display: inline-block;
}

.entry-meta > span:not(:last-child):after {
    content: "|";
    color: #000;
    padding-left: 5px;
}

.entry-title a:hover,
.entry-title a:focus,
.posted-on a:hover,
.posted-on a:focus,
.comments-link a:hover,
.comments-link a:focus {
    color: var(--global-color);
}

.blog-archive.grid.columns-5 article {
    margin-bottom: 20px;
}

.blog-archive article:last-child {
    margin-bottom: 0;
}

.featured-image {
    position: relative;
}

body:not(.single) .blog-archive article:not(.has-post-thumbnail) .featured-image {
	display: none;
}

.blog-archive .featured-image {
	margin-bottom: 20px;
}

.cat-links a, 
.posted-on a {
    color: #000;
    text-decoration: none;
}

.blog-post-item .entry-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.blog-post-item .entry-content {
	margin-bottom: 25px;
}

.single-page-wrapper .entry-content {
    background-color: #fff;
}

.single-post-wrap .blog-post-item .entry-title {
    font-size: 22px;
    margin: 0 0 20px;
}

.blog-archive .cat-links a:before {
	display: none;
}

.blog-archive .byline {
    margin-right: 10px;
    border-right: 1px solid #bbb;
    padding-right: 10px;
}

.blog-post-item .posted-on a,
.blog-post-item .byline a {
	text-decoration: none;
}

.single .blog-post-item .entry-meta > span:not(:last-child) {
	margin-right: 0;
}

.single .entry-meta .byline,
.single .entry-footer .comments-link {
	display: none;
}

.single .entry-footer .tags-links a {

}

.posted-on {
    color: #666;
}

.byline a:focus:before {
	opacity: 1;
}

.read-more a {
    text-decoration: none;
    border: 1px solid #000;
    color: #000;
    padding: 8px 30px;
    display: inline-block;
}

.read-more a:hover,
.read-more a:focus {
	background-color: var(--global-color);
	border-color: var(--global-color);
	color: #fff;
}

svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    display: inline-block;
    vertical-align: middle;
}

#icon-search {
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    stroke: var(--global-color);
}

/*--------------------------------------------------------------
# Single Posts
--------------------------------------------------------------*/
.single .entry-footer .tags-links a {
    color: #333;
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 3px;
    font-size: 14px;
}

.logged-in-as a {
    color: #000;
}

.single-post-wrap .entry-footer .tags-links a:hover,
.single-post-wrap .entry-footer .tags-links a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus {
	color: var(--global-color);
}

.single .entry-footer > span {
	display: block;
}

.single .entry-footer span.cat-links {
    margin-bottom: 10px;
}

.single .blog-post-item .entry-meta {
    display: block;
    margin-bottom: 15px;
}

.single .blog-post-item .entry-content {
    margin-bottom: 20px;
}

.single .blog-post-item .entry-footer {
    margin-bottom: 0;
    background-color: #fff;
    margin-top: 15px;
}

/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
#colophon {
    background-color: #000;
    margin-top: 30px;
}

#footer-widgets {
    padding-top: 60px;
    padding-bottom: 60px;
}

#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4,
#footer-widgets h5,
#footer-widgets h6 {
	color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}

#footer-widgets .widget-area {
	margin: 0 -30px;
}

#footer-widgets .widget-column {
    padding: 0 30px;
    margin-bottom: 30px;
}

#footer-widgets .widget-column:last-child {
	margin-bottom: 0;
}

#footer-widgets .widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 0;
}

#secondary .widget-title {
	text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    color: var(--global-color);
    border-bottom: 2px solid var(--global-color);
}

#colophon, 
#colophon a {
    color: #fff;
}

#colophon a:hover,
#colophon a:focus {
	color: var(--global-color);
}

#colophon .tagcloud a {
    border-color: rgba(255, 255, 255, 0.10);
    color: #fff !important;
}

.widget_tag_cloud a,.blog-tags a,
.widget_product_tag_cloud .tagcloud a {
    color: var(--global-color);
    padding: 5px 15px;
    margin: 0 0 10px 3px;
    background: none;
    display: inline-block;
    font-size: 14px !important;
    border: 1px solid ;
    text-align: center;
    box-shadow: none;
    transition: 0.3s
}

.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_product_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:focus {
    color: #ffffff !important;
    background-position: right center;
    background-color: var(--global-color);
}

#colophon .widget_tag_cloud a {
    color: #ffffff;
}

.site-info {
    background-color: #000;
    border-top: 1px solid #444;
    padding: 15px 0;
    text-align: center;
}

#footer-widgets .widget li{
    color: #fff;
}

#footer-widgets .widget p{
    color: #fff;
}

.to-top {
    width: 40px;
    height: 40px;
    background-color: var(--global-color);
    position: fixed;
    bottom: -100px;
    right: 15px;
    z-index: 1;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.to-top:hover,
.to-top:focus {
	background-color: #000;
}

.to-top:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    position: absolute;
    top: 17px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

/* Wishslist */
.wishlist_table.mobile .product-add-to-cart a, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{
  margin-bottom: 0 !important;
}
.wishlist_table.wishlist_view.traditional thead, 
.wishlist_table.wishlist_view.traditional tbody, 
.wishlist_table.wishlist_view.traditional tfoot, 
.wishlist_table.wishlist_view.traditional tr, 
.wishlist_table.wishlist_view.traditional td, 
.wishlist_table.wishlist_view.traditional th{
  border-width: 1px;
}
.wishlist_table.mobile{
  padding-left: 0;
}
.wishlist_table.mobile table{
  width: auto;
}
.wishlist_table.mobile li{
  padding: 15px;
  border: 1px solid #6d6c6c;
}
.cart.wishlist_table .additional-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.woocommerce table.shop_table.wishlist_table tr td a {
    font-size: 16px;
}
ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
  display: grid;
  grid-template-columns: 2fr 50%;
  gap: 10px;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, 
.wishlist_table.modern_grid li .item-details table.item-details-table td.label{
  font-size: 16px !important;
  font-weight: 700;
}
.wishlist_table.mobile li .item-details table.item-details-table td,.additional-info .value{
  font-size: 14px !important;
  padding: 6px !important;
  font-family: "Orbitron", sans-serif;
}
.main-product-section .wishlist_view {
  display: block !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after{
  display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading{
  opacity: 1;
}
.yith-wcwl-share .share-button i{
  font-family: 'FontAwesome';
}
.wishlist-items-wrapper .product-add-to-cart a{
  text-decoration: none !important;
  line-height: 12px;
  background: var(--global-color);
}
.wishlist-items-wrapper .product-add-to-cart a,.wishlist_table.mobile .product-add-to-cart a{
  margin-top: 5px;
  border-radius: 6px;
  background: var(--global-color);
  color: #ffffff !important;
  padding: 12px 12px !important;
  font-size: 15px;
  font-weight: bold;
}
.woocommerce ul.products li.product .add_to_cart_button.added{
  display: none;
}
.wishlist_table.mobile .product-add-to-cart a, .wishlist_table.mobile .product-name a{
  text-decoration: none !important;
}
.wishlist_view thead th{
  border-top: none !important;
}
#yith-wcwl-popup-message #yith-wcwl-message{
  color: #000000;
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 575px) {
	#footer-widgets{
		text-align: center;
	}
	.slider-left .slider-news-content {
	    position: absolute;
	    top: 50%;
	    left: 3%;
        right: 3%;
	    bottom: 0;
	    transform: translateY(-50%);
	}
	.right-post {
	    height: 400px;
	}
	.slider-left{
		margin-bottom: 30px;
	}
	.featured-heading{
		text-align: center;
	}
	.tab_list ul{
		justify-content: center;
	}
	.tab_list{
		padding-left: 0px !important;
	}

}
@media screen and (min-width: 567px) {
	.columns-2,
	.columns-3,
	.columns-4,
	.columns-5 {
		display: flex;
		flex-wrap: wrap;
	}

	.columns-2 article,
	.columns-3 article,
	.columns-4 article,
	.columns-5 article {
		width: 50%;
		float: left;
	}

	.columns-2 article:nth-child(2n+1),
	.columns-3 article:nth-child(2n+1),
	.columns-4 article:nth-child(2n+1),
	.columns-5 article:nth-child(2n+1) {
		clear: left;
	}

	.error-404.not-found input.search-field {
	    min-width: 450px;
	}
}

@media screen and (min-width:576px) and (max-width:767px){
	.right-post {
	    height: 370px;
	}
    .slider-left .slider-news-content {
	    right: 15%;
	}
	.slider-news-image img{
		height: 400px;
	}
	.slider-left{
		margin-bottom: 30px;
	}
}

@media screen and (min-width:1300px) and (max-width:2200px){
	span.header-product-search {
		width: 40%;
	}
	span.currency {
		width: 16%;
		overflow-wrap: anywhere;
	}
	span.translate-btn {
		width: 16%;
		overflow-wrap: anywhere;
	}
	span.header-wislist.detail-bg {
		width: 8%;
	}
	span.product-cart {
		width: 8%;
	}
	span.admin-profile-image {
		width: 12%;
	}
}

@media (min-width:250px) and (max-width:400px){
	.woocommerce table.shop_table td {
		padding: 3px 2px;
	}
	table.wishlist_table {
		font-size: 65%;
	}
	.single-page-wrapper .entry-content {
		padding: 10px;
	}
}

@media screen and (min-width: 767px) {
	.columns-3 article,
	.columns-5 article {
		width: 33.33%;
	}

	.columns-3 article:nth-child(2n+1),
	.columns-5 article:nth-child(2n+1) {
		clear: none;
	}

	.columns-3 article:nth-child(3n+1),
	.columns-5 article:nth-child(3n+1) {
		clear: left;
	}

	.blog-archive .has-post-thumbnail .blog-post-item {
	    position: relative;
	    display: table;
	    width: 100%;
	}

	.blog-archive .has-post-thumbnail .blog-post-item .featured-image {
	    width: 40%;
	    display: table-cell;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    height: 100%;
	}

	.blog-archive .has-post-thumbnail .blog-post-item .featured-image img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.blog-archive .has-post-thumbnail .blog-post-item .entry-container {
	    width: 60%;
	    display: table-cell;
	    float: right;
	    text-align: left;
	    padding: 20px;
	}

	.single-post-wrap .blog-post-item .entry-title {
	    font-size: 28px;
	}

	.widget_latest_posts .widget-header {
		margin-bottom: 70px;
	}

	.single .blog-post-item .entry-footer {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}

	.single .entry-footer span.cat-links {
	    margin-bottom: 0;
	}

	#footer-widgets .widget-column {
	    text-align: left;
	    margin-bottom: 0;
	    width: 33.33%;
	    float: left;
	}

	#footer-widgets .widget-title:after {
	    left: 0;
	    transform: none;
	}
}

@media screen and (min-width: 992px) {
	.columns-4 article {
		width: 25%;
	}

	.columns-4 article:nth-child(2n+1) {
		clear: none;
	}

	.columns-4 article:nth-child(4n+1) {
		clear: left;
	}
}

@media screen and (min-width: 1024px) {
	.columns-5 article {
		width: 20%;
	}

	.columns-5 article:nth-child(3n+1) {
		clear: none;
	}

	.columns-5 article:nth-child(5n+1) {
		clear: left;
	}

	.custom-header .page-title {
		font-size: 32px;
	}

	#primary {
	    width: 70%;
	    float: left;
	    padding-right: 30px;
	    margin-bottom: 0;
	}

	#secondary {
	    width: 30%;
	    float: left;
	    position: relative;
	}

	.right-sidebar #primary {
		float: left;
	    padding-right: 20px;
	}

	.has-sidebar.right-sidebar #secondary {
		float: right;
	}

	.has-sidebar.left-sidebar #primary {
		float: right;
	    padding-right: 0;
	    padding-left: 20px;
	}

	.has-sidebar.left-sidebar #secondary {
		float: left;
	}
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
	.image-wrap {
	    display: block;
	}
	.social-wrap{
		position: static;
		width: 100%;
	}
    .business-hero-button {
        padding: 5px 10px;
    }
}

@media screen and (max-width: 1575px) {
    .woocommerce-product-search .search-submit {
        padding: 10px 7px;
    }
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 850px) {
    div#primary {
        margin-bottom: 50px;
    }
    .wishlist-items-wrapper .product-add-to-cart a,.wishlist_table.mobile .product-add-to-cart a{
        padding: 4px 7px !important;
    }
}

@media screen and (max-width: 767px) {
    #colophon {
        margin-top: 0;
    }
    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile{
      grid-template-columns: 1fr;
    }
    .site-branding {
        text-align: center !important;
    }
    .topbar-left {
        justify-content: center !important;
    }
    .social-links {
        text-align: center;
        padding-top: 5px;
    }
    .business-hero-kicker,
    .business-hero-description {
        font-size: 14px;
    }
    #footer-widgets .widget-title {
        margin-bottom: 5px;
        padding-bottom: 0;
    }
    #footer-widgets .widget {
        margin-bottom: 25px;
    }
    .topbar-left{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px !important;
    }
}

@media screen and (max-width: 1199px) {
    .our-services-layout {
        grid-template-columns: minmax(240px, 32%) minmax(0, 1fr);
    }
    .our-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .popular-service-card:nth-child(3n) {
        border-right: 1px solid #ededed;
    }
    .popular-service-card:nth-child(2n) {
        border-right: 0;
    }
    .popular-service-card:nth-last-child(-n + 3) {
        border-bottom: 1px solid #ededed;
    }
    .popular-service-card:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
    .our-services-intro,
    .popular-service-card {
        min-height: 270px;
    }
}

@media screen and (max-width: 991px) {
    .our-services-layout {
        grid-template-columns: 1fr;
    }
    .our-services-intro {
        min-height: 360px;
    }
    .footer-widget-area-cols {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    .our-services-grid {
        grid-template-columns: 1fr;
    }
    .popular-service-card,
    .popular-service-card:nth-child(2n),
    .popular-service-card:nth-child(3n) {
        border-right: 0;
        border-bottom: 1px solid #ededed;
    }
    .popular-service-card:last-child {
        border-bottom: 0;
    }
    .our-services-title {
        font-size: 32px;
    }
    .our-services-desc {
        font-size: 15px;
    }
    .popular-service-title {
        font-size: 25px;
    }
    .popular-service-text {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
# Section Header
--------------------------------------------------------------*/
.section-header {
    margin-bottom: 30px;
}

.section-header .section-title {
    font-size: 20px;
    font-weight: 600;
}

.post-thumbnail-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:1700px) and (max-width:1900px){
  .container{
    max-width: 1520px;
  }
}
@media screen and (min-width:1920px) {
  .container{
    max-width: 1620px;
  }
}

/*--------------------------------------------------------------
# Modern Blog Index Components
--------------------------------------------------------------*/

.blog-index__list {
    display: grid;
    gap: 24px;
}

.c-card, .comments-area,
#secondary .widget,.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    background: #ffffff;
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid #e5e9f0;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.post-card .post-card__inner {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    height: auto;
}

.post-card .entry-meta,
.post-card .posted-on,
.post-card .cat-links a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.cat-links a:hover,
.cat-links a:focus,  
.posted-on a:hover,
.posted-on a:focus {
	color: var(--global-color);
}

.post-card .post-card__title {
    font-size: 28px;
    line-height: 1.25;
    margin: 0 0 12px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.post-card .post-card__title a {
    color: #000000;
    text-decoration: none;
    transition: color 0.25s ease;
}

.post-card .post-card__title a:hover,
.post-card .post-card__title a:focus {
    color: var(--global-color);
}

.post-card .post-card__excerpt {
    color: #000;
    font-size: 16px;
    line-height: 1.75;
}

.c-btn,
.read-more .c-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.c-btn--outline,
.read-more .c-btn--outline {
    border-color: var(--global-color);
    color: var(--global-color);
    background: transparent;
}

.c-btn--outline:hover,
.c-btn--outline:focus {
    border-color: var(--global-color);
    background: var(--global-color);
    color: #fff;
    transform: translateY(-1px);
}

#secondary {
    display: grid;
    gap: 20px;
}

#secondary .widget {
    padding: 20px;
    margin: 0;
    overflow-wrap: anywhere;
}

#secondary .widget-title {
    margin: 0 0 16px;
    padding-bottom: 12px;
    font-size: 24px;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0;
    color: var(--global-color);
    border-bottom: 1px solid #e5e9f0;
}

#secondary .widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

#secondary .widget a {
    color: #000000;
    text-decoration: none;
    transition: color 0.25s ease;
}

#secondary .widget .rsswidget, #secondary .textwidget a, #secondary .widget_text a, #secondary .widget_block a {
    color: var(--global-color) !important;
    text-decoration: underline !important;
}

#secondary .widget a:hover,
#secondary .widget a:focus {
    color: var(--global-color);
}

#secondary .widget input[type="search"],
#secondary .widget input[type="text"],
#secondary .widget input[type="email"],
#secondary .widget input[type="url"],
#secondary .widget textarea,
#secondary .widget select,
#colophon .widget input[type="search"],
#colophon .widget input[type="text"],
#colophon .widget input[type="email"],
#colophon .widget input[type="url"],
#colophon .widget textarea,
#colophon .widget select {
    width: 85%;
    border: 1px solid #e5e9f0;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    background: #fff;
    color: #000000;
    box-sizing: border-box;
}

#secondary .widget select,#colophon .widget select  {
    width: 100%;
}

.widget_block [type="submit"]{
    background: #fff;
    border: 1px solid var(--global-color);
    border-radius: 6px;
}

.widget_block #icon-search{
    fill: none;
}

#secondary .widget img,
#secondary .widget iframe,
#secondary .widget video {
    max-width: 100%;
    height: auto;
    display: block;
}

#secondary button.search-submit, #colophon button.search-submit {
    position: absolute;
    right: 5px;
    top: 1px;
    border-radius: 6px;
    padding: 14px 18px;
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

#colophon caption {
    color: #fff;
}

#colophon .calendar_wrap td ,#colophon .calendar_wrap th {
    color: #ffffff;
}

#secondary .widget td a {
    color: var(--global-color) !important;
    text-decoration: underline !important;
}

#secondary .widget a {
    color: #000000;
    text-decoration: none;
    transition: color 0.25s ease;
}

.pagination-nav {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #e5e9f0;
}

.pagination-nav .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pagination-nav .page-numbers {
    text-decoration: none;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #e5e9f0;
    color: #000000;
    font-weight: 500;
    transition: all 0.2s ease;
}

.pagination-nav .page-numbers:hover,
.pagination-nav .page-numbers:focus,
.pagination-nav .page-numbers.current {
    background: var(--global-color);
    border-color: var(--global-color);
    color: #fff;
}

@media screen and (max-width: 1300px) {
    #secondary .widget input[type="search"], #secondary .widget input[type="text"], #secondary .widget input[type="email"], #secondary .widget input[type="url"], #secondary .widget textarea, #secondary .widget select, #colophon .widget input[type="search"], #colophon .widget input[type="text"], #colophon .widget input[type="email"], #colophon .widget input[type="url"], #colophon .widget textarea, #colophon .widget select {
        width: 80%;
    }
}

@media screen and (max-width: 1023px) {
    #secondary .widget input[type="search"], #secondary .widget input[type="text"], #secondary .widget input[type="email"], #secondary .widget input[type="url"], #secondary .widget textarea, #secondary .widget select, #colophon .widget input[type="search"], #colophon .widget input[type="text"], #colophon .widget input[type="email"], #colophon .widget input[type="url"], #colophon .widget textarea, #colophon .widget select {
        width: 85%;
    }
}

@media screen and (max-width: 767px) {
    .post-card .post-card__inner,
    #secondary .widget {
        padding: 16px;
    }

    .post-card .post-card__title {
        font-size: 24px;
    }
}