/* css/sub/pages/kariyer.css */
/* =======================================================================
   KARİYER SAYFASI (V30.0 - MANUAL SCROLL FIX)
   ======================================================================= */

/* 1. OVERFLOW KİLİDİNİ AÇ */
body, html {
    overflow: visible !important;
    overflow-x: clip !important;
}

/* 2. GLOBAL SCROLL PADDING (SIFIRLANDI) */
/* JS (window.scrollTo) manuel hesaplama yaptığı için CSS müdahalesini kaldırıyoruz */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 0 !important; 
}

/* Mobil/Tablet için de sıfırlıyoruz, JS hepsini yönetiyor */
@media (max-width: 1200px) {
    html {
        scroll-padding-top: 0 !important;
    }
}

/* 3. MARGIN SIFIRLAMA (Çakışmayı Engellemek İçin) */
/* JS hesabının tam tutması için browser'ın extra margin eklemesini engelliyoruz */
#profil,
#roportajlar,
#avantajlar,
#veriler,
#ik-iletisim,
#mesleki-egitim,
#hizmet-ici,
#staj,
#erasmus {
    scroll-margin-top: 0 !important; 
}

/* 4. DİNAMİK ALAN DÜZELTMESİ */
.dynamic-injection-area .cr-section-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* --- DİĞER STİLLER (AYNEN KORUNDU) --- */

.editorial-hero {
    position: relative; 
    width: 100%;
    height: 400px !important; 
    min-height: 400px !important; 
    max-height: 400px !important;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat; 
    display: flex;
    align-items: flex-end !important; 
    justify-content: flex-start !important; 
    padding: 0 !important; 
    margin: 0; 
    overflow: hidden;
    padding-left: 0 !important; 
    padding-right: 0 !important;
    padding-bottom: 3rem !important;
    box-sizing: border-box;
}

.ed-hero-overlay {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,50,91,0.3), rgba(0,50,91,0.9));
    z-index: 1;
}

.editorial-hero .sub-page-container {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    display: block !important;
}

.ed-hero-content {
    position: relative; 
    z-index: 2; 
    color: #fff; 
    width: 100%;
    max-width: none !important;
    padding-left: 0 !important; 
    padding-right: 0 !important;
    margin: 0 !important;
    text-align: left !important; 
    display: block !important;
}

.ed-hero-content h1 {
    font-family: 'Inter', sans-serif;
    font-size: 3rem; 
    font-weight: 700; 
    line-height: 1.1; 
    margin-bottom: 0.5rem; 
    color: #ffffff;
}

.ed-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 26px; 
    font-weight: 600; 
    line-height: 1.2; 
    opacity: 0.95; 
    color: #ffffff;
}

.page-breadcrumb {
    padding: 1.5rem 0; 
    font-size: 0.9rem; 
    color: #666; 
    border-bottom: none;
    display: flex; 
    align-items: center; 
    flex-wrap: wrap; 
    padding-left: 0 !important; 
    margin-left: 0 !important;
}

.page-breadcrumb a { 
    color: #00325B; 
    text-decoration: none; 
    font-weight: 600; 
}

.page-breadcrumb span { 
    margin: 0 0.5rem; 
    color: #ccc; 
}

.page-breadcrumb strong { 
    color: #666; 
    font-weight: 700; 
}

.st-new-intro { 
    margin-top: 50px !important; 
    padding-bottom: 2rem; 
}

.st-lead-subtitle {
    font-family: 'Inter', sans-serif; 
    font-size: 18px; 
    color: #435F6C; 
    text-transform: uppercase; 
    font-weight: 700 !important; 
    display: block; 
    margin-top: 0 !important; 
    margin-bottom: 44px !important;
}

.st-lead-text {
    font-family: 'Inter', sans-serif; 
    font-weight: 600 !important; 
    color: #00325B;
    margin-top: 0 !important; 
    margin-bottom: 85px !important; 
    max-width: 100%;
    font-size: 26px !important; 
    line-height: 1.3 !important;
}

@media (min-width: 1024px) {
    .st-lead-text { 
        font-size: 42px !important; 
        line-height: 55px !important; 
    }
}

.cr-text-tabs-wrapper {
    display: flex;
    flex-direction: column;
    width: fit-content;
    max-width: 100%;
}

.cr-text-tabs { 
    display: flex; 
    gap: 0; 
    margin-bottom: 0; 
    position: relative;
    z-index: 10; 
}

.cr-text-tab {
    text-decoration: none; 
    font-family: 'Inter', sans-serif; 
    font-size: 22px; 
    font-weight: 400; 
    line-height: 33px;       
    color: #00325B; 
    padding: 0 22px 15px 22px; 
    border-bottom: 6px solid transparent; 
    transition: all 0.3s ease;
}

.cr-text-tab.active { 
    color: #00325B; 
    font-weight: 700;
    border-bottom: 6px solid #00325B; 
}

.st-separator {
    border: none; 
    border-top: 2px solid #00325B; 
    width: 100%; 
    margin-top: -2px !important; 
    margin-bottom: 25px !important; 
    position: relative;
    z-index: 1; 
}

.st-separator.thin-line {
    border-top-width: 1px !important;
}

.st-tabs-wrapper { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: flex-start;
    gap: 15px; 
    margin-bottom: 0 !important; 
}

.st-tab-btn {
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    height: 49px; 
    width: auto !important;
    min-width: 0 !important;
    padding: 0 20px !important; 
    font-family: 'Inter', sans-serif; 
    font-size: 14px; 
    font-weight: 600; 
    text-transform: uppercase !important;
    white-space: nowrap;
    letter-spacing: -0.49px;
    color: #00325B; 
    background-color: transparent; 
    border: 4px solid #C6CFDA !important;
    text-decoration: none; 
    cursor: pointer; 
}

.st-tab-btn:hover { 
    background-color: transparent; 
    color: #00325B; 
}

.st-tab-btn.active { 
    font-weight: 700 !important;
    color: #00325B !important;
    border-color: #C6CFDA !important;
    background-color: transparent !important;
}

.cr-quick-contact {
    margin-top: -10px !important; 
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

.cr-qc-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px; 
    font-weight: 600; 
    line-height: 29px;
    color: #00325B;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.cr-mail-link {
    display: block;
    width: fit-content; 
    font-family: 'Inter', sans-serif;
    font-size: 18px; 
    font-weight: 400; 
    line-height: 27px;
    color: #009FE3;
    text-decoration: none;
    margin-bottom: 10px;
}

.cr-qc-content p {
    font-family: 'Inter', sans-serif;
    font-size: 18px; 
    font-weight: 400; 
    line-height: 1.2 !important; 
    color: #333;
    margin-bottom: 7px !important; 
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.cr-icon-link {
    display: flex;
    width: fit-content; 
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 18px; 
    font-weight: 500;
    line-height: 27px;
    color: #009FE3; 
    text-decoration: none;
    margin-bottom: 6px !important; 
    transition: none; 
}

.cr-icon-link svg {
    width: 30px !important; 
    height: auto !important; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    stroke-width: 2;
}

.cr-section-wrapper { 
    margin-bottom: 80px; 
    padding-top: 0 !important; 
}

.cr-section-title { 
    font-family: 'Inter', sans-serif;
    font-size: 34px !important; 
    color: #00325B; 
    font-weight: 700 !important; 
    line-height: 44px !important;
    margin-bottom: 30px; 
    margin-top: 0 !important;
    text-transform: none !important;
    width: 100%;       
    max-width: 100%;       
    text-align: left;
}

.cr-section-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    color: #00325B;
    margin-bottom: 60px;
    max-width: 1000px;
}

.gray-bg-section {
    background-color: #f2f2f2; 
    width: 100%;
    padding-top: 60px; 
    padding-bottom: 175px;
}

.gray-area-separator {
    margin-top: 0;
    margin-bottom: 25px !important; 
}

.gray-area-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.cr-profil-intro p {
    font-family: 'Inter', sans-serif;
    font-size: 24px !important; 
    font-weight: 700 !important;
    color: #00325B;
    line-height: 36px !important;
    margin-bottom: 60px;
    max-width: 100%;
}

.cr-split-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px; 
    margin-bottom: 120px;
}

.cr-split-text {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.cr-split-row .cr-split-text:first-child { 
    align-items: flex-end !important; 
    text-align: right !important; 
}

.cr-split-row .cr-split-text:last-child { 
    align-items: flex-start !important; 
    text-align: left !important; 
}

.cr-split-text h4, .cr-split-text p { 
    width: 100%; 
    max-width: 380px !important; 
}

.cr-split-text h4 {
    font-family: 'Inter', sans-serif; 
    font-size: 22px !important; 
    font-weight: 600 !important;
    color: #00325B; 
    margin-bottom: 20px; 
    line-height: 29px !important;
}

.cr-split-text p {
    font-family: 'Inter', sans-serif; 
    font-size: 16px !important; 
    font-weight: 400 !important;
    line-height: 24px !important; 
    color: #444;
}

.cr-split-img-wrapper { 
    flex: 0 0 540px; 
    width: 540px; 
    height: 304px; 
    overflow: hidden; 
}

.cr-split-img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block; 
}

.cr-interview-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px; 
    margin-bottom: 120px;
}

.cr-interview-media {
    flex: 0 0 700px;
    width: 700px;
    height: 395px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.cr-interview-row .cr-split-text h4,
.cr-interview-row .cr-split-text p {
    max-width: 325px !important;
}

.cr-interview-row .cr-split-text:first-child { 
    align-items: flex-end !important; 
    text-align: right !important; 
}

.cr-interview-row .cr-split-text:last-child { 
    align-items: flex-start !important; 
    text-align: left !important; 
}

.st-job-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -60px; 
    margin-bottom: 60px;
    width: 100%;
}

.st-action-btn {
    height: 45px; 
    background-color: #00325b; 
    color: #fff;
    padding: 0 30px; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.3s ease;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.st-action-btn:hover {
    background-color: #002a4d; 
}

.st-action-btn svg {
    width: 24px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 2;
    flex-shrink: 0;
}

.st-parallax-banner {
    position: relative;
    width: 100%;
    height: 600px !important; 
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    margin-bottom: 0; 
}

.st-parallax-bg {
    position: absolute;
    top: -15%; 
    width: 100%; 
    left: 0; 
    height: 130%; 
    background-size: cover;
    background-position: center;
    z-index: 1; 
    will-change: transform; 
}

.st-overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 50, 91, 0.75); 
    z-index: 2; 
    pointer-events: none; 
}

.st-parallax-content {
    position: relative;
    z-index: 3; 
    width: 100%;
    max-width: var(--site-container-width, 1200px); 
    margin: 0 auto;
    padding-left: 10px; 
    padding-right: 10px;
}

.st-parallax-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 42px;       
    font-weight: 600;      
    line-height: 50px; 
    color: #fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    max-width: 800px;
    margin: 0;
}

.cr-blue-cta-section {
    width: 100%;
    height: 385px !important; 
    min-height: 385px !important;
    background-color: #015eb4; 
    color: #ffffff;
    margin-bottom: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cr-blue-cta-section .sub-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start !important; 
    padding-top: 80px !important; 
    padding-bottom: 0 !important;
    width: 100%;
    height: 100%;
}

.cr-blue-cta-content {
    text-align: center;
    max-width: 800px; 
    margin: 0 auto;
    width: 100%;
}

.cr-blue-cta-content h2 {
    font-family: 'Inter', sans-serif;
    font-size: 34px; 
    font-weight: 600; 
    line-height: 41px;
    margin-top: 0 !important; 
    margin-bottom: 20px; 
    color: #ffffff;
}

.cr-blue-cta-content p {
     font-family: 'Inter', sans-serif; 
     font-size: 23px; 
     line-height: 35px;
     font-weight: 400; 
     margin-bottom: 75px !important; 
     color: rgba(255,255,255,0.95);
}

.cr-white-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; 
    text-decoration: none;
    font-family: 'Inter', sans-serif; 
    font-size: 1rem; 
    font-weight: 700; 
    color: #ffffff;
    gap: 12px; 
}

.cr-white-cta-link svg {
    width: 24px !important; 
    height: 14px !important; 
    stroke: currentColor; 
    stroke-width: 2; 
    flex-shrink: 0;
}

.cr-flip-grid-5 {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    gap: 30px;
    justify-content: start; 
    width: 100%;
    margin-bottom: 0;
}

.flip-card {
    background-color: transparent;
    width: 350px; 
    height: 372px; 
    perspective: 1000px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03); 
}

.flip-card-front {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: flex-start; 
    color: #00325B;
    padding-bottom: 40px; 
}

.flip-icon-wrapper {
    height: 150px; 
    display: flex;
    align-items: flex-end; 
    justify-content: center; 
    margin-bottom: 0; 
    width: 100%;
    order: 2;
    transform: translateY(-15px); 
}

.cr-flip-icon {
    max-width: 150px;
    height: auto;
    display: block;
}

.icon-large-fix {
    transform: scale(0.9); 
    transform-origin: bottom center;
}

.flip-card-front h3 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    color: #00325B;
    text-align: left; 
    order: -1; 
    margin-bottom: auto; 
    margin-top: 0;
}

.flip-card-back {
    background-color: #c7eafb;
    color: #333;
    transform: rotateY(180deg);
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
}

.flip-card-back h3 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #00325B;
}

.flip-card-back ul {
    padding-left: 20px;
    margin: 0;
    list-style-type: disc;
}

.flip-card-back ul li {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
    color: #333;
}

.stats-section {
    background-color: #f2f2f2; 
    padding-top: 60px;
    padding-bottom: 175px;
    width: 100%;
}

.stats-header {
    text-align: left;
    margin-bottom: 0;
}

.stats-header h2 {
    color: #002D5B; 
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}

.stats-header p {
    color: #002D5B;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 60px;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center; 
}

.stat-card {
    width: 525px;
    height: 296px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border-radius: 4px;
    padding-bottom: 10px; 
}

.icon-wrapper {
    margin-bottom: 32px; 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px; 
}

.stat-icon {
    height: 80px; 
    width: auto;
}

.stat-icon.icon-large {
    width: 143px;
    height: 80px;
}

.stat-number {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    color: #44687d;
    margin-bottom: 10px;
}

.stat-text {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 39px;
    color: #002D5B; 
}

.hr-contact-section {
    padding-top: 60px;
    padding-bottom: 175px;
    width: 100%;
}

.hr-contact-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.hr-profile-img {
    width: 255px;
    height: 286px;
    object-fit: cover;
    margin-bottom: 25px;
    border-radius: 0;
}

.hr-profile-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hr-name {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    color: #00325B;
    margin: 0;
    margin-bottom: 25px; 
}

.hr-role {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px; 
    display: block;
}

.hr-contact-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5; 
    color: #009FE3; 
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
}

.hr-contact-link:hover {
    text-decoration: underline;
}

.share-banner {
    width: 100%;
    height: 430px;
    background-color: #015eb4; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.share-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.share-title {
    font-family: 'Inter', sans-serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 41px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}

.share-text {
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 800px;
}

.share-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-btn {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    transition: transform 0.3s ease;
}

.share-btn:hover {
    transform: scale(1.1);
}

.share-icon {
    width: 50px;
    height: 45px;
    display: block;
    filter: brightness(0) invert(1); 
}

.career-list-container {
    display: flex;
    flex-direction: column;
    gap: 40px; 
    margin-top: 40px; 
    margin-bottom: 220px; 
}

.career-list-item {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    padding-bottom: 0;
}

.cl-image {
    flex-shrink: 0; 
    width: 410px;
    height: 216px;
    border-radius: 0;
    overflow: hidden;
}

.cl-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.career-list-item:hover .cl-image img {
    transform: scale(1.03);
}

.cl-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
}

.cl-title {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    color: #00325B;
    margin: 0 0 15px 0;
}

.cl-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin: 0 0 20px 0;
    max-width: 300px;
}

.cl-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0071CE;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}

.cl-link svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.cl-link:hover {
    gap: 12px;
    color: #00325B;
}

.career-bottom-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.media-card-wrapper {
    display: flex; flex-direction: column; cursor: pointer; 
}
.img-wrap { display: block; overflow: hidden; margin-bottom: 20px; }
.img-wrap img {
    width: 100%; height: 160px; object-fit: cover;
    background-color: #eee; transition: transform 0.5s ease;
}
.media-card-wrapper:hover .img-wrap img { transform: scale(1.05); }

.mc-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem; font-weight: 600;
    color: #00325B; margin: 0 0 25px 0; line-height: 1.2;
}
.mc-link {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-size: 1rem; font-weight: 700; color: #0071CE; 
    text-decoration: none; transition: gap 0.3s ease;
}
.mc-link svg { width: 24px; height: 14px; }
.media-card-wrapper:hover .mc-link, .mc-link:hover { gap: 0.8rem; color: #00325B; }

.cr-accordion-list {
    display: flex;
    flex-direction: column;
    border-top: 2px solid #00325B; 
    margin-bottom: 80px;
}

.cr-accordion-item {
    display: flex; 
    flex-direction: column; 
    border-bottom: 1px solid #00325B; 
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding-bottom: 0; 
}

.cr-accordion-item.active {
    padding-bottom: 20px !important; 
    border-bottom: 1px solid #00325B; 
}

.cr-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0; 
    cursor: pointer;
    background-color: transparent;
}

.cr-accordion-header h4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px !important;       
    font-weight: 600 !important;      
    line-height: 26px !important;     
    color: #00325B;
    margin: 0;
    text-transform: none;
}

.cr-acc-icon {
    width: 24px;
    height: 14px;
    color: #00325B;
    transition: transform 0.3s ease;
    transform: rotate(90deg); 
    flex-shrink: 0;
}

.cr-accordion-item.active .cr-acc-icon {
    transform: rotate(-90deg); 
}

.cr-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background-color: #f2f2f2; 
}

.cr-acc-content-inner {
    padding: 30px 40px; 
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.cr-acc-content-inner p { margin-bottom: 20px; }
.cr-acc-content-inner ul { padding-left: 20px; margin-bottom: 30px; }
.cr-acc-content-inner li { list-style-type: disc; margin-bottom: 8px; }

.cr-acc-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #009FE3; 
    text-decoration: none;
    transition: gap 0.3s ease;
}

.cr-acc-link svg {
    width: 24px;
    height: 14px;
    stroke: currentColor;
    stroke-width: 2;
}

.cr-acc-link:hover { gap: 12px; }

@media (min-width: 2000px) {
    .st-tab-btn {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 27px !important;
        height: 55px !important;
        padding: 0 25px !important;
        width: auto !important;
        text-transform: uppercase !important;
    }

    .editorial-hero { 
        height: 550px !important; 
        min-height: 550px !important; 
        max-height: 550px !important;
    }
    .ed-hero-content h1 { font-size: 3.75rem !important; } 
    .ed-subtitle { font-size: 1.5rem !important; }

    .st-lead-subtitle {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 39px !important;
        margin-bottom: 50px !important;
    }

    .st-lead-text {
        font-size: 56px !important;
        font-weight: 600 !important;
        line-height: 73px !important;
        margin-bottom: 100px !important;
    }

    .cr-qc-title {
        font-size: 32px !important;
        font-weight: 600 !important;
        line-height: 42px !important;
        margin-bottom: 45px !important;
    }

    .cr-mail-link {
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 31px !important;
    }

    .cr-qc-content p {
        font-size: 24px !important;
        line-height: 31px !important;
    }

    .cr-icon-link {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 36px !important;
        gap: 15px !important;
    }
    .cr-icon-link svg {
        width: 36px !important;
        height: auto !important;
    }

    .cr-section-title {
        font-size: 46px !important;
        font-weight: 700 !important;
        line-height: 60px !important;
        margin-bottom: 40px !important;
    }

    .cr-profil-intro p,
    .cr-section-subtitle {
        font-size: 38px !important;
        font-weight: 700 !important;
        line-height: 49px !important;
        margin-bottom: 80px !important;
        max-width: 100% !important;
    }

    .cr-split-img-wrapper { 
        flex: 0 0 795px !important; 
        width: 795px !important; 
        height: 450px !important; 
    }

    .cr-split-text h4 {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 31px !important;
        max-width: 500px !important;
    }

    .cr-split-text p {
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 31px !important;
        max-width: 500px !important;
    }
    
    .cr-split-row { gap: 80px !important; }

    .cr-blue-cta-section { height: 500px !important; }
    
    .cr-blue-cta-content h2 {
        font-size: 52px !important;
        font-weight: 600 !important;
        line-height: 62px !important;
    }

    .cr-blue-cta-content p {
        font-size: 30px !important;
        font-weight: 400 !important;
        line-height: 39px !important;
        margin-bottom: 60px !important;
    }

    .cr-white-cta-link {
        font-size: 24px !important;
        font-weight: 600 !important;
        gap: 20px !important;
    }
    .cr-white-cta-link svg { width: 35px !important; height: auto !important; }

    .cr-interview-media {
        flex: 0 0 700px !important;
        width: 700px !important;
        height: 395px !important;
    }

    .cr-interview-row .cr-split-text h4,
    .cr-interview-row .cr-split-text p {
        font-size: 24px !important;
        max-width: 500px !important;
    }
    
    .cr-interview-row .cr-split-text h4 { font-weight: 600 !important; }
    .cr-interview-row .cr-split-text p { font-weight: 400 !important; }

    .cr-interview-row:nth-child(odd) { gap: 175px !important; }
    .cr-interview-row:nth-child(even) { gap: 80px !important; }

    .st-parallax-banner { height: 800px !important; }
    .st-parallax-content h2 {
        font-size: 86px !important;
        font-weight: 600 !important;
        line-height: 103px !important;
        max-width: 1400px !important;
    }

    .cr-flip-grid-5 {
        grid-template-columns: repeat(3, 515px) !important;
        gap: 50px !important; 
        row-gap: 80px !important;
    }

    .flip-card { width: 515px !important; height: 480px !important; }

    .flip-card-front h3 {
        font-size: 34px !important;
        font-weight: 600 !important;
        line-height: 41px !important;
    }

    .flip-card-back h3 {
        font-size: 34px !important; 
        margin-bottom: 30px !important;
    }

    .flip-card-back ul li {
        font-size: 19px !important;
        font-weight: 400 !important;
        line-height: 29px !important;
    }

    .stats-section .sub-page-container {
        max-width: 1650px !important; 
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .stats-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 30px !important;
    }

    .stats-header h2 {
        font-size: 46px !important;
        line-height: 60px !important;
        font-weight: 700 !important;
        color: #00325B !important;
        margin-bottom: 40px !important;
    }

    .stats-header p {
        font-size: 38px !important;
        line-height: 49px !important;
        font-weight: 700 !important;
        color: #00325B !important;
        margin-bottom: 80px !important;
        max-width: 100% !important;
    }

    .stat-card {
        width: 790px !important;
        height: 360px !important;
        flex-shrink: 0 !important;
    }

    .stat-icon.icon-large { width: 145px !important; height: auto !important; }
    .stat-icon { height: 110px !important; width: auto !important; }
    
    .stat-card:nth-child(3) .stat-icon { 
        width: 150px !important; 
        height: 150px !important; 
    }

    .stat-number {
        font-size: 100px !important;
        font-weight: 600 !important;
        line-height: 100px !important;
    }
    .stat-text {
        font-size: 30px !important;
        font-weight: 600 !important;
    }

    .hr-profile-img { width: 375px !important; height: 425px !important; }

    .hr-name {
        font-size: 30px !important;
        font-weight: 600 !important;
        line-height: 39px !important;
    }

    .hr-role, 
    .hr-contact-link {
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 31px !important;
    }

    .career-list-item { gap: 195px !important; }

    .cl-image { width: 640px !important; height: 340px !important; }

    .cl-title {
        font-size: 30px !important;
        font-weight: 600 !important;
        line-height: 39px !important;
    }

    .cl-desc {
        font-size: 24px !important;
        font-weight: 400 !important;
        line-height: 31px !important;
        max-width: 600px !important;
    }

    .cl-link {
        font-size: 24px !important;
        font-weight: 600 !important;
        gap: 15px !important;
    }
    .cl-link svg { width: 22px !important; height: auto !important; }

    .share-banner { height: 500px !important; }
    .share-title { font-size: 42px !important; }
    .share-text { font-size: 28px !important; max-width: 1000px !important; }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    
    .sub-page-container {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .editorial-hero { 
        height: 400px !important; 
    }
    .ed-hero-content h1 { font-size: 2.5rem !important; }


    .st-lead-text {
        font-size: 24px !important;
        line-height: 34px !important;
        margin-bottom: 60px !important;
    }
    
    .cr-qc-title { font-size: 20px !important; margin-bottom: 25px !important; }
    .cr-mail-link, .cr-qc-content p, .cr-icon-link { font-size: 16px !important; }


    .cr-section-title { font-size: 30px !important; }
    
    .cr-split-row {
        gap: 40px !important; 
        margin-bottom: 80px !important;
    }

    .cr-split-img-wrapper, 
    .cr-interview-media {
        flex: 0 0 450px !important; 
        width: 450px !important;
        height: 300px !important;
    }

    .cr-split-text h4 { font-size: 20px !important; margin-bottom: 15px !important; }
    .cr-split-text p { font-size: 15px !important; line-height: 1.5 !important; }


    .cr-flip-grid-5 {
        grid-template-columns: repeat(2, 447px) !important;
        justify-content: center !important;
        gap: 30px !important;
    }
    
    .flip-card {
        width: 447px !important;
        height: 375px !important;
        max-width: none !important;
        margin: 0 !important;
    }


    .stat-card {
        width: 450px !important; 
        height: 280px !important;
        padding: 30px 20px !important;
    }
    
    .stats-grid { gap: 20px !important; }
    .stat-number { font-size: 50px !important; }
    .stat-text { font-size: 24px !important; }


    .hr-profile-img { width: 220px !important; height: 250px !important; }
    
    .cl-image { 
        width: 410px !important;
        height: 217px !important;
    }
    
    .career-bottom-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px !important;
    }
    .img-wrap img { height: 240px !important; }
    
    .share-banner { height: 380px !important; }
    
    .st-tabs-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 15px !important;
    }
    .st-tab-btn {
        width: auto !important;
        min-width: 0 !important;
        padding: 0 20px !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        border-color: #C6CFDA !important;
    }
}

@media (min-width: 700px) and (max-width: 999px) {

    .sub-page-container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .editorial-hero { 
        height: 400px !important; 
    }
    .ed-hero-content h1 { font-size: 2.2rem !important; line-height: 1.2 !important; }


    .st-lead-subtitle {
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 23px !important;
        margin-bottom: 25px !important;
    }

    .st-lead-text {
        font-size: 26px !important;
        font-weight: 600 !important;
        line-height: 34px !important;
        margin-bottom: 50px !important;
    }

    .cr-text-tab {
        font-size: 20px !important; 
        font-weight: 400 !important; 
        line-height: 23px !important;
        padding: 0 8px 10px 8px !important;
        border-bottom-width: 4px !important;
    }

    .cr-text-tab.active {
        font-weight: 700 !important;
        color: #00325B !important;
        border-bottom-color: #00325B !important;
    }

    .st-tabs-wrapper {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 10px !important;
    }

    .st-tab-btn { 
        width: auto !important;
        min-width: 0 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 49px !important;
        padding: 0 20px !important;
        font-size: 13px !important; 
        font-weight: 500 !important;
        text-transform: uppercase !important;
        white-space: nowrap !important;
        border: 4px solid #C6CFDA !important; 
    }
    
    .st-tab-btn.active {
        font-weight: 700 !important; 
        color: #00325B !important;
        border-color: #C6CFDA !important; 
    }

    .cr-section-title, .stats-header h2, .hr-contact-section h2, .st-more-title-group h4 {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 34px !important;
        margin-bottom: 25px !important;
        color: #00325B !important;
    }

    .cr-section-subtitle, .cr-profil-intro p, .stats-header p, .st-more-title-group p {
        font-size: 22px !important;
        font-weight: 700 !important;
        line-height: 33px !important;
        margin-bottom: 40px !important;
        color: #00325B !important;
        opacity: 1 !important;
        text-align: left !important;
        max-width: 100% !important;
    }
    
    .st-lead-subtitle { margin-top: 30px !important; }


    .career-list-container { 
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
        margin-bottom: 100px !important;
        justify-items: start !important;
    }

    .career-list-item {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 20px !important;
        padding-bottom: 0 !important;
    }

    .cl-image {
        width: 339px !important;
        height: 178px !important;
        flex-shrink: 0 !important;
        border-radius: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .cl-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .cl-content { 
        padding-top: 0 !important;
        border-bottom: none !important;
        width: 100% !important;
        max-width: 339px !important;
    }
    
    .cl-title {
        font-size: 20px !important;
        font-weight: 600 !important;
        margin-bottom: 10px !important;
    }

    .cl-desc {
        font-size: 15px !important;
        line-height: 1.4 !important;
        margin-bottom: 15px !important;
    }


    .cr-quick-contact {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 30px !important;
        margin-bottom: 60px !important;
    }
    .cr-quick-contact .cr-qc-col:nth-child(1) {
        grid-column: span 2 !important;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }

    .cr-split-row {
        display: flex !important;
        flex-direction: row !important; 
        align-items: center !important;
        justify-content: center !important; 
        gap: 60px !important; 
        margin-bottom: 80px !important;
    }

    .cr-split-img-wrapper {
        flex: 0 0 373px !important; 
        width: 373px !important;
        height: 212px !important;
    }

    .cr-split-text {
        flex: 0 0 290px !important; 
        width: 290px !important;
        max-width: 290px !important;
    }
    
    .cr-split-text h4 { margin-bottom: 10px !important; }


    .cr-interview-row {
        display: flex !important;
        flex-direction: column !important; 
        gap: 10px !important; 
        margin-bottom: 100px !important;
        align-items: flex-start !important; 
    }

    .cr-interview-media {
        order: -1 !important; 
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16/9 !important;
        max-width: 100% !important; 
        flex: none !important;
        margin: 0 !important;
    }

    .cr-interview-row .cr-split-text {
        width: 100% !important;
        max-width: none !important; 
        flex: none !important;
        text-align: left !important; 
        align-items: flex-start !important;
        padding: 0 !important;
        margin: 0 !important;
        order: 2 !important;
    }

    .cr-interview-row .cr-split-text h4,
    .cr-interview-row .cr-split-text p {
        text-align: left !important;
        width: 100% !important;
        max-width: 100% !important; 
    }

    .st-parallax-banner { 
        height: 360px !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        padding-left: 30px !important;
    }
    .st-parallax-content {
        max-width: 480px !important;
        width: 100% !important;
        margin: 0 !important;
        text-align: left !important;
    }
    .st-parallax-content h2 {
        font-size: 37px !important;
        font-weight: 600 !important;
        line-height: 44px !important;
        text-align: left !important;
    }

    .cr-flip-grid-5 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important; 
        justify-content: center !important;
        margin-bottom: 80px !important;
    }
    .flip-card {
        width: 100% !important;
        max-width: 100% !important; 
        height: 345px !important;
        margin: 0 !important;
    }

    .stats-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px !important; 
        justify-content: center !important;
    }
    .stat-card {
        width: 100% !important; 
        max-width: 375px !important;
        height: 285px !important;
        padding: 20px 10px !important;
        margin: 0 !important; 
    }

    .hr-contact-content { align-items: flex-start !important; text-align: left !important; }
    .hr-profile-info { align-items: flex-start !important; text-align: left !important; }
    .hr-profile-img { width: 250px !important; height: 280px !important; align-self: flex-start !important; margin-left: 0 !important; }

    .career-bottom-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 40px !important;
        margin-top: 40px !important;
    }
    .media-card-wrapper {
        display: flex !important;
        flex-direction: column !important;
        border-bottom: 2px solid #00325B !important; 
        padding-bottom: 25px !important;
    }
    .career-bottom-grid .img-wrap img { height: 220px !important; }
    
    .mc-link {
        font-size: 18px !important;
        font-weight: 600 !important;
        display: inline-flex !important;
        align-items: center !important;
    }
    .mc-link svg, .mc-link i { width: auto !important; height: auto !important; font-size: 18px !important; }

    .share-banner { height: 360px !important; padding: 0 30px !important; }
    .share-title { font-size: 28px !important; }
    .share-text { font-size: 20px !important; }

    #profil, #roportajlar, #avantajlar, #veriler, #ik-iletisim,
    #mesleki-egitim, #hizmet-ici, #staj, #erasmus {
        scroll-margin-top: 0 !important;
    }

    .cr-quick-contact {
        display: flex !important;
        flex-direction: column;
        gap: 40px;
    }
    .cr-quick-contact .cr-qc-col:nth-child(1) {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
}

@media (max-width: 699px) {
    .editorial-hero { 
        margin-top: 0 !important; 
        padding-top: 0 !important; 
        height: calc(100svh - 54px) !important; 
        min-height: calc(100svh - 54px) !important; 
        background-position: center top !important; 
        align-items: center !important; 
        justify-content: flex-start !important;
        padding-bottom: 0 !important; 
    }

    .st-fullscreen-section {
        height: 100vh !important; 
        min-height: auto !important; 
    }

    .ed-hero-content { 
        padding: 0 20px; 
        text-align: left !important; 
        display: block !important;
        width: 100% !important;
    }
    
    .ed-hero-content h1 { 
        font-size: 40px !important; 
        font-weight: 700 !important; 
        letter-spacing: -0.5px;
        line-height: 44px !important;
        margin-bottom: 5px !important; 
        width: 100% !important;
    }
    
    .ed-subtitle { 
        font-size: 26px !important; 
        font-weight: 500 !important; 
        line-height: 31px !important;
        margin-top: 0 !important; 
        width: 100% !important;
    }
    
    .st-new-intro { margin-top: 40px !important; }
    
    .cr-text-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        width: calc(100% + 40px) !important; 
        margin-left: -20px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        -ms-overflow-style: none; scrollbar-width: none;
    }
    .cr-text-tabs::-webkit-scrollbar { display: none; }
    
    .cr-text-tab { 
        white-space: nowrap; 
        padding-bottom: 10px !important;
        font-size: 18px !important;
    }
    
    .cr-text-tabs-wrapper {
        display: block !important;
        width: 100% !important;
    }

    .st-new-intro .st-separator.thin-line {
        margin-top: -1px !important;
        margin-bottom: 30px !important;
        position: relative;
        z-index: 1;
        width: 100% !important; 
    }

    .st-separator { 
        margin-bottom: 30px !important; 
        margin-top: 30px !important; 
    }

    .st-tabs-wrapper { 
        display: block !important; 
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        margin-bottom: 2.5rem !important; 
        overflow: visible !important;
    }

    .subnav-group {
        display: none !important; 
    }

    .subnav-group.active {
        display: flex !important;       
        flex-direction: row !important;
        flex-wrap: nowrap !important;   
        overflow-x: auto !important;    
        align-items: center !important;
        gap: 10px !important;
        
        width: calc(100% + 40px) !important; 
        margin-left: -20px !important; 
        margin-right: -20px !important; 
        padding-left: 20px !important; 
        padding-right: 20px !important; 
        
        -ms-overflow-style: none; 
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch; 
    }
    
    .subnav-group.active::-webkit-scrollbar { display: none; }
    
    .st-tab-btn {
        flex: 0 0 auto !important; 
        width: auto !important;
        min-width: fit-content !important;
        white-space: nowrap !important;
        
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        
        height: 49px !important;
        padding: 0 20px !important;
        
        font-size: 13px !important;
        text-transform: uppercase !important;
        font-weight: 500 !important;
        
        border: 4px solid #C6CFDA !important; 
        background-color: transparent !important;
    }
    
    .st-tab-btn.active {
        font-weight: 700 !important;
        color: #00325B !important;
        border-color: #C6CFDA !important;
    }

    .st-tab-btn:last-child { 
        margin-right: 8px !important; 
    }


    .st-lead-text,
    .cr-section-title, 
    .stats-header h2, 
    .hr-contact-section h2, 
    .st-more-title-group h4,
    .cr-qc-title {
        font-size: 26px !important;
        font-weight: 700 !important;
        line-height: 34px !important;
        margin-bottom: 20px !important;
        color: #00325B !important;
        text-align: left !important;
    }

    .st-lead-subtitle,
    .cr-section-subtitle,
    .cr-profil-intro p,
    .stats-header p,
    .st-more-title-group p {
        font-size: 22px !important;
        font-weight: 700 !important;
        line-height: 33px !important;
        margin-bottom: 35px !important;
        color: #00325B !important;
        opacity: 1 !important;
        text-align: left !important;
        max-width: 100% !important;
    }
    
    .st-lead-subtitle { margin-top: 30px !important; }


    .career-list-container { 
        margin-bottom: 120px; 
        gap: 50px; 
        display: flex;
        flex-direction: column;
    }
    .career-list-item { 
        flex-direction: column; 
        gap: 20px; 
        align-items: flex-start !important;
    }
    
    .cl-image { 
        width: 100% !important; 
        height: 240px !important; 
        flex-shrink: 0;
    }
    .cl-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .cl-content { 
        padding-top: 0; 
        text-align: left !important;
        align-items: flex-start !important;
        width: 100% !important;
        max-width: 100% !important; 
    }
    
    .cl-desc { 
        font-size: 16px !important; 
        text-align: left !important; 
        line-height: 1.5 !important;
        max-width: 100% !important; 
    }
    
    .cl-title { 
        font-size: 22px !important; 
        text-align: left !important; 
    }


    .cr-split-row, .cr-interview-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 23px !important; 
        margin-bottom: 80px;
        align-items: flex-start !important;
    }
    
    .cr-interview-media, 
    .cr-split-img-wrapper { 
        order: -1 !important; 
        width: 100% !important; 
        height: auto; 
        aspect-ratio: 16/9; 
        flex: none;
    }
    
    .cr-interview-row .cr-split-text, 
    .cr-split-text { 
        order: 1 !important; 
        width: 100%; 
        align-items: flex-start !important;
        text-align: left !important;
        padding: 0 !important;
        max-width: 100% !important; 
    }
    
    .cr-interview-row .cr-split-text h4,
    .cr-interview-row .cr-split-text p,
    .cr-split-text h4, 
    .cr-split-text p { 
        text-align: left !important;
        max-width: 100% !important; 
        width: 100% !important;
    }
    
    .cr-split-text h4 { font-size: 22px !important; margin-bottom: 15px !important; } 
    .cr-split-text p { font-size: 16px !important; line-height: 1.5 !important; }


    .cr-flip-grid-5 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .flip-card { 
        width: 100% !important; 
        max-width: 100% !important; 
        height: 335px !important; 
    }
    
    .flip-card-front {
        align-items: center !important; 
        text-align: center !important;  
    }
    .flip-card-front h3 {
        text-align: center !important; 
        width: 100% !important;
        margin-top: 10px !important;
    }
    .flip-icon-wrapper {
        align-items: center !important; 
        justify-content: center !important;
    }


    .st-parallax-banner { 
        height: 400px !important; 
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 20px !important;
    }
    .st-parallax-content { text-align: left !important; padding-left: 0 !important; }
    .st-parallax-content h2 { font-size: 32px; line-height: 1.2; text-align: left !important; }

    .cr-blue-cta-section { height: auto !important; }
    .cr-blue-cta-section .sub-page-container { padding: 60px 20px !important; align-items: flex-start !important; }
    .cr-blue-cta-content { text-align: left !important; }
    .cr-blue-cta-content h2 { font-size: 28px; line-height: 1.2; text-align: left !important; }
    .cr-blue-cta-content p { font-size: 20px; line-height: 1.4; margin-bottom: 40px !important; text-align: left !important; }
    .cr-white-cta-link { justify-content: flex-start !important; }

    .stats-grid { gap: 20px; }
    .stat-card { width: 100%; height: auto; padding: 40px 20px; }
    .stat-number { font-size: 50px; }
    .stat-text { font-size: 24px; }
    
    .hr-contact-content { align-items: flex-start !important; text-align: left !important; }
    .hr-profile-info { align-items: flex-start !important; text-align: left !important; }

    .career-bottom-grid { grid-template-columns: 1fr; gap: 40px; }
    .img-wrap img { height: 240px !important; }

    .share-banner { height: 480px !important; padding: 0 20px !important; }
    .share-title { font-size: 28px !important; }
    .share-text { font-size: 20px !important; }

    #profil, #roportajlar, #avantajlar, #veriler, #ik-iletisim,
    #mesleki-egitim, #hizmet-ici, #staj, #erasmus {
        scroll-margin-top: 0 !important;
    }

    .cr-quick-contact {
        display: flex !important;
        flex-direction: column;
        gap: 40px;
    }
    .cr-quick-contact .cr-qc-col:nth-child(1) {
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
}