body {
    font-family: 'Poppins', sans-serif;
    background-color: #f7faff;
    color: #003366;
}

/* Navbar */
.navbar {
    background-color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.navbar-brand img {
    height: 35px;
    width: auto;
}

.navbar-nav .nav-link {
    color: #004080 !important;
    font-weight: 600;
}

    .navbar-nav .nav-link:hover {
        color: #007bff !important;
    }

/* Intro */
.intro {
    background: url('../images/dubai_intro.jpg') center center/cover no-repeat;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

/* Hizmetler */
.service-video {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.card {
    border: none;
    background-color: #e9f3ff;
    transition: 0.3s;
}

    .card:hover {
        transform: translateY(-5px);
    }

/* Footer */
footer {
    background-color: #004080;
    color: white;
    padding: 30px 0;
}

    footer a {
        color: #cce0ff;
        text-decoration: none;
    }

        footer a:hover {
            color: white;
        }

/* Sosyal medya ikonları */
.social-icons a {
    font-size: 1.5rem;
    color: white;
    margin: 0 10px;
    transition: transform 0.3s;
}

    .social-icons a:hover {
        transform: scale(1.2);
    }

/* İletişim */
.contact-info {
    text-align: center;
}
