/* Genel Sayfa Stilleri */
body {
    background-color: #f8f9fa;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
}
.navbar-placeholder {
    height: 80px;
}
.top-header {
    position: relative;
    height: 350px;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.header-bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.6), rgba(0,0,0,0.3));
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.header-logo-text-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.logo {
    height: 180px;
    margin-bottom: 15px;
    transition: transform 0.3s ease-out;
}
.logo:hover {
    transform: scale(1.05);
}
.logo-text .main-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.main-navbar {
    background-color: #ffffff;
    padding: 0;
    border-bottom: 3px solid #9c27b0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 100%;
    z-index: 1030;
}
.main-navbar .navbar-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.main-navbar .nav-item {
    flex-shrink: 0;
    flex-grow: 1;
    display: flex;
    align-items: stretch;
    min-width: 120px;
}
.main-navbar .nav-link {
    color: #9c27b0;
    padding: 20px 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1em;
    transition: color 0.4s ease, background-color 0.4s ease;
    border-right: 1px solid #ddd;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.main-navbar .nav-item:first-child .nav-link {
    border-left: 1px solid #ddd;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-item.show .nav-link,
.main-navbar .nav-link.active {
    color: #ffffff;
    background-color: #9c27b0;
}
.home-icon {
    height: 25px;
    vertical-align: middle;
}
.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 1040;
    margin-top: 0;
    --bs-dropdown-min-width: 100%;
}
.dropdown-item {
    color: #9c27b0;
    padding: 10px 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.dropdown-item:hover {
    background-color: #9c27b0;
    color: #fff;
}
.content-area { animation: fadeInSlideUp 0.8s ease-out forwards; }
@keyframes fadeInSlideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.section-title { font-weight: 700; color: #9c27b0; border-bottom: 2px solid #e0e0e0; padding-bottom: 10px; margin-bottom: 20px; }
.news-item-card img {
    max-height: 400px;
    width: 100%;
    object-fit: contain;
    background-color: #f0f0f0;
}
.president-card, .quick-links-card { background-color: #ffffff; border: 1px solid #e0e0e0; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); margin-bottom: 30px; }
.president-card .card-header, .quick-links-card .card-header { background-color: #9c27b0; color: #ffffff; font-weight: 700; text-transform: uppercase; padding: 15px; font-size: 1.2em; border-top-left-radius: 8px; border-top-right-radius: 8px; }
.president-card { text-align: center; padding-bottom: 20px; }
.president-card .president-photo { width: 80%; max-width: 250px; height: auto; margin: 0 auto 15px auto; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.president-card .president-photo:hover { transform: scale(1.03); }
.quick-links-card .card-body { padding: 0; }
.quick-links-card .list-group-item { border: none; border-bottom: 1px dashed #e9ecef; padding: 12px 15px; }
.quick-links-card .list-group-item:last-child { border-bottom: none; }
.quick-links-card .list-group-item a { text-decoration: none; color: #333; font-weight: 500; display: flex; align-items: center; transition: color 0.3s ease; }
.quick-links-card .list-group-item a:hover { color: #9c27b0; }
.quick-links-card .link-icon { width: 30px; height: 30px; object-fit: contain; margin-right: 15px; flex-shrink: 0; }
.footer { background-color: #ffffff; color: #333; font-size: 0.9em; border-top: 3px solid #9c27b0; box-shadow: 0 -4px 8px rgba(0,0,0,0.1); }
.person-card-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; padding: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin-bottom: 30px; }
.person-card { text-align: center; padding: 15px; width: 220px; flex-shrink: 0; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.person-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.1); }
.person-image-wrapper { position: relative; display: inline-block; border: 5px solid #9c27b0; border-radius: 50%; padding: 5px; overflow: hidden; margin-bottom: 15px; box-shadow: 0 6px 15px rgba(0,0,0,0.15); }
.person-image-wrapper img { display: block; width: 150px; height: 150px; object-fit: cover; border-radius: 50%; }
.person-info h4 { color: #9c27b0; font-size: 1.3em; margin-bottom: 5px; font-weight: 600; }
.person-info p { color: #666; font-size: 0.95em; line-height: 1.4; }
.baskan-page-content { text-align: center; padding: 30px; background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin-bottom: 30px; }
.baskan-image-wrapper { position: relative; display: inline-block; border: 5px solid #9c27b0; border-radius: 50%; padding: 5px; overflow: hidden; margin-bottom: 20px; box-shadow: 0 8px 20px rgba(0,0,0,0.2); transition: transform 0.4s ease-in-out; }
.baskan-image-wrapper:hover { transform: scale(1.05); }
.baskan-image-wrapper img { display: block; width: 250px; height: 250px; object-fit: cover; border-radius: 50%; }
.baskan-info h3 { color: #9c27b0; font-size: 2.2em; margin-bottom: 10px; font-weight: 700; }
.baskan-info p { color: #555; font-size: 1.1em; line-height: 1.6; }
.price-list-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }
.price-list-button { background-color: #9c27b0; color: #fff; border: none; padding: 12px 20px; border-radius: 5px; font-size: 1em; cursor: pointer; transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; flex: 1 1 auto; max-width: 200px; }
.price-list-button:hover { background-color: #7b1fa2; transform: translateY(-2px); }
.price-list-files { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); padding: 25px; }
.price-list-item { display: flex; align-items: center; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed #eee; }
.price-list-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.price-list-item .pdf-icon { width: 28px; height: 28px; margin-right: 15px; flex-shrink: 0; }
.price-list-item a { color: #333; text-decoration: none; font-size: 1.05em; font-weight: 500; transition: color 0.3s ease; }
.price-list-item a:hover { color: #9c27b0; }
.project-list-thumbnail { width: 150px; height: 100px; object-fit: cover; border-radius: 4px; margin-right: 25px; flex-shrink: 0; border: 1px solid #ddd; }
.info-item { display: flex; align-items: center; }
.info-item .info-icon { width: 24px; height: 24px; margin-right: 10px; }
.info-item span { font-size: 1.1em; color: #555; }
.back-to-projects { color: #9c27b0; text-decoration: none; font-weight: bold; margin-bottom: 20px; display: inline-block; }
.project-detail-button { background-color: #9c27b0; color: white; border: none; padding: 8px 15px; border-radius: 5px; cursor: pointer; }
.carousel-control-prev-icon, .carousel-control-next-icon { background-color: rgba(156, 39, 176, 0.7); border-radius: 50%; padding: 20px; }
.admin-icon-container { position: fixed; bottom: 20px; right: 20px; z-index: 1050; cursor: pointer; transition: transform 0.3s ease; }
.admin-icon-container img { width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 4px 12px rgba(0,0,0,0.3); background-color: #ffffff; padding: 5px; }
.admin-icon-container:hover { transform: scale(1.1); }
.footer-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.footer-left { text-align: left; flex: 1; }
.footer-center { text-align: center; flex: 1; }
.footer-right { text-align: right; flex: 1; }
.footer-left a { color: #888; text-decoration: none; font-style: italic; transition: color 0.3s ease; }
.footer-left a:hover { color: #9c27b0; }
.pdf-download-item { display: flex; align-items: center; margin-bottom: 10px; }
.pdf-download-item .pdf-icon { width: 24px; height: 24px; margin-right: 8px; }
.pdf-download-item a { font-size: 1.05em; color: #333; text-decoration: none; }
.pdf-download-item a:hover { color: #8A2BE2; text-decoration: underline; }
.pdf-list-container { margin-left: 20px; text-align: left; padding: 20px 0; }
.contact-page .section-title { color: #8A2BE2; }
.contact-info-container { background-color: #f9f9f9; border-radius: 10px; padding: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); max-width: 600px; margin: 0 auto; }
.contact-item { display: flex; align-items: center; gap: 15px; text-align: left; width: 100%; padding: 10px 0; border-bottom: 1px dashed #eee; }
.contact-item:last-child { border-bottom: none; }
.contact-icon { color: #8A2BE2; min-width: 30px; text-align: center; }
.contact-text { margin: 0; font-size: 1.05rem; color: #333; }
.contact-text a { color: #8A2BE2; text-decoration: none; }
.map-container { max-width: 600px; margin: 20px auto 0 auto; }

@media (max-width: 1199.98px) {
    .main-navbar .navbar-nav { flex-wrap: wrap; justify-content: center; }
    .main-navbar .nav-item { min-width: auto; }
    .main-navbar .nav-link { border: none; border-bottom: 1px solid #eee;}
    .dropdown-menu { position: static !important; float: none !important; width: 100% !important; border: none !important; box-shadow: none !important; }
}

@media (max-width: 768px) {
    .top-header { height: auto; padding: 30px 0; }
    .logo { height: 100px; }
    .logo-text .main-title { font-size: 24px; white-space: normal; }
    .price-list-button { flex-basis: 100%; }
    .news-item-card img { max-height: 200px; }
    .footer-content { flex-direction: column; justify-content: center; text-align: center; gap: 10px; }
    .footer-left, .footer-center, .footer-right { text-align: center; width: 100%; flex: auto; }
}