*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* NAVBAR */

.navbar {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    background-color: rgb(103, 4, 160) !important;
 
   
}

.navbar-brand{
    color: #fff !important;
    font-size: 24px !important;
    font-weight: bold;

}
.navbar-brand:hover{
    color: #000 !important;
}
.nav-link{
    color: #fff !important;
    margin: 20px;
    font-size: 18px !important;
    font-weight: bold !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar-toggler{
    background-color: #fff !important;
    border: none !important;
}

.nav-link:hover {
    background-color: rgb(0, 0, 0);
    border-radius: 25px;

}
@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
        width: 100%;
    }
}
.dropdown-menu{
    background-color: rgb(103, 4, 160) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    text-align: justify;
    
    
}
.dropdown-item{
    color: #fff !important;
    font-weight: 600 !important;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.dropdown-item:hover{
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 25px;
}

/* NAVBAR END */


#ab{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
#ab h2{
    font-size: 40px;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    margin-top: 5rem;
}
#ab p{
    text-align: justify;
    line-height: 40px;
}
#ab img{
    margin-top: 5rem;
    
}


#mot {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 50px 0; 
}

#mot .col-lg-4,
#mot .col-md-4,
#mot .col-sm-6,
#mot .col-12 {
    text-align: center;
}

#mot h4 {
    margin-top: 1rem; 
}

#mot img {
    width: 80px;
    height: auto;
}
#mot p{
    text-align: justify;
    line-height: 38px;
}






































#footer {
    background-color: #000000;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
  }
  
  #footer .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  #footer .service-links,
  #footer .contact-info,
  #footer .legal-links {
    flex: 1;
    margin: 10px;
  }
  
  #footer .service-links ul,
  #footer .legal-links ul {
    list-style-type: none;
    padding: 0;
  }
  
  #footer .service-links ul li,
  #footer .legal-links ul li {
    margin-bottom: 10px;
  }
  
  #footer .service-links ul li a,
  #footer .legal-links ul li a {
    color: #ffffff;
    text-decoration: none;
  }
  
  #footer .service-links ul li a:hover,
  #footer .legal-links ul li a:hover {
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    #footer .footer-container {
      flex-direction: column;
    }
  
    #footer .service-links,
    #footer .contact-info,
    #footer .legal-links {
      margin: 10px 0;
    }
  }
  