body {

    font-family: Arial, sans-serif;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr; 
    align-items: center;
}

.logo-container {
    display: flex;
    justify-content: center;
}

.logo {
    background-size: contain; 
    background-repeat: no-repeat;
    width: 100%;
    max-width: auto; 
    height: 200px; 
}

@media (max-width: 768px) {
    .logo {
        max-width: 300px;
        height: auto;
    }
}


.navbar-custom {

    background: #990000;
    ;

    padding: 10px 0;

}



.navbar-nav {

    margin: 0 auto;

}



.navbar-toggler {

    border: none;

}



.menu-container {

    display: flex;

    justify-content: center;

    border-bottom: 2px solid transparent;

    color: rgb(255, 0, 0);

}



.menu-container li a:hover {

    color: rgb(255, 0, 0);

}



.menu-container .navbar-nav .nav-item:hover .nav-link {

    color: rgb(255, 0, 0);

}



.navbar-nav .dropdown:hover .dropdown-menu {

    display: block;

}



.icon-size i {

    font-size: 20px;

}



.icon-size {

    display: inline-block;

    margin: 0;

    padding: 0;

}



.icon-size h5 {

    font-size: 16px;

}



.contact-link p {

    font-size: 14px;

}



.flag-icon {

    width: 24px;

    height: auto;

}



@media (max-width: 769px) {

    .navbar-custom .row {

        flex-direction: column;

        align-items: center;

        text-align: center;

    }



    .navbar-custom .col-md-5,

    .navbar-custom .col-md-2,

    .navbar-custom .col-md-5 {

        margin-bottom: 1rem;

        width: 100%;

    }



    .menu-container {

        margin-top: 1rem;

        margin-bottom: 1rem;

    }



    .flag-icon {

        width: 20px;

    }



    .icon-size i {

        font-size: 18px;

    }



    .icon-size,

    .contact-link {

        margin: 0 auto;

        display: block;

    }

}



.footer {

    background-color: #990000;

    padding-top: 40px;

    color: #fff;

    font-family: 'Arial', sans-serif;

}



.footer h6 {

    font-size: 1.2rem;

    font-weight: bold;

    margin-bottom: 20px;

    text-transform: uppercase;

    color: #ffffff;

}



.footer p, .footer li, .footer a {

    color: #ffffff;

    font-size: 0.95rem;

}



.footer a {

    text-decoration: none;

    transition: color 0.3s ease;

}



.footer a:hover {

    color: #c7c7c7; 

}



.footer .contact-info i {

    color: #ffffff;

    margin-right: 10px;

    font-size: 1.2rem;

}



.footer .list-unstyled li {

    margin-bottom: 10px;

}



.footer .map-container {

    border: 0;

    overflow: hidden;

    padding-bottom: 56.25%;

    position: relative;

    height: 0;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}



.footer .map-container iframe {

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    position: absolute;

}



@media (max-width: 768px) {

    .footer .text-md-start {

        text-align: center;

    }



    .footer .map-container {

        padding-bottom: 75%;

    }



    .footer .contact-info p {

        text-align: center;

    }



    .copyright .d-flex {

        flex-direction: column;

        align-items: center;

        text-align: center;

    }



    .copyright p {

        margin-bottom: 10px;

    }



    .copyright a {

        margin-bottom: 10px;

    }



    .copyright img {

        margin-top: 10px;

    }

}



@media (max-width: 576px) {

    .footer .contact-link i {

        font-size: 1.25rem;

    }



    .footer .contact-info li {

        font-size: 1rem;

    }



    .footer .list-unstyled li a {

        font-size: 0.875rem;

    }



    .footer .contact-info p {

        text-align: center;

    }



    .copyright .d-flex {

        flex-direction: column;

        align-items: center;

        text-align: center;

    }



    .copyright p {

        margin-bottom: 10px;

    }



    .copyright a {

        margin-bottom: 10px;

    }



    .copyright img {

        margin-top: 10px;

    }

}



.footer .copyright {

    background-color: #1a1a1a;

    text-align: center;

    padding: 20px 0;

    font-size: 0.85rem;

    border-top: 1px solid #444;

    color: #ccc;

}



.footer .copyright a {

    color: #ff4c4c;

}



.icon-wrapper {

    background-color: #ffffff;

    border-radius: 50%;

    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    padding: 20px;

    width: 120px;

    height: 120px;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 15px;

}



.services-section {

    padding: 60px 0;

}



.section-spacing {

    margin-top: 50px;

}



.section-spacing h4 {

    color: #990000;

    margin-top: 30px;

    margin-bottom: 30px;

    font-weight: 700;

}



.section-spacing h2 {

    color: #990000;

    font-size: 2.7rem;

    font-weight: 700;

}



.icon-wrapper i {

    font-size: 3rem;

}



.custom-hr {

    height: 1.5px;

    background-color: #990000;

    margin: 20px 0;

    opacity: 0.8;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}



* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



.stats {

    background-color: #f4f7f9;

    padding: 6rem 0;

}



.stats h2 {

    color: #990000;

    font-size: 2.7rem;

    font-weight: 700;

    margin-bottom: 3rem;

}



.stat-item {

    background-color: #ffffff;

    padding: 30px;

    border-radius: 12px;

    box-shadow: 0 4px 8px rgba(0,0,0,0.1);

    transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.stat-item:hover {

    transform: translateY(-10px);

    box-shadow: 0 12px 24px rgba(0,0,0,0.2);

}



.stat-item i {

    color: #990000;

}



.stat-item h3 {

    font-size: 3rem;

    margin-bottom: 15px;

    color: #990000;

    transition: color 0.3s ease;

    transition: transform 0.3s ease, color 0.3s ease; /* Geçiş efektleri */

}



.stat-item h3:hover {

    transform: scale(1.1); /* Hover sırasında büyüme efekti */

    color: #ff5733; /* Hover sırasında renk değişimi */

}



.stat-item p {

    font-size: 1.20rem;

    color: #990000;

}



@media (max-width: 768px) {

    .stats h2 {

        font-size: 2.5rem;

    }



    .stat-item h3 {

        font-size: 2.5rem;

    }



    .stat-item p {

        font-size: 1.125rem;

    }

}



.logo-carousel {

    background-color: #ffffff;

    overflow: hidden;

}



.logo-carousel h2 {

    color: #990000;

    font-size: 2.7rem;

    font-weight: 700;

    margin-bottom: 3rem;

}



.logo-slider {

    position: relative;

    width: 100%;

    overflow: hidden;

}



.logo-track {

    display: flex;

    animation: scroll 200s linear infinite;

}



.logo-item {

    flex: 0 0 auto;

    margin: 0 15px;

    display: flex;

    justify-content: center;

    align-items: center;

    width: 200px;

    height: 100px;

    padding: 10px;

    box-sizing: border-box;

}



.logo-item img {

    max-width: 100%;

    max-height: 100%;

    object-fit: contain;

    filter: grayscale(100%);

    transition: filter 0.3s ease;

}



.logo-item img:hover {

    filter: grayscale(0%);

}



@keyframes scroll {

    0% { transform: translateX(0); }

    100% { transform: translateX(-100%); }

}



.modal-body p {

    color: black;

    font-size: 1rem;

    line-height: 1.5;

}



.modal-title {

    color: black;

    font-weight: bold;

    font-size: 1.5rem;

    text-align: center;

}



.movers-link {

    text-decoration: none;

    transition: text-shadow 0.3s ease;

}



.movers-link:hover {

    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255,    0.8), 0 0 15px rgba(255, 255, 255, 0.6);

}



.modal-body p {

    color: black;

    font-size: 1rem;

    line-height: 1.5;

}



.modal-title {

    color: black;

    font-weight: bold;

    font-size: 1.5rem;

    text-align: center;

}



.movers-link {

    text-decoration: none;

    transition: text-shadow 0.3s ease;

}



.movers-link:hover {

    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.6);

}





