.page-wrap {
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
 }

/*
// GENERAL CSS ////////////////////////////////////////////
*/


body{
    min-height: 500px;
}

a  {
    color: black;
}

a:hover {
    color: black;
    text-decoration: none;
}

a.btnDark:hover {
    color: gainsboro;
    text-decoration: none;
}


p {
    z-index: 10;
}

section.bg_light {
    position: relative;
    height: 100vh;
    bottom: 0;
    width: 50vw;
    padding-top: 40vh;
    text-align: center;
    background: #fdfbf5; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #fdfbf5 0%, #f2efed 83%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #fdfbf5 0%,#f2efed 83%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #fdfbf5 0%,##f2efed 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbf5', endColorstr='#eee5dd',GradientType=1 ); 
}

.anchor{
  display: block;
  height: 95px; /*same height as header*/
  margin-top: -95px; /*same height as header*/
  visibility: hidden;
}


.lang > .dropdown-toggle::after {
    visibility: hidden;
}

.page {
    
    margin-left: 5vw;
    margin-right: 5vw;
    padding-bottom: 5vw;
    max-width: 1200px;
}
.page2 {

    margin-left: 5vw;
    margin-right: 5vw;
    padding-bottom: 5vw;
	max-width: 575px;
}
.row {
    margin-left: 0;
    margin-right: 0;
}

.carousel-indicators {
   bottom: -5vw !important;
}

.carousel-indicators li {
   background-color: rgba(0,0,0,.2);
    
}
    
.carousel-indicators .active {
    background-color: rgba(0,0,0,.4);
    
}
        
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23726D6B' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23726D6B' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.spacer {
    height: 20px;
}

.con {

	max-width: 1200px;
	margin: auto;
}
/*
// Navbar -------------------------------------------------
*/

.navbar { font-size: 1.1rem; }

.navbar-nav {
    margin: auto; 
    text-align: center;
   
}

.nav-link{
    margin-left: 0px;
	display: block;
    padding: .5rem .5rem;
	
}

.navbar-brand {
    margin: 0;
}

.dropdown-submenu{ position: relative; }
.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}
.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*
// Sponsors -------------------------------------------------
*/

.cont_sponsor{
    position:relative;
    left: 0;
    right: 0;
    bottom: -7vw;
}
    
.img_sponsor {
    min-width: 280px !important;
    width: 30vw !important;
    padding: 2vw !important;
    padding-bottom: 5vw !important;
}


.legal {
    margin-left: 5vw;
    margin-right: 5vw;
    margin-bottom: 2vw;
    text-align: center;    
}

.row > .col-md {
    padding-left: 0 !important;
padding-right: 0 !important;
}

.legal > a {
    color: gray;
}

.legal > hr {
   margin-bottom: 1vw;
}

.dropdown-menu.langselect {
    /* left: -40px; */ 
}

/*
// Main Page -------------------------------------------------
*/

.page.main {
    padding-left: 0vw !important;
    padding-right: 0vw !important;
    font-size: 1rem;
    margin-bottom: 0 !important;
}




.img_main {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;

}

.img_main.electrode_wave {
    width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

.img_main.experiment {
    margin-left: 20%;
    margin-right: 0%;
    border: solid 1px gray;
    border-radius: 2px;
    box-shadow: -5px 3px 15px #dfcdbd;
}

.img_main.amp {
    width: 90%;
    margin-left: 5%;
}

video {
    border-radius: 2px;
    box-shadow: 0px 0px 5px #888888;
    margin-left: 5% !important;
    margin-right: 5% !important;
    width: 90% !important;
}
       
h1 {
    font-size: 2em;
    padding-top: 20px;
    padding-bottom: 20px;
}


    
h2 {
    font-size: 1.3em;
    padding-bottom: 5vw;
}
    
h1.first {
    padding-top: 120px !important;
}

.main_img {
    width: 100% !important;
}

.main_text {
    font-size: 1em;
    text-align: justify;
}

.steps > .d-flex {
    min-height: 300px;
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: -40px;
}
  
.cont_sponsor{
    text-align: center;
    position:relative;
    left: 0;
    right: 0;
    bottom: -2vw;
    padding-bottom: 30px; 
}
      
.bg_main {
    margin-top: 0px;
    z-index: -1;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #fdfbf5 0%, #ffffff 83%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #fdfbf5 0%,#ffffff 83%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #fdfbf5 0%,#ffffff 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbf5', endColorstr='#eee5dd',GradientType=1 ); 
    background-size: 100vw 100%;
    background-repeat: no-repeat;
    margin-bottom: 0px; 
    overflow: hidden;
}

.bg_main.dark {
    margin-top: 66px;
    z-index: -1;
    background: #343a40; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #343a40 0%, #25292d 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #343a40 0%,#25292d 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #343a40 0%,#25292d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#25292d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-size: 100vw 100%;
    background-repeat: no-repeat;
    margin-bottom: 0px; 
    overflow: hidden;
}

.bg-mycolor1{
	background-color: #ffffff;
}

.bg-mycolor2{
	background-color: #f3edf8;
}

.bg-mycolor3{
	background-color: #7F6800;
}

.bg-mycolor4{
	background-color: #012;
}

.bg-mycolor5{
	background-color: #401A06;
}
.bg-mycolor6{
	background-color: #bebecc;
}



/*
// Team -------------------------------------------------
*/
h1.firstt {
    padding-top: 60px !important;
}
.page.team {
    padding-bottom: 0 !important;
}
.page2.team {
    padding-bottom: 0 !important;
}

.row.team {
    min-height: 600px;
}

p.team {
    padding-bottom: 0;
}

.img_team {
    width: 100%;
    height: 100%;
    z-index: 1;
	padding-left: 15%;
	padding-right: 15%;
}


.text_team {
    padding-top:50px;
	z-index: 10;
    font-size: 1rem;
    text-align: justify;
}
.text_tools {
    padding-top:50px;
	z-index: 10;
    font-size: 1rem;
}

.text_team.right {
}

.text_team.right > h1 {
    text-align: right;
}

.separator_dark {    
    background: #f3edf8;
    width: 100%;
    height: 10px;  
}

.separator_legal {    
    position: relative;
    left: 0;
    background: #343A40;
    width: 100%;
    height: 1vw;  
}

/*
// Projects -------------------------------------------------
*/

h3 {
    font-size: 1em;
}

.projectInfo {
    justify-content: center;
    margin-left: 1.5vw !important; 
    margin-right: 1.5vw !important;
    margin-top: 3vw;
}

.abci {
    display: none;
    
}

.ebci {
    display: none;
    
}

.bcihome {
    display: none;
    
}

.m3s {
    display: none;
    
}

.img_projects {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    border: solid 1px gray;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #888888;
}

/*
// Tools -------------------------------------------------
*/
.p11 {
  border-style: solid;
  border-color: #f3edf8;
  border-width: 0px 2px 2px 0px;
}
.p12 {
  border-style: solid;
  border-color: #f3edf8;
  border-width: 0px 2px 2px 0px;
}
.p13 {
  border-style: solid;
  border-color: #f3edf8;
  border-width: 0px 0px 2px 0px;
}
.p21 {
  border-style: solid;
  border-color: #f3edf8;
  border-width: 0px 2px 0px 0px;
}
.p22 {
  border-style: solid;
  border-color: #f3edf8;
  border-width: 0px 2px 0px 0px;
}
.p23 {
  border-style: solid;
  border-color: #f3edf8;
  border-width: 0px 0px 0px 0px;
}
h4.tools {
	margin-left:23%;
}

/*
// Publications -------------------------------------------------
*/

.pubsubpr {
    width:166px;
	padding-left:5px;
}

.pubsubsec {
	padding-top:32px;
	width:50px;
}

.abstract_cont {
    text-align: justify;
}

section.dark {
    width: 100%;
    height: 100%;
    background: #f3edf8; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #f3edf8 0%, #e9e0f0 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #f3edf8 0%,#e9e0f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #e9e0f0 0%,#f3edf8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3edf8', endColorstr='#e9e0f0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #343a40;
    border-bottom: solid 1px #eee5de;
}

section.light {
    width: 100%;
    height: 100%;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #fdfbf5 0%, #ffffff 83%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #fdfbf5 0%,#ffffff 83%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #fdfbf5 0%,#ffffff 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfbf5', endColorstr='#eee5dd',GradientType=1 ); 
    color: black;
    /* border-bottom: solid 1px #eee5de; */
}

.publication {
    padding-bottom: 10px;
    margin-left: 5vw;
    margin-right: 5vw; 
    max-width: 1200px;
	border-bottom: solid 1px #eee5de;
}

.publication.first {
    margin-top: 0px;
}

.publication > ul > li > h2 {
    padding-bottom: 10px;
}

.publication > ul > li {
    padding-right: 40px;
	list-style: none;
}

.publication > h1 {
    padding-left: 0px;
    padding-top: 20px;
    margin-bottom:  -10px;
}

.publicationBtn {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
}

.publicationBtn:focus {
    opacity: 0.3;
    outline: 0;
}

.publicationBtn:hover {
    opacity: 0.3;
}

.btnDark {
    color: #343a40;
}

.btnDark:focus {
    color: lightgray;
}

/*
// Contact -------------------------------------------------
*/

.contact {
    min-height: calc(100vh - 66px);
    min-height: -moz-calc(100vh - 66px);
    min-height: -webkit-calc(100vh - 66px);
 }

.map {
    height: calc(100vh - 66px);
    height: -moz-calc(100vh - 66px);
    height: -webkit-calc(100vh - 66px);
    border-left: solid 1px #212529;
    min-height: 414px !important;
	padding-top: 0;
	margin-right: 
}

.mymap {
	width:100%;
    margin:auto;
	
}

/*
// CSS FOR TABLETS ANY ORIENTATION ////////////////////////////////////////////
*/
@media (max-width: 900px) {
	
.navbar {
	margin-left: 5vw;
	margin-right: 5vw;
	
}
	
.con {
	margin-left: 5vw;
	margin-right: 5vw;
}
	
}
	

@media (device-width: 768px) {
       
 .img_sponsor {
    min-width: 100px !important;
    width: 30vw !important;
    padding: 2vw !important;
    padding-bottom: 5vw !important;
}

 
    
}


/*
// CSS FOR SMALL SCREENS AND TABLETS PORTRAIT ////////////////////////////////////////////
*/

@media (max-width: 768px) {
/*
// Main Page -------------------------------------------------
*/ 
    
/*
// Team -------------------------------------------------
*/
    

    
/*
// Projects -------------------------------------------------
*/
    
    
/*
// Publications  -------------------------------------------------
*/
    
.projectInfo {
    margin-top: 7vw;
}
        
/*
// Contact -------------------------------------------------
*/
    
.map { 
    border-left: solid 0px #212529;
    border-top: solid 1px #212529;        
    margin-top: 5vw;    
    }

.contact > .col-md {        
    flex-basis: auto !important;
    }
}


/*
// CSS FOR SMALL SCREENS ///////////////////////////
*/

@media (max-width: 767.8px) {

.row.team {
    height: auto;
}

.img_team {
    width: 100%;
}

.img_team.right {
    left: auto;
}

.img_team.left {
    left: auto;
}

/*.text_team {
    font-size: 1em;
    text-align: justify;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 3vw;
}*/
    
    

.text_team.right {
    left: auto;
}

.text_team > h1 {
    text-align: center !important;
}

.justify-content-start.main {
        justify-content: center !important;
    }
    
.justify-content-end.main {
        justify-content: center !important;
    }
    
.page.main {
    font-size: 1em;    
}

} 

/*
// SM-devices ///////////
*/

@media (max-width: 576px) {

.img_main.experiment {
    margin-left: 10%;
}

h4.tools {
	margin-left:0;
	text-align: center

}

@media (max-width: 991px) {
    .img_team {
    width: 100%;
}

.img_team.right {
    left: auto;
}

.img_team.left {
    left: auto;
}
    
    p.team {
        padding-bottom: 0;
    }

}


/*
// CSS FOR SMALL TABLETS & LANDSCAPE SMARTPHONES ////////////////////////////////////////////
*/

@media (max-device-width: 767.9px) {

/*.fixed-top {
    position: absolute;
}    */

.img_sponsor {
    width: 40vw !important;    
}

    
/*
// Main Page -------------------------------------------------
*/

   h1.first {
    padding-top: 120px !important;
}
     
        
/*
// Team -------------------------------------------------
*/
    
.row.team {
    height: auto;
}

.img_team {
    width: 100%;
}

.img_team.right {
    left: auto;
}

.img_team.left {
    left: auto;
}

.text_team {
    font-size: 1em;
    text-align: justify;
    margin-left: 0vw;
    margin-right: 0vw;
    margin-top: 3vw;
}

.text_team.right {
    left: auto;
}

.text_team > h1 {
    text-align: center !important;
    margin-bottom: 3vw;
}
    
.text_team.first {
    margin-top: -2vw;
}

.separator_dark {    
    position: absolute;
    left: 0;
    background: #f3edf8;
    width: 100%;
    height: 2vw;  
}
    
/*
// Projects -------------------------------------------------
*/
    
.projectInfo {
    margin-top: 5vw;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
    



/*
// Publications  -------------------------------------------------
*/
    
.publication {
    padding-left: 0;
    padding-right: 0;    
}

.publication > h1 {
    padding-left: 25px;
    padding-top: 40px;
    margin-bottom:  -10px;
}

.publication > ul > li {
    padding-right: 30px;

}
    
.publication > ul {
    padding-left: 30px;
}

.anchor{
  display: block;
  height: 25px; /*same height as header*/
  margin-top: -25px; /*same height as header*/
  visibility: hidden;
}

/*
// Contact -------------------------------------------------
*/
    
.mymap{
	
	
	
}

/*
// CSS FOR SMARTPHONES ////////////////////////////////////////////
*/

@media (max-width: 425px) {
      
.navbar	{
	max-width:100%;
	margin:auto
}

.con	{
	max-width:100%;
	margin:auto
}
	  
.fixed-top {
    position: fixed;
}
    
.contact {
    padding-top: 5vw;
}
    
/*
// Main Page -------------------------------------------------
*/
    
h1 {
    font-size: 1.5em;
}
    

h2 {
    font-size: 1em;
}
    

   
    
.steps > .d-flex {
    min-height: 200px;
    padding-left: 15vw;
    padding-right: 15vw;
}

.img_sponsor {
    width: 60vw !important;
    padding-bottom: 10vw !important;
}
  
/*
// Team -------------------------------------------------
*/
    
.text_team {
    margin-top: 7vw;
}
        
.text_team > h1 {
    margin-bottom: 7vw;
}
    
.img_team {
    width: 100%;
}
    
.text_team > h1 {
    margin-bottom: 0vw;
}
    
.text_team.first {
    margin-top: 0vw;
}
    
/*
// Projects -------------------------------------------------
*/
    
.projects {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 0;
}    
    
/*
// Tools  -------------------------------------------------
*/

.text_tools {
    margin-top: 7vw;
}
        
.text_tools > h1 {
    margin-bottom: 7vw;
}
    
.img_tools {
    width: 100%;
}
    
.text_tools > h1 {
    margin-bottom: 0vw;
}
    
.text_tools.first {
    margin-top: 0vw;
}
    


/*
// Publications  -------------------------------------------------
*/
       
.pubsubpr {
    width:120px;
}
       
.pubsubsec {
    padding-top: 25px;
	width:42px;
}
       
.publication {
    padding-left: 0;
    padding-right: 0;
}

.publication > h1 {
    padding-left: 25px;
    padding-top: 8vw;
    margin-bottom:  -10px;
}

.publication > ul > li {
    padding-right: 30px;
}

.publication > ul {
    padding-left: 30px;
}
    
.anchor{
  display: block;
  height: 95px; /*same height as header*/
  margin-top: -95px; /*same height as header*/
  visibility: hidden;
}

/*
// Contact -------------------------------------------------
*/      
.mymap{
	position: absolute;
    left: 0;
    width: 100%;
}

	
}


@media (min-width: 1400px) {

    p {
        background-color: ;
    }
    
}


/* Layout Stability & Mobile Text Alignment Enhancements */
html {
    scrollbar-gutter: stable;
    overflow-y: scroll;
}

.modern-nav .lang {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    font-size: 1.05rem !important;
    color: #555555 !important;
    font-weight: 500 !important;
}

.modern-nav .lang a {
    color: #6c757d !important;
    text-decoration: none !important;
    transition: color 0.25s !important;
}

.modern-nav .lang a:hover {
    color: #2d2a5e !important;
}

.modern-nav .lang .lang-active {
    color: #2d2a5e !important;
    font-weight: 700 !important;
}

@media (max-width: 767.98px) {
    p, .team, .bento-card p, .text_team p {
        text-align: left !important;
    }
}


/* Modern Navbar Global Styles */
/* Floating Scroll-to-Top Circle Button */
.scroll-to-top {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #2d2a5e !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 8px 25px rgba(45, 42, 94, 0.35) !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px) scale(0.85) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.scroll-to-top.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
}

.scroll-to-top:hover {
    background: #1f1d42 !important;
    color: #ffffff !important;
    transform: translateY(-4px) scale(1.08) !important;
    box-shadow: 0 12px 30px rgba(45, 42, 94, 0.5) !important;
}


        /* Standardized Glassmorphism Navigation Bar - Zero Jump Guaranteed */
        
        /* Standardized Glassmorphism Navigation Bar */
        
        /* Standardized Glassmorphism Navigation Bar */
        .modern-nav {
            background: rgba(255, 255, 255, 0.92) !important;
            backdrop-filter: blur(12px) !important;
            -webkit-backdrop-filter: blur(12px) !important;
            border-radius: 0 0 20px 20px !important;
            margin: 0 auto !important;
            left: 0 !important;
            right: 0 !important;
            width: 100% !important;
            max-width: 1200px !important;
            box-shadow: 0 8px 32px rgba(45, 42, 94, 0.08) !important;
            border: 1px solid rgba(255, 255, 255, 0.6) !important;
            border-top: none !important;
            padding: 10px 25px !important;
            transition: all 0.3s ease !important;
        }
        .modern-nav .navbar-brand {
            margin-right: 1.5rem !important;
        }
        .modern-nav .navbar-brand img { 
            transition: transform 0.3s !important; 
            width: 90px !important;
        }
        .modern-nav .navbar-brand:hover img { 
            transform: scale(1.05) !important; 
        }
        .modern-nav .navbar-nav {
            margin-right: auto !important;
        }
        .modern-nav .nav-link { 
            font-size: 1.1rem !important; 
            color: #555555 !important; 
            font-weight: 500 !important;
            transition: color 0.25s, font-weight 0.25s !important;
        }
        

        .modern-nav .nav-link:hover {
            color: #2d2a5e !important;
        }
        .modern-nav .nav-link.active,
        .modern-nav .dropdown-toggle.active,
        .modern-nav a.nav-link.active,
        .modern-nav a.dropdown-toggle.active,
        .modern-nav .show > .nav-link,
        .modern-nav .show > .dropdown-toggle { 
            color: #2d2a5e !important; 
            font-weight: 700 !important;
        }
        .modern-nav .lang, .modern-nav .lang a { 
            font-size: 1.1rem !important; 
            color: #555555 !important; 
            font-weight: 500 !important;
        }
        .modern-nav .lang a:hover {
            color: #2d2a5e !important;
        }
        .modern-nav .dropdown-item { 
            font-size: 1.05rem !important; 
            color: #333333 !important; 
        }

        /* --- Modern Scroll to Top Button Styling --- */
        .scroll-to-top {
            position: fixed !important;
            bottom: 30px !important;
            right: 30px !important;
            width: 45px !important;
            height: 45px !important;
            background-color: #2d2a5e !important;
            color: white !important;
            border: none !important;
            border-radius: 50% !important;
            box-shadow: 0 4px 15px rgba(45, 42, 94, 0.3) !important;
            cursor: pointer !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            opacity: 0 !important;
            visibility: hidden !important;
            transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s !important;
            z-index: 1050 !important;
            transform: translateY(20px) !important;
        }

        .scroll-to-top.show {
            opacity: 1 !important;
            visibility: visible !important;
            transform: translateY(0) !important;
        }

        .scroll-to-top:hover {
            background-color: #1e1b40 !important;
            transform: translateY(-3px) !important;
            box-shadow: 0 6px 20px rgba(45, 42, 94, 0.4) !important;
            color: white !important;
        }


p {
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
}
