
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
.logo {
    text-align: center;
    padding: 20px 0;
}
.logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
}
.slider-container {
    padding: 20px;
}
.carousel img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.contact-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}
.contact-icons .wp {
    text-decoration: none;
    font-size: 23px;
    color: white;
    background-color: #30B51C;
    padding: 15px;
    height: 80;
    width: 80;
    border-radius: 50%;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-left: 120px;
}

.contact-icons .tel {
    text-decoration: none;
    font-size: 23px;
    color: white;
    background-color: #e11919;
    padding: 15px;
    height: 80;
    width: 80;
    border-radius: 50%;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-icons .wp:hover {
    background-color: #1f8010;
    transition: all 0.6s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}


.contact-icons .tel:hover {
    background-color: #035d91;
    transition: all 0.6s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.map-container {
    width: 100%;
    height: 400px;
    padding: 20px;
}

/* Genel Ayarlar */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

/* Hakkımızda Bölümü */
.about-us {
    padding: 40px 0;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

.about-us h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
}

.about-us p {
    font-size: 1.1rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Şirket Bilgileri Bölümü */
.company-info {
    padding: 40px 0;
    text-align: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

.company-info h2 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 15px;
}

.company-info p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 10px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .about-us, .company-info {
        padding: 20px 15px;
    }

    .about-us h2, .company-info h2 {
        font-size: 1.8rem;
    }

    .about-us p, .company-info p {
        font-size: 1rem;
    }
}
.about-us .container ul li a {
    color: black;
    text-decoration: none;
}


.about-us .container ul li{
    color: black;
}