*{box-sizing:border-box}
body{margin:0;font-family:Poppins,sans-serif;color:#333;line-height:1.6}

/* Top Header */
.top-header {
    background: #ffffff;
    color: #1a73e8;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    top: 0;
    position: sticky;
    width: 100%;
    z-index: 99999;
    font-weight: 300;
}
.top-header a{color:#1a73e8;text-decoration:none;font-weight:300; font-size: 16px;}

/* Hero Banner */
.hero {
    position: relative;
    background-image: url(../images/banner-image-01.jpeg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 110px 20px;
    text-align: center;
    height: calc(100vh - 250px);
    display: flex;
    align-items: center;
}
.hero h1 {
    font-size: 42px;
    margin-top: 0;
    line-height: 50px;
    color: #014d5b;
    margin-bottom: 0;
    /* text-shadow: 2px 1px 0px #ffffff; */
}
.hero p {
    font-size: 16px;
    color: #014d5b;
    margin-bottom: 24px;
    margin-top: 15px;
    font-weight: 600;
    /* text-shadow: 1px 1px 0px #ffffff; */
}
.hero .cta{
    display:none;
    background:#ffcc00;
    color:#000;
    padding:15px 32px;
    border-radius:6px;
    font-weight:700;
    text-decoration:none;
    margin:6px;
}

/* Sections */
section{max-width:1100px;margin:auto;padding:30px 20px}
h2{text-align:center;color:#0f4c81;margin-bottom:35px}
.grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px
}
.box{
    background:#fff;
    padding:25px;
    border-radius:10px;
    box-shadow:0 8px 20px rgba(0,0,0,.05)
}
.highlight{background:#f1f8ff}

/* Form */
form{max-width:600px;margin:auto}
input,textarea,button{
    width:100%;
    padding:15px;
    margin-bottom:14px;
    border-radius:6px;
    border:1px solid #ccc;
    font-family:Poppins
}
button{
    background:#0f4c81;
    color:#fff;
    font-weight:700;
    border:none;
    cursor:pointer
}

/* Footer */
footer{
    background:#0f4c81;
    color:#fff;
    text-align:center;
    padding:0 20px
}
footer a{color:#ffcc00;text-decoration:none;font-weight:600}

/* WhatsApp */
.whatsapp{
    position:fixed;
    bottom:25px;
    right:25px;
    width:60px;
    height:60px;
    background:#25d366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    text-decoration:none;
    box-shadow:0 5px 15px rgba(0,0,0,.3);
    z-index:999
}
.footer-contact p {
    padding: 0;
    margin: 5px;
}
.logo {
    width: 170px;
}
.logo img {
    width: 100%;
    height: auto;
    float: left;
}
.top-address {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a73e8;
    gap: 20px;
}
.hero-content {
    position: relative;
    max-width: 840px;
    z-index: 2;
    text-align: center;
    padding-left: 35px;
}
.why-box {
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-box i {
    font-size: 40px;
    color: #197fff;
    margin-bottom: 15px;
}

.why-box h3 {
    margin-top: 10px;
    color: #0f4c81;
}

.why-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}
.stats-section {
    background: linear-gradient(135deg, #0f4c81, #197fff);
    color: #fff;
    padding: 70px 20px;
    max-width: 100%;
}
.stats-section h2 {
    color: #fff;
    margin-bottom: 45px;
}

.stat-box {
    text-align: center;
    padding: 35px 20px;
    border-radius: 14px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    transition: transform 0.3s ease, background 0.3s ease;
}

.stat-box i {
    font-size: 38px;
    margin-bottom: 15px;
    color: #ffcc00;
}

.stat-box h3 {
    font-size: 42px;
    margin: 10px 0 5px;
    font-weight: 700;
}

.stat-box p {
    font-size: 16px;
    opacity: 0.95;
}

.stat-box:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.18);
}
.testimonials {
    max-width: 100%;
}
.ausbildung {
    max-width: 100%;
    padding-bottom: 10px;
}
.destinations {
    max-width: 100%;
    padding-top: 20px;
}
.destination-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    font-size: 17px;
    font-weight: 600;
}

.destination-box img {
    width: 42px;
    height: auto;
    border-radius: 4px;
}

.destination-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.1);
}
section.map {
    max-width: 100%;
    padding-top: 0;
}
.marquee {
    width: 100%;
    overflow: hidden;
    background: #0d4e9e;
    padding: 12px 0;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    color: #ffffff;
    font-size: 1rem;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@media(max-width:768px){
    .hero h1 {
        font-size: 25px;
        line-height: 35px;
        text-shadow: none;
        color: #fff;
        font-weight: 500;
    }
        .hero p {
        font-size: 14px;
        text-shadow: none;
        color: #fff;
        margin-top: 10px;
    }
    .top-header {
        flex-direction: column;
        gap: 5px 0px;
        padding: 10px 10px;
        font-size: 13px;
    }
    .hero {
        /* height: 70vh; */
        background-image: url(../images/mobile-banner.jpg);
        background-position: center;
        padding: 162px 0;
        padding-bottom: 0;
    }
.hero-content {
        position: relative;
        max-width: 700px;
        z-index: 2;
        text-align: center;
        padding-left: 0;
        background: #00000054;
        padding: 15px 20px;
    }
.top-header a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
}
}