
:root {
	--primary--color: #0e151d;
	--secondary--color: #fff;
	--text-color: hsl(0, 0%, 33%);
	--accent-color: #41745B;
	--dark-color:#41745B;
}
/**************************************************
=-*=-*=-*=-*=-*=-*= Single Post =-*=-*=-*=-*=-*=-*=
**************************************************/
.single-post01 .post-image img,
.single-post01 .post-navigation,
.single-post01 .comment-list img,
.sidebar .widget,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
#loader-wrapper,
.post-image img,
.single-post01 .post-item-description .post-meta,
.sidebar .form-inline .input-group,
.sidebar .post-thumbnail-entry,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
#blog .post-item.border > .post-item-wrap > .post-item-description,
#blog img,#blog audio,#blog iframe{
	width: 100%;
}
.single-post01 .post-image img {
	height: auto;
}
.single-post01 .post-item-description {
	font-size: 16px;
	padding: 22px 0;
	line-height: 28px;
}
.single-post01 .post-item-description h2,
.single-post01 .post-item-description h2 > a {
	font-size: 34px;
	margin-top: 8px;
	line-height: 38px;
	margin-bottom: 12px;
}
.single-post01 .post-item-description .post-meta {
	padding: 12px 0;
}
.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.sidebar .post-thumbnail-list a,
.sidebar .tags a,
.load-more a,
#blog .post-item.border .post-image .post-meta-category a,
#blog .post-item .post-item-description > h2,
#blog .post-item .post-item-description > h2 > a,
.breadcrumb ol li a, .breadcrumb ul li a,
.sidebar .widget-categories ul li a, .post-meta-category a{
	text-decoration: none; 
}
.sidebar .widget-categories ul li a {
	color: var(--accent-color);
}
.single-post01 .post-meta-share a,
#blog .post-item.border .post-image .post-meta-category a,
.post-meta-category a
{
	color: #fff;
}
a.item-link{
	display: inline-block;
	color: var(--accent-color);
}
.post-meta-comments a{
	color: var(--text-color);
}
.post-meta-comments i,
.post-meta-date i
{
	padding-right: 5px;
}
.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-tags a{
	font-size: 13px;
	margin-right: 16px;
}
.single-post01 .post-item-description .post-meta-category i,
.single-post01 .post-item-description .post-meta-comments i,
.single-post01 .post-item-description .post-meta-date i {
	margin-right: 4px;
}
.single-post01 .post-meta-share a{
	line-height: 16px;
}
.single-post01 .post-meta-share a i{
	font-size: 30px;
}
.single-post01 .post-item-description .blockquote {
	font-size: 16px;
	margin: 0 0 20px;
	padding: 10px 20px;
}
.single-post01 .post-item-description .blockquote .small,
.single-post01 .post-item-description .blockquote small {
	font-size: 80%;
}
.single-post01 .post-tags {
	margin-bottom: 40px;
}
.single-post01 .post-tags a {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
	border: 1px solid #c4c4c4;
	color: #074560;
}
.single-post01 .post-navigation,
.sidebar .post-thumbnail-list,
#loader,
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date,
#blog .post-item.border .post-image,
.breadcrumb ol li, .breadcrumb ul li,
.sidebar .widget-categories ul li,
.single-post01 .comments .comment .text {
	position: relative;
}
.single-post01 .comments, .single-post01 .post-navigation {
    border-top: 1px solid #eee;
}
.single-post01 .post-navigation,
.sidebar .tags a {
	display: inline-block;
}
.single-post01 .post-navigation {
	min-height: 64px;
	padding: 20px 0 0;
	vertical-align: top;
}
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.post-navigation .post-prev:before,
.post-navigation .post-all,
#loader:before,
#loader:after,
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed,
#blog .post-item.border .post-meta-category,
.sidebar .widget-categories ul li:before,
.player,
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before,
.post-navigation .post-next:after{
	position: absolute;
}
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev {
	height: 44px;
	max-width: 40%;
	font-size: 16px;
}
.post-navigation .post-prev:before,
.post-navigation .post-next:after{
	left: 0;
	top:10px;
	font-size: 20px;
	padding-top: 2px;
	content: "\f104";
	font-family: FontAwesome;
	transition: all .3s ease;
	transform: translate3d(0,-50%,0);
}
.post-navigation .post-next:after {
	right: 0;
	left: inherit;
	content: "\f105";
	font-family: FontAwesome;
}
.post-navigation .post-prev-title {
	padding-left: 25px;
}
.post-navigation .post-next span,
.post-navigation .post-prev span {
	opacity: 0.7;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: -6px;
	text-transform: uppercase;
}
.post-navigation .post-all {
	top: 32px;
	right: 50%;
	left: auto;
	width: 12px;
	opacity: .7;
	font-size: 24px;
	text-align: center;
}
.single-post01 .post-navigation .post-next {
	right: 0;
	text-align: right;
}
.post-navigation .post-next-title {
	padding-right: 25px;
}
.single-post01 .comments {
	padding: 40px 0;
}
.single-post01 .comments .comment {
	padding: 10px 0;
}
.single-post01 .comments .comment_number {
	font-size: 18px;
	margin: 0 0 30px;
}
.single-post01 .comments .comment .image,
.sidebar .post-thumbnail-entry > img,
.sidebar .post-thumbnail-entry,
.single-post01 .post-item-description .post-meta,
.sidebar .widget{
	float: left;
}
.single-post01 .comments .comment .image {
	width: 64px;
	height: 64px;
}
.single-post01 .comment-list img {
	height: auto;
	border-radius:100%;
}
.single-post01 .comments .comment .text {
	min-height: 80px;
	padding: 0 0 0 86px;
}
.single-post01 .comments .comment .text .name {
	font-size: 16px;
}
.single-post01 .comments .comment .comment_date {
	font-size: 12px;
}
.single-post01 .comments .comment .text .comment-reply-link {
	opacity: 0.7;
	font-size: 9px;
	padding: 0 0 0 5px;
	text-transform: uppercase;
	color: var(--accent-color);
}
.respond-comment span{
	color: var(--accent-color);
	font-weight: 700;
}
.single-post01 .text_holder{
	line-height: 24px;
}
.single-post01 .comment .comment {
	margin-left: 90px;
}
.respond-form {
	padding-top: 40px;
}
.respond-comment {
	font-size: 18px;
	margin: 0 0 30px;
}
.single-post01 .form-group label:not(.error) {
	font-size: 14px;
	margin-bottom: 4px;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.single-post01 .form-gray-fields .form-control:focus,
#widget-search-form-sidebar input:focus
{
	outline: 0;
	border-color: var(--accent-color) !important;
}
.single-post01 .form-control{
	box-shadow: none;
	line-height: 18px;
	padding:10px 16px;
	border-radius: 5px;
	font-size: 12px;
	transition: all .3s ease;
}
.form-gray-fields .form-control {
	border: 1px solid #ccc ;
    padding: 20px 26px 18px;
    height: auto !important;
    border-radius: 30px !important;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 500;
    margin-bottom: 30px;
    border-radius: 0;
}
.form-gray-fields textarea{
	resize: none;
}
.form-gray-fields .btn{
	background-color: var(--accent-color);;
    border-radius: 0;
    padding: 16px 40px;
	letter-spacing: 0.6px;
	font-weight: 500;
	color: #fff;
	border-radius: 30px;
}
.sidebar {
	font-size: 12px;
}
.sidebar .widget {
	margin-bottom: 30px;
}
.widget-newsletter .form-control{
	font-size: 16px;
	box-shadow: none;
	line-height: 18px;
	padding: 10px 16px;
	border-radius: 30px; height: auto;
}
.widget-newsletter .btn {
	font-weight: 600;
    height: 48px;
	padding: 8px 16px;
    background: var(--accent-color);
}
.sidebar .nav-tabs .nav-link.active{
	background-color: transparent;
    border-bottom: 2px solid  var(--accent-color);
    color:  var(--accent-color);
}
.widget-newsletter .btn i{
	color: #fff;
}
.single-post01 .blockquote {
    border-left: 3px solid #676767;
}
.widget-newsletter .btn{
	border-radius: 0 30px 30px 0;
}
.sidebar .nav-tabs {
	margin-bottom: 30px;
}
.sidebar .nav-tabs .nav-item {
	margin-bottom: -2px;
}
.tabs .nav-tabs .nav-link {
	border: 0;
	padding: 14px 24px;
	transition: .3s ease;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sidebar .widget .tabs li > a {
	padding: 10px;
	font-size: 14px;
	color: var(--global--color-lightgrey);
}
.sidebar .post-thumbnail-entry > img {
	height: 60px;
	width: 80px;
	margin-right: 16px;
	border-radius: 2px;
}
.sidebar .post-thumbnail-entry {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.sidebar .post-thumbnail-entry:last-child,
.sidebar .widget-categories ul li:last-child{
	margin: 0;
	padding-bottom:0;
	border-bottom: none;
}
.sidebar .post-thumbnail-entry > img {
	height: 48px;
	width: 64px;
	margin-right: 10px;
}
.sidebar .post-thumbnail-entry img + .post-thumbnail-content {
	padding-left: 72px;
}
.sidebar .post-thumbnail-list a {
	margin: -4px 0 0;
	color: var(--global--color-lightgrey);
}
.sidebar .post-thumbnail-entry .post-category i,
.sidebar .post-thumbnail-entry .post-date i {
	margin-right: 2px;
}
.sidebar .post-thumbnail-entry .post-category,
.sidebar .post-thumbnail-entry .post-date {
	font-size: 10px;
}
.sidebar .widget-title,
.sidebar > h4 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul,
.sidebar .widget-categories ul{
	list-style: none;
}

.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul {
    margin-bottom: 0;
    padding-left: 14px;
}
.sidebar .widget-tweeter li,
.sidebar .widget-twitter li {
	font-size: 12px;
	margin-bottom: 18px;
	position: relative;
}
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before {
    content: "\f111";
    margin-left: -14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    top: 5px;
}
.sidebar .tags a {
	padding: 5px 14px;
	border-radius: 50px;
	margin: 0 2px 5px 0;
	background: var(--accent-color);
	color: #fff;
}
.sidebar .widget-categories ul{
	padding:0;
}
.sidebar .widget-categories ul li{
	margin-bottom: 10px;
	padding:0 0 10px 28px;
}
.sidebar .widget-categories ul li:before{
	position: absolute ; content: "";
	left:0;
	top: 12px;
	font-size: 20px;
	padding-top: 2px;
	background: url("../image/icon-folder.png"); width: 16px; height: 14px;
	transition: all .3s ease;
	transform: translate3d(0,-50%,0);
}
#twitter-cnt a{
	color: var(--accent-color);
}
.cat-item span {
    color: var(--global--color-orange);
}
.sidebar .cat-count-span{
	float: right;
}
/************ PRELOADER CSS ************/
/* ====  Preloader styles ==== */
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 9999999999999;
}
#loader {
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	z-index: 1001;
	animation: spin 2s linear infinite;
}
#loader:before {
	content: "";
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	animation: spin 3s linear infinite;
}
#loader:after {
	content: "";
	top: 15px;
	right: 15px;
	left: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	animation: spin 1.5s linear infinite;
}
#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	z-index: 1000;
	transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
	left: 0;
}
#loader-wrapper .loader-section.section-right {
	right: 0;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.loaded #loader-wrapper .loader-section.section-left {
	transform: translateX(-100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
	transform: translateX(100%);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.3s 1s ease-out;
}
/*************************************************
=-*=-*=-*=-*=-*=-*= One Column =-*=-*=-*=-*=-*=-*=
**************************************************/
.breadcrumb,
#loader,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
.post-navigation .post-next span,
.post-navigation .post-prev span,
.sidebar .post-thumbnail-entry .post-category{
	display: block;
}
.breadcrumb {
	font-size: 14px;
	margin-bottom: 10px;
	letter-spacing: .5px;
	background-color: transparent;
	padding: 10px 0;
}
.breadcrumb ol, .breadcrumb ul{
	margin:0;
	padding: 0;
}
.breadcrumb ol li, .breadcrumb ul li {
	opacity: .8;
	display: inline;
}
.breadcrumb ol li + li::before,
.breadcrumb ul li + li::before {
	margin: 0 5px;
	content: ">";
	background-color: transparent;
	color: #fff;
}
.breadcrumb ol li.active,
.breadcrumb ol li:hover,
.breadcrumb ol li:last-child,
.breadcrumb ul li.active,
.breadcrumb ul li:hover,
.breadcrumb ul li:last-child {
	opacity: 1;
}
#blog .post-item.border > .post-item-wrap > .post-item-description {
	padding: 24px;
	line-height: 28px;
}
#blog .post-item.border .post-meta-category{
	top: 11px;
	z-index: 2;
	right: 10px;
	font-size: 13px;
	padding:4px 16px 4px;
	border-radius: 50px;
	background: var(--accent-color);
}
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date {
	top: -4px;
	font-size: 12px;
	margin-right: 8px;
}
#blog .post-item .post-item-description > h2{
	font-size: 24px !important;
}
.blockquote p{
	font-style: italic;
}
.blockquote{
	margin-left: 72px !important;
}
.post-meta-share{
	display: none !important;
}
.post-item-description{
	padding-right: 20px !important;
}
#blog .post-item .post-item-description > h2,
#blog .post-item .post-item-description > h2 > a {
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 16px;
	letter-spacing: -.1px;
    color: var(--primary--color);
}
.post-item-wrap p{
	color: var(--text-color);
	font-size: 16px;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	top: 0;
	left: 0;
	height: 100%;
}
.fluid-width-video-wrapper{
	padding-top:56.3%;
}
.player{
	top:0;
}
.post-audio audio{
	bottom: 0;
    left: 0;
}
.pagination{
	padding-left:15px;
}
.fluid-width-video-wrapper {
	padding-top: 66.8%;
}
.hide-blog{
	display: none;
}
.load-more a{
	padding: 12px 25px;
	border-radius: 30px;
}
.load-more a:hover{
	background: none;
}
 .respond-form .form-group input{
	display: block;
}
.respond-form .form-group label:before{
	display: none;
}
.load-more a{
	color: #fff;
}
/*************************************************************
=-*=-*=-*=-*=-*=-*= Responsive Single Post =-*=-*=-*=-*=-*=-*=
*************************************************************/
@media screen and (max-width: 1199px) {
	.widget-newsletter .form-control {
		font-size: 12px;
		padding: 10px 10px;
	}
	.sidebar .widget .tabs li > a {
		font-size: 13px;
		padding: 10px 8px;
	}
	.sidebar .widget {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.single-post01 .post-item-description,
	.single-post01 .post-item-description .blockquote{
		font-size: 14px;
		line-height: 26px;
	}
	.single-post01 .post-navigation .post-next,
	.single-post01 .post-navigation .post-prev {
		font-size: 14px;
	}
	.single-post01 .post-item-description h2,
	.single-post01 .post-item-description h2 > a {
		margin-top: 0;
		font-size: 28px;
		line-height: 32px;
	}
}
@media screen and (max-width: 991px) {
	.respond-form {
		padding-top: 0;
	}
.single-post01 .post-item-description .post-meta-date, .single-post01 .post-item-description .post-meta-date a, .single-post01 .post-item-description .post-meta-category, .single-post01 .post-item-description .post-meta-category a, .single-post01 .post-item-description .post-meta-comments, .single-post01 .post-item-description .post-meta-comments a {
		margin-right: 5px;
	}
	.single-post01 .comments .comment .text {
		padding: 0;
	}
	.single-post01 .comments .comment .image {
		width: 48px;
		height: 48px;
		margin-right: 14px;
	}
	.single-post01 .text_holder {
		font-size: 12px;
		margin: 10px 0 0;
	}
	.single-post01 .comment .comment {
		margin-left: 30px;
	}
	.single-post01 .comments{
		padding: 30px 0 0;
	}
	.sidebar {
		margin: 20px 0 0;
	}
	.page-title h1 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.single-post01 .post-item-description h2,
	.single-post01 .post-item-description h2 > a {
		font-size: 24px;
		line-height: 26px;
	}
	#blog .post-item.border > .post-item-wrap > .post-item-description {
		line-height: 20px;
		font-size: 12px;
	}
	.blockquote {
		margin-left: 28px !important;
	}
}
@media screen and (max-width: 575px) {
	.single-post01 .text_holder p{
		margin: 0 0 8px;
	}
	.single-post01 .comments .comment .comment_date {
		font-size: 11px;
	}
	.single-post01 .post-item-description,
	.single-post01 .post-item-description .blockquote {
		font-size: 13px;
		line-height: 24px;
	}
	.single-post01 .post-item-description h2,
	.single-post01 .post-item-description h2 > a{
		margin:0;
	}
	.single-post01 .post-meta-share ul{
		margin:5px 0 0;
	}
	.single-post01 .post-item-description .post-meta-date, .single-post01 .post-item-description .post-meta-date a, .single-post01 .post-item-description .post-meta-category, .single-post01 .post-item-description .post-meta-category a, .single-post01 .post-item-description .post-meta-comments, .single-post01 .post-item-description .post-meta-comments a {
		font-size: 12px;
	}
	.single-post01 .respond-comment {
		 font-size: 16px;
	 }
	.page-title h1 {
		font-size: 1.8rem;
		padding: 1rem;
		padding-bottom: 0;
	}
	#blog .post-item .post-item-description > h2,
	#blog .post-item .post-item-description > h2 > a{
		font-size: 17px;
	}
}

/* Custom background class */
.background1 {
	background-color: #f8f9fa;
	background-image: url('../image/BACKGROUND1.jpg');
	background-repeat: no-repeat;
	background-size: cover; /* cover the section only */
	background-position: center center;
	background-attachment: scroll; /* ensure background isn't fixed to viewport */
	position: relative; /* allow scoped pseudo-elements if needed */
}

/* Mission Section Styles */
.mission-section {
	background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
	position: relative;
}

.mission-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23000" opacity="0.02"/><circle cx="80" cy="80" r="1" fill="%23000" opacity="0.02"/><circle cx="40" cy="60" r="1" fill="%23000" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
	pointer-events: none;
}

.mission-content {
	position: relative;
	z-index: 2;
}

.mission-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.mission-subtitle {
	font-size: 1.2rem;
	color: #34495e;
	line-height: 1.6;
	max-width: 800px;
	margin: 0 auto;
	font-weight: 500;
}

.mission-text {
	font-size: 1.1rem;
	color: #5a6c7d;
	line-height: 1.8;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	font-style: italic;
}

.mission-block {
	background: #ffffff;
	padding: 2rem;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.08);
	height: 100%;
	border: 1px solid #e8ecef;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mission-block:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.mission-block-title {
	font-size: 1.4rem;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 1.5rem;
	position: relative;
	padding-bottom: 0.5rem;
}

.mission-block-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #3498db, #2980b9);
	border-radius: 2px;
}

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

.mission-list li {
	padding: 0.8rem 0;
	font-size: 1rem;
	color: #5a6c7d;
	display: flex;
	align-items: flex-start;
	line-height: 1.6;
}

.mission-list li i {
	color: #27ae60;
	margin-right: 1rem;
	font-size: 1.1rem;
	margin-top: 0.1rem;
	flex-shrink: 0;
}

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

.mission-pillars li {
	padding: 1rem 0;
	font-size: 1rem;
	color: #5a6c7d;
	line-height: 1.7;
	border-bottom: 1px solid #ecf0f1;
	position: relative;
	padding-left: 1.5rem;
}

.mission-pillars li:last-child {
	border-bottom: none;
}

.mission-pillars li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1.5rem;
	width: 8px;
	height: 8px;
	background: #3498db;
	border-radius: 50%;
}

.mission-pillars li strong {
	color: #2c3e50;
	font-weight: 600;
}

.mission-conclusion {
	background: linear-gradient(135deg, var(--accent--color), var(--dark--color));
	color: white;
	padding: 2.5rem;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
}

.mission-final-text {
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0;
	font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
	.mission-title {
		font-size: 2rem;
	}
	
	.mission-subtitle {
		font-size: 1.1rem;
	}
	
	.mission-block {
		margin-bottom: 2rem;
	}
	
	.mission-final-text {
		font-size: 1.1rem;
	}
}

/* Silae Section New Style - Based on Image Format */
.silae-section {
	background-color: #f5f5f5;
	padding: 3rem 0;
}

.silae-content-new {
	background-color: #f5f5f5;
	padding: 2rem;
	border-radius: 0;
}

.silae-badge-container {
	text-align: center;
	margin-bottom: 2rem;
}

.silae-certified-badge {
	max-width: 200px;
	height: auto;
}

.silae-text-content {
	padding-left: 2rem;
}

.silae-intro-text {
	font-size: 1rem;
	color: #666;
	margin-bottom: 1.5rem;
	line-height: 1.6;
}

.silae-highlight {
	color: #e74c3c;
	font-weight: 600;
}

.silae-question {
	font-size: 1.1rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 0.8rem;
	margin-top: 1.5rem;
}

.silae-answer {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.silae-importance-block {
	margin-bottom: 1.5rem;
}

.silae-why-block {
	margin-bottom: 2rem;
}

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

.silae-list li {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.7;
	margin-bottom: 1rem;
	position: relative;
	padding-left: 1rem;
}

.silae-list li::before {
	content: "•";
	color: #333;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.silae-list li strong {
	color: #333;
	font-weight: 600;
}

.silae-expertise-block {
	margin-bottom: 2rem;
}

.silae-expertise-text {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.silae-description {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.silae-benefits {
	margin-top: 1rem;
}

.silae-benefits-title {
	font-size: 0.95rem;
	color: #333;
	font-weight: 600;
	margin-bottom: 0.8rem;
}

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

.silae-benefits-list li {
	font-size: 0.95rem;
	color: #666;
	line-height: 1.6;
	margin-bottom: 0.5rem;
	position: relative;
	padding-left: 1rem;
}

.silae-benefits-list li::before {
	content: "•";
	color: #333;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.silae-conclusion-text {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #ddd;
}

.silae-conclusion-text p {
	font-size: 0.95rem;
	color: #333;
	line-height: 1.6;
	margin-bottom: 0.5rem;
}

/* Responsive Design for New Silae Section */
@media (max-width: 768px) {
	.silae-text-content {
		padding-left: 0;
		margin-top: 1rem;
	}
	
	.silae-badge-container {
		margin-bottom: 1.5rem;
	}
	
	.silae-certified-badge {
		max-width: 150px;
	}
	
	.silae-intro-text {
		font-size: 0.9rem;
	}
	
	.silae-question {
		font-size: 1rem;
	}
	
	.silae-answer,
	.silae-list li,
	.silae-expertise-text,
	.silae-description,
	.silae-benefits-title,
	.silae-benefits-list li,
	.silae-conclusion-text p {
		font-size: 0.85rem;
	}
}

.bubbles-container {
  position: relative;
  width: 100%;
  height: 400px;            /* ajuste la hauteur si nécessaire */
}

.bubble {
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* Exemple de tailles, couleurs et positions  */
.bubble1 {
  width: 140px;
  height: 140px;
  background-color: #2f5d50;       /* vert foncé */
  top: 20px;
  left: 40%;
}

.bubble2 {
  width: 130px;
  height: 130px;
  background-color: #4da286;       /* vert clair */
  top: 100px;
  right: 20%;
}

.bubble3 {
  width: 120px;
  height: 120px;
  background-color: #3c6b60;       /* vert intermédiaire */
  top: 160px;
  left: 35%;
}

.bubble4 {
  width: 110px;
  height: 110px;
  background-color: #a8c4b5;       /* vert pâle */
  top: 80px;
  left: 15%;
  color: #000;                     /* texte foncé car fond clair */
}

.bubble5 {
  width: 120px;
  height: 120px;
  background-color: #2f5d50;       /* vert foncé */
  bottom: 20px;
  left: 40%;
}

/* underline under header & banner wrapper */
.navbar {
	border-bottom: 2px solid var(--secondary--color); /* default: secondary on all pages */
	padding-bottom: 0.2rem; /* give a little space between content and line */
}

/* On the homepage we want the underline in the accent color */
.home .navbar {
	border-bottom-color: var(--primary-color);
}

/* optional: reduce underline on small screens */
@media (max-width: 767px) {
	.navbar {
		border-bottom-width: 1px;
		padding-bottom: 0.35rem;
	}
}
