/* Genel Stiller */
:root {
    --bs-light: #dbddde;
    --bs-dark: #121717;
    --bs-primary: #0b3b8e;
    --bs-secondary: #d72030;
    --bs-info: #5e5e5e;
    --bs-success: #0b9757;
    --bs-warning: #dec80c;
    --bs-danger: #eb1904;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--bs-dark);
    padding-top: 76px;
}

h1, h2, h3, h4, h5, h6, .navbar-brand {
    font-family: 'Poppins', sans-serif;
}

/* Hero Section */
.hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
}

/* Navbar */
.navbar {
    padding: 1rem 0;
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    font-family: 'Montserrat', sans-serif !important;
    color: var(--bs-dark) !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: var(--bs-primary) !important;
}

/* Buttons */
.btn {
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0 !important;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:hover {
    background-color: #004aad;
    border-color: #004aad;
    transform: translateY(-2px);
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #f4f4f4;
    transform: translateY(-2px);
}

.btn-outline-light:hover {
    background-color: #f4f4f4;
    color: var(--bs-primary);
    transform: translateY(-2px);
}

/* Cards */
.card {
    transition: transform 0.3s ease;
    border: none;
    border-radius: 0 !important;
}

.card:hover {
    transform: translateY(-5px);
}

/* Icons */
.text-primary {
    color: var(--bs-primary) !important;
}

/* Footer */
footer {
    background-color: var(--bs-dark);
}

footer a {
    color: var(--bs-light);
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--bs-secondary);
}

/* Benefits Section */
.bg-light {
    background-color: var(--bs-light) !important;
}

/* CTA Section */
.bg-primary {
    background-color: var(--bs-primary) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        min-height: 80vh;
    }
    
    .navbar {
        padding: 0.5rem 0;
    }
    
    .btn {
        padding: 0.5rem 1rem;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    .lead {
        font-size: 1rem;
    }
} 

  .letter-box {    background-color: #004aad;    color: white;    font-weight: bold;    display: inline-flex; 
    justify-content: center;    align-items: center;    width: 25px;    margin-right: 1px;   }
  .word-box {    background-color: #004aad;    color: white;    font-weight: bold;    display: inline-flex; 
    justify-content: center;    align-items: center;    width: 120px;    margin-right: 1px; letter-spacing: 1.5px   }
    