/* section title  */
.section-title p {
	margin: 0;
}

/* hero  */
.hero-bg-overlay {
	background: linear-gradient(
		to right,
		rgba(126, 106, 79, 1) 0%,
		rgba(126, 106, 79, 0.83) 50%,
		rgba(126, 106, 79, 0) 100%
	);
}

/*  header  */
@media (max-width: 1024px) {
	.site-header-row {
		padding: 0 5px 0 20px !important;
	}
}

/** Header sidebar **/
.header-sidebar {
	display: flex;
	align-items: start;
	flex-direction: column;
}
.header-sidebar .widget {
	margin-bottom: 0.75rem !important;
}
@media all and (min-width: 1024px) {
	.header-sidebar {
		margin-left: 30px;
	}
	.header-sidebar .widget {
		margin-bottom: 0;
	}
	.header-sidebar {
		display: flex;
		gap: 15px;
		align-items: center !important;
		flex-direction: row !important;
	}
	.header-sidebar .widget {
		margin-bottom: 0rem !important;
	}
}

/* language switcher styel  */
.header-sidebar .pll-switcher-select {
	background: #ffffff00
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")
		no-repeat 92% 50%;
	-moz-appearance: none;
	color: #fff !important;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
}
.header-sidebar .pll-switcher-select option {
	background-color: #c59f70 !important;
}

/* post detail page  */
/* content left right padding remove  */
.entry-content-wrap {
	/* padding: 2rem 0px !important; */
}

.blog .content-area,
.archive .content-area {
	margin-top: 0 !important;
}
.grid-cols {
	gap: 1.5rem !important;
}
.entry-summary {
	color: #151515;
}

p.more-link-wrap {
	color: #595454;
}
a.post-more-link:hover {
	color: #7e6a4f !important;
}
.loop-entry.type-post h2.entry-title {
	font-size: 24px !important;
}
.loop-entry .entry-summary p,
.loop-entry .entry-header .entry-meta {
	margin: 0 !important;
}
.entry.loop-entry {
	box-shadow: none !important;
	overflow: hidden !important;
}
a.button:hover,
a.button:focus,
a.button:active {
	color: #fff !important;
}
/* sidebar  */
/* latest thumb post  */

.latest-thumb-item {
	display: flex;
	gap: 12px;
	/* align-items: center; */
	margin-bottom: 12px;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 1.2px;
}

.latest-thumb-item img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	margin-right: 12px;
}

.latest-thumb-item a:first-child {
	width: 100px;
	font-weight: 600;
	text-decoration: none;
	flex-shrink: 0;
}

/* blog page  */
h1.page-title.post-home-title.archive-title {
	text-transform: uppercase;
}
.entry-hero.post-archive-hero-section .entry-header {
	min-height: 0 !important;
	padding-top: 40px !important;
	margin-bottom: 40px !important;
}

/* pagination  */
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
	border-width: 1px !important;
}
.pagination .current {
	border-color: #7e6a4f;
	background: none !important;
	color: var(--global-palette-btn);
	border-width: 1px !important;
}

/* latest thumb post end  */

.sidebar-inner-wrap {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.sidebar-inner-wrap .ak-contact-form.ak-newsletter input[type="submit"] {
	width: 100% !important;
	background: #c59f70 !important;
	border: 1px solid #c59f70 !important;
	text-transform: uppercase !important;
}
.sidebar-inner-wrap .ak-contact-form.ak-newsletter input {
	text-align: center !important;
}

.primary-sidebar.widget-area .widget {
	margin-bottom: 0.5rem !important;
}
.sidebar-inner-wrap h2.widget-title {
	color: #676767 !important;
	font-size: 16px !important;
	text-align: center;
	position: relative;
	margin-bottom: 1.5rem;
	background-color: #fff !important;
}
.primary-sidebar h2.widget-title::after {
	position: absolute;
	height: 1px !important;
	content: "" !important;
	width: 90px !important;
	background: #c59f706b !important;
	top: 50%;
	left: 0;
}
.primary-sidebar h2.widget-title::before {
	position: absolute;
	height: 1px !important;
	content: "" !important;
	width: 90px !important;
	background: #c59f706b !important;
	top: 50%;
	right: 0;
}
section#categories-2 ul li {
	list-style-type: square;
	margin-left: 20px;
}
section#categories-2 ul li::marker {
	color: #c59f70 !important;
}

section#media_image-2 img {
	object-fit: cover;
	width: 100%;
	border: 7px solid white;
	border-radius: 50%;
	outline: 1px solid #f5e9e9;
}
section#text-2 .textwidget {
	padding: 16px 8px;
	text-align: center;
}
.sidebar-inner-wrap .ak-contact-form.ak-newsletter p:nth-child(2) {
	display: none;
}

/** Buttons **/
.ak-button {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid;
	text-decoration: none !important;
	text-transform: uppercase;
}
.ak-button.ak-button--white {
	color: #fff;
}
.ak-button.ak-button--white:hover,
.ak-button.ak-button--white:focus,
.ak-button.ak-button--white:active {
	color: #fff;
	background: #7e6a4f;
	border-color: #fff;
}

/** Blog sidebar **/
.tagcloud,
.tagcloud {
	padding: 0 !important;
	transition: 0.3s ease-in-out;
}

.entry-footer .entry-tags a.tag-link,
body.category .tagcloud a,
body.tag .tagcloud a,
body.blog .tagcloud a,
body.single-post .tagcloud a {
	display: inline-block !important;
	font-size: 11px !important;
	float: left;
	text-transform: uppercase;
	width: auto !important;
	line-height: 1.2 !important;
	padding: 4px 8px !important;
	background: #eee;
	letter-spacing: 0.4em;
	border: 1px solid transparent !important;
}
.entry-footer .entry-tags a.tag-link:hover,
body.category .tagcloud a:hover,
body.tag .tagcloud a:hover,
body.blog .tagcloud a:hover,
body.single-post .tagcloud a:hover {
	background: #c59f70;
	color: #fff;
}

/* a:hover,
a:focus,
a:active {
	color: #7e6a4f !important;
} */

/* post details page  */

/* social icons sharing buttons  */
.entry-footer {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 3rem;
}
@media (max-width: 576px) {
	.entry-footer {
		padding-right: 0.5rem;
	}
}
@media (max-width: 768px) {
	.single-entry .entry-content-wrap {
		padding: 2rem 1.25rem !important;
	}
}
.social-buttons {
	display: flex;
	gap: 1rem;
}

.entry-footer .entry-tags {
	margin-top: 0;
}
.social-buttons.blog-social-share-buttons a {
	text-decoration: none;
}

.entry {
	border-radius: 0 !important;
}
.entry.single-entry {
	box-shadow: none !important;
}
.entry-content-wrap {
	color: #151515;
	line-height: 1.6;
	font-size: 18px;
	padding: 2rem;
}
.loop-entry .entry-header .entry-title {
	color: #151515 !important;
	margin-bottom: 8px !important;
	margin: 0;
}
.tagcloud .tag-cloud-link {
	font-size: 16px !important;
}
.post-thumbnail-inner {
	overflow: hidden;
}

/* footer grid resize  */
/* Default layout for desktop (5 columns) */
.footer-html {
	margin: 0 !important;
}
.footer-html p:first-child {
	margin-top: 0;
	text-align: center !important;
}
.site-footer-row.site-footer-row-columns-5 {
	display: grid;
	grid-template-columns:
		minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
		minmax(0, 1fr) !important;
	column-gap: 2rem;
	row-gap: 1.5rem;
}
.site-bottom-footer-inner-wrap {
	display: flex !important;

	justify-content: space-between !important;
}

/* footer social links  */
.footer-social-links {
	margin-top: 34px;
}
.footer-social-links a {
	display: inline-block;
	padding: 0 25px;
	border-left: 1px solid;
}
.footer-social-links a:last-child {
	border-right: 1px solid;
}

/* Tablet 2 layout (2 columns) */
@media (max-width: 1024px) {
	.site-footer-row-container-inner
		.site-footer-row.site-footer-row-tablet-column-layout-default {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	}
	/* blog page  */
	.entry-hero.post-archive-hero-section .entry-header {
		min-height: 0 !important;
		padding-top: 80px !important;
		margin-bottom: 40px !important;
	}
	/* blog page  */
}

/* Mobile layout (1 column) */
@media (max-width: 768px) {
	/* blog page  */
	/* blog page gaps  */

	.entry-hero.post-archive-hero-section .entry-header {
		min-height: 0 !important;
		padding-top: 50px !important;
		margin-bottom: 30px !important;
	}

	.site-footer-row-container-inner
		.site-footer-row.site-footer-row-tablet-column-layout-default {
		grid-template-columns: minmax(0, 1fr) !important;
	}
	.site-bottom-footer-inner-wrap {
		display: flex !important;
		flex-direction: column-reverse !important;
		justify-content: center !important;
		align-items: center !important;
		gap: 10px !important;
	}
	br {
		display: none !important;
	}
}

/* Optional: spacing between footer widgets */
.site-footer-row.site-footer-row-columns-5 > div {
	margin-bottom: 1rem;
}

.menu-bottom-quick-links-container ul {
	justify-content: right;
	display: flex !important;
	gap: 1rem !important;
}

/* instagram, telegram button icon size  */
.insta-tele-button svg {
	height: 1.5rem !important;
	width: 1.5rem !important;
}
.insta-tele-button a:hover {
	color: #fff !important;
}
.elementor-button .elementor-button-content-wrapper {
	gap: 10px;
	align-items: center !important;
}

/** Sidebar styles global **/
.widget-area .widget-title{
	text-transform: none!important;
}

/** Footer global **/
footer{
	color: var(--global-palette3);
}

/* contact form css  */
/* contact form design by contact 7  */

/* contact page  */
.ak-contact-form.contact-page p {
	width: 100%;
	max-width: 100%;
}

.ak-contact-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ak-contact-form p {
	margin: 0 !important;
	max-width: 436px;
}
.ak-contact-form p input[type="submit"] {
	width: auto;
}
.ak-contact-form br {
	display: none !important;
}
aside .ak-contact-form br {
	display: block !important;
}

.ak-contact-form input,
.ak-contact-form textarea {
	padding: 14px 26px !important;
	background: none !important;
	border-color: white !important;
	border-radius: 0 !important;
	color: white !important;
	width: 100%;
}
.ak-contact-form input::placeholder,
.ak-contact-form textarea::placeholder {
	color: #ffffff80;
}
.ak-contact-form .wpcf7-not-valid-tip {
	color: #970303;
	margin-top: 8px;
	font-weight: 500;
}
.wpcf7-submit,
input[type="submit"] {
	font-size: 16px !important;
}
.ak-contact-form .wpcf7-submit:hover {
	background: white !important;
	color: #000 !important;
}

/* ✅ Newsletter-specific overrides */
.ak-contact-form.ak-newsletter input {
	border-color: var(--global-palette3)!important;
	color: var(--global-palette3)!important;
}
.ak-contact-form.ak-newsletter input::placeholder {
	color: #00000080 !important;
}
.ak-contact-form.ak-newsletter input[type="submit"] {
	margin-top: 10px !important;
	border: none;
	color: #fff!important;
	background-color: #c59f70!important;
}
.ak-contact-form.ak-newsletter input[type="submit"]:hover {
	color: #fff !important;
}

/* footer style  */

.footer-widget-area-inner h4 {
	color: #242F35 !important;
}
ul.footer-social-icon {
	list-style-type: none !important;
	justify-content: start;
	margin: 0 !important;
	align-items: center !important;
	gap: 16px !important;
}

.button-white-bg a.elementor-button:hover {
	background: #c59f70 !important;
	border: 2px solid #c59f70 !important;
	color: #fff !important;
}

/* footer bottom social icon border  */
.footer-social-icon {
	padding-top: 20px !important;
}
@media (max-width: 768px) {
	.footer-social-icon {
		padding-top: 10px !important;
	}
}
.footer-social-icon li {
	padding: 0 25px;
	border-right: 1px solid #000 !important;
	line-height: 0 !important;
}
.footer-social-icon li:first-child {
	border-left: 1px solid #000 !important;
}

/* language switcher styel  */
.header-html .language-switcher select {
	background: #ffffff00
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")
		no-repeat 92% 50%;
	-moz-appearance: none;
	color: #fff !important;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
}
.header-html .language-switcher select option:hover {
	background-color: #c59f70 !important;
}
@media (min-width: 1024px) {
	.language-switcher {
		padding-right: 40px;
	}
}

/* contact page  */

.ak-contact-form.contact-page input,
.ak-contact-form.contact-page textarea {
	border: 1px solid #00000063 !important;
	width: 100%;
	color: #000 !important;
}
.ak-contact-form.contact-page input::placeholder {
	color: #0808088c;
}
.ak-contact-form.contact-page label {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ak-contact-form.contact-page {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.ak-contact-form.contact-page input[type="submit"] {
	width: auto !important;
}
.ak-contact-form.contact-page textarea {
	padding: 16px;
	width: 100% !important;
	max-width: 100% !important;
}
.ak-contact-form.contact-page input[type="submit"]:hover {
	background: #c59f70 !important;
	border: 1px solid #c59f70 !important;
	color: #fff !important;
}
