/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

/* ------------------ Top Bar ------------------ */
.top-bar {
    background: #f25c6d;
    color: white;
    padding: 8px 40px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.top-bar a { color: white; margin-left: 15px; text-decoration: none; }

/* ------------------ Header ------------------ */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    background: white;
}
.headero {
    background: url('bg2.jpg') no-repeat center center/cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.header-content h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
}

.header-content p {
    font-size: 24px;
    font-weight: lighter;
}

.event {
    background-color: #f6f6f6;
    padding: 40px 0;
    text-align: center;
}

.event-details h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.event-details p {
    font-size: 18px;
    margin-bottom: 10px;
}

.find-out-more {
    background-color: #ff4f58;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.find-out-more:hover {
    background-color: #ff333d;
}

.logo { font-size: 22px; }
.nav a { margin: 0 12px; text-decoration: none; color: #333; font-weight: 500; }
.dropdown { position: relative; display: inline-block; }
.dropdown-menu { display: none; position: absolute; top: 30px; background: #1f2d3d; min-width: 160px; }
.dropdown-menu a { display: block; padding: 10px; color: white; }
.dropdown:hover .dropdown-menu { display: block; }
.join-btn { background: #f7931e; border: none; padding: 10px 20px; color: white; font-weight: bold; cursor: pointer; }

/* ------------------ Hero ------------------ */
.hero {
    height: 70vh;
    background: url("hero.png") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding-left: 60px;
    color: white;
}
.hero-content h1 { font-size: 50px; margin-top: 10px; }
.tagline {
    font-size: 14px; text-transform: uppercase; letter-spacing: 2px;
    border-bottom: 3px solid orange; display: inline-block; padding-bottom: 5px;
}

/* ------------------ Features ------------------ */
.features {
    display: flex; justify-content: space-around; padding: 60px 40px;
    background: #f9f9f9;
}
.feature { width: 30%; }
.feature h3 { margin-bottom: 10px; }
.feature p { color: #666; }

/* ------------------ Open Day ------------------ */
.open-day { padding: 80px 0; }
.container { max-width: 1200px; margin: auto; display: flex; align-items: center; gap: 60px; }
.images { position: relative; flex: 1; }
.main-img { width: 100%; border-radius: 8px; }
.overlay-card { position: absolute; bottom: -40px; right: -40px; background: #fff; padding: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); border-radius: 8px; }
.overlay-card img { width: 220px; border-radius: 6px; }
.content { flex: 1; }
.icon { font-size: 40px; margin-bottom: 10px; }
.subtitle { color: #f45b69; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; font-size: 14px; }
.content h2 { font-size: 36px; margin: 10px 0; color: #1d2b36; }
hr { width: 60px; height: 3px; background: #f45b69; border: none; margin: 20px 0; }
.text { color: #555; line-height: 1.7; margin-bottom: 25px; }
.links { display: flex; gap: 40px; margin-bottom: 30px; }
.links ul { list-style: none; }
.links li { margin-bottom: 10px; font-weight: 600; color: #1d2b36; }
.btn { background: #f89b2d; color: #fff; border: none; padding: 14px 30px; font-size: 16px; border-radius: 4px; cursor: pointer; }
.btn:hover { background: #e4881f; }

/* ------------------ Laboratory ------------------ */
.main-section { padding: 20px; }
.header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.header-text { width: 50%; }
.header-text h1 { font-size: 36px; margin-bottom: 10px; }
.header-text p { font-size: 16px; margin-bottom: 20px; }
.header-text button { padding: 10px 20px; background-color: #e02f55; color: white; border: none; cursor: pointer; }
.header-text button:hover { background-color: #d52a4f; }
.image-container img { width: 40%; height: auto; }
.stats { display: flex; justify-content: space-between; margin-bottom: 30px; }
.stat-item { text-align: center; }
.stat-item h3 { font-size: 28px; font-weight: bold; margin-bottom: 10px; }
.stat-item p { font-size: 16px; color: #555; }
.services { display: flex; justify-content: space-between; }
.service-item { text-align: center; width: 22%; }
.service-item img { width: 100%; height: auto; margin-bottom: 10px; }
.service-item p { font-size: 16px; }

/* ------------------ Our Studies ------------------ */
.our-studies { padding: 60px 40px; }
.our-studies h1 { text-align: center; margin-bottom: 40px; }
.our-studies .grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.study-card { background: #f5f5f5; padding: 20px; text-align: center; border-radius: 6px; cursor: pointer; transition: 0.3s; }
.study-card:hover, .study-card.active { background: #f25c6d; color: #fff; }

/* ------------------ Latest News ------------------ */
.news-section { width: 80%; margin: 0 auto; text-align: center; padding: 50px 0; }
.news-section .header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.news-section h1 { font-size: 36px; color: #e23b56; }
.heart-icon { font-size: 24px; color: #e23b56; }
.news-grid { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.news-card { background: #fff; border-radius: 8px; overflow: hidden; flex: 1; box-shadow: 0 10px 20px rgba(0,0,0,0.08); }
.news-card img { width: 100%; height: 200px; object-fit: cover; }
.news-content { padding: 15px; text-align: left; }
.news-content .author { font-size: 12px; color: #888; margin-bottom: 5px; display: block; }
.news-content h2 { font-size: 18px; margin-bottom: 10px; }
.news-content p { font-size: 14px; color: #666; }
.view-all-news { padding: 10px 20px; background: #f25c6d; color: #fff; border: none; border-radius: 5px; cursor: pointer; }

/* ------------------ Companies ------------------ */
.companies { text-align: center; padding: 50px 0; background: #f9f9f9; }
.companies p { margin-bottom: 30px; font-size: 18px; font-weight: 500; }
.companies .logos img { margin: 0 20px; height: 50px; }

/* ------------------ Instagram ------------------ */
.instagram-section { padding: 50px 40px; text-align: center; }
.instagram-section .subtitle { font-size: 16px; color: #f25c6d; margin-bottom: 10px; }
.instagram-section h2 { font-size: 28px; margin-bottom: 10px; }
.instagram-section .divider { width: 100px; height: 3px; background: #f25c6d; margin: 20px auto; }
.instagram-section .grid { display: grid; grid-template-columns: repeat(8,1fr); gap: 10px; }

/* ------------------ Newsletter ------------------ */
.newsletter { background: #f25c6d; padding: 40px; text-align: center; color: #fff; }
.newsletter h2 { margin-bottom: 20px; }
.newsletter-form { display: flex; justify-content: center; }
.newsletter-form input { padding: 10px; width: 300px; border: none; border-radius: 4px 0 0 4px; }
.newsletter-form button { padding: 10px; border: none; border-radius: 0 4px 4px 0; background: #fff; color: #f25c6d; cursor: pointer; }

/* ------------------ Footer ------------------ */
.footer { background: #1f2d3d; color: #fff; padding: 60px 40px; }
.footer-container { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer-about { width: 40%; }
.footer-about p { margin-bottom: 15px; color: #aaa; }
.footer-about .country { font-weight: bold; margin-bottom: 15px; }
.footer-about .branches { color: #f25c6d; text-decoration: none; }
.footer-links { width: 15%; }
.footer-links h4 { margin-bottom: 15px; color: #f25c6d; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { text-decoration: none; color: #aaa; }
.footer-bottom { text-align: center; margin-top: 40px; font-size: 14px; color: #aaa; }
