@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.error-404 {
min-height:600px;
}
.has-media-on-the-right .wp-block-media-text__content {
	padding-left:0;
}
.single-equipe .cases_header {
	position:relative;
}
.single-equipe .fixed_cases_header {
	position:sticky;
	top: 97px;
	z-index:2;
}
body {
    margin-bottom: 0;
}
.post, .page {
    margin: 0;
}
.container {
    max-width: 1240px;
}
/* footer a:visited{
    color: #fff;
}  */
a:focus {
    outline: none;
	    box-shadow: none!important;
}
.mobile_version {
    display: none;
}
.mobile_version_btn {
    display: none!important;
} 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
}

h1 {
    font-size: 46px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.04em;
}

a {
    text-decoration: none;
}

p {
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.desktop_spacer {
padding: 120px 0;
}
#lg-components-1 {
    opacity: 0;
    
}
.lg-prev:after {
    content: '\e094';
    display: none;
} 
.lg-next:before {
    content: '\e095';
    display: none;
}
/* Breadcrumds */
.breadcrumb_last {
    color: #313945!important;
}

.post-type-archive-faq .breadcrumb_last {
    color: #313945!important;
    text-transform: uppercase;
}
#breadcrumbs span:nth-child(2) {
    padding-left: 12px;
}
.post_type_breadcrumb-item,
.breadcrumb-item {
    padding: 0 12px;
}
.breadcrumb_last {
    padding-left: 12px;
}
.breadcrumb-item span a {
    color: #313945;
}
.breadcrumb-item span {
    color: #31394593;
}
.breadcrumb-item,
.row_breadcrumbs a,
.row_breadcrumbs a:visited {
    color: #31394593!important;
font-size: 16px;
font-weight: 400;
line-height: 24px;
    padding-right:12px;
    font-family: "Roboto", serif;
}  
.breadcrumb-item_first {
    padding-right: 12px;
}
.breadcrumb-separator {
    color: #31394593;
}

.row_breadcrumbs {
    margin-top: 12px;
	white-space: nowrap;
}  
/*============== Colors =================*/
.primary {
    color: #313945;
}
.primary_bg {
    background-color: #313945;
}
.secondary_bg {
    background-color: #F4F2EE;
}
/*============== Buttons =================*/
.contact_buttons  {
    display: none;
}
.acces__btn .light_bg {
	max-width:240px;
}
.btn {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 9px 36px;
    text-transform: uppercase;
    border-radius: 0;
    outline: none!important;
}
.btn:hover {
    cursor: pointer;
    outline: none!important;
}
.button_template_white {
    border: 1px solid #fff;
    color:#fff;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 240px;
}
.wpcf7-submit {
    border: 1px solid #fff;
    color:#fff!important;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 240px;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.08em;
    text-align: center;
    padding: 10px 36px!important;
    text-transform: uppercase;
    border-radius: 0!important;
    background-color: transparent!important;
    margin-top: 60px;
}
.wpcf7-submit:hover {
    background: linear-gradient(122.41deg, #D4BD82 -4%, #E9DBB9 43.72%, #DAC287 87.35%)!important;
    color: #313945!important;
}
.button_template_white:visited {
    color:#fff;
}
.light_bg:hover {
    background: linear-gradient(122.41deg, #D4BD82 -4%, #E9DBB9 43.72%, #DAC287 87.35%);
    display: block;
}
.light_bg:hover .button_template_white {
    color: #313945;
    
}
.secondary_button{
    background-color: #313945;
    color:#fff;
}
.secondary_button:visited{
    color:#fff;
}
span.bg {
    margin: 0 8px;
    max-height: 42px;
}
.button_template {
    border: 1px solid black;
    background-color: transparent;
    color: #000000; /* Initial text color */
    text-transform: uppercase;
    padding: 9px 36px;
    position: relative;
    transition: all 0.3s ease;
    min-width: 240px;
    overflow: hidden; /* Ensures pseudo-elements stay inside button */
}

.button_template:visited{
    color: #000000;
}

.bg:hover{
    background-color: #313945; 
}

.button_template:hover,
.secondary_button:hover {
    color: transparent; /* Text becomes transparent to show gradient */
    background-image: linear-gradient(122.41deg, #D4BD82 -4%, #E9DBB9 43.72%, #DAC287 87.35%);
    background-clip: text;
    -webkit-background-clip: text;
    background-color: transparent; /* Ensure button background is transparent for text effect */
    z-index: 1;
    border-color: #313945; /* Optional: change border color on hover */
}


.phone-mobile {
    display: none;
}

/* Menu */
.custom-logo-link {
    margin-right: 87px;
    padding: 10px 0;
}
#primary-menu {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
}

.menu ul {
    display: flex;
    list-style-type: none;
}
.inner_container {
    width: 1585px;
}
.navbar{
    z-index:1!important;
    margin: 20px 0;
}
.navbar-collapse {
    justify-content: start;
}
.menu-item-has-children::after {
    content: '';
    position: absolute;
    background-image: url(../images/Arrow.svg);
    top:8px;
    right:-25px;
    height:10px;
    width: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.menu-item-has-children:hover::after {
    transform: rotate(180deg);
}
.sub-menu {
    margin-left: 0;
    padding: 0;
    display: none!important;
    background-color:transparent!important;
    padding-top: 16px;
    
}
.menu-item-11 {
    margin-left: 0!important;
}
.sub-menu li:hover {
    background-color: #313945;
}
.sub-menu li:hover a{
    color: #fff;
}
.header {
    width: 190px;
    max-height: 40px;
    min-width: 180px;
    padding: 9px 34px;
	line-height:19px;

}
.sub-menu::before {
    content: '';
    position: absolute;
    left: 0;
    height: -webkit-fill-available;
    width: 100%;
    box-shadow: 0px 4px 10px 0px #1D1D1B40;

}
.menu-item-has-children:hover .sub-menu {
    display: block!important;
    position: absolute;
    left:-23px;
}
.menu li a {
    font-family: "Roboto", serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.menu li:hover a {
    color: #313945;
   
}
.sub-menu li:hover a {
    color: #fff;
   
}
/* .menu li a:hover {
    color:#39332d7a;
} */
.sub-menu li {
    background: #EEF2F4;
    padding: 18px 24px;
    width: 270px;
    position: relative;
    text-align: left!important;
}
.sub-menu li a{
    text-align: left!important;
}
.menu li {
    margin: 0 30px;
}
.menu li ul.sub-menu li {
    margin: 0!important;
}

ul.children  li {
    margin-left: 0;
}

header {
    max-height: 96px;
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 8; 
    top:0;
}
.main-navigation ul ul {
    box-shadow: none!important;
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}


/* ======== Top Video ====== */

.top_video{
    background-position: center;
    background-repeat: no-repeat;
    height:900px;
    position: relative;
}
.top_video::after{
    content: '';
    background-image: url(../images/Overlay.png);
    background-position: bottom;
    /* background-repeat: no-repeat; */
    height:900px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-repeat: repeat-x;
}
.button_phone:hover .hide_number{
    display:flex!important;
        }
    .video-wrapper {
        position: relative;
        width: 100%;
        max-width: 100%;
        z-index: 2;
    }
    
    .sound-button,
    .sound-buttons {
        z-index: 1000!important; 
        bottom: 50px; 
        right: 80px;  
    }
    .play-button,
    .play-buttons{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }
    
    #hero-video {
        width: 100%;
        height: auto;
    }
/* hero section  */
.hero{
    background-image: url(../images/herobg.png);
 background-position: center;
    background-repeat: no-repeat;
    height:500px;
    position: relative;
    margin-bottom: 120px;
    overflow: hidden;
}
.home {
	margin-top:98px;
}
.hero::after{
  content: '';
  position: absolute;
  right: -39px;
  bottom: 20px;
  background-image: url(../images/Unionwhite.svg);
  background-repeat: no-repeat;
  width: 598.19px;
height: 403px;

}
/* Cabinet section  */

.cabinet_wrapper span {
    max-width: 240px;
    margin-top: 60px;
}


/* Reviews section  */
.reviews {
    margin-top: 120px;
    margin-bottom: 80px;
}

.partners {
    margin-bottom: 100px;
}

#video {
    max-height: 900px;
	background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#faisons-nous {
    padding: 120px 0;
}
.faisonsnous-item {
    margin-top: 50px;
    max-width: 393px;
}
.faisonsnous-item img {
margin-bottom: 40px;
}
.faisonsnous-item p {
    max-width: 265px;
    text-align: center;
}


/* Contact Form */
input {
    background-color: transparent;
    border:none;
    border-bottom:1px solid rgba(255, 255, 255, 0.434);
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    border:none;
    border-bottom:1px solid rgba(255, 255, 255, 0.434);
    border-radius: 0;
    min-width: 350px;
    width: 100%;
    color:#fff;
    color:#fff;
font-size: 18px;
font-weight: 400;
line-height: 26px;
}
textarea {
    background-color: transparent;
    border:none;
    border-bottom:1px solid rgba(255, 255, 255, 0.434);
    border-radius: 0;
    width: 100%;
    min-width: 1220px;
    height: 32px;
    color:#fff;
font-size: 18px;
font-weight: 400;
line-height: 26px;
text-align: justified;

}
input[type="text"] {
    min-width: 420px;
    width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #fff;
font-size: 18px;
font-weight: 400;
line-height: 26px;
color:#fff;
font-size: 18px;
font-weight: 400;
line-height: 26px;
}
.wpcf7-form-control:focus,
.wpcf7-form-control:focus-visible {
    border-bottom: 1px solid #FFFFFF; /* Change bottom border to white on focus */
    transition: border-bottom 0.3s; /* Optional: Add a smooth transition */
    outline: none;
}

 .wpcf7-response-output {
     display: none;
 }
label {
    color:#fff;
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

label.filled {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color:rgba(255, 255, 255, 0.592);
}
.inner_form  p{
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin-bottom: 65px;
}
form {
    margin-top: 60px;
}
.wpcf7-submit {
    float:right;
}
#contact {
    padding-bottom:112px;
    background-image: url(../images/Union.svg);
    background-repeat: no-repeat;
    background-position: center right;
}
/* Cabinet Home Page */
#gallary {
    margin-top:90px;
}
.grid a {
    padding: 0;
}
.grid {
  display: grid;
  grid-gap: 32px; /* Adjust gap size */
  grid-template-columns: repeat(9, 1fr); /* 9 columns */
  grid-template-rows: repeat(2, 132px) repeat(2, 132px); /* Creates 4 rows with a total height of 264px each */
}

/* Ensure images fill their grid area properly */
.grid img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* First image (264px height) */
.grid a:nth-child(1) {
    grid-column: 1 / span 2; /* Cover columns 1-2 */
    grid-row: 1 / span 2;    /* Cover rows 1-2 (height: 264px) */
}

/* Second image (560px height) */
.grid a:nth-child(2) {
    grid-column: 3 / span 3; /* Cover columns 3-5 */
    grid-row: 1 / span 4;    /* Cover rows 1-4 (height: 560px) */
}

/* Third image (264px height) */
.grid a:nth-child(3) {
    grid-column: 6 / span 4; /* Cover columns 6-9 */
    grid-row: 1 / span 2;    /* Cover rows 1-2 (height: 264px) */
}

/* Fourth image (264px height) */
.grid a:nth-child(4) {
    grid-column: 1 / span 2; /* Cover columns 1-2 */
    grid-row: 3 / span 2;    /* Cover rows 3-4 (height: 264px) */
}

/* Fifth image (264px height) */
.grid a:nth-child(5) {
    grid-column: 6 / span 2; /* Cover columns 6-7 */
    grid-row: 3 / span 2;    /* Cover rows 3-4 (height: 264px) */
}

/* Sixth image (264px height) */
.grid a:nth-child(6) {
    grid-column: 8 / span 2; /* Cover columns 8-9 */
    grid-row: 3 / span 2;    /* Cover rows 3-4 (height: 264px) */
}
/* ==================== FOOTER ==================== */
.equipe_bg {
    background-image: url(../images/equirebg.jpeg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
}
.gallary__slider_section {
    max-width: 945px;
    margin: 0 auto; /* Center the grid section */
}
.gallary__slider-grid a,
.grid a {
    position: relative;
}
.img_overlay {
    background: #31394556;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.08em;
color: #fff;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
font-family: "Oswald", sans-serif;
transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1); /* Smooth transition */


}
.faq_img_overlay {
    background: #31394556;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 85%;
    left: 0;
    top:0;
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.08em;
color: #fff;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
font-family: "Oswald", sans-serif;
transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);}
.gallary__slider-grid a:hover .img_overlay,
.grid a:hover .img_overlay{
    opacity: 1;
}
.faq-item:hover .faq_img_overlay{
    opacity: 1;
    width: 100%;
    height: 85%;
}
.gallary__slider-grid {
    display: grid;
    grid-gap: 32px; /* Gap between grid items */
    grid-template-columns: 286px 630px; /* Two columns with fixed widths */
    grid-template-rows: repeat(2, auto); /* Two rows */
}

/* First image */
.gallary__slider-grid a:nth-child(1) {
    grid-column: 1 / span 1; /* Occupy the first column */
    grid-row: 1 / span 1;    /* First row */
    width: 286px;
    height: 194px;
}

/* Second image */
.gallary__slider-grid a:nth-child(2) {
    grid-column: 2 / span 1; /* Occupy the second column */
    grid-row: 1 / span 2;    /* Span two rows in height */
    width: 710px;
    height: 420px;
}

/* Third image */
.gallary__slider-grid a:nth-child(3) {
    grid-column: 1 / span 1; /* Occupy the first column */
    grid-row: 2 / span 1;    /* Second row */
    width: 127px;
    height: 194px;
}

/* Fourth image */
.gallary__slider-grid a:nth-child(4) {
    grid-column: 1 / span 1; /* Occupy the second column */
    grid-row: 2 / span 1;    /* Second row */
    width: 127px;
    height: 194px;
    margin-left: 159px; /* Position adjustment */
}
.gallary__slider-grid .img-fluid {
    max-width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}
.faq-thumbnail {
    width: 604px;
    height: 360px;
}
.faq-items {
    /* column-gap:32px; */
    row-gap:40px;
    margin-top:56px;
}
.faq-item h2 {
font-size: 26px;
font-weight: 400;
line-height: 34px;
letter-spacing: 0.04em;
text-transform: capitalize;
margin-top: 24px;
}
.faq-item a,
.faq-item a:hover,
.faq-item a:visited {
    color:#000000;

}
.faq-thumbnail .img-fluid {
width: 100%;
height: -webkit-fill-available;
object-fit: cover;
}
.faq-item {
    position: relative;
    max-width: 604px;
}
footer {
     background: #313945;
    padding: 33px 0;
    max-height: 430px;
}
.footer_bottom {
    margin-top:66px;
}
.footer_bottom p,
.footer_bottom p a,
.footer_bottom a{
    color: #808793;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;

}
.footer-menu,
#menu-footer-menu {
    margin-left: 0;
    padding-left: 0;
}
.footer-menu li a {
    text-transform: uppercase;
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.08em;
color: #fff;
}

.footer-menu li a:hover {
    color: transparent; /* Text becomes transparent to show gradient */
    background-image: linear-gradient(122.41deg, #D4BD82 -4%, #E9DBB9 43.72%, #DAC287 87.35%);
    background-clip: text;
    -webkit-background-clip: text;
}
.menu-item {
    list-style-type: none;
    margin-bottom: 16px;
}

.logo_footer,
.col-second .footer-menu,
.col_third .footer-menu{
    margin-bottom: 77px;
}
.svg-icon path {
    fill: white;
    transition: fill 0.3s ease; /* Add transition for smooth hover effect */
}
.svg-icon {
    margin-right: 11px;
}
/* Hover state: change to gradient fill */
.svg-icon-hover:hover .svg-icon path {
    fill: url(#paint0_linear)!important; 
    cursor: pointer;
	
}

/* Home page */

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; 
	justify-content: center;
    display: flex;
  }
  
.play-button {
    position: absolute;
    top:50%;
    left:50%;
    height:50px;
    width: 55px;
    z-index: 99;
}
  
.video-wrapper video {
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    object-fit: cover;
}




  
  .contact_wrapper {
    position: fixed;
    top: 17%;
    right: 0%;
    background-color: #313945;
    text-align: center;
    z-index: 3;
    width: 50px;
    justify-content: center;
  }
  .phone-desktop {
      height: 50px;
      min-width: 50px;
	  padding:5px;
     
  }

.button_phone,
.button_location {
    height: 50px;
    width: auto;
	min-width
    font-size: 13px!important;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    background-color: #313945;
    color: #fff;
display:flex;
	justify-content:flex-start;
	align-items:center;
    max-width: 50px!important;
    -webkit-transition: max-width 0.5s ease;
    transition: max-width 0.5s ease;
    overflow: hidden;
}


.hide_number {
	min-width: 155px;
	padding-left:10px;
    max-width: 330px;
    opacity: 0; 
    transition: opacity 0.5s ease-in-out;
	transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button_phone img.icon_ff,
.button_location img.icon_ff{
	display:flex;
	margin-left:10px;
}
.button_phone:hover img.icon_ff,
.button_location:hover img.icon_ff{
	display:none;
}
.button_phone:hover img.icon_gold,
.button_location:hover img.icon_gold{
	display:flex!important;
}

.button_location:hover .hide_number,
.button_phone:hover .hide_number {
    opacity: 1; 
	font-size:15px;
}

.button_phone:hover {
	max-width: 200px!important;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	
}
.button_location:hover {
	max-width: 350px!important;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.button_location .hide_number {
	min-width: 250px;
	text-align:left;
	
} 
  /* EQUIPE SECTION */
      

ul#speciality-field {
    margin-left: 15px!important;
    padding: 0!important;
    margin-top: 30px;
    margin-bottom: 0;
}
 .service-info-card .image-container {
    width: 171.2px;
    height: 440px;
    object-fit: cover;
}
.service-info-card:nth-child(1) .image-container{
    width: 300px;
}
.image-container {
    width: 171.2px;
    height: 440px;
    object-fit: cover;
}
.image-container img {
    height: 440px;
    object-fit: cover;
}
.service-info-card {
    cursor: pointer;
}
/* Initial state of the image */
.zoom-image {
    transition: transform 0.5s ease; /* Smooth transition when zooming in */
    width: 100%; /* Ensure the image takes up the full width */
    height: auto;
}
#doctor-info span {
    max-width: 240px;
    margin-top: 30px;
}

.equire_info_container {
    max-width: 420px;
}
.equire_images_container {
    max-width: 1160px;
}
.equire_info_card {
    max-width: 240px;
}
/* Home Page End */

.pc_hide {
    display: none!important;
}
/* Traitements */

#traitements {
    padding: 120px 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/+.svg)!important;
}
.accordion-button::after {
    background-image: url(../images/+.svg)!important;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow:none;
}
.accordion-body {
    position: relative;
    border-top: 1px solid #000;
}
.accordion-item:last-child .accordion-body {
    border-bottom: 1px solid #000;
}
.accordion-item:last-child .accordion-button {
    border-bottom: 1px solid #000;
}
.accordion-body h3,
.accordion-body h2
 {
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.accordion-button {
    border-top: 1px solid #000000;
    padding: 40px 0;
    outline: none;
    text-transform: uppercase;
}
.accordion-item {
    outline: none; 
}
.accordion-button:hover:hover {
    border-color: #000000;
}
.accordion-body span {
    max-width: 240px;
}
.accordion-body .bg {
    margin-left: 0;
    margin-top: 40px;
}
.accordion {
    margin-top: 60px;
}
.accordion-body iframe,
.accordion-body img {
    width: 604px;
    height: 420px;
    object-fit: cover;
    object-position: top;
}

/* Traitements new */
	.card-header h4::after {
    background-image: url(../images/+.svg);
		content:"";
		width:24px;
		height:24px;
		position:absolute;
		right:0;
		top:40px;
		background-repeat: no-repeat;
    background-size: contain;
		
}
	.card-header_right {
		height:112px;
}
	.image-container {
		position:relative;
		bottom:120px;
}
	.card-header h4 {
			position:relative;
}
 .card:last-child{
	border-bottom:1px solid black;
}

	.card-header {
		border:none!important;
		background-color:transparent!important;
		cursor: pointer;
	height:112px;
}
	.card-header h3 {
		width:100%;
		text-align:left;
		text-transform:uppercase;
		margin-bottom:0;
}
	.card {
		border-radius:0!important;
		border-right:none!important;
		border-left:none!important;
		border-top:1px solid black;
		max-height:402px;
	}
.collapsecontent {
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.4s ease-in-out;
}

	.collapsecontent .span {
		max-width:240px;
}
.collapsecontent.open {
  max-height: 400px; 
}




.changez_sourire {
    background-image: url(../images/bgbeige.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.changez_sourire h2 {
    max-width: 500px;
}
.cascliniques-item {
    margin: 0; 
    overflow: hidden;
}
.slider_arrows {
    /* max-width: 392px; */
    margin-top: 20px;
}
.slider_arrow,
.slide-counter {
    max-width: 122px;
    margin-top: 30px;
}
.slider_icon path {
    stroke: #000000; 
    transition: stroke 0.3s ease; 
}
.slider_icon_white path {
    stroke: #fff; 
    transition: stroke 0.3s ease;
}
.slider_iconC path {
    stroke: #fff; 
    transition: stroke 0.3s ease; 
}
.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: #313945CC!important;
}
/* Hover state */
.slider_icon_hover:hover .slider_icon path,
.icon__hover:hover .slider_iconC path,
.slider_icon_hover:hover .slider_icon_white path {
    stroke: url(#paint0_linear_1200_8126); 
    cursor: pointer;
}
.page-template-Cascliniques .cascliniques-posts {
    row-gap: 40px;
}
.category-title {
    padding: 40px 0;
}
.home .cascliniques-slider-wrapper {
    max-width: 392px;
}
.slick-arrow  svg{
cursor: pointer;
}

.category-section {
    padding-top: 100px;  
    margin-top: -100px;  
}
.category-list {
    padding-left: 0;
    margin-left: 0;
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}
.category-list li {
    margin-left: 28px;
    margin-bottom: 0;
font-size: 18px;
font-weight: 300;
line-height: 24px;
font-family: "Oswald", sans-serif;
text-transform: capitalize;
position: relative;

}
.category-list li:hover::before{
    content: '';
    position: absolute;
    top:32px;
    width: 100%;
    height: 3px;
    background-color: #000000;
}
.category-list_title{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Oswald", sans-serif;
    text-transform: capitalize;
}
.category-list li a,
.category-list li a:visited {
color:#000000;
}
.category-list li a:hover {
    font-weight: 400;
}
.category_breadcrumbs {
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}
.cascliniques-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.cascliniques {
    background-image: url(../images/Vector.svg);
    background-position: center right;
    background-repeat: no-repeat;
}
.cascliniques p {
    color:#fff;
}
.cascliniques .button_template_white {
    width: 240px;
}
.cascliniques-slider {
    padding-bottom: 35px;
}

.slick-slide {
    transition: opacity 0.5s ease;
}
.contact_links {
    max-width: 191px;
    height: 50px;
    padding: 13px;
    margin-top: 30px;
}
.first-row h3 {
    max-width: 191px;
}
.item {
    padding-top: 20px;
    position: relative;
}
.item::before {
    position: absolute;
    content: '';
    background: linear-gradient(122.41deg, #D4BD82 -4%, #E9DBB9 43.72%, #DAC287 87.35%);
    width: 14px;
    height: 14px;
    top:0;
    left:11px;
    border-radius: 50px;

}


.dflex {
    display: flex;
    gap: 20px; 
  }
  
  .form-row p {
      display: flex;
      width: 100%;
      margin-bottom: 0;
      justify-content: space-between;
  }

  .dflex .your_name,
  .dflex .your_first_name,
  .dflex .your_email,
  .dflex .your_phone {
    flex: 1; 
  }
  
  /* Full-width textarea */
  .full-width-textarea {
    width: 100%;
    max-width: 100%;
  }
  
  /* Responsive tweaks */
  /* @media (max-width: 768px) {
   
    .dflex {
      flex-direction: column;
    }
  } */
  
/* Euipe Single */
.gradient_bg {
    background: linear-gradient(180deg, #F4F2EE 0%, rgba(244, 242, 238, 0) 100%);
    padding: 33px 0 0 100px;
}
/* .column-1 {
    width: 764px;
    display: flex;
} */
.grid_container {
    grid-template-columns: 764px auto;
}
.column-2 {
    flex-grow: 1; 
   
}
.content_description h2 {
font-size: 26px;
font-weight: 400;
line-height: 34px;
letter-spacing: 0.04em;
text-transform: capitalize;

}
.content_description h3 {
font-size: 24px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0.02em;

}
.content_description p{
text-align: justify;
}
.content_description {
    max-width: 604px;
}
.content_description {
margin-left: 100px;
}
.specialities {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin: 10px 0;
}
.specialities li {
font-size: 18px;
font-weight: 400;
line-height: 26px;

}
.language {
    margin-bottom: 10px;
}
.seperator {
padding: 0 16px;
}
/* Global Header  */
.cases_header {
    max-height: 200px;
    background-color:#F4F2EE;
    min-height: 200px;
 

}
.cases_header_bg_image {
    max-height: 200px;
    background-image: url(../images/Union_herobg.svg);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 54px 0;
    min-height: 200px;
}

.cases_header_bg {
    height: 40px;
    margin-top: 95px;
    display: block;
}

.paralax {
    min-height: 800px;
    background-attachment: fixed; 
    position: relative; 
    background-size: cover;
    z-index: 1;
}
.paralax .paralax_inner{
    background: linear-gradient(270deg, #313945 52.44%, rgba(49, 57, 69, 0) 97.59%);
padding: 35px 0;
}
.paralax_inner_cover {
    max-width: 504px;
    position: relative;
}
.paralax_inner_cover::before {
    content:'';
    position: absolute;
    top:-6px;
    left:-70px;
    background-image: url(../images/“.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 48px;
}



/* Acces */

.contact_info_item span {
    margin-bottom: 40px;
    display: block;
}
.acces_contact h3 a:visited,
.acces_contact h3 a:hover{
color:#333;
}

span svg {
    margin-right: 5px;
}
.acces_contact p {
    margin-bottom: 10px;
}
.working-hours ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.working-hours li {
    margin: 5px 0;
}

.working-hours li .day,
.working-hours li .hours {
    color: rgba(255, 255, 255, 0.366);
}
/* .working-hours li .day {

padding-bottom: 7px;
} */
.working-hours .highlight {
    color: #fff; /* Red color for current day's hours */
}

.working-hours .current-day .day {
    color: #fff; /* Red color for the current day */
   
}
/* .working-hours .hours {
    padding-top: 7px;
} */
.work_item {
    width: 227px;
}

/* Contact */



/* Single Equipe */
.single_content {
    padding-top:80px;
}


.wp-block-list {
    margin-left:0;
    padding-left:20px;
}
.wp-block-list li {
    font-family: Encode Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#333333;

}
.single_content .spacer-right {
   margin-right:150px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}


/* Single Traitement */

 
body .is-layout-flex {
    column-gap: 32px;
    align-items: flex-start;
}
.article {
    padding-top: 40px;
    padding-bottom: 80px;
}

.article p {
    text-align: justify;
    font-family: "Roboto", serif;
}
.article h2,
.article h3,
.article h4{
    margin-bottom: 24px;
    margin-top: 40px;
}
ol.wp-block-list li,
ul.wp-block-list li {
color:#000;
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-bottom: 6px;
font-family: "Roboto", serif;
}

.has-background {
font-size: 24px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0.02em;
text-align: left;
font-family: "Oswald", sans-serif;
position: relative;
}
.has-background::after {
position: absolute;
top: 0;
right: 0;
content: '';
background-image: url(../images/top.svg);
background-repeat: no-repeat;
width: 582px;
height: 85px;

}
.has-background::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/Vectortop.svg);
    background-repeat: no-repeat;
    width: 582px;
    height: 85px;
    
    }
/* Cabinet page */
.doctor-thumbnail{
    object-fit: cover;
    overflow: hidden;
    object-position: top;
}
.doctor-thumbnail img {
    width: 413px;
    height: 420px;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease-in-out;
}
.doctor-item_hover {
    display: flex;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top:0;
    left:0;
    width: 413px;
    height: 420px;
    justify-content: center;
    align-items: center;
}
.doctor-item,
.assistant-item {
    position: relative;
    overflow: hidden;
}
.doctor-item:hover .doctor-item_hover {
    opacity: 1;
}
.doctor-item:hover{
    cursor: pointer;
}
.doctor-item:hover .bg {
    background-color: #313945;
}  
.doctor-item:hover .button_template{
    color: transparent; 
background-image: linear-gradient(122.41deg, #D4BD82 -4%, #E9DBB9 43.72%, #DAC287 87.35%);
background-clip: text;
-webkit-background-clip: text;
background-color: transparent;
z-index: 1;
border-color: #313945;
}
.equire__btn {
    width:286px;
}
.doctor-item:hover  img {
    filter: blur(10px);
    transform: scale(1.1);

}
.gradient_bg h3 {
    margin-bottom: 20px;
}
.assistant-thumbnail {
    width: 310px;
    height: 340px;
    object-position: top;
    object-fit: cover;
    overflow: hidden; /* Ensures the zoomed image doesn't overflow */
    position: relative; /* So that the image stays within bounds */
}

.assistant-thumbnail img {
    width: 100%;
    height: 100%;
    object-position: top;
    object-fit: cover; /* Ensures the image covers the entire thumbnail without distorting */
    transition: transform 0.3s ease-in-out; /* Smooth zoom transition */
}

.assistant-item:hover .assistant-thumbnail img {
    transform: scale(1.1); /* Zoom the image on hover */
}
.assistant-list,
.doctor-list {
    row-gap: 40px;
    margin-top: 40px;
}
.doctor-list {
    margin-bottom: 120px;
}
.doctor-content,
.assistant-content {
    margin-top: 14px;
}
/* Retour Button */
.retour_btn {
    padding: 80px 0;
}
.retour_btn button{
width: 240px;
}
   
.eqire_bigger_img {
    max-width: 424px;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
.eqire_img {
    max-height: 500px;
    max-width: 340px;
    object-fit: cover;
    object-position: center;
    position: relative;
	height:100%;
}
.eqire__img {
	 position: relative;
}
.eqire__img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #eef2f492;
    height: 100%; /* Use 100% to match the parent dimensions */
    width: 100%;
    z-index: 1; /* Overlay on top of image */
}

/* Technologies */
.tech_list p {
    text-align: justify;
}
.list{
    padding-top: 20px;
}
.tech_list {
    padding-top: 80px;
    position: relative;
    overflow: hidden;
}
.tech_list::after {
    position: absolute;
    content: '';
    top: 80px;
    left: 50%;
    width: 100%;
    height: 12.6%;
    background-color: #f4f2ee;
    z-index: -1;
}  
.tech_item {
    padding-bottom: 30px;
}
.tech_item:last-child {
    padding-bottom: 0px;
}

.tech_item video {
    /* max-width: 700px; */
    width: 100%;
}

.traitements__archive .cases_header_bg_image,
.archive__single .cases_header_bg_image{
    background-position: 90%;
} 
/* Archive  */


.archive_posts{
    padding-top: 80px;
    
}

.archive_col {
    gap:24px;
    display: flex;
    flex-direction: column;
}

a.item-link {
font-family: Encode Sans;
font-size: 26px;
font-weight: 400;
line-height: 36px;
text-align: left;

}
.description {
    margin-top: 40px;
}
.archive-item {
    position: relative;
max-height: 320px;
background-color: #F4F2EE;
padding: 0;
max-width: 1028px;
transition: background-color 0.5s ease;
}
.traitements__archive .container {
    max-width: 1030px;
}
.archive-item:hover {
    background-color: #313945;
    cursor: pointer;
    transition: background-color 0.3s;
}
.archive-item:hover h2 {
    color:#fff;

}
.archive-item-info {
    padding-left: 40px!important;
   
}
.archive-item:hover .light_bg {
    background: linear-gradient(122.41deg, #D4BD82 -4%, #E9DBB9 43.72%, #DAC287 87.35%);
    display: block;}
    .archive-item .light_bg:hover span {
        color: #313945;
    }
    .archive-item a:visited,
    .archive-item a {
        color:#000!important;
    }
.archive-item-info h2 {
    margin-bottom: 40px;
    max-width: 329px;
}
.archive-item-info span {
    max-width: 240px;
}

.item-thumbnail img {
    /* height:-webkit-fill-available; */
    max-height: 320px;
    overflow: hidden;
    min-height: 320px;
    height: 320px;
    width: 100%;
    min-width:604px;
    object-fit: cover;
    object-position: center;
}

/* End Archive */

/* Single Traitements */



.archive__single .container {
    max-width: 820px;
}
.faisonsnous-item .zoom-container {
    padding: 10px;
}
.zoom-container {
    overflow: hidden; /* Ensures the image doesn’t go beyond the container’s bounds */
}
.zoom-container:hover .zoom-image,
.faisonsnous-item:hover .zoom-image {
    transform: scale(1.1); /* Adjust scale for zoom effect (1.1 = 10% larger) */
}
.zoom-image {
    transition: transform 0.3s ease; /* Smooth transition for zoom effect */
}
.button_icon {
    margin-left: 10px;
}
.progress-bar-container {
    position: relative;
top: 7px;
left: 0;
width: 100%;
height: 1px;
/* z-index: 9999; */
background-color: transparent;
}
.progress-bar {
/* height: 100%; */
width: 0%; /* Initial state */
height: 2px;
background: linear-gradient(122.41deg, #D4BD82 -4%, #E9DBB9 43.72%, #DAC287 87.35%);
transition: all 0.4s ease;

}
.notreparcours {
position: relative;
}
.wp-block-table td, .wp-block-table th {
    border: none!important;
    padding: .5em;
}
.wp-block-table td, .wp-block-table th {
    border: 0px solid!important;
    padding: .5em;
}
.wp-block-table td {
    width:183px;
    vertical-align: top!important;
}
.wp-block-table td.has-text-align-left {
    width:403px;
}
.mobile__version {
    display: none;
}
@media (min-width: 1800px) and (max-width: 1950px) {
 .equire_images_container {
    max-width: 1163px;
}
}
@media (min-width: 1900px) {
    .inner_container {
        width: 1585px;
    }
    .traitements__archive .cases_header_bg_image,
    .archive__single .cases_header_bg_image {
        background-position: 80%;
    } 
}
@media (min-width: 1960px) {
    
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .equire_info_container {
        max-width: 323px;
    }
    .equire_images_container {
        max-width: 1018px;
    }
    .service-info-card .image-container {
        width: 150px;
        height: 400px;
        object-fit: cover;
    }
    .image-container img {
        height: 400px;
        object-fit: cover;
    }
}
@media (min-width: 1230px) and (max-width: 1400px) {
    .equire_info_container {
        max-width: 383px;
    }
    .equire_images_container {
        max-width: 918px;
    }
    .service-info-card .image-container {
        width: 140px;
        height: 340px;
        object-fit: cover;
    }
    .image-container img {
        height: 333px;
        object-fit: cover;
    }
    .service-info-card:nth-child(1) .image-container {
        width: 281px;
    }
    .grid {
        display: grid;
        grid-gap: 32px;
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: repeat(2, 117px) repeat(2, 117px);
    }
    .grid_container {
        grid-template-columns: 694px auto;
        padding-left: 20px;
    }
    .eqire_bigger_img {
        max-width: 387px;
        max-height: 500px;
        object-fit: cover;
        object-position: center;
    }
    .eqire_img {
        max-height: 500px;
        max-width: 310px;
        object-fit: cover;
        object-position: center;
    }
}
@media (min-width: 1000px) and (max-width: 1230px) {
    #video {
        max-height: 600px;
    }
	.image-container {
    position: relative;
    bottom: 0px;
}
	.single-equipe .fixed_cases_header {
    position: relative;
    top: 0;
    z-index: 0;
}
    .top_video {
        height: 600px;
    }
    .home .cascliniques-slider-wrapper {
        max-width: 378px;
    }
    .grid_container {
        display: flex!important;
    }
    .eqire_img {
        max-height: 350px;
        max-width: 340px;
        object-fit: cover;
        object-position: center;
    }
    .eqire_bigger_img {
        max-width: 424px;
        max-height: 350px;
        object-fit: cover;
        object-position: center;
    }
    .additinal_info {
        display: flex;
        flex-direction: column;
    }
    .additinal_info .col-lg-3 {
        flex: 0 0 auto;
        width: 41%;
    }
    .column-2 {
        margin-top: 20px;
    }
    .grid {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: repeat(2, 95px) repeat(2, 95px);
    }
    .post-type-archive-faq .container {
        padding: 0 23px;
    }
    .faq-item {
        position: relative;
        max-width: 570px;
    }
    .faq-thumbnail {
        width: 570px;
        height: 360px;
    }
    .service-info-card .image-container {
        width: 100%;
        height: 330px;
        object-fit: cover;
    }
    .equire_info_card ul {
        margin-left: 0;
        padding-left: 0;
    }
    .grid_container {
        grid-template-columns: 300px auto;
    }
    .desktop_version {
        display: none;
    }
    .work_item {
        width: 188px;
    }
    .mobile_version {
        display: block;
    }
    .image-container img {
        height: 300px;
        object-fit: cover;
        width: 100%;
        object-position: top;
    }
    footer {
        background: #313945;
        padding: 33px 0;
        max-height: fit-content;
    }
    .footer-menu li a {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0.08em;
        color: #fff;
    }
    input[type="text"] {
        min-width: 320px;
        width: 100%;
    }
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.434);
        border-radius: 0;
        min-width: 250px;
        width: 100%;
        color: #fff;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
    }
    textarea {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.434);
        border-radius: 0;
        width: 100%;
        min-width: 1000px;
        height: 32px;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 26px;
        text-align: justified;
    }

}
@media (min-width: 900px) and (max-width: 1030px){
    .desktop_version {
        display: none;
    }
	.single-equipe .fixed_cases_header {
    position: relative;
    top: 0;
    z-index: 0;
}
	.accordion-header {
    transition: height 0.6s ease, opacity 0.6s ease;
    height: 95px!important;
    overflow: hidden;
}
	 .home h1 {
        font-size: 46px;
        line-height: 56px;
		text-align:center;
    }
    .mobile_version {
        display: block!important;
    }
    .accordion-body iframe, .accordion-body img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .faq-item {
        position: relative;
        max-width: 480px;
    }
    .faq-thumbnail {
        width: 480px;
        height: 360px;
    }
    .post-type-archive-faq .container {
        padding: 0 23px;
    }
    .archive-item {
    max-height: 320px;
    max-width: 990px;
    width: 100%;
    }
    .archive_col {
        align-items: center;
    }
   h1 {
        font-size: 46px;
        line-height: 56px;
		
    }
    .archive-item-info {
        padding-left: 20px!important;
       
    }
    
    .archive-item-info h2 {
        margin-bottom: 40px;
        max-width: 329px;
    }
    .assistant-thumbnail {
        width: 243px;
        height: 260px;
        overflow: hidden;
        position: relative;
    }
    
    .item-thumbnail img {
        /* height:-webkit-fill-available; */
        max-height: 320px;
        overflow: hidden;
        min-height: 320px;
        height: 320px;
        width: 100%;
        min-width:604px;
    }
    .home .cascliniques-slider-wrapper {
        max-width: 302px;
    }
    .assistant-thumbnail img {
        object-position: top;
    }
   
    .doctor-thumbnail img {
        width: 413px;
        height: 300px;
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
        object-position: top;
    }
    .grid_container {
        display: flex!important;
    }
    .eqire_img {
        max-height: 350px;
        max-width: 340px;
        object-fit: cover;
        object-position: center;
    }
    .eqire_bigger_img {
        max-width: 424px;
        max-height: 350px;
        object-fit: cover;
        object-position: center;
    }
    .additinal_info {
        display: flex;
        flex-direction: column;
    }
    .additinal_info .col-lg-3 {
        flex: 0 0 auto;
        width: 41%;
    }
    .column-2 {
        margin-top: 20px;
    }
		.accordion-collapse.show {
    transition: height 0.6s ease;
    height: auto!important;
    overflow: hidden;
}
	.accordion-body .bg {
    margin-left: 0;
    margin-top: 20px;
}
	.doctor-content {
		height:90px;
	}
	ul#speciality-field {
    margin-left: 15px !important;
    padding: 0 !important;
    margin-top: 9px;
    margin-bottom: 0;
}
	.doctor-link .bg{
		width:240px;
}
}
@media (min-width: 700px) and (max-width: 830px){
    .desktop_version {
        display: none;
    }
	.hero_inner h2 {
		text-align:center;
}
	.service-info-card .image-container {
    width: 171.2px;
    height: 340px;
    object-fit: cover;
    object-position: top;
		bottom:0;
}
	.image-container img {
    height: 320px;
    object-fit: cover;
}
	.doctor-content {
		height:90px;
	}
	.footer_bottom_tablet-visibility {
		display:flex!important;
}
	.social_media_tablet-visibility {
		display:none;
}
	.tablet_hide {
		display:none!important;
}
	.logo_footer, .col-second .footer-menu, .col_third .footer-menu {
    margin-bottom: 50px;
}
	.single-equipe .fixed_cases_header {
    position: relative;
    top: 0;
    z-index: 0;
}
	.accordion-collapse.show {
    transition: height 0.6s ease;
    height: auto!important;
    overflow: hidden;
}
	.accordion-body .bg {
    margin-left: 0;
    margin-top: 20px;
}
			.accordion-header {
    transition: height 0.6s ease, opacity 0.6s ease;
    height: 95px!important;
    overflow: hidden;
}
    .mobile__version {
        display: none;
    }
	 .home h1 {
        font-size: 46px;
        line-height: 56px;
		text-align:center;
    }
	h1 {
        font-size: 46px;
        line-height: 56px;
		
    }
    .mobile_version {
        display: block!important;
    }
    .mobile_footer_contact {
        display: none!important;
            }
    h2 {
        font-size: 26px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }
    h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: 0.04em;
    }
    .accordion-body iframe, .accordion-body img {
        width: fit-content;
        height: fit-content;
    }
    .accordion-button {
        padding: 30px 0;
    }
    .accordion-body h3, .accordion-body h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }
    .faq-item {
        position: relative;
        max-width: 100%;
    }
    .faq-thumbnail {
        width: 98%;
        height: 260px;
    }
    .archive-item {
        max-width: 760px;
    }
    .archive_col {
        align-items: center;
    }
    .assistant-thumbnail img {
        object-position: top;
    }
    .assistant-thumbnail {
        width: 210px;
        height: 210px;
    }
    .doctor-thumbnail img {
        width: 413px;
        height: 260px;
        object-fit: cover;
        transition: transform 0.3s ease-in-out;
        object-position: top;
    }
    .item-thumbnail img {
        /* height:-webkit-fill-available; */
        max-height: 320px;
        overflow: hidden;
        min-height: 320px;
        height: 320px;
        width: 100%;
        min-width:354px;
    }
    .top_video {
        height: 500px;
    }
    .hero::after {
        content: '';
        position: absolute;
        right: -39px;
        bottom: 20px;
        background-image: url(../images/Unionwhite.svg);
        background-repeat: no-repeat;
        width: 598.19px;
        height: 403px;
        display: none;
    }
    .cascliniques-slider {
        padding-bottom: 35px;
        flex-direction: column;
        align-items: center;
    }
    .paralax {
        min-height: 500px;
    }
    .acces .row {
        display: flex;
/*         flex-direction: column; */
    }
    .inner_form p {
        display: flex;
        flex-direction: column;
    }
    textarea {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.434);
        border-radius: 0;
        width: 100%;
        min-width: 704px;
    }
    #video {
        max-height: 500px;
    }
    footer {
        max-height: fit-content;
    }
    .grid img,
.grid a {
    width: 100%!important;           /* Full width for each image */
    height: 400px!important;          /* Set a consistent height */
    object-fit: cover;      /* Ensures images fill the area without distortion */
}
.gallery-slide .img-fluid {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}
#gallary {
    margin-top: 40px;
}
.cabinet_wrapper span {
    max-width: 240px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.acces__btn {
    width: 240px;
    margin-bottom: 20px;
}
.grid_container {
    display: flex!important;
}
.eqire_img {
    max-height: 243px;
    max-width: 340px;
    object-fit: cover;
    object-position: center;
}
.eqire_bigger_img {
    max-width: 411px;
    max-height: 260px;
    object-fit: cover;
    object-position: top;
}
	ul#speciality-field {
    margin-left: 15px !important;
    padding: 0 !important;
    margin-top: 9px;
    margin-bottom: 0;
}
.additinal_info {
    display: flex;
    flex-direction: column;
}
.additinal_info .col-lg-3 {
    flex: 0 0 auto;
    width: 41%;
}
.column-2 {
    margin-top: 0px;
}
.column-1 {
    flex-direction: column;
}

.content_description {
    max-width: 438px;
    margin-left: 53px;
}
.gallery--slide .img-fluid {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: top;
}
.gradient_bg {
    margin-top: 20px;
}
.gallary__slider_section {
    padding: 0 15px;
}
/* menu */
.custom-logo-link {
    margin-right: 1px;
    padding: 10px 0;
}
.custom-logo-link img {
    height: 54px;
}
.navbar {
    z-index: 1 !important;
    margin: 1px 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-collapse {
    /* min-height: 100vh; */
    background-color: #fff;
}
.navbar-collapse .show {
   overflow-y:auto;
}
#primary-menu {
    flex-direction: column;
    display: flex;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    align-items: flex-start;
    margin-top: 46px;
}

.menu li {
    margin: 0 0 32px;
    background-color: #fff;
}
.menu li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    
}
.sub-menu li {
    padding: 14px 16px;
    position: relative;
    text-align: left !important;
    background-color: #fff;
}
.sub-menu::before {
    content: '';
    position: absolute;
    left: 0;
    height: -webkit-fill-available;
    width: 100%;
    box-shadow: none;
}

    .menu-item-has-children {
    position:relative;
    width:100%;
}
.sub-menu .menu-item a{
font-size: 16px;
font-weight: 400;
line-height: 24px;

}
	.sub-menu li:hover{
		background-color:transparent;
		color:#000;
	}
.sub-menu {
display: none;
padding-left: 20px; 
transition: max-height 0.3s ease; 
}

/* Show the submenu when active */
.sub-menu.d-block {
display: block;
}
.menu-item-has-children:hover .sub-menu {

position: unset;
left: -16px;
} 

.sub-menu {
    display: none; /* Initially hide the submenu */
}


.menu-item-has-children.active > .sub-menu {
    display: block; /* Show submenu when active */
}
/* Base styles for sub-menu */
.sub-menu {
display: none; /* Hide initially */
padding-left: 20px; /* Optional indentation for submenu items */
transition: max-height 0.3s ease; /* Smooth transition */
}

/* Show the submenu when active */
.sub-menu.d-block {
display: block!important; /* Show submenu when clicked */
}


/* When the menu item has the "active" class, rotate the arrow */
/* Default state for the arrow */
.menu-item-has-children::after {
content: '';
position: absolute;
background-image: url(../images/fi_chevron-downmobilemenu.svg);
top: 6px;
right: 10px;
height: 14px;
width: 34px;
background-position: center;
background-repeat: no-repeat;
transition: transform 0.3s ease; /* Smooth transition */
}

.menu li a:hover {
color: #39332d;
}
.contact_buttons {
    display: flex!important;
    margin-top: 100px;

}
.contact_buttons a {
display: flex;
justify-content: center;
align-items: center;
background-color: #313945;
}
/* Remove the hover effect on mobile and override the desktop hover effect */
.menu-item-has-children:hover::after {
transform: none; /* Prevent hover from rotating the arrow */
}

/* Mobile specific rules for submenu */
.menu-item-has-children.active::after {
transform: rotate(180deg)!important; /* Keep it rotated when active on mobile as well */
}
.menu-item-has-children:hover::after {
transform: rotate(0deg);
}


.mobile_version_btn {
    display: block!important;
} 
.desktop_version {
    display:none!important;
}
	.doctor-link .bg{
		width:95%;
}

}
@media (max-width: 450px) { 
    .btn {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 36px;
    
    }
	.single-equipe .fixed_cases_header {
    position: relative;
    top: 0;
    z-index: 0;
}
	.single-equipe .cases_header_bg {
    height: 40px;
    margin-top: 75px;
    display: block;
}
	.sub-menu li:hover {
    background-color: #ffffff;
    color: #000000;
}
    .mobile_version_btn {
        display: block!important;
    } 
    .wpcf7-submit {
        max-width: 240px;
        font-size: 14px;
        line-height: 18px;
        margin-top: 40px;
    }
    .mobile_version {
        display: block!important;
    } 
    .desktop_version {
        display:none!important;
    }
    .contact_wrapper {
        display: none!important;
    }
/* 	.wp-block-media-text .wp-block-media-text__media {
		margin:30px 0;
} */
	.wp-block-media-text .wp-block-media-text__content {
		padding-top:30px;
		padding-left:0;
		padding-right:0;
}
	.accordion-header {
    transition: height 0.6s ease, opacity 0.6s ease;
    height: 86px;
    overflow: hidden;
}
    h1 {
        font-size: 30px;
        line-height: 40px;
		
    }
	.home h1 {
        font-size: 30px;
        line-height: 40px;
		text-align: center;
    }


	.equire_info_card .button_template {
    min-width: 230px;
}
	ul#speciality-field {
    margin-left: 20px !important;
    padding: 0 !important;
    margin-top: 30px;
    margin-bottom: 0;
}
h2 {
    font-size: 26px;
    line-height: 34px;
}
h3 {
    font-size: 20px;
    line-height: 34px;
}
p {
    font-size: 14px;        /* Reduced from 16px */
    line-height: 22px;      /* Reduced from 24px */
}
.desktop_spacer {
    padding: 80px 0;
}

.retour_btn {
    padding: 60px 0;
}
.hero {
    margin-bottom: 80px;
}
.assistant-thumbnail {
    width: 310px;
    height: 240px;
}
.faisonsnous-item {
    margin-top: 20px;
}
.accordion-body .bg {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.home .cascliniques-slider-wrapper {
    max-width: 345px;
    margin-top: 20px;
}
.paralax_inner_cover {
    max-width: 250px;
}
.paralax_inner_cover h4 {
    font-size: 18px;
    max-width: 300px;
}
.paralax .paralax_inner {
    padding: 35px 15px;
    justify-content: end!important;
}
.paralax_inner_cover::before {
    content: '';
    position: absolute;
    top: -6px;
    left: -60px;
    background-image: url(../images/“.svg);
    background-repeat: no-repeat;
    width: 41px;
    height: 33px;
    background-size: contain;
}
.changez_sourire .secondary_button,
.hero_buttons .secondary_button{
    width: 240px;
}
.inner_buttons {
    display: flex;
    flex-direction: column;
    align-items: centr;
    justify-content: space-between!important;
    height: 104px;
	margin-top:20px;
}
.hero_inner h2 {
    text-align: start;
}
.cabinet_wrapper span {
    max-width: 240px;
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 20px;
}
iframe {
    height: 300px;
    margin-bottom: 20px;
}
.acces__btn {
    margin-bottom: 20px;
}
label {
    font-size: 12px;
    margin-bottom: 15px;
}
.working-hours ul {
margin-top: 0;
}
/* Technology Page*/
.tech_list::after {
    left: 0;
}
.tech_item h2 {
    margin-top: 10px;
}
.doctor-thumbnail img {
    width: 413px;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
    object-position: top;
}
/* Accordion FAQ */
.accordion-body iframe, .accordion-body img {
    width: 100%;
    /* height: -webkit-fill-available; */
    max-height: 100%;
    height: auto;
}
	.accordion-collapse.show {
    transition: height 0.6s ease;
    height: auto!important;
    overflow: hidden;
}
	.accordion-header {
    transition: height 0.6s ease, opacity 0.6s ease;
    height: 84px!important;
    overflow: hidden;
}
.doctor-item:hover  img {
    filter: blur(0px);
    transform: scale(1.1);

}
.doctor-link .button_template,
.doctor-link span {
    width: 240px;
}
.specialities li {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.accordion-body h3, .accordion-body h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.accordion-button {
    padding: 25px 0;
}
.faq-item {
    position: relative;
    max-width: 100%;
}
.faq-thumbnail {
    width: 100%;
    height: 200px;
}
.faq-items {
    row-gap: 25px;
    margin-top: 56px;
}
.archive-item a{
    flex-direction: column;
}
.archive-item {
   
    position: relative;
    max-height: fit-content;
    background-color: #F4F2EE;
    padding: 0;
    max-width: 428px;
    transition: background-color 0.5s ease;
    display: flex;
}
.item-thumbnail img {
    /* height: -webkit-fill-available; */
    max-height: 220px;
    overflow: hidden;
    min-height: 220px;
    height: 220px;
    width: 100%;
    min-width: 364px;
    max-width: 364px;
    object-fit: cover;
    object-position: center;
}
.archive-item-info {
    padding-left: 40px !important;
    padding: 40px;
}
.archive_col {
    gap: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.archive-item-info h2 {
    margin-bottom: 40px;
    max-width: 250px;
}

.row_breadcrumbs {
    margin-top: 12px;
/*     overflow: scroll; */
    max-width: 250px;
}
.breadcrumb-item, .row_breadcrumbs a, .row_breadcrumbs a:visited {
    color: #31394593 !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    padding-right: 12px;
    font-family: "Roboto", serif;
}
.is-horizontal {
    display: flex;
    flex-direction: column;
}
.has-background::after {
    width: 100%;
    height: 85px;
}
.has-background::before {
    width: 100%;
    height: 85px;
}
	
/* .row_breadcrumbs::-webkit-scrollbar {
    height: 3px; 
}

.row_breadcrumbs::-webkit-scrollbar-track {
    background: #e0e0e0; 
}

.row_breadcrumbs::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

	    .row_breadcrumbs {
			 -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #313945 #313945!important;
    }
.row_breadcrumbs::-webkit-scrollbar-thumb:hover {
    background: #555;
} */
.row_breadcrumbs {
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevent items from wrapping */
    max-width: 250px; /* Limit width to show the scroll effect */
    margin-top: 12px;

    -webkit-overflow-scrolling: touch;
}

.row_breadcrumbs {
    scrollbar-width: thin;
    scrollbar-color: #b8b7b8 #b8b7b8;
	position:relative;
  }
	  .row_breadcrumbs::-webkit-scrollbar {
  
		  height:2px;
		   -webkit-appearance: none;
	  -webkit-overflow-scrolling: auto;
  }

  .row_breadcrumbs::-webkit-scrollbar-track {
    background: #b8b7b8;
  }

  .row_breadcrumbs::-webkit-scrollbar-thumb {
    background-color: #b8b7b8;
    border-radius: 0px;
    border: 2px solid #b8b7b8;
  }
/* ===== Scrollbar CSS ===== */
  /* Firefox */
/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #b8b7b8 #b8b7b8;
	   -webkit-appearance: none;
	  -webkit-overflow-scrolling: auto;
  }
   .single-implantologie .row_breadcrumbs::before,
	.single-esthetique .row_breadcrumbs::before,
	.single .row_breadcrumbs::before
	{
        content: '';
        position: absolute;
        left: 12px;
        bottom: 0;
        width: 40px;
        height: 2px;
        background-color: #83878d;
        border-radius: 4px;
        opacity: 0.7;
        pointer-events: none;
    }
  .single-implantologie .row_breadcrumbs::after,
	.single-esthetique .row_breadcrumbs::after,
	.single .row_breadcrumbs::after{
        content: '';
        position: absolute;
        left: 12px;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #e4e2e2;
        border-radius: 4px;
        opacity: 0.7;
        pointer-events: none;
    }


.row_breadcrumbs:hover::after {
    opacity: 1; /* Makes the scrollbar thumb more visible on hover */
}
  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
   -webkit-appearance: none;
	  -webkit-overflow-scrolling: auto;
	  height:2px;
  }

  *::-webkit-scrollbar-track {
    background: #b8b7b8;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #b8b7b8;
    border-radius: 0px;
    border: 2px solid #b8b7b8;
  }
.has-background {
    font-size: 18px!important;
    line-height: 30px;
}
.wp-container-content-2 {
    flex-basis: auto!important;
}
ol.wp-block-list li, ul.wp-block-list li {
    font-size: 14px;
    line-height: 20px;
}
article p,
p {
    font-size: 14px!important;
}
.breadcrumb_last {
    min-width: 100%;
}
/* Home */
.top_video {
    height: 300px;
}
.hero::after {
    display: none;
}
.sound-button, .sound-buttons {
    z-index: 1000 !important;
    bottom: 50px;
    right: 0px;
}
.reviews {
    margin-top: 80px;
    margin-bottom: 80px;
}
#reviews span {
    display: flex;
    align-self: flex-start;
}
.partners_col {
    width: 50%;
    margin-bottom: 20px;
}
.partners {
    margin-bottom: 80px;
}
.cascliniques-slider {
    padding-bottom: 35px;
    flex-direction: column;
    align-items: center;
}
.paralax {
    min-height: 300px;
}
.acces .row {
    display: flex;
    flex-direction: column;
}
.inner_form p {
    display: flex;
    flex-direction: column;
}
input[type="text"] {
    min-width: 320px;
    width: 100%;
}
textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.434);
    border-radius: 0;
    width: 100%;
    min-width: 304px;
}
#video {
    max-height: 400px;
}
footer {
    max-height: fit-content;
}
.logo_footer, .col-second .footer-menu, .col_third .footer-menu {
    margin-bottom: 24px;
}
.image-container img {
    height: 220px;
        object-fit: cover;
        width: 100%;
        object-position: top;

}
.service-info-card .image-container {
    height: 270px;
    object-fit: cover;
    width: 100%;

}
.item {
    padding-top: 0px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}
.progress-bar-container {
    position: absolute;
    top: 135px;
    left: 5px;
    width: 2px;
    height: 80vh;
    background-color: transparent;
}
.progress-bar {
    width: 2px; /* Fixed width */
    height: 0%; /* Initial height for vertical growth */
    transition: height 0.2s ease;
}
.gallery-slide {
    display: block; /* Stack slides vertically */
}

/* .grid {
    display: block; 
}

.grid a {
    width: 100%; 
    display: block;
    margin: 0 auto; 
} */
.grid img,
.grid a {
    width: 100%!important;           /* Full width for each image */
    height: 200px!important;          /* Set a consistent height */
    object-fit: cover;      /* Ensures images fill the area without distortion */
}
.gallery-slide .img-fluid {
    width: 100%;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}
#gallary {
    margin-top: 40px;
}
.custom-logo-link {
    margin-right: 1px;
    padding: 10px 0;
}
.custom-logo-link img {
    height: 54px;
}
.navbar {
    z-index: 1 !important;
    margin: 1px 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-collapse {
    min-height: 100vh;
    background-color: #fff;
}
.navbar-collapse .show {
   overflow-y:auto;
}
#primary-menu {
    flex-direction: column;
    display: flex;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    align-items: flex-start;
    margin-top: 46px;
}

.menu li {
    margin: 0 0 32px;
    background-color: #fff;
}
.menu li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    
}
.sub-menu li {
    padding: 14px 16px;
    position: relative;
    text-align: left !important;
    background-color: #fff;
}
.sub-menu::before {
    content: '';
    position: absolute;
    left: 0;
    height: -webkit-fill-available;
    width: 100%;
    box-shadow: none;
}

    .menu-item-has-children {
    position:relative;
    width:100%;
}
.sub-menu .menu-item a{
font-size: 16px;
font-weight: 400;
line-height: 24px;

}

.sub-menu {
display: none;
padding-left: 20px; 
transition: max-height 0.3s ease; 
}

/* Show the submenu when active */
.sub-menu.d-block {
display: block;
}
.menu-item-has-children:hover .sub-menu {

position: unset;
left: -16px;
} 

.sub-menu {
    display: none; /* Initially hide the submenu */
}


.menu-item-has-children.active > .sub-menu {
    display: block; /* Show submenu when active */
}
/* Base styles for sub-menu */
.sub-menu {
display: none; /* Hide initially */
padding-left: 20px; /* Optional indentation for submenu items */
transition: max-height 0.3s ease; /* Smooth transition */
}

/* Show the submenu when active */
.sub-menu.d-block {
display: block!important; /* Show submenu when clicked */
}


/* When the menu item has the "active" class, rotate the arrow */
/* Default state for the arrow */
.menu-item-has-children::after {
content: '';
position: absolute;
background-image: url(../images/fi_chevron-downmobilemenu.svg);
top: 6px;
right: 10px;
height: 14px;
width: 34px;
background-position: center;
background-repeat: no-repeat;
transition: transform 0.3s ease; /* Smooth transition */
}

.menu li a:hover {
color: #39332d;
}
.contact_buttons {
    display: flex!important;
    margin-top: 100px;

}
.contact_buttons a {
display: flex;
justify-content: center;
align-items: center;
background-color: #313945;
}
/* Remove the hover effect on mobile and override the desktop hover effect */
.menu-item-has-children:hover::after {
transform: none; /* Prevent hover from rotating the arrow */
}

/* Mobile specific rules for submenu */
.menu-item-has-children.active::after {
transform: rotate(180deg)!important; /* Keep it rotated when active on mobile as well */
}
.menu-item-has-children:hover::after {
transform: rotate(0deg);
}
.grid_container {
    display: flex!important;
    flex-direction: column;
}
.eqire_img {
    max-height: 243px;
    max-width: 340px;
    object-fit: cover;
    object-position: top;
}
.eqire_bigger_img {
    max-width: 411px;
    max-height: 243px;
    object-fit: cover;
    object-position: top;
}
.additinal_info {
    display: flex;
    flex-direction: column;
}
.additinal_info .col-lg-3 {
    flex: 0 0 auto;
    width: 41%;
}
.column-2 {
    margin-top: 0px;
}

.content_description {
    max-width: 438px;
    margin-left: 15px;
    margin-right: 15px;
}
.img_overlay {
    display: none;
}
.gallery--slide .img-fluid {
    width: 100%;
    max-width: 100%;
    height: 200px;
    object-fit: contain;
        object-position: top;
  
}
.gallary__slider_section {
    padding: 0 15px;
}
.gradient_bg {
    padding: 20px 0 0 15px;
    margin-top: 20px;
}
.wp-block-table td, .wp-block-table th {
    border: none!important;
    padding: .5em;
}
.wp-block-table td, .wp-block-table th {
    border: 0px solid!important;
    padding: .5em;
}
#column_year {
    flex-basis: 26.33%!important;
}
.cases_header {
    max-height: 175px;
    background-color: #F4F2EE;
    min-height: 175px;
}

.equipe_bg {
    background-image: none;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 50%;
}
.col-md-2.sm_font {
    margin-bottom: 16px;
}
.mobile_hide {
    display: none!important;
    margin-bottom: 16px;
}

.mobile_footer_contact {
    display: flex!important;
    flex-direction: column;
    height: 115px;
    justify-content: space-around;
}
.mobile__version {
    display: block;
}
.cases_header_bg_image {
    max-height: 175px;
    background-image: url(../images/mobilecasehero.svg);
    background-size: auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 54px 0;
    min-height: 175px;
}
.category_breadcrumbs .category-list {
    overflow-x: scroll;
}
.eqire_img {
    max-height: 243px!important;
    max-width: 165px;
    object-fit: cover;
    object-position: center;
    position: relative;
}
	.wp-gr .grw-controls {
    position: absolute !important;
    top: 111% !important;
    width: 21% !important;
    left: 0px !important;
}
	.image-container {
    position: relative;
    bottom: 0px;
	height: 186px;
}
	.collapsecontent.open img {
	height: 100%;
        min-height: 186px;
}
	.card {
    max-height: 100%;
}
		.hero_inner h2 {
		text-align:center;
}
	.card-header_right{
		height:0px;
}
	.card-header h4::after {
    display:none;
}
	.card-header h3{
		position:relative
}
/* 	.card-header h3::after{
		display:none;
} */
.conditional-heading {
    position: relative; /* Ensure parent is positioned */
}

.conditional-heading::after {
    content: '';
    display: none; 
}

.conditional-heading.show-after::after {
    background-image: url('../images/+.svg'); 
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    display: block; 
    right: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

}


  