/* Genel Stiller */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header & Navbar */
header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo {
    display: flex;
    align-items: center;
}

.logo h1 {
    font-size: 24px;
    font-weight: 700;
    color: #1a56db;
    margin-left: 10px;
}

.logo-icon {
    font-size: 28px;
    color: #1a56db;
}

nav ul {
    display: flex;
    list-style: none;
}

nav ul li {
    margin-left: 25px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

nav ul li a:hover {
    color: #1a56db;
}

.language-selector {
    display: flex;
    align-items: center;
}

.language-option {
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.language-option.active, .language-option:hover {
    opacity: 1;
}

.language-flag {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(26, 86, 219, 0.1), rgba(26, 86, 219, 0.4)), url('..//img/banner-02.png');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.hero p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 30px;
}

.btn {
    display: inline-block;
    background-color: #fff;
    color: #1a56db;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.btn:hover {
    background-color: #f1f1f1;
    transform: translateY(-3px);
}

/* Hizmetler Bölümü */
.services {
    padding: 80px 0;
    background-color: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 2rem;
    color: #1a56db;
    margin-bottom: 15px;
}

.section-title p {
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.9)), url('..//img/courses-small-03.png');
    background-size: cover;
    color: #292727;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-card{
    display: block;
    text-decoration: none;
    color: inherit;color: inherit;
}
.service-icon {
    font-size: 40px;
    color: #1a56db;
    margin-bottom: 20px;
}

.service-card h3 {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.678);
}

/* service-card-1 */
.service-card1 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)), url('..//img/courses-small-02.png');
    background-size: cover;
    color: #292727;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card1:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-card1{
    display: block;
    text-decoration: none;
    color: inherit;color: inherit;
}
.service-icon {
    font-size: 40px;
    color: #1a56db;
    margin-bottom: 20px;
}

.service-card1 h3 {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.678);
}
/* service-card2 */
.service-card2 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)), url('..//img/courses-small-04.png');
    background-size: cover;
    color: #292727;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card2:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-card2{
    display: block;
    text-decoration: none;
    color: inherit;color: inherit;
}
.service-icon {
    font-size: 40px;
    color: #1a56db;
    margin-bottom: 20px;
}

.service-card2 h3 {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.678);
}
/* service-card3 */
.service-card3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)), url('..//img/courses-small-06.png');
    background-size: cover;
    color: #292727;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card3:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-card3{
    display: block;
    text-decoration: none;
    color: inherit;color: inherit;
}
.service-icon {
    font-size: 40px;
    color: #1a56db;
    margin-bottom: 20px;
}

.service-card3 h3 {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.678);
}
/* service-card4 */
.service-card4 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)), url('..//img/courses-small-05.png');
    background-size: cover;
    color: #292727;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card4:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-card4{
    display: block;
    text-decoration: none;
    color: inherit;color: inherit;
}
.service-icon {
    font-size: 40px;
    color: #1a56db;
    margin-bottom: 20px;
}

.service-card4 h3 {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.678);
}
/* service-card5 */
.service-card5 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8),rgba(255, 255, 255, 0.8)), url('..//img/courses-06.png');
    background-size: cover;
    color: #292727;
    background-repeat: no-repeat;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-card5:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.service-card5{
    display: block;
    text-decoration: none;
    color: inherit;color: inherit;
}
.service-icon {
    font-size: 40px;
    color: #1a56db;
    margin-bottom: 20px;
}

.service-card5 h3 {
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.678);
}

/* Neden Biz Bölümü */
.why-us {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.feature {
    text-align: center;
    padding: 20px;
}

.feature i {
    font-size: 36px;
    color: #1a56db;
    margin-bottom: 20px;
}

.feature h3 {
    margin-bottom: 15px;
}

/* Footer */
footer {
    background-color: #1a2942;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #fff;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s;
}

.social-icons a:hover {
    background-color: #1a56db;
    transform: translateY(-3px);
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ccc;
    font-size: 0.9rem;
}

/* WhatsApp İletişim Butonu */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
}

.whatsapp-popup {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 40px;
    width: 300px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 101;
    overflow: hidden;
}

.whatsapp-container {
    padding: 0;
}

.whatsapp-header {
    background-color: #075E54;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.whatsapp-header h3 {
    margin: 0;
    font-size: 16px;
}

.close-btn {
    cursor: pointer;
    font-size: 20px;
}

.whatsapp-body {
    padding: 20px;
    text-align: center;
}

.whatsapp-body p {
    margin-bottom: 15px;
}

.whatsapp-btn {
    display: inline-block;
    background-color: #25d366;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        text-align: center;
    }
    
    nav ul {
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    nav ul li {
        margin: 5px 10px;
    }
    
    .language-selector {
        margin-top: 15px;
    }
    
    .hero h2 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .whatsapp-popup {
        bottom: 90px;
        right: 20px;
        width: calc(100% - 40px);
        max-width: 300px;
    }
}