/*
Theme Name: SiteAuditHub Custom Blog
Theme URI: https://www.siteaudithub.com
Author: SiteAuditHub Team
Description: A lightweight, fully custom WordPress blog theme with no plugins.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, blog, responsive, minimal
Text Domain: siteaudithub-custom-blog
*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
    font-family: 'Satoshi';
  line-height: 1.6;
  color: #555555;
}


@font-face {
    font-family: 'false';
    src: url('https://www.siteaudithub.com/assets/fonts/false.eot');
    src: url('https://www.siteaudithub.com/assets/fonts/false.eot?#iefix') format('embedded-opentype'),
        url('https://www.siteaudithub.com/assets/fonts/false.woff2') format('woff2'),
        url('https://www.siteaudithub.com/assets/fonts/false.woff') format('woff'),
        url('https://www.siteaudithub.com/assets/fonts/false.ttf') format('truetype'),
        url('https://www.siteaudithub.com/assets/fonts/false.svg#false') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('https://www.siteaudithub.com/assets/fonts/false_1.eot');
    src: url('https://www.siteaudithub.com/assets/fonts/false_1.eot?#iefix') format('embedded-opentype'),
        url('https://www.siteaudithub.com/assets/fonts/false_1.woff2') format('woff2'),
        url('https://www.siteaudithub.com/assets/fonts/false_1.woff') format('woff'),
        url('https://www.siteaudithub.com/assets/fonts/false_1.ttf') format('truetype'),
        url('https://www.siteaudithub.com/assets/fonts/false_1.svg#false') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Satoshi';
    src: url('https://www.siteaudithub.com/assets/fonts/Satoshi-Light.eot');
    src: url('https://www.siteaudithub.com/assets/fonts/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
        url('https://www.siteaudithub.com/assets/fonts/Satoshi-Light.woff2') format('woff2'),
        url('https://www.siteaudithub.com/assets/fonts/Satoshi-Light.woff') format('woff'),
        url('https://www.siteaudithub.com/assets/fonts/Satoshi-Light.ttf') format('truetype'),
        url('https://www.siteaudithub.com/assets/fonts/Satoshi-Light.svg#Satoshi-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'false';
    src: url('https://www.siteaudithub.com/assets/fonts/false_2.eot');
    src: url('https://www.siteaudithub.com/assets/fonts/false_2.eot?#iefix') format('embedded-opentype'),
        url('https://www.siteaudithub.com/assets/fonts/false_2.woff2') format('woff2'),
        url('https://www.siteaudithub.com/assets/fonts/false_2.woff') format('woff'),
        url('https://www.siteaudithub.com/assets/fonts/false_2.ttf') format('truetype'),
        url('https://www.siteaudithub.com/assets/fonts/false_2.svg#false') format('svg');
      font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.blog-main.content-area a {
    color: #333333 !important;
    position: relative;
    padding-bottom: 5px;
    width: fit-content;
}

a.archive-thumb {
    padding-bottom: 0 !important;
}
.blog-main.content-area h2 a {
    line-height: 1.2em;
    display: block;
}
.author-info p {
    font-size: 0.95rem;
    color: #555;
}
.page-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.page-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 26px 0px;
}
div#table-of-contents a img {
    display: none !important;
}
div#table-of-contents a {
    margin-bottom: 14px !important;
}

.breadcrumb {
  font-size: 14px;
  color: #fff;
}
.breadcrumb a {
    color: #4eb36e;
    text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.page-title {
    font-size: 28px;
    margin: 0;
    color: #ffffff;
}
.page-content {
  font-size: 16px;
  line-height: 1.7;
}
.inner-pagesections {
    background-color: background: linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: linear-gradient(to bottom right, #020817 0%, #143483 100%);
    color: #fff;
}

/* Contact form wrapper */
.contact-form-modern .captcha-question {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  color: #444;
}

.contact-form-modern {
    max-width: 650px;
    margin: auto;
    font-family: 'Satoshi';
    padding: 31px;
    box-shadow: -2px 6px 10px 0px #dbdbdb;
}

/* Row styling */
.contact-form-modern .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0px;
}
.form-row p {
    margin-top: 0;
}
.contact-form-modern input, .contact-form-modern textarea {
    font-family: 'Satoshi';
}
.contact-form-modern .form-group.full textarea {
    height: 100px !important;
}
/* Half and full width columns */
.contact-form-modern .form-group.half {
  flex: 1 1 48%;
}

.contact-form-modern .form-group.full {
  flex: 1 1 100%;
}

/* Input and textarea style */
.contact-form-modern input[type="text"],
.contact-form-modern input[type="email"],
.contact-form-modern input[type="tel"],
.contact-form-modern textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
  background: #fff;
  box-sizing: border-box;
}

/* Focus effect */
.contact-form-modern input:focus,
.contact-form-modern textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

/* Submit button style */
.contact-form-modern input[type="submit"] {
    background-color: #3a87df !important;
    color: #fff;
    padding: 12px 19px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-form-modern input[type="submit"]:hover {
  background-color: #0056b3;
}

.container {
  max-width: 1200px;
  margin: auto;
/*   padding: 0 20px; */
}

.site-header {
  padding: 20px 0;
}

.site-title a {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
}

.main-nav .menu {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: flex;
  gap: 15px;
}

.main-nav .menu li a {
  color: #fff;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background 0.3s;
}
.footer-bottom p {
    margin-bottom: 0;
    margin-top: 0;
}
.main-nav .menu li a:hover {
  background: #444;
}
.home h1.post-title {
    margin-bottom: 0 !important;
}


p.custom-tags {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
p.author-name {
    font-weight: 600;
    margin-top: 6px;
}
.site-footer {
  background: #222;
  color: #aaa;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  margin-top: 40px;
}

h2, h3 {
  color: #222;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.post {
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border-radius: 8px;
}
.post-meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}


.blog-layout {
  display: grid;
  grid-template-columns: 1fr 2.5fr 1fr;
  gap: 20px;
  padding: 20px;
}

.toc-area, .sidebar-area {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  height: fit-content;
  position: sticky;
  top: 45px;
}

#table-of-contents ul {
  list-style: none;
  padding-left: 0;
}

#table-of-contents a {
  text-decoration: none;
  color: #333;
}

.single-post .meta-info {
  font-size: 14px;
  color: #777;
  margin-bottom: 15px;
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 0;
}

.breadcrumb li + li::before {
  content: "»";
  margin: 0 8px;
  color: #aaa;
}

.breadcrumb a {
    color: #4eb36e;
    text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: none;
}


.meta-info-line {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.meta-info-line span {
  margin-right: 10px;
}

.meta-info-line a {
  color: #0073aa;
  text-decoration: none;
}

.meta-info-line a:hover {
  text-decoration: none;
}

.last-modify {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}
.sidebar .widget {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;

}

.sidebar .widget h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.tabbed-posts-widget {
  overflow: hidden;
  margin-bottom: 30px;
}

.tabs {
  display: flex;
  background: #f7f7f7;
}

.tab-button {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.tab-button.active {
  background: #fff;
  border-bottom: 2px solid #4f88d4;
  color: #4f88d4;
}

.tab-content {
  display: none;

}
.top-blog-header {
    color: #fff;
    padding: 45px 0;
    background: #020817;
    background: linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: linear-gradient(to bottom right, #020817 0%, #143483 100%);
}
.tab-content.active {
  display: block;
}

.post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-item {
    display: flex;
    margin-bottom: 21px !important;
}

.post-link {
  text-decoration: none;
  color: #333;
}

.recent-post-thumb {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-right: 10px;
  overflow: hidden;
}

.recent-post-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

..tab-widget li.post-item .post-title {
    font-size: 14px;
    line-height: 1.4em;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;  
  color: #333333;
}
nav.breadcrumb li a, nav.breadcrumb li span {
    color: #fff;
}
.meta-info-line span {
    color: #fff;
    background: #50505063;
    padding: 7px 13px;
    border-radius: 50px;
}
.meta-info-line span a {
    color: #fff;
    padding: 7px;
    text-decoration: none !important;
}

.social-icons li {
  list-style: none;
}

.about-us {
  max-width: 850px;
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.about-us h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
  color: #007bff;
}
.about-us h2:first-child {
    margin-top: 10px;
}
.about-us p a {
    color: #4f88d4;
    text-decoration: underline;
}
.about-us h2 {
    font-size: 22px;
    margin-top: 38px;
    color: #333;
    margin-bottom: 0;
	 font-family: 'Satoshi';
}

.about-us p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
	    color: #555555;
    margin-top: 5px;
    font-family: 'Satoshi';
}

.about-us ul {
  padding-left: 20px;
  margin-bottom: 20px;
	    color: #555555;
	 font-family: 'Satoshi';
}

.about-us li {
  margin-bottom: 10px;
  font-size: 15px;
	    color: #555555;
	 font-family: 'Satoshi';
}

.about-us a {
  color: #3a87df;
  text-decoration: underline;
	 font-family: 'Satoshi';
	    color: #555555;
}
.about-us a:hover {
  text-decoration: none;
}







.blog-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  padding: 20px;
}

.blog-main {
  flex: 2;
  min-width: 0;
}

.blog-sidebar {
  flex: 1;
  min-width: 280px;
}
/* Blog Layout */
.blog-container {
  display: flex;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Main Blog Section */
.blog-main {
  flex: 3;
}

/* First Post Full Width */
.first-post {
  margin-bottom: 40px;
}
.first-post h2 {
  margin-top: 15px;
  margin-bottom: 0;
}

/* Thumbnails */
.archive-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

/* Grid for Other Posts */
.other-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
}

/* Individual Post */
.archive-post {
  display: flex;
  flex-direction: column;
}
a.archive-thumb {
    width: 100% !important;
}
.archive-post h3 {
  font-size: 1.1rem;
    line-height: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
p.about-headings {
    font-size: 1.1rem;
    font-weight: 600;
}
.archive-post .meta {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 10px;
}
.archive-post .excerpt {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* Sidebar */
.sidebar {
  flex: 1;
  position: sticky;
  top: 100px;
  height: fit-content;
}
.sidebar .widget {
  margin-bottom: 25px;

}
.sidebar .widget h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.sidebar ul {
  padding-left: 20px;
  margin: 0;
}
.sidebar ul li {
  margin-bottom: 8px;
}
.sidebar .tagcloud a {
  display: inline-block;
  background: #eee;
  padding: 5px 10px;
  margin: 5px 5px 0 0;
  border-radius: 5px;
  font-size: 0.9rem !important;
	z-index: 3;
  text-decoration: none;
	position: relative;
}
.sidebar .social-icons li {
  margin-bottom: 8px;
}
.tagcloud a {
    position: relative;
    z-index: 9;
}
.sidebar input[type="email"] {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
}
.sidebar button[type="submit"] {
  background: #333;
  color: white;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 4px;
}
a.read-more{
    transition: color 0.3s ease;
}

a.read-more:hover::after,
.cat-item a:hover::after,
.widget.tools-widget li a:hover::after,
.footer-column ul li a:hover::after,
.menu-item a:hover::after
 {
    transform: scaleX(1);
    transform-origin: left;
}




a.read-more::after,
.cat-item a::after,
.widget.tools-widget li a::after,
.footer-column ul li a::after,
.menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #4eb36e;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.sidebar ul li, li.cat-item a,
.menu-item a
{
    position: relative;
}
.widget.tools-widget li {
    width: fit-content;
}
.cat-item a {
    padding-bottom: 5px;
}



/* Tabs Widget */
.tabbed-posts-widget .tabs {
  display: flex;
  margin-bottom: 10px;
}
.tabbed-posts-widget .tab-button {
    flex: 1;
    cursor: pointer;
    background: #fff;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
div#table-of-contents a, .sidebar .widget li a, .widget.category-widget a {
    font-size: 14px;
  
}

div#table-of-contents a:hover, .sidebar .widget li a:hover, .widget.category-widget a:hover {
   
     color: #4eb36e;
}


.widget.tabbed-posts-widget a {
    line-height: 20px;
    display: block;
}
.sidebar ul li {
    list-style-type: none;
}
.sidebar ul {
    padding-left: 0;
}
.sidebar .widget h3 {
    position: relative;
}
.sidebar .widget h3:after {
    content: '';
    width: 20px;
    height: 2px !important;
    display: block;
    background: #4f88d4;
    position: absolute;
    top: 50%;
    right: -30px;
}
.sidebar .widget h3 {
    position: relative;
    width: fit-content;
}
.top-blog-header h1.post-title {
    margin-top: 10px !important;
    margin-bottom: 26px;
    color: #fff;
}
.widget.search-widget input#s {
    padding: 6px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
}
.site-logo img.custom-logo {
    width: 208px;
}

.widget.search-widget input#searchsubmit {

    color: #fff;
    box-shadow: none;
    border: none;
    padding: 8px 22px;
    font-size: 14px;
    cursor: pointer;
}

.widget.search-widget input#s:focus-visible, .widget.search-widget input#searchsubmit {
    box-shadow: none;
    outline: none;
}
.blog-content {
  line-height: 1.7;
  color: #333;
  font-size: 16px;
  padding: 10px 0;
  word-wrap: break-word;
}
.post-content p {
    margin-top: 0.5em;
    line-height: 1.5;
    margin-bottom: 10px;
}
div#table-of-contents li {
    margin-bottom: 11px;
}
#table-of-contents a {
    line-height: 1.3em;
    display: block;
}
div#table-of-contents h2 {
    margin-top: 10px;
    margin-bottom: 0;
}
h2.wp-block-heading {
    margin-bottom: 0;
    margin-top: 1.2em;
	    line-height: 1.3em;
}
article.single-post h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}
.tagcloud a {
    display: inline-block;
    background: #eee;
    padding: 5px 10px;
    margin: 5px 5px 0 0;
    border-radius: 5px;
    font-size: 0.9rem !important;
    text-decoration: none;
}.wp-block-quote {
    background: #e0ffea;
    margin: 0;
    padding: 9px;
}
.tab-widget {
  border-radius: 6px;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.tab-button {
  flex: 1;
  padding: 10px 0;
  background: #f9f9f9;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.tab-button.active {
  background: #fff;
  border-bottom: 2px solid #0073aa;
  color: #0073aa;
}

.tab-content {
  display: none;
  padding: 15px;
  animation: fadeIn 0.4s ease-in-out;
}

.tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.recent-post-thumb img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

.tab-widget .post-title {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 20px;
    color: #333;
    font-family: 'Satoshi';
}
.tab-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 15px 10px;
  color: #222;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 5px;
}

.sub-heading {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0073aa;
}

/* ========== Headings ========== */
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.3em;
  line-height: 1.3;
  color: #111;
  position: relative;
  padding-left: 8px;
  border-left: 3px solid #0073e6;
}

.blog-content h1 { font-size: 28px; }
.blog-content h2 { font-size: 24px; }
.blog-content h3 { font-size: 20px; }
.blog-content h4 { font-size: 18px; }
.blog-content h5 { font-size: 16px; }
.blog-content h6 { font-size: 15px; }

/* ========== Paragraph ========== */
.blog-content p {
  margin-bottom: 1em;
  color: #444;
}

/* ========== Links ========== */
.blog-content a {
  color: #0073e6;
  text-decoration: underline;
  transition: 0.3s;
}
.blog-content a:hover {
  color: #0056b3;
  text-decoration: none;
}

/* ========== Bold, Italic, Underline ========== */
.blog-content strong,
.blog-content b {
  font-weight: 600;
  color: #000;
}
.blog-content i,
.blog-content em {
  font-style: italic;
}
.blog-content u {
  text-decoration: underline;
}
.post-content p a {
    color: #3465a7;
    text-decoration: underline;
}





/* ========== Lists ========== */
.blog-content ul,
.blog-content ol {
  padding-left: 22px;
  margin-bottom: 1.2em;
}
.blog-content ul li,
.blog-content ol li {
  margin-bottom: 0.5em;
  position: relative;
}
.blog-content ul li::marker {
  color: #0073e6;
}

/* ========== Blockquote ========== */
.blog-content blockquote {
  border-left: 4px solid #0073e6;
  background: #f9f9f9;
  padding: 12px 18px;
  margin: 1.2em 0;
  font-style: italic;
  color: #555;
}

/* ========== Images ========== */
.blog-content img {
  max-width: 100%;
  height: auto;
  margin: 1.2em 0;
  border-radius: 4px;
}

/* ========== Tables ========== */
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.blog-content table th,
.blog-content table td {
  border: 1px solid #ddd;
  padding: 10px;
}
.blog-content table th {
  background: #f1f1f1;
  font-weight: 600;
}

/* ========== Code Block ========== */
.blog-content pre,
.blog-content code {
  background: #f4f4f4;
  padding: 6px 10px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 15px;
  overflow-x: auto;
}

/* Ensure it shows only on mobile */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 9999;
  position: relative;
  padding: 10px;
}

/* Hamburger lines */
.menu-toggle .bar {
width: 25px;
    height: 2px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 5px;
}
.menu-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}









/* Show toggle on small screens */
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }
.blog-layout, .sidebar .widget {
    padding: 0px;
}

	
	
	
}






/* ==== Header Styling ==== */
.site-header {
  color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.header-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-logo {
    line-height: 0;
}
.site-logo a {
    color: #fff;
    text-decoration: none;
    line-height: 0;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
	padding: 0;
}
span.dropdown-arrow {
    font-size: 12px;
}
/* Menu style */
.main-nav .nav-menu {
  list-style: none;
  display: flex;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.main-nav .nav-menu li a {
  color: #464658;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 0;
  transition: color 0.3s;
	line-height: 20px !important;
}
ul.sub-menu a:hover {
    background: #4eb36e;
    color: #fff !important;
}
.main-nav .nav-menu li a:hover {
  color: #4eb36e;
}
.social-icons {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
.social-icons li a:hover img {
    z-index: 9;
    position: relative;
}

.social-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.3s ease;
    background: #19498b;
    margin: 0 auto;
    text-align: center;
    align-content: center;
	    position: relative;
}

.social-icons li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.archive-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.archive-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.archive-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.archive-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* Shine layer */
.archive-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.archive-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* Shine layer */
/* Shared wrapper for image shine effect */
.archive-thumb,
.recent-post-thumb {
  position: relative;
  display: block;
  overflow: hidden;
}

.archive-thumb img,
.recent-post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* Shine Layer */
.archive-thumb::before,
.recent-post-thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
  transform: skewX(-25deg);
  pointer-events: none;
  transition: left 0.6s ease;
}

/* Trigger shine on hover */
.archive-post:hover .archive-thumb::before,
.first-post:hover .archive-thumb::before,
.post-item:hover .recent-post-thumb::before {
  left: 130%;
}


 .a.tag-cloud-link{
      position: relative;
      display: inline-block;
      color: #fff;
      background: transparent;
      border: 2px solid #3498db;
      cursor: pointer;
      overflow: hidden;
      transition: color 0.4s ease;
      z-index: 1;
	 
    }

    a.tag-cloud-link::before,
.social-icons li a::before
{
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 0%;
      height: 100%;
      background: #4eb36e;
      z-index: -1;
      transition: width 0.4s ease;
    }
.tagcloud a:hover {
    color: #fff;
}

    a.tag-cloud-link:hover::before,
.social-icons li a:hover::before
{
      width: 100%;
      left: 0;
      right: auto;
    }
.social-icons li a::before {
    z-index: 1;
}
    a.tag-cloud-link:hover
.social-icons li a:hover{
      color: #fff;
    }


.contact-form-modern input[type="submit"],
input#searchsubmit {
  background: linear-gradient(to left, #3465a7 50%, #4eb36e 50%); 
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 1;

}

.contact-form-modern input[type="submit"]:hover,
input#searchsubmit:hover {
  background-position: left bottom;
  border-color: #4eb36e;
}







nav.breadcrumb li a span {
    color: #4eb36e !important;
}
.blog-main.content-area a:hover {
    color: #4eb36e;
    transition: 0.6s;
}
.blog-main.content-area{
    transition: 0.6s;
}

/* ===== MENU ===== */
.nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  text-decoration: none;
  color: #464658;
  font-weight: 500;
}

/* Dropdown */
.nav-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  min-width: 200px;
  z-index: 999;
}

.nav-menu li:hover ul {
  display: block;
padding-left: 0;
}
.nav-menu li ul li {
    padding: 0px;
    list-style-type: none;
}
.nav-menu li ul li {
  padding: 0px;
}
ul.sub-menu a {
    padding: 10px 10px !important;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

/* Footer start */
.site-footer {
    background-color: background: linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: linear-gradient(to bottom right, #020817 0%, #143483 100%);
    color: #ccc;
    padding: 40px 20px 20px;
    font-size: 14px;
}

.footer-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 20px;
}

.footer-left {
  flex: 1;
}

.footer-right-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
	    width: 100%;
  justify-content: space-between;
}

.footer-right-wrapper .footer-column {
  flex: 1 1 200px;
}
.footer-left img {
      width: 220px;
    margin-bottom: 0;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}
.footer-column p {
  color: #fff;
  margin-top: 0px;
}
.footer-column.footer-left p.tagline{
    color: #ccc;
    margin-top: 9px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 8px;
}
.footer-column ul li a {
color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
    padding-bottom: 4px;
    position: relative;
	
}
.footer-column ul li a:hover {
  color: #fff;
}
.footer-bottom {
    text-align: center;
    border-top: 1px solid #ffffff1f;
    padding-top: 22px;
    margin-top: 0px;
    font-size: 13px;
}
.menu-open {
    overflow: hidden;
}
table.has-fixed-layout {
    margin-top: 12px;
}
table td {
    line-height: 24px;
}




/* Responsive */


/* Responsive for tablets and below */



@media (max-width: 1200px) {
.container {
    max-width: 95%;
    margin: auto;
}
	.toc-area, .sidebar-area {
    background: #fff;
    padding: 0;
	}
	
	
	
}



@media (max-width: 992px) {
  .archive .blog-layout,
	  .home .blog-layout
	{
    display: flex;
    flex-direction: column;
  }

  .archive .toc-area,
.home .toc-area
	{
    order: 3;
  }

 .archive .blog-main.content-area,
	 .home .blog-main.content-area
	{
    order: 1;
  }

  .archive .sidebar-area,
	  .home .sidebar-area
	{
    order: 2;
  }

 .blog-layout {
    display: block;
  }


  .blog-layout > * {
    margin-bottom: 20px;
  }

.toc-area, .sidebar-area {
    position: relative;
}

.toc-area, .sidebar-area {
      top: 0;
}
  .blog-container {
    flex-direction: column;
  }
  .blog-main,
  .sidebar {
    flex: 100%;
    max-width: 100%;
  }
  .other-posts-grid {
    grid-template-columns: 1fr;
  }
.other-posts-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 40px;
}
.footer-right-wrapper {
        flex: 4;
	        margin-bottom: 20px;
    }

.footer-container {
    gap: 20px;
    padding: 0;
}


}

@media (min-width: 991px) {
  .footer-container {
    flex-direction: row;
    align-items: flex-start;
	          max-width: 1200px;
        margin: 0 auto;
	          padding-top: 20px;
  }

  .footer-left {
    flex: 2;
    max-width: 500px;
  }

  .footer-right-wrapper {
    flex: 3;
  }
}


@media (max-width: 768px) {
	.menu-item-has-children ul {
  display: none;
}

.menu-item-has-children.show-submenu ul {
  display: block;
}
.show-submenu ul.sub-menu {
        display: block !important;
    }
  .menu-toggle {
    display: block;
  }
ul.sub-menu {
    padding-left: 0;
}
.nav-menu li ul {
    box-shadow: none;
    min-width: 500px;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.main-nav {
        display: none;
        position: absolute;
        top: 57px;
        right: 0;
        background: #fff;
        width: 250px;
       box-shadow: -2px 0 10px rgba(0, 0, 0, 0.15);
        transition: right 0.4s ease;
        z-index: 1000;
    }

  .main-nav.active {
    display: block;
  }

  .main-nav .nav-menu {
    flex-direction: column;
    padding: 10px 20px;
  }

  .main-nav .nav-menu li {
    margin-bottom: 0px;
  }
 .post-title {
    font-size: 26px;
  }

  .post-content {
    font-size: 16px;
  }

  .archive-post {
    flex-direction: column;
  }

  .archive-post img {
    width: 100%;
  }
.breadcrumb ol {
    flex-wrap: nowrap;
}
.breadcrumb li:last-child span[itemprop="name"] {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  max-width: 350px; /* Adjust based on your layout */
}
.main-nav .nav-menu {
        gap: 0;
        padding: 0;
    }
	.main-nav .nav-menu li {
    font-size: 15px;
		color: #2d2d2d;
}
.main-nav .nav-menu li a {
        font-size: 15px;
        font-weight: 500;
        border-bottom: 1px solid #e7e7e7;
        width: auto;
        display: block;
        padding-bottom: 13px;
        padding-top: 13px;
        padding-left: 17px;
    }
	ul.sub-menu li a{
    padding-left: 31px !important;
}
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-column {
    margin-bottom: 20px;
  }
  .footer-left img {
    margin: 0 auto 10px;
	  
  }
  .footer-container {
    display: flex;
    flex-direction: column;
  }
	.footer-left {
    margin-bottom: 0;
}

  .footer-columns-wrapper {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }

  .footer-columns-wrapper .footer-column {
    flex: 1 1 200px;
  }
	.header-container {
    position: relative;
}
	


  .page-title {
    font-size: 24px;
  }
	.contact-form-modern .form-row {
    gap: 16px;
}
.contact-form-modern {
    max-width: 95%;
    padding: 22px;
}
	
	
	
}


@media (max-width: 667px) {
.breadcrumb li:last-child span[itemprop="name"] {
  max-width: 256px; /* Adjust based on your layout */
}
.meta-info-line span {
    margin-right: 5px;
    margin-bottom: 5px !important;
    display: inline-block;
}
.top-blog-header {
    padding-bottom: 35px;
}
.tab-widget .post-title {
    color: #333;
}
.recent-post-thumb img {
    display: none;
}

.content-area {
    margin-top: 30px;
    margin-bottom: 30px !important;
    display: block;
}
.content-area h2 a, .content-area h3 a {
    font-size: 22px;
    line-height: 28px;
        display: block;
}
.footer-right-wrapper {
    gap: 15px;
    margin-bottom: 0;
    }
	.site-footer {
    padding-bottom: 15px;
}
	.footer-bottom {
    padding-top: 16px;

}
	.single-post ul.wp-block-list {
    padding-left: 20px;
}
	

}

@media (max-width: 480px) {
.breadcrumb li:last-child span[itemprop="name"] {
  max-width: 110px; /* Adjust based on your layout */
}

  .blog-container {
    padding: 15px;
  }
.post-title {
        font-size: 25px;
        line-height: 35px;
    }

  .post-content {
    font-size: 15px;
    line-height: 1.6;
  }

  .post-meta {
    font-size: 13px;
  }

  .post-content h2 {
    font-size: 20px;
  }

  .post-content h3 {
    font-size: 18px;
  }

  .archive-post-content h2 {
    font-size: 20px;
  }
 .container.blog-layout {
    flex-direction: column;
  
  }

  .container.blog-layout .blog-sidebar {
    width: 100%;
  }
	.footer-right-wrapper .footer-column {
    flex: 1 1 100px;
}
	.contact-form-modern {
        box-shadow: none;
        padding: 0;
    }
	.contact-form-modern .form-row {
        gap: 0;
        display: block;
    }
.page-header-flex {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        justify-content: center !important;
        margin-bottom: 0;
        padding-bottom: 17px;
        padding-top: 21px;
    }
	.about-us {
    max-width: 850px;
    padding: 0;
    box-shadow: none;
}
	.page-header-flex .breadcrumb,
	.page-header-flex h1.page-title
	{
    width: 100%;
}
	
	
	
}

@media (max-width: 340px) {

nav.breadcrumb {
    display: none;
}


}