/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Elementor Compatibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
   font-family: "Manrope", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue";
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    overflow-x: hidden;
}
body.layout-wide #page.site {
    width: 100%;
    max-width: none;
}

body.layout-boxed {
    background-color: #f4f4f4;
}

body.layout-boxed #page.site {
    max-width: 1470px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

main {
    display: block;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    background: #eee;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
    word-break: break-word;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
    color: #fc4444;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

embed,
iframe,
object {
    max-width: 100%;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #2c3e50;
}

h1 { 
    font-size: 2rem; 
    margin: 0.67em 0;
}
h2 { font-size: 1.2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #404040;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

/* Elements
--------------------------------------------- */
ul,
ol {
    margin: 0 0 1.5em 3em;
    padding-left: 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    text-align: left;
}

/* Links
--------------------------------------------- */
a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s ease;
    background-color: transparent;
}

a:visited {
    color: #333;
}

a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Form elements styling */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    line-height: 1;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #005177;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="range"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #666;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
    color: #111;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}


.sidebar {
    /* background-color: #f8f9fa; */
    border-radius: 4px;
}

/* Header */
/* .site-header {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    padding: 1rem 0;
} */

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Content Area */
.content-area {
    max-width: 100%;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Footer */
.site-footer {
    background-color: #f8f9fa;
    padding: 2rem 0;
    border-top: 1px solid #e1e1e1;
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: flex;
    align-items: center;
    /* width: 100%; */
}

/* 
.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation li {
    margin-left: 2rem;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.main-navigation a:hover {
    color: #0073aa;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    list-style: none;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
} 
*/

/* Small menu */
.menu-toggle {
    display: none;
}

@media screen and (max-width: 37.5em) {
    .menu-toggle {
        display: block;
    }
    
    .main-navigation ul {
        display: none;
    }
    
    .main-navigation.toggled ul {
        display: block;
    }
}

/* Navigation for posts */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    clear: both;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.post {
    margin-bottom: 3rem;
}

.entry-header {
    margin-bottom: 2rem;
}

.entry-title {
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.entry-meta {
    color: #7f8c8d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

/* Blog layout variations
--------------------------------------------- */
.kings-blog-wrapper {
    display: grid;
    gap: 2.5rem;
    margin: 0 auto 4rem;
}

.kings-blog-wrapper.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.kings-blog-layout-layout-1 {
    grid-template-columns: minmax(0, 1fr);
}

.kings-blog-media-list {
    grid-template-columns: minmax(0, 1fr);
}

.kings-blog-grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
}

.kings-blog-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

@media (max-width: 767px) {
    .kings-blog-grid-2,
    .kings-blog-grid-3 {
        grid-template-columns: minmax(0, 1fr);
    }
}

.kings-blog-item {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
}

.kings-blog-classic {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #e5e8ec;
}

.kings-blog-classic:last-child {
    border-bottom: none;
}

.kings-blog-card,
.kings-blog-masonry,
.kings-blog-media {
    background-color: #fff;
    border: 1px solid #e6ecf3;
    border-radius: 16px;
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kings-blog-card,
.kings-blog-masonry {
    overflow: hidden;
    gap: 0;
}

.kings-blog-card .kings-blog-content,
.kings-blog-masonry .kings-blog-content {
    padding: 1.75rem;
}

.kings-blog-card:hover,
.kings-blog-masonry:hover,
.kings-blog-media:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.14);
}

.kings-blog-media {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: stretch;
    padding: 2rem;
    border-radius: 18px;
    overflow: hidden;
}

.kings-blog-media .kings-blog-thumb {
    border-radius: 0;
}

.kings-blog-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.kings-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
    display: block;
}

.kings-blog-item:hover .kings-blog-thumb img {
    transform: scale(1.05);
}

.kings-blog-thumb-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 12, 36, 0) 0%, rgba(10, 12, 36, 0.35) 100%);
    pointer-events: none;
}

.kings-blog-thumb-media {
    flex: 0 0 40%;
}

.kings-blog-content,
.kings-blog-media-content {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.kings-blog-title {
    font-size: 1.6rem;
    line-height: 1.35;
    margin: 0;
}

.kings-blog-title a {
    color: #1b1f3b;
}

.kings-blog-title a:hover {
    color: #0073aa;
}

.kings-blog-categories {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    color: #ff6b6b;
}

.kings-blog-categories a {
    color: inherit;
}

.kings-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    font-size: 0.85rem;
    color: #6c7a91;
}

.kings-blog-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.kings-blog-meta .posted-on,
.kings-blog-meta .byline {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.kings-blog-meta-inline {
    align-items: center;
}

.kings-blog-meta-compact {
    font-size: 0.8rem;
}

.kings-blog-meta a {
    color: inherit;
}

.kings-blog-meta a:hover {
    color: #0073aa;
}

.kings-blog-excerpt {
    color: #4d5768;
    line-height: 1.7;
}

.kings-blog-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.5rem;
    border-radius: 999px;
    background-color: #0073aa;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: fit-content;
}

.kings-blog-read-more:hover {
    background-color: #005d88;
    color: #fff;
    transform: translateY(-2px);
}

.kings-blog-media-content {
    flex: 1 1 auto;
}

@media (max-width: 991px) {
    .kings-blog-media {
        flex-direction: column;
    }

    .kings-blog-thumb-media {
        flex: 1 1 auto;
        max-height: 320px;
    }
}

@media (max-width: 575px) {
    .kings-blog-wrapper.container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .kings-blog-title {
        font-size: 1.4rem;
    }
}

.page-content,
.entry-content,
.entry-summary {
    /* margin: 1.5em 0 0; */
    line-height: 1.8;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Post navigation */
.post-navigation {
    margin: 2rem 0;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/* Comments
--------------------------------------------- */
.comments-area {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e1e1e1;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

/* Widgets
--------------------------------------------- */

.widget {
    border: 1px solid #fafafa;
}

.widget select {
    max-width: 100%;
}


/* .widget {
    margin-bottom: 2rem;
} */

.widget-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e1e1e1;
}

.widget li:last-child {
    border-bottom: none;
}




/* 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 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;
}

.wp-caption {
    background: #f8f9fa;
    border: 1px solid #e1e1e1;
    padding: 0.5rem;
    text-align: center;
}

.wp-caption-text {
    margin: 0.5rem 0 0;
    font-style: italic;
}


/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */
.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;
}

.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Skip link */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #f1f1f1;
    color: #21759b;
    padding: 8px;
    z-index: 100000;
    text-decoration: none;
}

.skip-link:focus {
    top: 6px;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    clear: both;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
    clear: both;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.alignfull {
    margin: 1.5em 0;
    max-width: 100%;
}

.alignwide {
    max-width: 1100px;
}

/* Utility classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }

.p-1 { padding: 1rem; }
.p-2 { padding: 2rem; }

.hidden { display: none; }
.visible { display: block; }

/* 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 {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Elementor Compatibility
--------------------------------------------------------------*/
/* Elementor Compatibility Styles */
.elementor-page .site-main {
    width: 100%;
}

/* Prevent theme styles from conflicting with Elementor */
.elementor-page .entry-header,
.elementor-page .entry-footer,
.elementor-page .post-navigation {
    display: none;
}

.elementor-page .entry-content {
    width: 100%;
    max-width: none;
    float: none;
    padding: 0;
    margin: 0;
}

/* Show content when using Elementor Theme Builder */
.elementor-editor-active .entry-header,
.elementor-editor-active .entry-footer,
.elementor-editor-active .post-navigation {
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .main-navigation {
        margin-top: 1rem;
    }
    
    .main-navigation ul {
        flex-direction: column;
    }
    
    .main-navigation li {
        margin: 0.5rem 0;
        margin-left: 0;
    }
    
    .content-area {
        padding: 1rem;
    }
    
    h1 { font-size: 2rem; }
    h2 { font-size: 1.75rem; }
    h3 { font-size: 1.5rem; }
}

/* Grid system for responsive layout */
/* @media (min-width: 769px) {
    .content-area {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 2rem;
    }
    
    .site-main {
        grid-column: 1;
    }
    
    .sidebar {
        grid-column: 2;
    }
}

@media screen and (max-width: 768px) {
    .content-area {
        grid-template-columns: 1fr;
    }
    
    .sidebar {
        grid-column: 1;
    }
} */


 
        /* Header Styles */
    
       
        
        /* .site-title {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
        }
        
        .site-title a {
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .site-title a:hover {
            transform: translateY(-2px);
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }
        
        .menu-toggle {
            display: none;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.3);
            color: white;
            padding: 8px 15px;
            border-radius: 6px;
            cursor: pointer;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }
        
        .menu-toggle:hover {
            background: rgba(255, 255, 255, 0.25);
        }
        
        .nav-menu {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        .menu-item {
            position: relative;
            margin-left: 1.2rem;
        }
        
        .menu-item > a {
            color: rgba(255, 255, 255, 0.9);
            text-decoration: none;
            padding: 10px 15px;
            display: block;
            font-weight: 500;
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        
        .menu-item > a:hover {
            color: white;
            background: rgba(255, 255, 255, 0.15);
            transform: translateY(-2px);
        } */
        


        /* Dropdown Styles */
        /* .menu-item-has-children > a::after {
            content: "▾";
            margin-left: 6px;
            font-size: 0.9em;
        }
        
        .sub-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 200px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            padding: 10px 0;
            list-style: none;
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 1000;
        }
        
        .menu-item:hover > .sub-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .sub-menu .menu-item {
            margin: 0;
            padding: 0;
        }
        
        .sub-menu a {
            color: #333;
            padding: 10px 20px;
            display: block;
            transition: all 0.2s ease;
        }
        
        .sub-menu a:hover {
            background: #f0f5ff;
            color: #2575fc;
        } */
        
        /* Nested dropdowns */
        .sub-menu .sub-menu {
            left: 100%;
            top: 0;
        }



        
        /* Mobile Styles */
        @media (max-width: 768px) {
            /* .site-header {
                flex-direction: column;
                align-items: flex-start;
                padding: 1rem;
            } */
            
            /* .site-branding {
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                margin-bottom: 0.5rem;
            } */
            
            .menu-toggle {
                display: block;
            }
            
            .main-navigation {
                width: 100%;
            }
            
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                margin-top: 1rem;
            }
            
            .menu-toggle[aria-expanded="true"] + .nav-menu {
                display: flex;
            }
            
            .menu-item {
                margin: 0;
                width: 100%;
            }
            
            .menu-item > a {
                padding: 12px 15px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }
            
            .sub-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                background: rgba(0, 0, 0, 0.1);
                margin-left: 15px;
                width: calc(100% - 15px);
                display: none;
            }
            
            .menu-item-has-children.active > .sub-menu {
                display: block;
            }
            
            .sub-menu .sub-menu {
                margin-left: 15px;
                width: calc(100% - 15px);
            }
        }
        
   












/* =================================== new layout ============================================ */
/* =================================== new layout ============================================ */
/* =================================== new layout ============================================ */


/* Page Layout Styles */
.container {
    max-width: 1470px !important;
}

.page-layout-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 40px 0;
}

.page-content {
    flex: 1;
    min-width: 0; /* Prevent flex overflow */
}

.page-sidebar {
    width: 300px;
    flex-shrink: 0;
}

/* Full Width Layout */
/* .full-width-page .container {
    max-width: 100% !important;
} */

.full-width-page .page-content {
    width: 100%;
}

/* Right Sidebar Layout */
.right-sidebar-page .page-layout-wrapper {
    flex-direction: row;
}

/* Left Sidebar Layout */
.left-sidebar-page .page-layout-wrapper {
    flex-direction: row-reverse;
}

/* Both Sidebars Layout */
.both-sidebar-page .page-layout-wrapper {
    justify-content: space-between;
}

.both-sidebar-page .page-content {
    flex: 2;
    margin: 0 30px;
}

.both-sidebar-page .left-sidebar,
.both-sidebar-page .right-sidebar {
    flex: 1;
    max-width: 300px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .both-sidebar-page .page-layout-wrapper {
        flex-direction: column;
    }
    
    .both-sidebar-page .page-content {
        order: 2;
        margin: 0;
        width: 100%;
    }
    
    .both-sidebar-page .left-sidebar,
    .both-sidebar-page .right-sidebar {
        order: 1;
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 768px) {
    .page-layout-wrapper {
        flex-direction: column !important;
        gap: 20px;
    }
    
    .page-sidebar {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .right-sidebar-page .page-sidebar,
    .left-sidebar-page .page-sidebar {
        order: 2;
    }
    
    .right-sidebar-page .page-content,
    .left-sidebar-page .page-content {
        order: 1;
    }
}



/* ===============================
breadcrumb */




.page_header {
  border-top: 1px solid #dddddd;
}


/* .page_header_title {} */




.page_header .breadcrumbs-wrap .breadcrumbs {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    justify-content: flex-start;
    padding: 20px 0;
}

.page_header .breadcrumbs-wrap .breadcrumbs ul{
    display: flex;
    flex-direction: row;  
    margin: 0;  
    list-style: none;
}

.page_header .breadcrumbs-wrap .breadcrumbs ul li:after {
    content: "➟    ";
    display: inline-block;
    font-size: calc(var(--font-size-body, 14px) + 2px);
    margin: 0 8px;
}

.page_header .breadcrumbs-wrap .breadcrumbs ul li:last-child:after{
    display: none;
}


.page_header .breadcrumbs-wrap .breadcrumbs ul li a{
    color: #939393;
}

/* .breadcrumb a {
  color: var(--text-color, #939393);
  position: relative;
}
.breadcrumb a:hover {
  color: var(--theme-color, #63512d);
}
.breadcrumb .current {
  color: var(--gray-dark, #000);
}
.breadcrumb .delimiter {
  margin: 0 8px;
  color: var(--text-color, #939393);
}
.breadcrumb .delimiter:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: calc(var(--font-size-body, 14px) + 2px);
}

 */




/* 
.breadcrumb {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin: 0;
  color: var(--gray-dark, #000);
  padding: 0;
  font-weight: 400;
  width: 100%;
  justify-content: center;
  background: transparent;
}
.breadcrumb a {
  color: var(--text-color, #939393);
  position: relative;
}
.breadcrumb .current,
.breadcrumb a:hover {
  color: var(--theme-color, #63512d);
}
.breadcrumb .delimiter {
  margin: 0 8px;
}
.breadcrumb .delimiter:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: calc(var(--font-size-body, 14px) + 2px);
} */


.col-lg-12.primary {
    width: 100%;
}

.kc-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.kc-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.kc-col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.kc-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.kc-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.kc-col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.kc-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.kc-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.kc-col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.kc-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.kc-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.kc-col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}







/* theme button styles */
.kings-compare-button .kings-compare-label,
.kings-compare-button span.kings-compare-label,
.kings-compare-button span.button-text {
    display: none;
}







/* ///////////////////////////////
not found page styles
/////////////////////////////// */


#notfound {
  position: relative;
  height: 80vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  height: 190px;
}

.notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 146px;
  font-weight: 700;
  margin: 0px;
  color: #232323;
}

.notfound .notfound-404 h1 > span {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url("https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/160/mozilla/36/pensive-face_1f614.png");
  background-size: cover;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: -1;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  font-size: 100px;
}


.notfound h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #232323;
}

.notfound p {
  font-family: "Montserrat", sans-serif;
  color: #787878;
  font-weight: 300;
}

/* .notfound a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 12px 30px;
  font-weight: 700;
  background-color: #f99827;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  opacity: 0.8;
} */

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 115px;
  }
  .notfound .notfound-404 h1 {
    font-size: 56px;
  }
  .notfound .notfound-404 h1 > span {
    width: 86px;
    height: 86px;
  }
}

@keyframes floating {
  from {
    transform: scale(1.4) translate(0, 0);
  }

  50% {
    transform: scale(1.4) translate(0, 15px);
  }

  to {
    transform: scale(1.4) translate(0, 0);
  }
}