.kimlik_compass {
  padding: 30px;
  background: #f2f2f2;
  height: 350px;
  justify-content: center;
  align-items: center;
}

.kimlik_diamond {
  padding: 30px;
  background: #e6e6e6;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kimlik_diamond > div {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 8px;
}

.kimlik_diamond p {
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* Ensure that padding and margin are reset */
ul.list_in {
    padding: 0 !important;
    margin: 0 !important;
}

/* Apply the disc style to list items */
ul.list_in > li {
    list-style-type: disc !important;
    margin-left: 20px !important; /* Optional: add left margin for better visibility of the discs */
}





.image-container {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.caption-x {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    text-align: center;
    padding: 10px;
    opacity: 0.8;
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    font-weight: bold;
}

.description{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.image-container:hover .image {
    opacity: 0;
}

.image-container:hover .description {
    opacity: 1;
}

.image-container:hover .caption {
    opacity: 0;
}

.uzmanlik_sag {
    display: flex; /* Add this line */
    flex-direction: column; /* Optional: ensures items are stacked vertically */
    align-items: center; /* Centers items horizontally */
    justify-content: center; /* Centers items vertically */
    text-align: center;
    color: #FFF;
    padding: 20px 10px;
    font-size: 18px;
    line-height: 40px;
}

.amac_span_l, .amac_span_r {
    display: inline-block;
    padding: 0 5px;
    text-align: right;
    width: 130px;
}

.amac_span_r {
    text-align: left;
    width: 180px;
}

/* Tire işaretini ortalamak için */
.tire-isareti {
    display: inline-block;
    text-align: center;
    width: 20px;
}

@media (max-width:640px) {
    .amac_span_l {
        width: 130px;
    }
    .amac_span_r {
        width: 160px;
    }
}

.show
{
    background-color: #FFF;
}

.show li {
    color: #204169;
}

.show li a {
    color: #204169 !important;
}

.partner-row {
    min-height: 80px;
    margin: 20px 0;
}

.partner-img {
    width: 80px;
    height: 80px;
    margin: 0 15px;
    object-fit: contain; /* Görsel oranını korur */
    max-width: 100%;
    border-radius: 5px; /* İsteğe bağlı: köşeleri yuvarlar */
}

.partner-text {
    flex-grow: 1;
    padding: 0 10px;
}


.contact-person {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 5px solid #204169;
}

.contact-person:hover {
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.contact-person h4 {
    color: #333;
    padding-top: 15px;
}

.contact-person a {
    text-decoration: none;
    color: #666;
    transition: color 0.3s ease;
}

.contact-person a:hover {
    color: #007bff;
}

/* LinkedIn bağlantıları için düzeltilmiş stil */
.linkedin-link {
    color: #0077B5;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease;
    background: transparent;
    margin-right: 10px;
}

.linkedin-link i {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px !important;
}

.linkedin-link:hover {
    color: #005e93;
}

/* İletişim sayfası için stiller */
.contact-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 40px;
    margin-bottom: 40px;
}

.contact-info h3 {
    color: #204169;
    font-weight: 600;
    font-size: 28px;
}

.general-contact {
    font-size: 20px;
}

/* E-posta bağlantısı için düzeltilmiş stil */
.email-link {
    color: #44A1A0;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.email-link i {
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    margin-top: 5px !important;
}

.email-link:hover {
    color: #FBB13C;
}

.contact-person h4 {
    color: #204169;
    font-weight: 500;
}

.contact-person p a {
    color: #44A1A0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-person p a:hover {
    color: #FBB13C;
}

hr {
    border-color: #BBCDE5;
    opacity: 0.5;
}

.team-section h3 {
    color: #204169;
    font-weight: 600;
}

.team-member {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.team-member .d-flex {
    display: flex;
    align-items: center;
}

.team-member h4 {
    color: #204169;
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.team-member p a {
    color: #44A1A0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.team-member p a:hover {
    color: #FBB13C;
}

.linkedin-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.linkedin-card:hover {
    transform: translateY(-5px);
}

.linkedin-card h5 {
    color: #204169;
    font-weight: 600;
    margin-bottom: 15px;
}

.linkedin-card p {
    color: #666;
    margin-bottom: 20px;
}

.section-no-title {
    padding: 80px 0;
}

@media (max-width: 767px) {
    .team-section .row {
        display: block;
    }
    
    .team-member {
        margin-bottom: 20px;
    }
    
    .contact-container {
        padding: 20px;
    }
    
    .section-no-title {
        padding: 40px 0;
    }
    
    .finisher-header {
        height: 750px !important;
        margin-bottom: 100px;
    }
    
    .home-intro {
        padding-bottom: 300px !important;
        position: relative;
    }
    
    .our-work.section {
        margin-top: 150px;
        padding-top: 50px;
        position: relative;
        z-index: 10;
    }
    
    .home-intro::after {
        content: "";
        display: block;
        height: 150px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: transparent;
    }
}

@media (max-width: 576px) {
    .finisher-header {
        height: 850px !important;
        margin-bottom: 150px;
    }
    
    .home-intro {
        padding-bottom: 400px !important;
    }
    
    .home-intro::after {
        height: 200px;
    }
    
    .our-work.section {
        margin-top: 300px;
    }
}

@media (max-width: 480px) {
    .finisher-header {
        height: 950px !important;
        margin-bottom: 200px;
    }
    
    .home-intro {
        padding-bottom: 500px !important;
    }
    
    .home-intro::after {
        height: 250px;
    }
    
    .our-work.section {
        margin-top: 400px;
    }
}

/* Alternatif çözüm: our-work bölümünü sabit pozisyonda tutma */

@media (max-width: 576px) {
    .our-work.section {
        position: relative;
        top: 200px;
        margin-bottom: 140px;
    }
}

@media (max-width: 576px) {
    .our-work.section {
        padding-top: 100px !important;
        margin-top: 100px !important;
    }
    
    .finisher-header {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 480px) {
    .our-work.section {
        padding-top: 40px !important;
        margin-top: 40px !important;
    }
}

@media (max-width: 375px) {
    .our-work.section {
        padding-top: 30px !important;
        margin-top: 30px !important;
    }
}

/* Responsive düzenlemeler */
/* Genel düzenlemeler */
.section {
    padding: 100px 0;
}

.section-no-title {
    padding: 60px 0;
}

@media (max-width: 991px) {
    .home-intro h3 {
        font-size: 24px;
        line-height: 1.4;
    }
    
    .about .content {
        padding: 30px;
    }
    
    .about .content h3 {
        font-size: 32px;
    }
    
    .our-work .content {
        margin-bottom: 20px;
    }
    
    .our-work .content .caption h6,
    .our-work .content .caption p {
        font-size: 18px !important;
    }
}

@media (max-width: 767px) {
    /* Header düzenlemeleri */
    .finisher-header {
        height: 550px !important;
        margin-bottom: 30px;
    }
    
    .home-intro {
        padding-bottom: 80px !important;
    }
    
    .home-intro .content-text {
        padding: 30px 0;
    }
    
    .home-intro h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    
    /* Çözümlerimiz ve Yolculuğumuz bölümleri */
    .about .row {
        flex-direction: column-reverse;
    }
    
    .about .col {
        margin-bottom: 20px;
    }
    
    .about img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    
    .about .content {
        padding: 25px;
    }
    
    .about .content h3 {
        font-size: 26px;
    }
    
    .about .content .button {
        width: 100%;
        text-align: center;
    }
    
    /* Our work bölümü */
    .our-work .col-md-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .our-work .content {
        height: auto !important;
        min-height: 250px;
        margin-bottom: 20px;
    }
    
    .our-work .content .caption h6,
    .our-work .content .caption p {
        font-size: 16px !important;
    }
    
    /* Referanslarımız bölümü */
    .services .content {
        padding: 20px;
    }
    
}

@media (max-width: 576px) {
    .finisher-header {
        height: 450px !important;
        margin-bottom: 30px;
    }
    
    .home-intro {
        padding-bottom: 30px !important;
    }
    
    .home-intro .row {
        display: flex;
        flex-direction: column;  /* Normal sıralama: yazı üstte, foto altta */
    }
    
    .home-intro .col-md-5 {
        order: 2;  /* Fotoğrafı sona al */
        margin-top: 20px;
    }
    
    .home-intro .col-md-7 {
        order: 1;  /* Yazıyı başa al */
    }
    
    .home-intro .col-md-5 img {
        border: solid 1px #fff;
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        max-width: 100%;
        height: auto;
    }
    
    .home-intro .content-text h3 {
        font-size: 22px;
    }
    
    .our-work.section {
        padding-top: 60px;
    }
    
    .home-intro h3 {
        font-size: 18px;
    }
    
    .our-work .content {
        min-height: 200px;
    }
    
    .our-work .content .caption h6,
    .our-work .content .caption p {
        font-size: 14px !important;
    }
    
    .testimonial .carousel-item {
        padding: 0 5%;
    }
    
    .about .content a.button {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .about .content div[style*="display: flex; gap: 10px;"] {
        flex-direction: column;
    }
    
    .about .content div[style*="display: flex; gap: 10px;"] a {
        width: 100% !important;
        margin-bottom: 10px;
    }
    
    .finisher-header {
        height: 400px !important;
        margin-bottom: 20px;
    }
    
    .home-intro {
        padding-bottom: 20px !important;
    }
}

@media (max-width: 375px) {
    .finisher-header {
        height: 350px !important;
        margin-bottom: 15px;
    }
    
    .home-intro {
        padding-bottom: 15px !important;
    }
    
    .home-intro .col-md-5 img {
        border-width: 1px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* Misyon sayfası header yüksekliğini mobilde azaltma */
@media (max-width: 767px) {
    .sub-page .finisher-header {
        height: 300px !important;
    }
}

@media (max-width: 576px) {
    .sub-page .finisher-header {
        height: 250px !important;
    }
}

@media (max-width: 480px) {
    .sub-page .finisher-header {
        height: 200px !important;
    }
}

/* Organizasyon sayfası için responsive düzenlemeler */
@media (max-width: 991px) {
    .about .row {
        display: flex;
        flex-direction: column;
    }
    
    .about .col-lg-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    /* İlk kolonun her zaman üstte olmasını sağla */
    .about .col-lg-6:first-child {
        order: 1;
        margin-bottom: 30px;
    }
    
    /* İkinci kolonun her zaman altta olmasını sağla */
    .about .col-lg-6:last-child {
        order: 2;
    }
    
    /* Kimlik compass ve diamond bölümlerinin yüksekliğini ayarla */
    .kimlik_compass, .kimlik_diamond {
        height: auto;
        min-height: 0;
    }
    
    /* Partner satırlarını mobilde düzenle */
    .partner-row {
        margin: 15px 0;
    }
    
    /* Sağa hizalı partner satırlarını mobilde düzenle */
    .partner-row.justify-content-end {
        justify-content: flex-start !important;
    }
    
    /* Sağa hizalı partner satırlarında sıralamayı koru */
    .partner-row.justify-content-end .partner-text {
        order: 1;
    }
    
    .partner-row.justify-content-end .partner-img-container {
        order: 2;
    }
}

@media (max-width: 576px) {
    .about .col-lg-6:first-child {
        margin-bottom: 20px;
    }
    
    /* Partner satırlarını xs ekranda düzenle */
    .partner-row {
        margin: 10px 0;
    }
    
    /* Partner metinlerini xs ekranda düzenle */
    .partner-text {
        font-size: 16px !important;
    }
}

/* Misyon sayfası XS ekranda kolonları alt alta düzenleme */
@media (max-width: 576px) {
    .features .row {
        display: flex;
        flex-direction: column;
    }
    
    .features .col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .features .col-md-6:last-child {
        margin-top: 20px;
    }
    
    .features .d-flex.align-items-center.gap-3 {
        flex-direction: column;
        text-align: center;
    }
    
    .features .d-flex.align-items-center.gap-3 i {
        margin-bottom: 15px;
    }
    
    .features .d-flex.align-items-center.gap-3 h4 {
        text-align: center;
        margin: 0 !important;
    }
    
    .features .content-text {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .features .d-flex.align-items-center.gap-3 i {
        font-size: 3.5rem !important;
    }
    
    .features .d-flex.align-items-center.gap-3 h4 {
        font-size: 18px;
    }
}

/* Header title bölümü için responsive düzenlemeler */
.header-title {
    padding-top: 260px;
    text-align: left;
}

.header-title .title-section h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

@media (max-width: 991px) {
    .header-title {
        padding-top: 250px;
    }
    
    .header-title .title-section h3 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .header-title {
        padding-top: 190px;
    }
    
    .header-title .title-section h3 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .header-title {
        padding-top: 170px;
    }
    
    .header-title .title-section h3 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .header-title {
        padding-top: 170px;
    }
    
    .header-title .title-section h3 {
        font-size: 22px;
    }
}

/* Organizasyon sayfası görselleri için iyileştirilmiş tasarım */
.partner-img-container {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.partner-img-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.15);
    border-color: #44A1A0;
}

.partner-img-container .partner-img {
    width: 90%;
    height: 90%;
    object-fit: contain;
    margin: 0;
    transition: all 0.3s ease;
}

.partner-img-container:hover .partner-img {
    transform: scale(1.05);
}

.partner-row {
    min-height: 80px;
    margin: 20px 0;
}

.partner-text {
    flex-grow: 1;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .partner-img-container {
        width: 100px;
        height: 100px;
        margin: 0 12px;
    }
}

@media (max-width: 767px) {
    .partner-img-container {
        width: 90px;
        height: 90px;
        margin: 0 10px;
    }
}

@media (max-width: 576px) {
    .partner-img-container {
        width: 80px;
        height: 80px;
        margin: 0 8px;
    }
}

@media (max-width: 480px) {
    .partner-img-container {
        width: 70px;
        height: 70px;
        margin: 0 6px;
    }
}