* {
    font-family: 'Titillium Web', sans-serif;
    margin: 0;
    padding: 0;
}
.container{
    width: 100%;
    justify-content: space-between;
    
}

body,html {
    overflow-x: hidden
}


.container-fluid{
    background-color: #f0f0f0; 
    padding-top: 20px; 
    padding-bottom: 20px;
}

.container-fluid h2{
    font-size: 32px; color: #333; margin-top: 20px !important;
}
.container-fluid .card{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.container-fluid i{
    font-size: 40px;
}

.container-fluid h3{
    font-size: 24px; color: #333;
}

.container-fluid .card-text{
    font-size: 16px; color: #777;
}

.stand-for-item:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

.about-us h2{
    margin-bottom: 30px;
}

.about-us p{
    text-align: justify;
    text-indent: 20px;
}

hr{
    margin: 50px auto; width: 80%; border: 1px solid #666;
}

.phone-numbers .phone-number{
    text-decoration: none; color: #333; margin-left: 2px;
}


.navbar-brand img {
    margin-left: 0 ;
    height: 50px; 
}

.navbar {
    width: 100%;
    justify-content: space-between;
    background-color: #3e3e3e !important;
    padding: 0.25rem 1rem;
}


.navbar-toggler {
    font-size: 18px;
}

.navbar ul {
    margin-right: 15px;
}


.navbar-nav .nav-link {
    color: #fafafa !important; 
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 13px !important ;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    background-color: #f4f4f4e1;
    color: black !important;
}


@media (max-width: 768px) {
    .navbar-nav {
        text-align: center;
        background-color: #3e3e3e;
    }

    .navbar-nav .nav-link {
        padding: 10px 0; 
    }
}

.welcome-message {
    font-size: 64px;
    color: #000000;
    font-weight: bold;
}


.services-list {
    gap: 10px;
}

.service-item {
    background-color: #f0f0f0;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
}

.service-item:hover {
    background-color: #333;
    color: #f0f0f0;
}


.map-section {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden; 
    margin-top: 20px;
}

.phone-numbers {
    margin-top: 10px;
    align-items: baseline;
}

.phone-item {
    display: flex;
    align-items: center; 
    flex-direction: unset;
    gap: 0px;
}

.phone-label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}


.phone-number {
    font-size: 16px;
    color: #333;
}

.phone-number a {
    text-decoration: none;
    color: #333;
}

.phone-number a:hover {
    text-decoration: underline;
    color: #000;
}


.custom-footer {
    background-color: #333;
    color: white;
    font-family: 'Proxima Nova', sans-serif;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-media a {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.social-media a:hover {
    color: #ddd; 
}
.footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
    position: relative;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-family: 'Proxima Nova', sans-serif;
}



.quality-policy {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.quality-policy h1 {
    text-align: center;
    color: #333;
    font-size: 32px;
    margin-bottom: 20px;
}

.quality-policy p, .quality-policy ul {
    margin-bottom: 20px;
}

.quality-policy ul {
    list-style-type: disc;
    padding-left: 20px;
}

.quality-policy ul li {
    margin-bottom: 10px;
}

.photos {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.photos img {
    width: 17%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.photos img:last-child {
    width: 34%;
}


.footer-links a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-media a {
    color: white;
    font-size: 16px;
    text-decoration: none;
}

.social-media a:hover {
    color: #ddd; 
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content p {
    margin: 0;
}


.social-media a:hover {
    color: #ddd !important; 
}


.info-section a:hover {
    text-decoration: underline !important; 
    color: #000 !important; 
}

.contact-info a{
    text-decoration: none; color: #333;
}

.mediumArticles {
    width: 60%; 
    margin: 0 auto; 
    list-style-type: circle;
    border-bottom: 1px solid #dee2e6; 
}

.mediumArticles li {
    padding: 10px ;
    border-bottom: 1px solid #dee2e6; 
    overflow: hidden;
}

.mediumArticles li:hover {
    background-color: #f9f9f9; 
}

.mediumArticles a {
    font-size: 1rem; 
    text-decoration: none;
    color: #333; 
    transition: color 0.2s ease;
}

.mediumArticles a:hover {
    color: #000; /* Hover efekti */
}

#mediumArticles .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#mediumArticles .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#loadMoreBtn {
    transition: all 0.3s ease;
}

#loadMoreBtn:hover {
    background-color: #555;
}
