.header-area.not-home {
	box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.11);
	-webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.11);
}

.lang-flags {
	display: flex;
	gap: 10px;
	line-height: 80px;
}

.lang-item {
	min-width: 16px;
}

.main-nav .logo {
	max-width: calc(100% - 90px);
}

.main-nav .logo img {
	width: 100%;
}

.main-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-area .main-nav .nav {
	float: none;
}

.header-area .main-nav .nav li {
    padding: 0 10px;
	margin: 5px 0;
}

.header-area.header-sticky .nav {
	margin-top: -25px !important;
}

.header-area.header-sticky .nav {
	font-size: unset;
	line-height: unset;
	padding: 0 20px;
}

.logo img {
	margin-top: -10px;
}

.main-nav .nav ul li a {
	line-height: 13px;
}

.header-area .main-nav .nav li a {
	height: 13px;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
	width: 100%;
}

.menu-trigger {
	right: 55px;
}

@media (max-width: 767px) {
    .header-area .logo {
        margin-left: 0;
    }
}

#trainers .trainer-item ul.social-icons li a:hover,
#trainers .trainer-item span,
footer p a,
.cta-content h2 em,
.section-heading h2 em {
    color: #f5e114;
}


footer p a:hover {
	color: #018acc;
}

.feature-item .left-icon img {
    float: none;
    margin-right: 0;
	margin-left: 0 !important;
}

.feature-item .right-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-icon {
	text-align: center;
    margin-bottom: 20px;
}

.feature-item {
	width: 100%;
}

.ye-button {
	background: #f5e114;
    padding: 5px 20px;
    color: #fff !important;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.ye-button:hover {
	background: #decc10;
	transition: all 0.3s ease-in-out;
}

.blog-wrapper {
  margin: 100px auto 0 auto;
  padding: 40px 20px;
}
.blog-post {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
}
.blog-post h2 a {
  text-decoration: none;
  color: #333;
}
.meta {
  color: #777;
  font-size: 14px;
}
.excerpt {
  font-size: 16px;
}

.heading-left {
	font-weight: 700;
}

.blog-post-right {
	width: 75%;
}

.blog-post .meta {
	margin: 10px 0;
	color:#ccc;
}

.header-area .main-nav .menu-trigger {
    right: 55px;
}

.about-foundation ul {
	margin-bottom: 40px;
}

.two-col {
	display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 100px;
}

@media (max-width: 800px) {
	.blog-post-right {
		width: 100%;
	}
	.blog-post {
		flex-direction: column;	
	}
	.two-col {
		flex-direction: column;
		text-align: left;
	}
	.qr-box { 
		order: 1;
		text-align: left;
	}
	.content-block {
		order: 2;
	}
	
}

.adress__item {
	margin-bottom: 20px;	
}

.single-post {
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
}

.single-post .post-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.single-post .post-meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 30px;
}

.single-post .post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
}

.single-post .post-content {
  font-size: 1.1rem;
  line-height: 1.8;
}


/* single post */

/* Container layout */
.single-layout {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-top: -50px;
  box-sizing: border-box;
}

.blog-wrapper.container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

/* Main content styling */
.blog-wrapper .main-content article {
  flex: 1 1 70%;
  min-width: 0;
}

.blog-wrapper .page-title {
  margin-bottom: -20px;
}

.blog-wrapper .post-meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 20px;
}

.blog-wrapper .post-thumbnail img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 8px;
}

.blog-wrapper .post-content {
  line-height: 1.8;
  font-size: 1.1rem;
  color: #333;
}

/* Sidebar styling */
.sidebar-recent-posts {
  flex: 1 1 25%;
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0,0,0,0.03);
  border-radius: 8px;
  box-sizing: border-box;
  min-width: 260px;
}

.sidebar-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

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

.recent-posts-list li {
  margin-bottom: 12px;
}

.recent-posts-list a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.recent-posts-list a:hover {
  color: #0073aa;
}

.pdate {
	color:#ccc;
	font-size: 12px;
}

.post-with-sidebar {
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: flex-start;
}

@media (max-width: 768px) {
	.post-with-sidebar {
		flex-direction: column;
	}
}


.recent-posts-block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  margin-top: -30px;
  margin-bottom: 50px;
}

.recent-post-item {
  flex: 1 1 calc(33.333% - 20px);
  box-sizing: border-box;
}

.recent-post-item img {
  width: 100%;
  height: auto;
  display: block;
}

.recent-post-item h3 {
  margin: 10px 0 5px;
  font-size: 1.2em;
}

.recent-post-item .post-date {
  color: #777;
  font-size: 0.9em;
  margin-bottom: 10px;
  display: block;
}

.recent-post-item img {
  width: 100%;
  height: 200px; /* Or any height you prefer */
  object-fit: cover;
  display: block;
  border-radius: 8px; /* Optional for nice rounding */
}

@media (max-width: 767px) {
  .recent-post-item {
    flex: 1 1 100%;
  }
	.header-area.header-sticky .nav {
		position: absolute !important;
		top: 100px !important;
		left: 50%;
        transform: translateX(-50%);
	}
	.header-area .main-nav .nav li {
		margin:0;
	}
	    .header-area .main-nav .nav li a:hover {
			background: #eee !important;
			color: #028cca !important;
		}
		    .header-area .main-nav .nav li.current-menu-item a {
			background: #028cca !important;
			color: #fff !important;
		}	
}

.page-title {
	width: 100%;
}

.error-404 {
	margin-top: 200px;
    text-align: center;
    padding: 30px;
}

.big-404 {
	font-weight: 800;
    font-size: 80px;
    margin: 30px 0;
    color: red;
}






