/*=======================================================================
Template Name: Sigmacert
Author:  Duygu
Author URI: http://themeori.com
Version: 1.0
Description: Duygu Hanım İçin TAsarlanmıştır.
--------------------------------------------------------------------------
*/
/* GENEL STİLLER */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-fluid {
    width: 100%;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 600;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}
.btn:hover {
    transform: translateY(-2px);
}
.btn-primary {
    background-color: #007bff;
    color: white;
}
.btn-primary:hover {
    background-color: #0056b3;
    color: white;
}
.btn-success {
    background-color: #28a745;
    color: white;
}
.btn-success:hover {
    background-color: #1e7e34;
    color: white;
}

/* 1. HEADER */
.site-header {
    background-color: #003366;
    color: white;
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.site-header .header-container {
    display: flex;
    align-items: center;
    position: relative;
}

.site-header .logo {
    flex-shrink: 0;
}
.site-header .logo #siteLogo {
    width: 150px;
    height: 116px;
    object-fit: contain;
}

/* Main Navigation (Desktop) */
.site-header .main-nav {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}
.site-header .main-nav ul {
    display: flex;
}
.site-header .main-nav ul li {
    margin-left: 25px;
    position: relative; /* Bu satır çok önemli, alt menünün doğru konumlanmasını sağlar. */
}
.site-header .main-nav ul li:first-child {
    margin-left: 0;
}
.site-header .main-nav ul li a {
    color: white;
    padding: 15px 0;
    display: block;
    font-weight: 500;
}
.site-header .main-nav ul li a:hover,
.site-header .main-nav ul li.active a {
    color: #a9d4ff;
}

/* AÇILIR ALT MENÜ (Düzeltilmiş) */
.site-header .main-nav .sub-menu {
    display: none;
    position: absolute;
    background-color: #002244;
    top: 100%;
    left: 0;
    z-index: 10;
    min-width: 300px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 0 0 5px 5px;
}
.site-header .main-nav li:hover > .sub-menu {
    display: block;
}
.site-header .main-nav .sub-menu li {
    margin-left: 0;
    width: 100%;
}
.site-header .main-nav .sub-menu li a {
    padding: 12px 20px;
    font-size: 0.9em;
}
.site-header .main-nav .sub-menu li a:hover {
    background-color: #004080;
}

/* Header Action Buttons (Apply, Contact) */
.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}
.btn-header-apply, .btn-header-contact {
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    white-space: nowrap;
}
.btn-header-apply {
    background-color: #ff6f00;
    color: white;
    border: 2px solid transparent;
}
.btn-header-apply:hover {
    background-color: #e66000;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}
.btn-header-contact {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}
.btn-header-contact:hover {
    background-color: white;
    color: #003366;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}

/* Mobile Menu Toggle (Hamburger Icon) */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
    padding: 5px;
    margin-left: 10px;
}


/* 2. HERO SLIDER SECTION */
.hero-slider-section {
    background-color: #1e2331;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
}
.hero-slide-item {
    display: flex !important;
    align-items: center;
    min-height: 700px;
    width: 100%;
}
.hero-content {
    flex-basis: 50%;
    padding-left: calc((100vw - 1140px) / 2 + 15px);
    padding-right: 40px;
    z-index: 2;
}
.hero-subtitle {
    display: inline-block;
    color: #4fa3dd;
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hero-subtitle i { margin-right: 8px; }
.hero-title {
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}
.hero-description {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 550px;
    opacity: 0.9;
}
.btn-hero {
    background-color: #00baff;
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(0, 186, 255, 0.3);
}
.btn-hero:hover {
    background-color: #00a4db;
    box-shadow: 0 8px 20px rgba(0, 186, 255, 0.4);
}
.hero-image-wrapper {
    flex-basis: 50%;
    height: 100%;
    position: relative;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#heroSlider.owl-carousel .owl-nav {
    position: absolute;
    bottom: 30px;
    left: calc((100vw - 1140px) / 2 + 15px);
    z-index: 3;
}
#heroSlider.owl-carousel .owl-nav button.owl-prev,
#heroSlider.owl-carousel .owl-nav button.owl-next {
    background: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 1.2rem !important;
    line-height: 40px !important;
    transition: background-color 0.3s ease;
}
#heroSlider.owl-carousel .owl-nav button.owl-prev:hover,
#heroSlider.owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(255, 255, 255, 0.3) !important;
}
#heroSlider.owl-carousel .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 3;
}
#heroSlider.owl-carousel .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.4) !important;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
#heroSlider.owl-carousel .owl-dots .owl-dot.active span,
#heroSlider.owl-carousel .owl-dots .owl-dot:hover span {
    background: white !important;
}
.hero-bottom-graphics { margin-top: 40px; }

/* 3. SOSYAL MEDYA ŞERİDİ */
.social-sidebar {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: rgba(0, 51, 102, 0.85);
    padding: 10px 8px;
    border-radius: 8px 0 0 8px;
    z-index: 999;
    box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
}
.social-sidebar ul li a {
    color: white;
    display: block;
    padding: 10px;
    font-size: 1.25em;
}
.social-sidebar ul li a:hover { color: #a9d4ff; }

/* 4. DUYURULAR BÖLÜMÜ */
.announcements-section {
    padding: 50px 0;
    background-color: #f8f9fa;
    position: relative;
}
.announcements-section h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.2em;
    color: #003366;
}
.announcement-card {
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.announcement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.announcement-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.announcement-card-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.announcement-card-image-wrapper .badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 51, 102, 0.9);
    color: white;
    padding: 5px 12px;
    font-size: 0.75em;
    border-radius: 3px;
    font-weight: bold;
    z-index: 1;
}
.announcement-card-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.announcement-card-content h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333;
}
.announcement-card-content .date {
    font-size: 0.85em;
    color: #777;
}
.announcement-card-content .date i { margin-right: 5px; }
#announcementsCarousel.owl-carousel .owl-nav button.owl-prev,
#announcementsCarousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -100px; /* Adjust if needed based on card height */
    width: 45px;
    height: 45px;
    background-color: rgba(0, 51, 102, 0.7) !important;
    color: white !important;
    border-radius: 50%;
    font-size: 1.5rem !important;
    line-height: 45px !important;
    text-align: center;
    transition: background-color 0.3s ease;
    z-index: 10;
}
#announcementsCarousel.owl-carousel .owl-nav button.owl-prev { left: -60px; }
#announcementsCarousel.owl-carousel .owl-nav button.owl-next { right: -60px; }
#announcementsCarousel.owl-carousel .owl-nav button.owl-prev:hover,
#announcementsCarousel.owl-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(0, 51, 102, 1) !important;
}
#announcementsCarousel.owl-carousel .owl-dots .owl-dot span { background: #ccc !important; }
#announcementsCarousel.owl-carousel .owl-dots .owl-dot.active span,
#announcementsCarousel.owl-carousel .owl-dots .owl-dot:hover span { background: #003366 !important; }

/* 5. HAKKIMIZDA BÖLÜMÜ */
.about-us-section { padding: 60px 0; }
.about-us-section .container {
    display: flex;
    align-items: center;
    gap: 40px;
}
.about-us-image {
    flex: 1;
    position: relative;
}
.about-us-image img {
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.experience-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: white;
    padding: 12px 18px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    font-weight: bold;
    color: #003366;
}
.about-us-content { flex: 1.2; }
.about-us-content .sub-heading {
    color: #555;
    font-size: 0.95em;
    margin-bottom: 5px;
    font-weight: 500;
}
.about-us-content h2 {
    font-size: 2.3em;
    margin-top: 0;
    margin-bottom: 20px;
    color: #003366;
}
.about-us-content p {
    margin-bottom: 20px;
    color: #555;
    font-size: 1.05em;
}

/* 6. HİZMETLER BÖLÜMÜ */
/* Temel Düzen ve Kasnak */
.container { max-width: 1140px; margin: 0 auto; padding: 0 15px; }
.services-section { padding: 60px 0; background-color: #f8f9fa; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title .sub-heading { color: #555; font-size: 0.95em; margin-bottom: 5px; font-weight: 500; }
.section-title h2 { font-size: 2.2em; color: #003366; margin: 0; }

/* Carousel Wrapper: owl sınıflarını zorla blok haline getir */
.services-grid.owl-carousel {
  display: block !important;
}

/* Kart Düzeni */
.service-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.07);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* Görsel Bölümü */
.service-icon {
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 0;
}
.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* İçerik Bölümü */
.service-title {
  font-size: 1.4em;
  font-weight: bold;
  color: #333;
  padding: 15px;
  margin: 0;
}
.service-desc {
  flex-grow: 1;
  font-size: 0.95em;
  color: #555;
  padding: 0 15px 15px;
  margin: 0;
}
.service-link {
  display: inline-block;
  padding: 12px 20px;
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 15px 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
}
.service-link:hover {
  background-color: #0056b3;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
  .service-icon { height: 200px; }
  .section-title h2 { font-size: 1.8em; }
}
@media (max-width: 480px) {
  .section-title h2 { font-size: 1.6em; }
  .service-icon { height: 150px; }
  .service-link { padding: 10px 15px; font-size: 0.85em; }
}


/* 7. FOOTER */
/* ===== Footer Genel Ayarları ===== */
.site-footer {
    background-color: #222;
    color: #fff;
    padding: 60px 20px 20px 20px;
    font-family: 'Segoe UI', sans-serif;
}

.site-footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.footer-col {
    flex: 1 1 220px;
    min-width: 200px;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
    color: #fff;
}

.footer-col h4::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #e30613;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-logo img {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu li a {
    text-decoration: none;
    color: #ccc;
    transition: 0.3s ease;
}

.footer-menu li a:hover {
    color: #fff;
}

/* ===== İletişim Bilgileri ===== */
.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #ccc;
}

.footer-col ul li i {
    margin-right: 8px;
    color: #e30613;
}

/* ===== Sosyal Medya ===== */
.footer-social-icons {
    margin-top: 15px;
}

.footer-social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #ccc;
    transition: 0.3s ease;
}

.footer-social-icons a:hover {
    color: #e30613;
}

/* ===== Get Directions Butonu ===== */
.btn-success {
    background-color: #28a745;
    border: none;
    padding: 10px 16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    transition: 0.3s ease;
}

.btn-success:hover {
    background-color: #218838;
    text-decoration: none;
    color: #fff;
}

/* ===== Alt Çizgi Bölümü ===== */
.footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 13px;
    color: #aaa;
    border-top: 1px solid #333;
    margin-top: 30px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .site-footer .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-col {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-logo img {
        max-width: 120px;
    }
}
.site-footer {
    background-color: #002d5e !important; /* Senin mavi tonun buysa */
    color: #ffffff;
}

.site-footer a {
    color: #ffffff;
}

.site-footer .footer-menu li a span.footer-link-color:hover {
    color: #00ffcc; /* Link hover efekti için örnek renk */
}



/* RESPONSIVE TASARIM */
@media (max-width: 1200px) {
    #announcementsCarousel.owl-carousel .owl-nav button.owl-prev { left: 5px; }
    #announcementsCarousel.owl-carousel .owl-nav button.owl-next { right: 5px; }

    .hero-content {
        padding-left: 30px;
        padding-right: 20px;
    }
    #heroSlider.owl-carousel .owl-nav {
        left: 30px;
    }
}

/* Tablet ve Mobil için Ana Breakpoint */
@media (max-width: 992px) {
    .site-header .main-nav {
        display: none;
        order: 3;
        width: 100%;
        background-color: #002a54;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        padding: 10px 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999;
    }
    .site-header .main-nav.active {
        display: block;
    }
    .site-header .main-nav ul {
        flex-direction: column;
        align-items: center;
    }
    .site-header .main-nav ul li {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .site-header .main-nav ul li a {
        padding: 12px 20px;
        border-bottom: 1px solid #003366;
    }
    .site-header .main-nav ul li:last-child a {
        border-bottom: none;
    }
    
    /* MOBİL ALT MENÜ STİLİ (Düzeltilmiş) */
    .site-header .main-nav .sub-menu {
        position: static;
        background-color: #001f3f;
        box-shadow: none;
        border-radius: 0;
        min-width: auto;
        border-top: 1px solid #003366; /* Ayırıcı çizgi */
    }
    .site-header .main-nav .sub-menu li a {
        font-size: 0.9em;
        padding-left: 40px !important; /* Hiyerarşiyi göstermek için girinti */
    }

    /* Header Action Butonlarını ve Toggle'ı sağa yasla */
    .header-actions {
        margin-left: auto;
        order: 1;
    }
     .btn-header-apply, .btn-header-contact {
        padding: 8px 15px;
        font-size: 0.8em;
    }

    .mobile-menu-toggle {
        display: block;
        order: 2;
    }

    /* Hero Slider Responsive */
    .hero-slide-item {
        flex-direction: column;
        min-height: auto;
        text-align: center;
    }
    .hero-content {
        flex-basis: auto;
        width: 100%;
        padding: 40px 20px;
        order: 2;
    }
    .hero-title { font-size: 2.5em; }
    .hero-description { font-size: 1em; max-width: 100%; }
    .hero-image-wrapper {
        flex-basis: auto;
        width: 100%;
        height: 400px;
        clip-path: none;
        order: 1;
    }
    #heroSlider.owl-carousel .owl-nav,
    #heroSlider.owl-carousel .owl-dots {
        position: static;
        text-align: center;
        margin-top: 20px;
    }
    #heroSlider.owl-carousel .owl-nav { margin-bottom: 10px; }
     #heroSlider.owl-carousel .owl-nav button.owl-prev,
     #heroSlider.owl-carousel .owl-nav button.owl-next {
        background: rgba(0,0,0,0.1) !important;
        color: #333 !important;
     }

    .about-us-section .container { flex-direction: column; text-align: center; }
    .about-us-image { margin-bottom: 30px; }
    .experience-badge { left: 50%; transform: translateX(-50%); }
}

/* Daha Küçük Mobil Cihazlar (Telefonlar) */
@media (max-width: 768px) {
    .container { padding: 0 10px; }

    .site-header .logo #siteLogo {
        width: 100px;
        height: auto;
    }

    .hero-title { font-size: 2em; }
    .hero-image-wrapper { height: 300px; }

    #announcementsCarousel.owl-carousel .owl-nav button.owl-prev,
    #announcementsCarousel.owl-carousel .owl-nav button.owl-next {
        width: 35px; height: 35px; line-height: 35px !important; font-size: 1.2rem !important;
        margin-top: -80px;
    }
    #announcementsCarousel.owl-carousel .owl-nav button.owl-prev { left: 0px; }
    #announcementsCarousel.owl-carousel .owl-nav button.owl-next { right: 0px; }

    .announcements-section h2, .about-us-content h2, .services-section .section-title h2 { font-size: 1.8em; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card-content p { min-height: auto; }
    .footer-col, .footer-col h4, .footer-col ul { text-align: center; }
    .footer-col ul li i { display: none; }
    .footer-col ul li a:hover { padding-left: 0; }
    .footer-social-icons { text-align: center; }
}

@media (max-width: 480px) {
    .site-header .logo #siteLogo {
        width: 80px;
    }
    .btn-header-apply, .btn-header-contact {
        padding: 6px 10px;
        font-size: 0.75em;
    }
     .header-actions {
        gap: 5px;
    }
    .mobile-menu-toggle {
        font-size: 1.3em;
        margin-left: 5px;
    }

    .social-sidebar { padding: 8px 5px; }
    .social-sidebar ul li a { font-size: 1em; padding: 8px; }
    .floating-chat-icon { width: 45px; height: 45px; font-size: 1.3em; bottom: 15px; right: 15px; }
    .announcements-section h2, .about-us-content h2, .services-section .section-title h2 { font-size: 1.6em; }
    .hero-title { font-size: 1.8em; }
    .hero-image-wrapper { height: 250px; }
}

/* İki kere tanımlanmış kart stillerini temizleyelim, sadece bir set kalsın */
.service-icon {
  width: 271px;
  height: 203px;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 6px;
}
.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
.service-link {
  display: inline-block;
  padding: 8px 16px;
  background-color: #0056b3;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.announcement-card .badge {
  display: none;
}
/* =================================================================
   İNATÇI KARUSEL SORUNU İÇİN EZİCİ KURAL
   ================================================================= */
.services-grid.owl-carousel {
    display: block !important;
}

/* SAyfaların iç sayfa tasarımları */
/* Genel Kurumsal Sayfa Stilleri */
.corporate-page {
    padding: 30px 0;
    background-color: #fff;
}

/* En Üst Mavi Bar */
.corporate-header {
    background-color: #1a237e;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.corporate-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2rem;
    font-weight: 700; /* Kurumsal başlık kalın olacak */
    margin-bottom: 0;
}

.corporate-menu {
    background-color: #f8f9fa;
    padding: 0;
    border-radius: 0;
    height: auto;
    width: 300px;
}


.corporate-menu ul {
    list-style: none;
    padding: 0;
}

.corporate-menu li {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.corporate-menu li:last-child {
    border-bottom: none;
}

.corporate-menu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
    font-size: 0.9rem;
    background-color: #f8f9fa; /* Gri arka plan */
}

.corporate-menu a:hover {
    background-color: #e0e0e0;
    color: #333;
}

/* KURUMSAL BAŞLIĞI */
.corporate-menu li a.active {
    background-color: #1e1559; /* Aktif renk #1e1559 */
    color: #fff;
}
 .corporate-menu ul li:first-child a {
    background-color: #1a237e;
    color: #fff;
    font-size: 1rem; /* Başlık boyutu */
    font-weight: 700; /* Kurumsal menü başlığı kalın olacak */
    padding: 10px 15px;
    margin-bottom: 0;
}

.corporate-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

/* Flex Container */
.content-wrapper {
    display: flex;
    align-items: flex-start;
}

.text-content {
    flex: 1;
    padding-right: 20px;
}

.corporate-description {
    font-size: 1rem;
    color: #555;
    line-height: 1.8; /* Yazı aralığı artırıldı */
    margin-bottom: 15px;
}

.image-content {
    flex-shrink: 0;
    width: 300px;
    position: relative;
}

.image-content img {
    width: 100%;
    border-radius: 5px;
    display: block;
}

/* İletişim İkonları */
.corporate-communication {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.communication-item {
    margin-right: 10px;
    text-align: center;
}

.communication-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333;
    text-decoration: none;
}

.communication-item img {
    width: 100px;
    height: 78px;
    margin-bottom: 5px;
}

.communication-item p {
    margin: 0;
    font-size: 0.9rem;
}

/* Responsive Tasarım */
@media (max-width: 991.98px) {
    .corporate-menu {
        margin-bottom: 20px;
        width: 100%;
    }

    .corporate-menu-title {
        text-align: left;
    }

    .corporate-content {
        padding: 0;
    }

    .corporate-menu {
        padding: 0 !important;
    }

    .content-wrapper {
        flex-direction: column;
    }

    .text-content {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .image-content {
        width: 100%;
    }

    .corporate-communication {
        justify-content: center;
    }
}