@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
body {
    font-family: 'Inter', sans-serif;
    background-color: #f4f7f6;
    color: #333;
}
.navbar {
    background-color: transparent;
    padding: 15px;
    box-shadow: none;
    transition: background-color 0.3s ease-in-out;
}
.navbar.scrolled {
    background-color: #001f3f;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar-brand, .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 500;
}
.navbar-toggler-icon {
    filter: invert(100%);
}
.navbar-brand:hover, .navbar-nav .nav-link:hover {
    color: #a8d5e2;
}
.hero-section {
    background: linear-gradient(135deg, rgba(0, 31, 63, 0.7) 30%, rgba(61, 90, 128, 0.7) 100%),
    url(https://link-ix.net/assets/img/link-ix-background.png);
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 120px 0;
    position: relative;
}
.hero-section h1 {
    font-size: 3.5rem;
    font-weight: 700;
}
.hero-section p {
    font-size: 1.3rem;
    margin-bottom: 25px;
}
.hero-section .btn-primary {
    background-color: #e63946;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    color: #fff;
}
.hero-section-ist {
    background: linear-gradient(135deg, rgba(0, 31, 63, 0.7) 30%, rgba(61, 90, 128, 0.7) 100%),
    url(https://link-ix.net/assets/img/istanbul-background.png);
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 120px 0;
    position: relative;
}
.hero-section-ist h1 {
    font-size: 3.5rem;
    font-weight: 700;
}
.hero-section-ist p {
    font-size: 1.3rem;
    margin-bottom: 25px;
}
.hero-section-ist .btn-primary {
    background-color: #e63946;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    color: #fff;
}
.hero-section-ist .btn-primary:hover {
    background-color: #c9233e;
}
.feature-section {
    padding: 80px 0;
    background-color: #ffffff;
}
.feature-section h2 {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}
.feature-card {
    padding: 25px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.feature-icon {
    font-size: 3rem;
    color: #00aaff;
    margin-bottom: 15px;
}
.feature-card h3 {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 15px;
}
.cta-section {
    background-color: #001f3f;
    padding: 60px 0;
    color: white;
    text-align: center;
}
.cta-section h2 {
    font-weight: 700;
    margin-bottom: 25px;
}
.cta-section p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.cta-section .btn-outline-light {
    padding: 12px 25px;
    font-size: 1rem;
}
.footer {
    background-color: #001f3f;
    color: #adb5bd;
    padding: 40px 0;
    text-align: center;
}
.footer .list-inline-item a {
    color: #adb5bd;
    transition: color 0.3s ease-in-out;
}
.footer .list-inline-item a:hover {
    color: #ffffff;
}
.footer p {
    margin-bottom: 0;
    font-size: 0.9rem;
}
/*Traffic Styles*/

.hero-title {
    font-size: 3rem;
    font-weight: 600;
    color: #ffffff;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #ffffff;
    margin-bottom: 40px;
}

.stats-section {
    background-color: #f4f7f6;
    padding: 30px 0;
    border-radius: 8px;
}

.stat-box {
    border: 2px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.stat-box h6 {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.stat-box .stat-number {
    font-size: 28px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 5px;
    display: block;
}

.graph-section {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.graph-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.graph-box h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.graph-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
    .stat-box {
        margin-bottom: 15px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .graph-box {
        padding: 20px;
    }

    .graph-box h2 {
        font-size: 20px;
    }
}
.locations-container {
    background-color: #fff;
    padding: 40px;
    /*border-radius: 10px;*/
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
    text-align: center;
    margin-bottom: 55px;
    /*margin-left: 155px;*/
    /*margin-right: 155px;*/
}

.locations-container h2 {
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.locations {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.locations article {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.locations article:hover {
    transform: scale(1.05);
}

.locations article .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.locations article:hover .image img {
    filter: brightness(100%);
}

.locations article h2 {
    position: absolute;
    bottom: 40%;
    left: 20px;
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    z-index: 2;
    transition: all 0.3s ease;
}

.locations article .content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    color: white;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.locations article:hover .content {
    opacity: 1;
}

.locations article:hover h2 {
    bottom: 50%;
}

.locations article:hover .content {
    bottom: 30px;
}