
* {
    box-sizing: border-box;
}




#customers {
   font-family: 'Exo 2', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td{
    border: 0px solid #ddd;
    padding: 0px;
}

#customers tr:nth-child(even){ background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}


body {
  width: 90%;
    padding: 10px;
    background: white;
     margin: auto;
}

.header {
    background-color: rgba(255, 255, 255, 0.8); /* Fundal semitransparent alb */
    padding: 20px; /* Spațiu interior pentru un text bine încadrat */
    width: 100%; /* Lățime completă */
    height: auto; /* Înălțime automată pentru a permite ajustarea în funcție de conținut */
    text-align: center; /* Text centrat */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Umbră subtilă pentru a da profunzime */
    font-family: 'Arial', sans-serif; /* Font modern și lizibil */
    color: #333; /* Text gri închis pentru contrast */
}


/* Add a card effect for articles */
.card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}


.row::after {
    content: " ";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 0 px;
 
}
html {
   font-size:0.9em;
font-family: 'Exo 2', sans-serif;
}

h1 {font-size:2vw;
    color: #001E80;
}
h2 {font-size:1.2vw;
    color: #001E80;
   text-align: center;
}


h3 {font-size:1vw;
    color: #ffffff;
}
p {
    text-indent: 20px;
    text-align: justify;
    
    color: #001E80;
line-height: 1.4;
font-size:0.9em;
font-family: 'Exo 2', sans-serif;
}
div.pp {
    border: 0px ;
    padding: 8px;
}
div.ppp
{margin-right:5px;
background-image: url('images/white_facebook.png');
width: 18px;
height: 16px;
margin:auto;
background-repeat: no-repeat;
background-position: center center;
background-color: #1CC3FF;
border: solid 1px #1CC3FF;
opacity:1;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
transition: opacity 0.3s ease;
}
a {
    text-decoration: none;
    color: #008CBA;
}


/* Containerul slideshow */
.slideshow-container {
    position: relative;
    width: 100%;
    max-width: 2000px;
    margin: auto;
    overflow: hidden;
}

/* Imaginile */
.slide-image {
    width: 100%;
    border-radius: 10px;
}

/* Textul asociat fiecărui slide */
.slide-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px; /* Dimensiune mai mică pentru text */
    font-family: 'Arial', sans-serif;
    color: #ffffff;
   
 background-color: rgba(255, 255, 255, 0.8); /* Fundal semitransparent alb */
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}

/* Ascunde toate slide-urile în mod implicit */
.slide {
    display: none;
}

/* Efect de tranziție pentru schimbarea slide-urilor */
.fade {
    animation: fadeEffect 1.5s ease-in-out;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}









.box {
    background-color: #f9f9f9; /* Fundal deschis */
    border: 1px solid #ddd; /* Bordură subtilă */
    border-radius: 8px; /* Colțuri rotunjite */
    padding: 20px; /* Spațiu interior */
    margin: 20px 0; /* Spațiu exterior între box-uri */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Umbră subtilă */
}

.box h2 {
    font-size: 20px; /* Dimensiune mai mare pentru titlu */
    color: #001E80; /* Albastru închis pentru titlu */
    margin-bottom: 15px; /* Spațiu sub titlu */
    text-align: center; /* Centrează textul */
    font-weight: bold; /* Face textul mai proeminent */
    text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.1); /* Umbră ușoară pentru text */
}

.box ul {
    list-style-type: disc; /* Marcatori pentru listă */
    padding-left: 20px; /* Spațiere față de marginea box-ului */
    line-height: 1.2; /* Spațiere între linii */
}

.box ul li {
    font-size: 14px; /* Dimensiune mai mică pentru textul listei */
    color: #001E80; /* Gri închis pentru text */
    margin-bottom: 10px; /* Spațiu între elementele listei */
}

.box ul li::marker {
    color: #001E80; /* Albastru închis pentru marcatori */
    font-size: 18px; /* Marcatori mai mari */
}





.menu1 {
   
    margin: 0;
    padding: 0;

}

.menu1  a {
    padding: 5px;
    display: block;
    margin-bottom: 5px;
    background-color: white;
    color: #001E80;
    padding: 8px 20px;
    text-align: left;
    
    box-shadow: 0 1px 3px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.24);
    text-shadow: 0.5px 0.5px 1px #001E80;
    list-style-type: none;
}

.menu1 a:hover {
    background-color: #d65104;
    color: white;
  
    
 
}
.aside {
    background-color: #001E80;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    
}



.menu {
    background-color:#001E80;
    margin: 0;
    padding: 15px 0; /* Crește spațiul intern pentru a face meniul mai înalt */
    width: 100%;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    overflow: hidden;
    text-shadow: 0.5px 0.5px 2px #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Opțional: un efect de umbră pentru meniul sticky */
}





.menu a {
    background-color: #001E80;
    float: left;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    color: #ffffff;
   
    text-shadow: 0.5px 0.5px 2px #000000;
}

.menu a:hover {
    background-color:#d65104 ;
    color: white;
   
   
 }


.menu .active {
    background-color: #d65104;
    color: white;
    font-weight:bold;
  }


.menu .icon {
  display: none;
}




/* For desktop: */

.col-3 {width: 18%;}
.col-5 {width: 22%;}
.col-4 {width: 60%;}

@media only screen and (max-width: 900px) {
    /* For mobile phones: */
    [class*="col-3"] {
        width: 30%;
        float: left;
     }         
}

@media only screen and (max-width: 900px) {
    /* For mobile phones: */
    [class*="col-4"] {
        width: 70%;
       float: left;
    }         
}
@media only screen and (max-width: 900px) {
    /* For mobile phones: */
    [class*="col-5"] {
        width: 100%;
         float: left; 
    }         
}




@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    [class*="col-3"] {
        width: 40%;
        float: left;
     }         
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    [class*="col-4"] {
        width: 60%;
       float: left;
    }         
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    [class*="col-5"] {
        width: 100%;
        float: left;
    }         
}

@media only screen and (max-width: 600px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
     }         
}




@media only screen and (max-width: 600px) {
    /* For mobile phones: */
   .header  {
        float: left;
        width: 100%;
 height: 75px;
    }      
}

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #fff;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive1 {
    padding: 0 6px;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .responsive1 {
        width: 49.99999%;
        margin: 6px 0;
    }
}
@media only screen and (max-width: 900px) {
    .responsive1 {
        width: 49.99999%;
        margin: 6px 0;
    }
}
.footer {
    background-color: #001E80;
    color: #ffffff;
    text-align: center;
    font-size:0.9em;
font-family: 'Exo 2', sans-serif;
   
}


.footer .ft1{
	 background-color: #001E80;
    color: #ffffff;
	width:50%;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	text-align:center;
float:left;
}


.footer .ft3{ background-color: #001E80;
 
    color: #ffffff;
	width:50%;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	text-align:center;
float:left;
}
.footer .footertitle{
	font-size:1em;
font-family: 'Exo 2', sans-serif;
margin-bottom:5px;
text-align:center;
 background-color: #001E80;
    color: #ffffff;
}
.footer .inf{
	font-size:1em;
font-family: 'Exo 2', sans-serif;
padding-bottom:5px;
text-align:center;
 background-color: #001E80;
    color: #ffffff;
}
.footer .inf .bold{
	
	font-weight:bold;
}
.footer .footericons .footericon{
	display:inline-block;
	

}
 


.footer .footericons .footericon .icon1{
margin-right:5px;
background-image: url('images/white_facebook.png');
width: 28px;
height: 25px;
background-repeat: no-repeat;
background-position: center center;
background-color: #1CC3FF;
border: solid 1px #1CC3FF;
opacity:1;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
transition: opacity 0.3s ease;
}
.footer .footericons .footericon .icon2{
margin-left:5px;
background-image: url('images/emaail.png');
width: 28px;
height: 25px;
background-repeat: no-repeat;
background-position: center center;
background-color: #1CC3FF;
border: solid 1px #1DC3FF;
opacity:1;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
transition: opacity 0.3s ease;
}
.footer .footericons .footericon .icon1:hover{
opacity:0.8;
}
.footer .footericons .footericon .icon2:hover{
opacity:0.8;
}
.freespace {

	margin-bottom:5px;
}
.clearfix {
	clear: both;
}


.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
align: center;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #d65104;
    margin: auto;
}



.pagination a:hover {background-color: #ddd;}


.responsive {
    padding: 0 6px;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .responsive {
        width: 100%;
        margin: 6px 0;
    }
}




@media screen and (max-width: 600px) {
  .menu a:not(:first-child) {display: none;}
  .menu a.icon {
    float: right;
    display: block;

  }
}

@media screen and (max-width: 600px) {
  .menu.responsive .icon {
    position: absolute;
      right: 0;
    top:0;

  }

  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;

  }

}




.contact-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #001E80;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.contact-form button {
    background-color: #001E80;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.contact-form button:hover {
    background-color: #0040ff;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out;
}

.whatsapp-button img:hover {
    transform: scale(1.1);
}

/* Tooltip stilizat */
.whatsapp-tooltip {
    visibility: hidden;
    position: absolute;
    background-color: #25D366; /* Verde WhatsApp */
    color: white;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 70px; /* Pozi?ionat deasupra butonului */
    right: 0;
    white-space: nowrap;
    font-size: 14px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

/* Afi?eaza tooltip-ul la hover */
.whatsapp-button:hover .whatsapp-tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
