/* =====================================
Template Name: 	Lasallian District of Congo-Kinshasa.
Developer Name: Brother Dieu-Merci SAMBIAKU
Website: http://www.lasallecong.org/
Years of creation:2024
========================================*/   
/*======================================
[ CSS Table of contents ]
* Body
* Scrollup
* Color plate
* Header
* JBDLS 
* Statistics
* Publication
* Testimonials
* Site connected
* Toast
* Contact
* Fondateur
* Lisez-nous
*Visitor
*Article(REtraite Abidjan)
* Vocation (FRERE)
* Footer
========================================*/ 
/*=============================
	Global CSS 
===============================*/
body{
    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#1D2A4D;
	overflow-x: hidden;
}
#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background:#fece00;
	color: #0031b2;
	font-size: 55px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: px;
	box-shadow: 0px 0px 10px #00000026;
}
#scrollUp:hover{
	background: #0031b2;
	color: #fff;
}
/* Color Plate */
.color-plate {
	position: fixed;
	display: block;
	z-index: 99998;
	padding: 20px;
	width: 245px;
	background: #fff;
	right: -245px;
	text-align: left;
	top: 30%;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	-webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}
.color-plate.active{
	right:0;
}
.color-plate .color-plate-icon {
	position: absolute;
	left: -48px;
	width: 48px;
	height: 45px;
	line-height: 45px;
	font-size: 21px;
	border-radius: 5px 0 0 5px;
	text-align: center;
	color: #fff !important;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}
.color-plate h4 {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}
.color-plate p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 20px;
}
.color-plate span {
	width: 42px;
	height: 35px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 3px;
}
.color-plate span:hover{
	cursor:pointer;
}
.color-plate span.color1{
	background:#0031b2;
}
.color-plate span.color2{
	background:#0031b2;
}
.color-plate span.color3{
	background:#0031b2;
}
.color-plate span.color4{
	background:#fece00;
}
.color-plate span.color5{
	background:#0031b2;
}
.color-plate span.color6{
	background:#0031b2;
}
.color-plate span.color7{
	background:#0031b2;
}
.color-plate span.color8{
	background:#85BA46;
}
.color-plate span.color9{
	background:#273c75;
}
.color-plate span.color10{
	background:#FD7272;
}
.color-plate span.color11{
	background:#fece00;
}
.color-plate span.color12{
	background:#fece00;
}
/*=============================
	End Global CSS 
===============================*/

/*===================
	Start Header CSS 
=====================*/
.header{
	background-color:#fff;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar{
	background-color:#0031b2;
}
.header .topbar{
	padding:1px 0;
}
.header .top-link{
	float:left;
}
.header .top-link li{
	display:inline-block;
	margin-right:15px;
}
.header .top-link li:last-child{
	margin-right:0px;
}
/* Contact starts */
.header .top-contact{
	float:left;
}
.header .top-contact li{
	display:inline-block;
	margin-right:30px;
	margin-bottom: 10px;
	color:#FFFFFF;
	padding-top: 15px;
	font-weight: bold;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li i{
	color:#FFFFFF;
	margin-right:5px;
}
.top-contact li:last-child:hover,
.top-contact li:last-child:hover i {
    color: #fece00;
}
.top-contact li:first-child:hover,
.top-contact li:first-child:hover i {
    color: #fece00; 
}
/* Contact ends */
/* Welcome starts */
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width:40.75rem;
}
.marquee {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
  color: #FFFFFF; 
  font-weight: bold;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
/* Welcome ends */
/* Social media starts */
.top-link li a {
  color: white;
  width: 25px;
  height: 25px;
  border: 0.2rem solid #fece00;
  border-radius: 0.15rem;
  padding: 2px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
/* Effet au survol */
.top-link li a:hover {
    background-color: white;
}
.top-link li a:hover .fa-facebook {
    color: #1877F2;
}
.top-link li a:hover .fa-youtube-play {
    color: #FF0000;
}
/* Social media ends */
/*=============================
	TOP ENDS
===============================*/
/* Menu starts */
.header .header-inner {
	background:#fff;
	z-index:999;
	width:100%;
	border-bottom: 1px solid #fece00;
}
.header .logo {
	float: left;
	margin-top: 11px;
	margin-left: -12px;
}
.logo img:hover {
    transform: translateY(-2px); 
}
.main-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
   
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav li{
	margin-right: 10px;
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #1F1D1D;
	font-size: 12px;
	font-weight: 800;
	padding: 33px 1px;
	position: relative;
	display: inline-block;
	transition: color 0.3s ease;
	font-weight: bold;
}
.header .nav li a:hover {
	background:#fece00;
	color: aliceblue;
	font-weight: bold;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 6px;
	width:0%;
	background: #0031b2;
	border-radius: 5px 8px 0 0;
	opacity:0;
	font-weight: bold;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
	font-weight: bold;
}
.header .nav li.active a{
	color:#0031b2;
	background-color: #fece00;
	font-weight: bold;
}
.header .nav li.active a:hover {
    color: #ffffff; 
    background-color: #0031b2; 
	font-weight: bold;
}

.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
	font-weight: bold;
}
.header .nav li:hover a{
	color:#0031b2;
	font-weight: bold;
}
.header .nav li a i {
	display: inline-block;
	margin-left: -1px;
}
/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:6px;
}
.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: absolute;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #0031b2;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
}
.header .single-widget.btn{
	margin-left:0;
}
/* End Menu */
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left:-21px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 0px #0031b2;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left:3px solid #fece00;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(5px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border-bottom:1px dashed #fece00;
}
.header .nav li .dropdown li:last-child{
	border:none;
}
.header .nav li .dropdown li a {
	padding: 12px 15px;
	color:  #000000;
	display: block;
	font-weight: 400;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a{
	color:#FFFFFF;
	background-color: #0031b2;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
/* Right Bar */
.header.style2 .main-menu{
	display:inline-block;
	float:left;
}
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow:0px 0px 13px #00000054;
}
/*=========================
	End Header
===========================*/

/*=========================
	Start mobil
===========================*/
.mobile-nav-ok .slicknav_btn {
    width: 20px;  
    height: 70px; 
    padding: -10px; 
    font-size: 50px; 
    position: relative;
    border-radius: 40px;
	right: 40px;
}

.mobile-nav-ok .slicknav_btn::after {
    content: "";
    position: absolute;
    top: -10px; 
    left: -30px; 
    right: -50px; 
    bottom: 10px; 
    pointer-events: auto; 
	background: #fece00; 
    border-radius: 8px; 
    z-index: -1; 
}
/*===========================
	End mobile
=============================*/
/*===========================
	Start slider
=============================*/

#mu-slider {
  margin: 0;  
  padding: 0;
  overflow: hidden;
  width: 100%;
  
}
.mu-slider-single {
  margin: 0;
  padding: 0;
  width: 100%;
}
.mu-slider-img figure {
  margin: 0;
  padding: 0;
  object-fit: cover;
}
.mu-slider-img img {
    width: 100vw;  
    object-fit: cover; 
}
#mu-slider .slick-prev,
#mu-slider .slick-next {
  width: 50px;
  height: 50px;
  background-color: #0031B2; 
  border-radius: 70%; 
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
#mu-slider .slick-prev:hover,
#mu-slider .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8); 
}
#mu-slider .slick-prev:before,
#mu-slider .slick-next:before {
  font-size: 20px; 
  color: #fece00; 
}
#mu-slider .slick-prev {
  left: 10px; 
}
#mu-slider .slick-next {
  right: 10px; 
}
/*===========================
	End slider
=============================*/

/*=============================
	Start JBDLS
===============================*/
.image-link img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-link img:hover {
    transform: scale(1.02);
    box-shadow: 0 3px 10px #0031B2; 
}
.justifie {
    text-align: justify;
	line-height: 2; 
    margin-top: 40px; 
    margin-bottom: 50px; 	
}
.date {
    color: #0031b2;
    font-weight: bold;
}
.btn-voir-plus {
	text-align: center; 
	white-space: nowrap;
    display: inline-block;
    padding: 0.5rem 2rem;
    font-size: 1rem;
	font-weight: bold;
    background-color: #fece00;
    transition: all 0.3s ease;
	position: relative;
	left: 100px; 
	top: -40px
}
.btn-voir-plus:hover {
    background-color: #0031b2;
	color: #FFFFFF;
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.bg-light {
    width: 150px;
    height: 150px;
}
/*=============================
	End JBDLS 
===============================*/

/*=======================
	start Statistics 
=========================*/
#statistique{
	background-image: url('img/Accueil/paint.png');
	color: white;
}
#statistique .section-title h1 {
  text-align: center;
  font-size: 2rem; 
  margin: 3rem;
  background-color: #fece00;   
 color: #0031b2;
 font-weight: bold;
}
.fun-facts{
	position:relative;
}
.fun-facts.section{
	padding:110px 0;
	margin-top: -40px;
}
.fun-facts{
	background:url('img/Accueil/flag.jpeg');
	background-size:cover;
	background-repeat:no-repeat;
}
.fun-facts .single-fun {
}
.fun-facts .single-fun i {
	position: absolute;
	left: 0;
	font-size: 61px;
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 67px;
	font-size: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 2px solid #fff;
	border-radius: 0px;
	top: 50%;
	margin-top: -35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 50%;
}
.fun-facts .single-fun:hover i{
	color:#1A76D1;
	background:#fff;
	border-color:transparent;
}
.fun-facts .single-fun .content {
	padding-left: 80px;
}
.fun-facts .single-fun span {
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
	display: block;
	margin-bottom: 7px;
}
.fun-facts .single-fun p{
	color:#fff;
	font-size:18px;
}
#fun-facts .row {
    column-gap: 40px; 
}
/*=======================
	 End Statistics
=========================*/

/*=============================
	Start Publicatiions 
===============================*/
.section-title h2 {
    margin-top: 40px;
}
.text-center {
    margin-top: -30px;
}
.filter-button {
    font-weight: bold;
	margin-bottom: 2rem;
}
.filter-button:hover {
    color: #FFFFFF; 
    background-color: #0031b2; 
}
.filter-button.active {
    background-color: #0031b2; 
    color:  #FFFFFF; 
}
.news-content{
	margin-bottom: 3.2rem;
}
.news-content h2{
	font-size: 1.5rem;
	color: #001f3f;
	font-weight: bold;
	margin-bottom: 0.5rem;
} 
.text{
	 font-size: 1rem;
	line-height: 1.6;
	color: #333;
	text-align: justify;
	margin-bottom: 1rem;
}
.read-more{
	display: inline-block;
	font-size: 0.9rem;
	 font-weight: bold; 
	margin-top: 0.1rem; 
	transition: color 0.3s ease;	
}
.read-more:hover {
	color: #0031b2;
	text-decoration: underline;
}
.btn-load-more{
	display: inline-block;
	margin-top: 0.1rem;
    padding: 10px 20px;
    font-size: 1rem;
	color: #FFFFFF;
    background-color: #0031b2;
    border: 1px solid #fece00;
    margin-bottom: 1.5rem;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn-load-more:hover {
    background-color: #fece00;
    transform: scale(1.05);
	border: 1px solid #0031b2;
}
.btn-load-more span{
	color: aliceblue;
	font-weight: bold;
}
.btn-load-more:hover span {
	color:#0031b2;
	font-weight: bold;
}
.publication{
	box-shadow: 0 4rem 4rem rgba(220, 248, 4, 0.424), 0 6px 20px rgba(0, 0, 0, 0.19)
}
.item.institut {
    display: none;
}
#top-sell {
	background-image: url('img/Accueil/back1.jpg');
}
.double-space {
  line-height: 2.5rem;  
  color: #0031b2;    
}
/*=======================
	End Publication 
=========================*/

/*=======================
	Start Testimonanials
=========================*/
.container .row .col-lg-12 .section-title h2 {
     margin-top: 3rem;
    font-weight: bold;
    color:#0031b2;
    text-align: center;
}
.Temoignage .box-container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  padding: 0.1rem 0rem;
  margin-top: -4rem;
}
.Temoignage .box-container .box{
  text-align: center;
  padding: 0.1rem;
  border:0.4rem solid #ffffff;
  box-shadow: 0 1.25rem 1.875rem rgba(220, 248, 4, 0.424), 0 6px 20px rgba(0, 0, 0, 0.19);
  flex: 1 1 10rem;
  background:#e7e7e1;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-top: 6rem;
  border-radius: 1rem;
}
.Temoignage .box-container .box:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.25rem rgba(220, 48, 48, 0.2);
}
.Temoignage .box-container .box img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  border: 0.5rem solid #ffffff;
  margin: -3rem auto 0 auto;
  object-fit: cover;
}
.Temoignage .box-container .box h3 {
  font-size: 1rem;
  padding: 2rem 0;
  color: #213e86;
  margin-top: -1.5rem;
}
.Temoignage .box-container .box p {
  font-size: 0.9rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  line-height: 1.2rem;
  text-align: justify;
  margin: 0;
}
.container.publication {
  background-color: #FBFBFB;
  padding: 50px; 
}
.member-info {
   background-color: #FFFFFF; 
    padding: 46px; 
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); 
    display: flex;
    flex-direction: column; 
    justify-content: flex-end;
	 border-bottom: 4px solid #fece00;
    height: 70%; 
}
.team-member {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
}
.member-info {
    margin-bottom: 15px;
}
.member-info h4 {
    font-weight: bold;
    font-size: 1.2rem;
}
.member-info span {
    font-size: 1rem;
    color: #777;
	text-align: justify;
}
.Feautes.section{
	background-image: url('img/Accueil/back2.jpg');
}
.Temoignage {
    background-image: url('img/Accueil/back.png');
	}
/* Small screen (768px et less) */
@media (max-width: 768px) {
  .Temoignage .box-container {
    gap: 2rem;
    justify-content: center;
  }
  .Temoignage .box-container .box {
    flex: 1 1 45%; 
  }
}
/* Small screen(480px et less) */
@media (max-width: 480px) {
  .Temoignage .box-container {
    gap: 1.5rem;
  }
  .Temoignage .box-container .box {
    flex: 1 1 100%; 
  }
}
/* long screen (1200px et more) */
@media (min-width: 1200px) {
  .Temoignage .box-container .box {
    flex: 1 1 30%; /* Trois cases par ligne */
  }
}
/*===================
	End Testimonials
=====================*/

/*===================
	Start Sites connected
=====================*/
.section-title h2 {
    color: #0031b2;
    font-size: 2rem; 
	background-color: #d0d0d0;	
}
.Feautes.section{
	padding-top: 1px;
}
.row .col-lg-4.col-12 {
    transition: transform 0.1s ease; 
	margin-top: -1rem;
}
.row .col-lg-4.col-12:hover {
    transform: translateY(-5px); 
}
.img-ntetembwa:hover, .img-institut:hover {
    transform: scale(0.9);
    transition: transform 0.3s ease;
}
/*===================
	End Sites connected
=====================*/

/*===================
	Start toast
=====================*/
.clients.overlay {
    background:#D54C55;
	transform: translateY(-5px);
}
.client-content p {
    font-size: 18px; 
    color: #FFFFFF; 
    font-weight: bold; 
}
.client-content {
    padding-left: 10rem;   
}
/*===================
	End toast
=====================*/


/*=========================
   START CONTACT
===========================*/
.breadcrumbs.overlay {
	width: 100%; 
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
    padding: 170px 0;
}
.contact-us .inner{
	box-shadow: 0 1.25rem 1.875rem rgba(220, 248, 4, 0.424), 0 6px 20px rgba(0, 0, 0, 0.19);
	border-radius: 10px;
	overflow:hidden;
}
.contact-us .contact-us-left{
    width: 100%;
    height: 100%;
}
.contact-us .contact-us-form{
	padding:50px 40px;
}
.contact-us .contact-us-form h2 {
	position: relative;
	font-size: 32px;
	color: #0031b2;
	font-weight: 600;
	line-height: 27px;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: left;
}
.contact-us .contact-us-form h2:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:50px;
	background:#0031b2;
}
.contact-us .contact-us-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom:50px; 
	font-weight: bold;
}
.input_box {
    padding: 5px;
    margin-bottom: 15px;
    position: relative;
}
.input_box input,
.input_box textarea {
    font-size: 15px;
    padding: 0 18px;
    display: block;
    width: 100%;
    border: 1px solid #999;
    font-weight: bold;
    color: #222;
    letter-spacing: 0.5px;
    border-radius: 5px;
    background: #FFFFFF;
}
.input_box input {
    height: 40px;
}

.input_box textarea {
    height: 130px;
}
.input_box input::placeholder,
.input_box textarea::placeholder {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #999;
}
.input_box input:focus,
.input_box textarea:focus {
    outline: none;
    border: 1px solid #2b6dd6;
    color: #222;
}
.input_box label {
    color: #555;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 18px;
    top: 14px;
    letter-spacing: 0.5px;
    padding: 0 5px;
    transition: 0.2s;
    background: #FFFFFF;
}
.input_box input:focus ~ label,
.input_box input:valid ~ label,
.input_box textarea:focus ~ label,
.input_box textarea:valid ~ label {
    top: -18px;
    font-size: 12px;
    color: #1569b2;
    font-weight: 500;
}
.input_box input:not(:placeholder-shown) ~ label {
    top: -15px;
    font-size: 12px;
    color: #1569b2;
    font-weight: 500;
}
.contact-us .contact-info{
	margin-top:50px;
}
.btn {
    padding: 10px 20px;
    font-size: 13px;
	background: #0031b2;
}
.contact-us .single-info {
	background: #0031b2;
	padding: 40px 60px;
	height: 150px;
	border-radius: 14px;
	position:relative;
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:before{
	position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background:#0031b2;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.contact-us .single-info:hover:before{
	opacity: 0.8;
}
.contact-us .single-info:hover{
	transform: translateY(-5px);
}
.contact-us .single-info i{
	font-size:42px;
	color:#fff;
	position:absolute;
	left:40px;
}
.contact-us .single-info .content {
	margin-left: 45px;
}
.contact-us .single-info .content h3{
	color:#fff;
	font-size:18px;
	font-weight:600;
}
.contact-us .single-info .content p{
	color:#fff;
	margin-top:5px;
}
  .contact-us-left {
    width: 100%; 
    height: 400px; 
    position: relative;
    background-color: #e5e5e5; 
}
.contact-us-left iframe {
    width: 100%; 
    height: 100%; 
    border: 0;
}
/*=========================
   END CONTACT TAB
===========================*/

/*=========================
   START fondateur
===========================*/
.main-sidebar .side-tags .tag{
	margin-top:40px;
}
.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 4px;
}
.main-sidebar .side-tags .tag a:hover{
	color:#fff;
	background:#E80F0F;
	border-color:transparent;
}
.news-single {
	padding: 60px 0 90px;
	background: #f8f8f8;
}
.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.news-single .news-head{}
.news-single .news-head img{
	width:100%;
	height:100%;
}
.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}
.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}
.news-single .news-title a:hover {
	color: #1A76D1;
}
.news-single{
	background:#fff;
}
.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-single .meta span:last-child{
	margin:0;
}
.news-single .meta span, .news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}
.news-single .meta span i {
	margin-right: 5px;
	color:#1A76D1;
}
.news-single .meta-left{
	float:left;
}
.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}
.news-single .meta-left .author {
	float: left;
}
.news-single .meta-left span.date {
	margin-top: 10px;
}
.news-single .news-content{
	margin:20px 0;
}
.news-single .news-content p{
	margin-bottom:10px;
}
.news-single .news-content p:last-child{
	margin:0;
}
.news-single .news-text p {
	font-size: 14px;
	margin-bottom:20px;
}
/* Image Gallery */
.news-single .image-gallery {
	margin-bottom: 20px;
}
.news-single .image-gallery .single-image {
	overflow: hidden;
}
.news-single .image-gallery .single-image:hover img{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	transform:scale(1.2);
}
/* Blockqoute */
.news-single blockquote {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px;
	overflow: hidden;
}
.news-single blockquote::before {
	opacity: 0.9;
}
.news-single .news-text blockquote p {
	color: #fff;
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	position: relative;
}
.main-sidebar {
  margin-top: 48px;
}
.single-widget.recent-post {
  background-color: white; 
  padding: 20px;  
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.title {
  color: #002d8b;
}
.single-post {
  display: flex; 
  align-items: center; 
  gap: 10px;
  margin-bottom: 20px; 
}
li a,
h5 a {
  color: initial; 
}
li a:hover,
h5 a:hover {
  color: #002d8b;
}
.single-widget.category {
  background-color: #ffffff; 
  padding: 20px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  margin-top: 90px;
}
.souligner {
  text-decoration: underline; 
}
.single-widget.side-tags {
  background-color: #ffffff; 
  padding: 20px; 
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  margin-top: 90px;
}
/*=========================
	END fondateur
===========================*/

/*=========================
	Start Lisez-nous
===========================*/
.fetaure-page{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
/*=========================
	END Lisez-nous
===========================*/

/*=========================
	Start Visitor
===========================*/

.visiteur__item {
	padding-bottom: 65px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 45px;
}
.visiteur__item:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.visiteur__item__pic {
	text-align: center;
}
.visiteur__item__pic img {
	height: 75%;
	width: 76%;
	border: 10px solid #ffffff;
	-webkit-box-shadow: 0px 3px 10px rgba(48, 68, 78, 0.2);
	box-shadow: 0px 3px 10px rgba(48, 68, 78, 0.2);
}
.visiteur__item__text {
	padding-top: 25px;
}
.visiteur__item__text.doctor__item__text--left {
	text-align: right;
}
.visiteur__item__text span {
	color: #0031b2;
	font-size: 30px;
	font-weight: 500;
	display: block;
	margin-bottom: 6px;
}
.visiteur__item__text h2 {
	color: #111111;
	font-weight: 700;
	margin-bottom: 20px;
}
.visiteur__item__text ul li {
	list-style: none;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.visiteur__item__text ul li i {
	color: #0031b2;;
	font-size: 15px;
	margin-right: 6px;
}
.predecessor {
	padding-bottom: 70px;
}

.predecessor__item {
	text-align: center;
	margin-bottom: 30px;
}
.predecessor__item img {
	height: 70%;
	width: 70%;
	border: 10px solid #ffffff;
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 32px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}
.predecessor__item h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	margin-bottom: 5px;
}
.predecessor__item span {
	font-size: 15px;
	color: #002d8b;
	display: block;
	margin-bottom: 12px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 10vh; 
}
.download-btn {
    display: inline-block;
    padding: 4px 20px;
    background-color: #0031b2; 
    color: #ffffff; 
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px; 
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.download-btn:hover {
    background-color: #fece00; 
	color: #0031b2;
    transform: translateY(-2px); 
}
.download-btn:active {
    transform: translateY(0); 
}
/*=========================
	End Visitor
===========================*/

/*=========================
Start Article (Retarite Abidjan)
===========================*/
.ligne-complete {
  display: flex;
  align-items: center;
  width: 100%;
}
.titre-retraite {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  padding: 19px 19px;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  border: 2px solid #fece00;
  border-right: none;
  border-radius: 10px 0 0 10px;
  width: 180px;
}
.titre-retraite h4 {
  font-weight: bold;
  font-size: 19px;
  color: #000;
}
.ligne-texte {
  position: relative;
  background-color: white;
  border: 2px solid #ddd;
  border-left: none;
  border-radius: 0 10px 10px 0;
  padding: 19px 18px 15px 15px;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

/*=========================
Vocation (FRERE)
===========================*/
/*--- Vocation (Frere) ---*/
.vocation-details .vocation-hero .hero-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-wrapper {
  height: auto !important;
}
.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .hero-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(0, 0, 0, 0.3));
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  z-index: 5;
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .hero-overlay .vocation-badge {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .hero-overlay .vocation-badge .status-badge {
  background: var(--accent-color);
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .hero-overlay .vocation-badge .status-badge.for-rent {
  background: #28a745;
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .hero-overlay .vocation-badge .featured-badge {
  background: #ff6b35;
  color: var(--contrast-color);
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .hero-overlay .virtual-tour-btn {
  background: rgba(255, 255, 255, 0.95);
  border: none;
  color: var(--accent-color);
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .hero-overlay .virtual-tour-btn i {
  font-size: 20px;
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .hero-overlay .virtual-tour-btn:hover {
  background: var(--surface-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-next,
.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: #0031b2;
  border-radius: 50%;
  margin-top: -22.5px;
  z-index: 10;
  color:#FECE00;
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-next:after,
.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-prev:after {
  font-size: 16px;
  color: var(--accent-color);
  font-weight: 700;
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-next:hover,
.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-prev:hover {
  transform: scale(1.1);
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-next {
  right: 20px;
  transition: 0.3s;
}

.vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-prev {
  left: 20px;
  transition: 0.3s;
}

.vocation-details .vocation-hero .thumbnail-gallery .vocation-thumbnails-slider .swiper-wrapper {
  height: auto !important;
}

.vocation-details .vocation-hero .thumbnail-gallery .vocation-thumbnails-slider .thumbnail-img {
  height: 80px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.vocation-details .vocation-hero .thumbnail-gallery .vocation-thumbnails-slider .thumbnail-img:hover {
  transform: scale(1.05);
}

.vocation-details .vocation-hero .thumbnail-gallery .vocation-thumbnails-slider .swiper-slide {
  position: relative;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.vocation-details .vocation-hero .thumbnail-gallery .vocation-thumbnails-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.vocation-details .vocation-hero .thumbnail-gallery .vocation-thumbnails-slider .swiper-slide.swiper-slide-thumb-active .thumbnail-img {
  border-color: var(--accent-color);
}

.vocation-details .vocation-hero .thumbnail-gallery .vocation-thumbnails-slider .swiper-slide .photo-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fece00;
  color: #fece00;
  padding: 8px 12px;
  border-radius: 15px;
  font-weight: 600;
  font-size: 14px;
  z-index: 2;
}

.vocation-details .vocation-info .vocation-header .vocation-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 15px;
  line-height: 1.2;
}

.vocation-details .vocation-info .vocation-header .vocation-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}

.vocation-details .vocation-info .vocation-header .vocation-meta .address {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 16px;
}

.vocation-details .vocation-info .vocation-header .vocation-meta .address i {
  color: var(--accent-color);
  margin-right: 8px;
}

.vocation-details .vocation-info .vocation-header .vocation-meta .listing-id {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  font-weight: 500;
}

.vocation-details .vocation-info .pricing-section {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #6a11cb 30%));
  padding: 25px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.vocation-details .vocation-info .pricing-section .main-price {
  font-size: 42px;
  font-weight: 800;
  color: var(--contrast-color);
  line-height: 1;
  margin-bottom: 10px;
}

.vocation-details .vocation-info .pricing-section .main-price .period {
  font-size: 24px;
  font-weight: 400;
  opacity: 0.9;
}

.vocation-details .vocation-info .pricing-section .price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.vocation-details .vocation-info .pricing-section .price-breakdown span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.vocation-details .vocation-info .pricing-section .price-breakdown .available {
  font-weight: 600;
}

.vocation-details .vocation-info .quick-stats .stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
}

.vocation-details .vocation-info .quick-stats .stat-grid .stat-card {
  background: var(--surface-color);
  padding: 20px 15px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.vocation-details .vocation-info .quick-stats .stat-grid .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.vocation-details .vocation-info .quick-stats .stat-grid .stat-card .stat-icon {
  margin-bottom: 10px;
}

.vocation-details .vocation-info .quick-stats .stat-grid .stat-card .stat-icon i {
  font-size: 24px;
  color: var(--accent-color);
}

.vocation-details .vocation-info .quick-stats .stat-grid .stat-card .stat-number {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 5px;
}

.vocation-details .vocation-info .quick-stats .stat-grid .stat-card .stat-label {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.vocation-details .vocation-details h3 {
  color: var(--heading-color);
  margin-bottom: 25px;
  font-weight: 600;
}

.vocation-details .vocation-details p {
  line-height: 1.7;
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.vocation-details .vocation-details .features-grid h5 {
  color: var(--heading-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.vocation-details .vocation-details .features-grid .feature-list {
  list-style: none;
  padding: 0;
}

.vocation-details .vocation-details .features-grid .feature-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.vocation-details .vocation-details .features-grid .feature-list li:last-child {
  border-bottom: none;
}

.vocation-details .vocation-details .features-grid .feature-list li i {
  color: var(--accent-color);
  margin-right: 12px;
  font-size: 16px;
}

.vocation-details .floor-plan-section h3 {
  color: var(--heading-color);
  margin-bottom: 25px;
  font-weight: 600;
}

.vocation-details .floor-plan-section .floor-plan-card {
  background: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.vocation-details .floor-plan-section .floor-plan-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.vocation-details .floor-plan-section .floor-plan-card .plan-details {
  padding: 25px;
}

.vocation-details .floor-plan-section .floor-plan-card .plan-details h5 {
  color: var(--heading-color);
  margin-bottom: 10px;
  font-weight: 600;
}

.vocation-details .floor-plan-section .floor-plan-card .plan-details p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
}

.vocation-details .sticky-sidebar {
  position: sticky;
  top: 100px;
}

.vocation-details .sticky-sidebar .actions-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.vocation-details .sticky-sidebar .actions-card .btn {
  font-weight: 600;
  border-radius: 12px;
  padding: 15px 20px;
}

.vocation-details .sticky-sidebar .actions-card .btn.btn-primary {
  background: var(--accent-color);
  border-color: var(--accent-color);
}

.vocation-details .sticky-sidebar .actions-card .btn.btn-primary i {
  margin-right: 8px;
}

.vocation-details .sticky-sidebar .actions-card .btn.btn-outline-primary {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.vocation-details .sticky-sidebar .actions-card .btn.btn-outline-primary:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.vocation-details .sticky-sidebar .agent-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.vocation-details .sticky-sidebar .agent-card .agent-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.vocation-details .sticky-sidebar .agent-card .agent-header .agent-avatar {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}

.vocation-details .sticky-sidebar .agent-card .agent-header .agent-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vocation-details .sticky-sidebar .agent-card .agent-header .agent-avatar .online-status {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background: #28a745;
  border: 3px solid var(--surface-color);
  border-radius: 50%;
}

.vocation-details .sticky-sidebar .agent-card .agent-header .agent-info h4 {
  color: var(--heading-color);
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}

.vocation-details .sticky-sidebar .agent-card .agent-header .agent-info .agent-role {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 10px;
}

.vocation-details .sticky-sidebar .agent-card .agent-header .agent-info .agent-rating .stars {
  margin-bottom: 5px;
}

.vocation-details .sticky-sidebar .agent-card .agent-header .agent-info .agent-rating .stars i {
  color: #ffc107;
  margin-right: 2px;
  font-size: 14px;
}

.vocation-details .sticky-sidebar .agent-card .agent-header .agent-info .agent-rating .rating-text {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.vocation-details .sticky-sidebar .agent-card .agent-contact {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  padding-top: 15px;
  margin-bottom: 15px;
}

.vocation-details .sticky-sidebar .agent-card .agent-contact .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.vocation-details .sticky-sidebar .agent-card .agent-contact .contact-item i {
  color: var(--accent-color);
  margin-right: 10px;
  width: 16px;
}

.vocation-details .sticky-sidebar .agent-card .agent-contact .contact-item span {
  font-size: 14px;
  color: var(--default-color);
}

.vocation-details .sticky-sidebar .agent-card .btn {
  font-weight: 600;
  border-radius: 12px;
  padding: 12px 20px;
}

.vocation-details .sticky-sidebar .agent-card .btn i {
  margin-right: 8px;
}

.vocation-details .sticky-sidebar .agent-card .btn.btn-success {
  background: #28a745;
  border-color: #28a745;
}

.vocation-details .sticky-sidebar .agent-card .btn.btn-outline {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

.vocation-details .sticky-sidebar .agent-card .btn.btn-outline:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.vocation-details .sticky-sidebar .contact-form-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.vocation-details .sticky-sidebar .contact-form-card h4 {
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.vocation-details .sticky-sidebar .contact-form-card .form-control,
.vocation-details .sticky-sidebar .contact-form-card .form-select {
  color: var(--default-color);
  background-color: transparent;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 80%);
  border-radius: 12px;
  padding: 15px;
}

.vocation-details .sticky-sidebar .contact-form-card .form-control:focus,
.vocation-details .sticky-sidebar .contact-form-card .form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--accent-color), transparent 75%);
}

.vocation-details .sticky-sidebar .contact-form-card .form-control::placeholder,
.vocation-details .sticky-sidebar .contact-form-card .form-select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.vocation-details .sticky-sidebar .contact-form-card .btn {
  background: var(--accent-color);
  border-color: var(--accent-color);
  font-weight: 600;
  border-radius: 12px;
  padding: 15px 20px;
}

.vocation-details .sticky-sidebar .calculator-card {
  background: var(--surface-color);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.vocation-details .sticky-sidebar .calculator-card h4 {
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.vocation-details .sticky-sidebar .calculator-card .cost-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.vocation-details .sticky-sidebar .calculator-card .cost-item:last-of-type {
  border-bottom: none;
}

.vocation-details .sticky-sidebar .calculator-card .cost-item .cost-label {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 14px;
}

.vocation-details .sticky-sidebar .calculator-card .cost-item .cost-value {
  color: var(--heading-color);
  font-weight: 600;
}

.vocation-details .sticky-sidebar .calculator-card .total-cost {
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  padding: 15px;
  border-radius: 12px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vocation-details .sticky-sidebar .calculator-card .total-cost .total-label {
  color: var(--heading-color);
  font-weight: 600;
}

.vocation-details .sticky-sidebar .calculator-card .total-cost .total-value {
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 700;
}

.vocation-details .sticky-sidebar .similar-vocation h4 {
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.vocation-details .sticky-sidebar .similar-vocation .similar-vocation-item {
  display: flex;
  background: var(--surface-color);
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.vocation-details .sticky-sidebar .similar-properties .similar-vocation-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.vocation-details .sticky-sidebar .similar-vocation .similar-vocation-item img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 15px;
  flex-shrink: 0;
}

.vocation-details .sticky-sidebar .similar-vocation .similar-vocation-item .similar-info h6 {
  color: var(--heading-color);
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}

.vocation-details .sticky-sidebar .similar-vocation .similar-vocation-item .similar-info .similar-price {
  color: var(--accent-color);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}

.vocation-details .sticky-sidebar .similar-vocation .similar-vocation-item .similar-info .similar-specs {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 12px;
  margin: 0;
}

.vocation-details .location-section h3 {
  color: var(--heading-color);
  margin-bottom: 30px;
  font-weight: 600;
}

.vocation-details .location-section .map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.vocation-details .location-section .map-wrapper iframe {
  filter: grayscale(10%);
}

.vocation-details .location-section .neighborhood-info h5 {
  color: var(--heading-color);
  margin-bottom: 20px;
  font-weight: 600;
}

.vocation-details .location-section .neighborhood-info .poi-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.vocation-details .location-section .neighborhood-info .poi-item:last-child {
  border-bottom: none;
}

.vocation-details .location-section .neighborhood-info .poi-item i {
  color: var(--accent-color);
  margin-right: 15px;
  width: 20px;
  text-align: center;
  font-size: 18px;
}

.vocation-details .location-section .neighborhood-info .poi-item .poi-content {
  display: flex;
  flex-direction: column;
}

.vocation-details .location-section .neighborhood-info .poi-item .poi-content .poi-name {
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 3px;
}

.vocation-details .location-section .neighborhood-info .poi-item .poi-content .poi-distance {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 13px;
}

@media (max-width: 992px) {
  .vocation-details .sticky-sidebar {
    position: static;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {

  .vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-next,
  .vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
  }

  .vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-next:after,
  .vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-prev:after {
    font-size: 14px;
  }

  .vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-next {
    right: 10px;
  }

  .vocation-details .vocation-hero .hero-image-container .vocation-gallery-slider .swiper-button-prev {
    left: 10px;
  }

  .vocation-details .vocation-hero .thumbnail-gallery .vocation-thumbnails-slider .thumbnail-img {
    height: 60px;
  }

  .vocation-details .vocation-info .vocation-header .vocation-title {
    font-size: 28px;
  }

  .vocation-details .vocation-info .vocation-header .vocation-meta {
    flex-direction: column;
    gap: 10px;
  }

  .vocation-details .vocation-info .pricing-section .main-price {
    font-size: 36px;
  }

  .vocation-details .vocation-info .quick-stats .stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .vocation-details .vocation-info .quick-stats .stat-grid .stat-card {
    padding: 15px 10px;
  }

  .vocation-details .similar-vocation .similar-vocation-item {
    flex-direction: column;
    text-align: center;
  }

  .vocation-details .similar-vocation .similar-vocation-item img {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 120px;
  }
}


/*--- Call for Vocation ---*/

.call-to-action {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.call-to-action .cta-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.call-to-action .cta-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.82);
}
.call-to-action .cta-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #001859;
}

@media (max-width: 768px) {
  .call-to-action .cta-content h2 {
    font-size: 2rem;
	 color: #001859;
  }
}

.call-to-action .cta-content p {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.6;
  color: #001859;
  font-weight: bold;
}

.call-to-action .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  color: #001859;
}
.call-to-action .cta-buttons .btn {
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 100;
  text-decoration: none;
  border-radius: 10px;
  color: #001859;
  border: 5px solid transparent;
  display: inline-flex;
  align-items: center;
  gap: 1px;
}

.call-to-action .cta-buttons .btn.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  font-weight: bold;
  text-transform: none;
}
.call-to-action .cta-buttons .btn.btn-primary:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
  font-weight: bold;
}
@media (max-width: 576px) {
  .call-to-action .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .call-to-action .cta-buttons .btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}
/*=========================
District
===========================*/
#district {
    background: url("img/2025.1/district1.jpeg") center top no-repeat fixed;
    background-size: cover;
    padding: 55px 0;
    text-align: center;
    position: relative;
}
#district::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(256, 256, 256, 0.8);
}
#story {
  display: flex;
  align-items: center;  
}
#story .single-story {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 4rem 3rem;
    box-shadow: 0 0 0 0px #FFFFFF inset, 0 0 3px 0 rgba(000, 000, 000, 0.3);
}
#story .single-story h4 {
    color: #0031b2;
    font-size: 25px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
}
#story .single-story p {
    margin-top: 20px;
    margin-bottom: 30px;
	color: #000000;
}
#story .single-story a {
display: inline-block;
margin: 10px 0 0 0;
padding: 7px 30px;
color: #0031b2;
background: transparent;
border: 15px solid #C6C6C6;
border-radius: 10px;
font-weight: bold;
transition: all 0.3s ease;
}
#story .single-story:hover a {
    background: #0031b2;
	color: #FFFFFF;
}
#story .single-story a:hover {
    background: #0031b2;
	color: #FFFFFF;
}
#story .single-story .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
#story .single-story .icon.icon-1 {
    background-image: url("img/2025.1/lecture1.png");
}
#story .single-story .icon.icon-2 {
    background-image: url("img/2025.1/lecture2.png");
}
#story .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem; 
}
#story .single-story {
  padding: 2rem;          
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.5rem;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #444444;
  background-color: #e0e0e0;
  font-weight: bold;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e  %3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3e %3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #FFFFFF;
  outline: 0;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 3px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1.5rem 1.5rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/*=========================
Start Footer CSS
===========================*/
.footer{
	position:relative;
}
.footer .footer-top{
	padding:20px 0px;
	position:relative;
	background:#0031b2;
}
.footer .footer-top:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.1; 
}
.district-img {
	width: 300px;
	 margin-right: 10px;
}
.footer .single-footer .social{
	margin-top:25px;
	display: flex; 
}
.footer .single-footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .single-footer .social li:last-child{
	margin-right:0px;
}
.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 30px;
	text-align: center;
	border: 3px solid #fece00;
	padding: 0;
	border-radius: 100%;
	display: block;
	color:#fff;
	font-size: 16px;
}
.footer .single-footer .social li a:hover {
    background-color: #FFFFFF;
    color: #002d8b; 
    border-color: #002d8b; 
}
.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}
.footer .single-footer.f-link li a:hover{
	padding-left:10px;
	color: #fece00;
}
.footer .single-footer h2{
	color:#fff;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:40px;
	padding-bottom:20px;
	text-transform:capitalize;
	position:relative;
}
.footer .single-footer h2::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #fff;
}
.footer .single-footer .time-sidual{
	margin-top:15px;
}
.footer .single-footer .time-sidual{
	overflow:hidden;
}
.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span{
	display:inline-block;
	float:right;
}
.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}
.footer .single-footer p{
	color:#fff;
}
.footer .single-footer .newsletter-inner{
	margin-top:20px;
	position:relative;
}
.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;
	float: left;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover{
	padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #1A76D1;
	font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .single-footer .newsletter-inner .button:hover i{
	color:#2C2D3F;
}
.footer .copyright{
	background:#002d8b;
	padding:25px 0px 25px 0px;
	text-align:center;
}
.footer .copyright .copyright-content p{
	color:#fff;
}
.footer .copyright .copyright-content p a{
	color:#fff;
	font-weight:400;
	text-decoration:underline;
	display:inline-block;
	margin-left:4px;
}

/*=========================
	End Footer CSS
===========================*/