/* Mistur extracted page CSS - auto generated */

/* --- page 2705 İletişim --- */
.yp-contact-page, .yp-contact-page * {
    box-sizing: border-box !important;
  }

  .yp-contact-page {
    padding: 80px 20px;
    font-family: inherit;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    background-color: #f8fafc; 
  }

  .yp-cp-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }

  .yp-cp-left {
    flex: 1 1 45%;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .yp-cp-heading {
    font-size: 32px;
    font-weight: 800;
    color: #2b5892; 
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .yp-cp-desc {
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .yp-cp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
  }

  .yp-cp-item {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #eef2f7;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
    transition: all 0.3s ease;
  }

  .yp-cp-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(43, 88, 146, 0.1);
    border-color: #35a1d9; 
  }

  .yp-cp-icon {
    width: 60px;
    height: 60px;
    background: rgba(53, 161, 217, 0.1);
    color: #35a1d9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    transition: background 0.3s ease, color 0.3s ease;
  }

  .yp-cp-item:hover .yp-cp-icon {
    background: #35a1d9;
    color: #ffffff;
  }

  .yp-cp-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .yp-cp-item-title {
    font-weight: 700;
    color: #2b5892;
    margin: 0 0 10px 0;
    font-size: 18px;
  }

  .yp-cp-item-text {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
  }

  .yp-cp-item-text a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
    word-break: break-word;
  }

  .yp-cp-item-text a:hover {
    color: #35a1d9;
  }

  .yp-cp-right {
    flex: 1 1 45%;
    width: 100%;
  }

  .yp-cp-form-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
    height: 100%;
    border-top: 4px solid #35a1d9;
  }

  .yp-cp-form-card h3 {
    margin-top: 0;
    font-size: 24px;
    color: #2b5892;
    margin-bottom: 25px;
  }

  .yp-form-placeholder {
    background: #f4f7fb;
    border: 2px dashed #35a1d9;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
  }

  .yp-form-placeholder code {
    display: block;
    background: #ffffff;
    color: #2b5892;
    font-size: 15px;
    font-weight: bold;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    word-break: break-all;
    white-space: normal;
  }

  .yp-cp-map-wrapper {
    max-width: 1200px;
    margin: 60px auto 0 auto;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  .yp-cp-map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }

  @media (max-width: 959px) {
    .yp-contact-page {
      padding: 50px 15px;
    }
    .yp-cp-container {
      flex-direction: column;
      gap: 40px;
    }
    .yp-cp-left, .yp-cp-right {
      flex: 1 1 100%;
    }
    .yp-cp-grid {
      grid-template-columns: 1fr; /* Mobilde tek sütun ve tam ortalı */
    }
    .yp-cp-form-card {
      padding: 30px 20px;
    }
    .yp-cp-map-wrapper {
      height: 350px;
      margin-top: 40px;
    }
  }

/* --- page 2693 VIP Taşımacılık Hizmeti --- */
.yp-service-detail-section { font-family: inherit; color: #555555; line-height: 1.8; max-width: 1200px; margin: 0 auto; padding: 60px 20px; box-sizing: border-box !important; }
  .yp-sd-title { color: #2b5892; font-size: 38px; font-weight: 800; margin-top: 0; margin-bottom: 25px; line-height: 1.2; }
  .yp-sd-text { font-size: 16px; margin-bottom: 20px; text-align: justify; }
  .yp-local-box { background: #ffffff; border: 1px solid #eef2f7; border-left: 5px solid #35a1d9; padding: 25px; margin: 30px 0; border-radius: 0 8px 8px 0; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
  .yp-sd-quote { border-left: 5px solid #35a1d9; background: linear-gradient(90deg, rgba(53, 161, 217, 0.05) 0%, transparent 100%); padding: 25px 30px; margin: 40px 0; font-size: 20px; font-style: italic; font-weight: 600; color: #2b5892; border-radius: 0 8px 8px 0; }
  .yp-vip-fleet-section { background: linear-gradient(135deg, #2b5892, #1c3c66); color: #ffffff; padding: 50px 40px; border-radius: 12px; margin-top: 50px; position: relative; overflow: hidden; }
  .yp-fleet-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; position: relative; z-index: 1; }
  .yp-fleet-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); padding: 20px 25px; border-radius: 8px; display: flex; align-items: center; gap: 15px; transition: all 0.3s ease; }
  .yp-fleet-icon { width: 44px; height: 44px; background: #35a1d9; border-radius: 8px; display: flex; justify-content: center; align-items: center; color: #ffffff; flex-shrink: 0; }
  .yp-fleet-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
  .yp-fleet-info h4 { margin: 0; font-size: 18px; font-weight: 700; color: #ffffff; }
  .yp-fleet-info span { font-size: 13px; color: #a1b3c9; }

/* --- page 2693 VIP Taşımacılık Hizmeti --- */
/* Sayfa Genel Kapsayıcı */
  .yp-service-detail-section {
    font-family: inherit;
    color: #555555;
    line-height: 1.8;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box !important;
  }

  .yp-service-detail-section * {
    box-sizing: border-box !important;
  }

  /* Genel Tipografi */
  .yp-sd-title {
    color: #2b5892; /* Koyu kurumsal mavi */
    font-size: 38px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.2;
  }

  .yp-sd-text {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
  }

  /* Vurgulu Alıntı (Blockquote) */
  .yp-sd-quote {
    border-left: 5px solid #35a1d9; /* Açık kurumsal mavi */
    background: linear-gradient(90deg, rgba(53, 161, 217, 0.05) 0%, transparent 100%);
    padding: 25px 30px;
    margin: 40px 0;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    color: #2b5892;
    border-radius: 0 8px 8px 0;
    line-height: 1.6;
  }

  /* VIP Filo / Araç Seçenekleri Kutusu (Koyu Premium Tasarım) */
  .yp-vip-fleet-section {
    background: linear-gradient(135deg, #2b5892, #1c3c66); 
    color: #ffffff;
    padding: 50px 40px;
    border-radius: 12px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
  }

  .yp-vip-fleet-section::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background-image: radial-gradient(#35a1d9 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.15;
    border-radius: 50%;
    z-index: 0;
  }

  .yp-fleet-title {
    font-size: 28px;
    color: #ffffff;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 1;
    font-weight: 700;
  }

  .yp-fleet-desc {
    color: #d1e2f3;
    font-size: 16px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
    line-height: 1.6;
  }

  /* Araç Kartları Izgarası */
  .yp-fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    position: relative;
    z-index: 1;
  }

  .yp-fleet-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
  }

  .yp-fleet-card:hover {
    background: rgba(53, 161, 217, 0.15);
    border-color: #35a1d9;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .yp-fleet-icon {
    width: 44px;
    height: 44px;
    background: #35a1d9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex-shrink: 0;
  }

  .yp-fleet-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .yp-fleet-info {
    display: flex;
    flex-direction: column;
  }

  .yp-fleet-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
  }

  .yp-fleet-info span {
    font-size: 13px;
    color: #a1b3c9;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* Mobil Ekran Düzenlemeleri */
  @media (max-width: 959px) {
    .yp-service-detail-section {
      padding: 40px 15px;
    }
    .yp-sd-title {
      font-size: 32px;
    }
    .yp-sd-quote {
      font-size: 18px;
      padding: 20px;
    }
    .yp-vip-fleet-section {
      padding: 35px 20px;
    }
    .yp-fleet-grid {
      grid-template-columns: 1fr; /* Mobilde tek sütun */
    }
  }

/* --- page 2687 Öğrenci Servis Taşımacılığı --- */
/* Personel sayfasıyla aynı CSS yapısı kullanılır, sadece lokal kutu ve liste 2 sütun mobilde tek sütun olur */
  .yp-service-detail-section { font-family: inherit; color: #555555; line-height: 1.8; max-width: 1200px; margin: 0 auto; padding: 60px 20px; box-sizing: border-box !important; }
  .yp-sd-title { color: #2b5892; font-size: 38px; font-weight: 800; margin-top: 0; margin-bottom: 25px; line-height: 1.2; }
  .yp-sd-text { font-size: 16px; margin-bottom: 20px; text-align: justify; }
  .yp-local-box { background: #ffffff; border: 1px solid #eef2f7; border-left: 5px solid #35a1d9; padding: 25px; margin: 30px 0; border-radius: 0 8px 8px 0; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
  .yp-sd-advantages { background-color: #f4f7fb; border-radius: 12px; padding: 40px; margin: 40px 0; }
  .yp-sd-advantages h3 { color: #2b5892; font-size: 24px; margin-top: 0; margin-bottom: 25px; }
  .yp-sd-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; list-style: none; padding: 0; margin: 0; }
  .yp-sd-list li { display: flex; align-items: flex-start; gap: 15px; background: #ffffff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
  .yp-sd-list-icon { color: #35a1d9; }
  .yp-sd-list-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
  .yp-sd-quote { border-left: 5px solid #35a1d9; background: linear-gradient(90deg, rgba(53, 161, 217, 0.05) 0%, transparent 100%); padding: 20px 30px; margin: 40px 0; font-size: 20px; font-style: italic; font-weight: 600; color: #2b5892; }
  .yp-sd-pricing { background: linear-gradient(135deg, #2b5892, #1c3c66); color: #ffffff; padding: 40px; border-radius: 12px; margin-top: 50px; }
    .yp-sd-pricing h4 { color: #ffffff; }
  .yp-sd-pricing-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .yp-sd-pricing-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; }
  .yp-sd-pricing-list li::before { content: '•'; color: #35a1d9; font-size: 24px; }
  @media (max-width: 959px) { .yp-sd-list, .yp-sd-pricing-list { grid-template-columns: 1fr; } }

/* --- page 2687 Öğrenci Servis Taşımacılığı --- */
/* Sayfa Genel Kapsayıcı */
  .yp-service-detail-section {
    font-family: inherit;
    color: #555555;
    line-height: 1.8;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box !important;
  }

  .yp-service-detail-section * {
    box-sizing: border-box !important;
  }

  /* Genel Tipografi */
  .yp-sd-title {
    color: #2b5892; /* Koyu kurumsal mavi */
    font-size: 38px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.2;
  }

  .yp-sd-text {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
  }

  .yp-sd-subtitle {
    color: #2b5892;
    font-size: 28px;
    font-weight: 700;
    margin: 40px 0 20px 0;
  }

  /* Vurgulu Alıntı (Blockquote) */
  .yp-sd-quote {
    border-left: 5px solid #35a1d9; /* Açık kurumsal mavi */
    background: linear-gradient(90deg, rgba(53, 161, 217, 0.05) 0%, transparent 100%);
    padding: 20px 30px;
    margin: 40px 0;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    color: #2b5892;
    border-radius: 0 8px 8px 0;
  }

  /* Özellikler Listesi (Grid Yapısı) */
  .yp-sd-advantages {
    background-color: #f4f7fb; 
    border-radius: 12px;
    padding: 40px;
    margin: 40px 0;
  }

  .yp-sd-advantages h3 {
    margin-top: 0;
    font-size: 24px;
    color: #2b5892;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .yp-sd-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Masaüstünde 2 sütun */
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .yp-sd-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s ease;
  }

  .yp-sd-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(53, 161, 217, 0.1);
  }

  .yp-sd-list-icon {
    flex-shrink: 0;
    color: #35a1d9; 
  }

  .yp-sd-list-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* Hassasiyetlerimiz Kutusu (Koyu Tasarım) */
  .yp-sd-pricing {
    background: linear-gradient(135deg, #2b5892, #1c3c66); 
    color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
  }

  .yp-sd-pricing::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(#35a1d9 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.2;
    border-radius: 50%;
  }

  .yp-sd-pricing h4 {
    font-size: 26px;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1;
  }

  .yp-sd-pricing > p {
    color: #d1e2f3;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    line-height: 1.6;
  }

  .yp-sd-pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Öğeleri iki sütuna yayar */
    gap: 15px;
  }

  .yp-sd-pricing-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 500;
  }

  .yp-sd-pricing-list li::before {
    content: '•';
    color: #35a1d9;
    font-size: 24px;
    line-height: 1;
  }

  /* Mobil Ekran Düzenlemeleri */
  @media (max-width: 959px) {
    .yp-service-detail-section {
      padding: 40px 15px;
    }
    .yp-sd-title {
      font-size: 32px;
    }
    .yp-sd-list, .yp-sd-pricing-list {
      grid-template-columns: 1fr; /* Mobilde tek sütun */
    }
    .yp-sd-advantages {
      padding: 30px 20px;
    }
    .yp-sd-quote {
      font-size: 18px;
      padding: 15px 20px;
    }
    .yp-sd-pricing {
      padding: 30px 20px;
    }
  }

/* --- page 2672 Personel Taşımacılığı --- */
.yp-service-detail-section { font-family: inherit; color: #555555; line-height: 1.8; max-width: 1200px; margin: 0 auto; padding: 60px 20px; box-sizing: border-box !important; }
  .yp-service-detail-section * { box-sizing: border-box !important; }
  .yp-sd-title { color: #2b5892; font-size: 38px; font-weight: 800; margin-top: 0; margin-bottom: 25px; line-height: 1.2; }
  .yp-sd-text { font-size: 16px; margin-bottom: 20px; text-align: justify; }
  .yp-sd-subtitle { color: #2b5892; font-size: 28px; font-weight: 700; margin: 40px 0 20px 0; }
  .yp-local-box { background: #ffffff; border: 1px solid #eef2f7; border-left: 5px solid #35a1d9; padding: 25px; margin: 30px 0; border-radius: 0 8px 8px 0; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
  .yp-local-box h3 { color: #2b5892; margin-top: 0; font-size: 22px; margin-bottom: 10px; }
  .yp-sd-advantages { background-color: #f4f7fb; border-radius: 12px; padding: 40px; margin: 40px 0; }
  .yp-sd-advantages h3 { margin-top: 0; font-size: 24px; color: #2b5892; margin-bottom: 25px; }
  .yp-sd-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; list-style: none; padding: 0; margin: 0; }
  .yp-sd-list li { display: flex; align-items: flex-start; gap: 15px; background: #ffffff; padding: 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }
  .yp-sd-list-icon { flex-shrink: 0; color: #35a1d9; }
  .yp-sd-list-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
  .yp-sd-quote { border-left: 5px solid #35a1d9; background: linear-gradient(90deg, rgba(53, 161, 217, 0.05) 0%, transparent 100%); padding: 20px 30px; margin: 40px 0; font-size: 20px; font-style: italic; font-weight: 600; color: #2b5892; border-radius: 0 8px 8px 0; }
  .yp-sd-cards { display: flex; gap: 30px; margin: 50px 0; }
  .yp-sd-card { flex: 1; background-color: #ffffff; border: 1px solid #eef2f7; border-top: 4px solid #35a1d9; border-radius: 8px; padding: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
  .yp-sd-card-icon { width: 50px; height: 50px; background-color: #f4f7fb; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: #2b5892; margin-bottom: 20px; }
  .yp-sd-card-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; }
  .yp-sd-card h4 { font-size: 22px; color: #2b5892; margin: 0 0 15px 0; font-weight: 700; }
    .yp-sd-pricing { background: linear-gradient(135deg, #2b5892, #1c3c66); color: #ffffff; padding: 40px; border-radius: 12px; margin-top: 50px; position: relative; overflow: hidden; }
  .yp-sd-pricing h4 { font-size: 24px; color: #fff; }
  .yp-sd-pricing-list { list-style: none; padding: 0; margin: 0; position: relative; z-index: 1; }
  .yp-sd-pricing-list li { display: flex; align-items: center; gap: 12px; font-color: margin-bottom: 12px; font-size: 16px; font-weight: 500; }
  .yp-sd-pricing-list li::before { content: '•'; color: #35a1d9; font-size: 24px; line-height: 1; }
  @media (max-width: 959px) { .yp-sd-title { font-size: 32px; } .yp-sd-list, .yp-sd-cards { grid-template-columns: 1fr; flex-direction: column; } }

/* --- page 2667 Hizmetlerimiz --- */
.yp-services-section {
    padding: 80px 20px;
    background-color: #f4f7fb;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
  }

  .yp-services-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .yp-services-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .yp-services-kicker {
    color: #35a1d9; 
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
  }

  .yp-services-title {
    font-size: 42px;
    font-weight: 800;
    color: #2b5892; 
    margin: 0;
    line-height: 1.2;
  }

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

  .yp-service-card {
    flex: 1 1 30%;
    min-width: 320px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    border-bottom: 4px solid transparent;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-sizing: border-box;
  }

  .yp-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(43, 88, 146, 0.12);
    border-bottom: 4px solid #35a1d9; 
  }

  .yp-service-image {
    width: 100%;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
  }

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

  .yp-service-card:hover .yp-service-image img {
    transform: scale(1.05); 
  }

  .yp-service-name {
    font-size: 20px;
    font-weight: 700;
    color: #3b3b4f;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    transition: color 0.3s ease;
  }

  .yp-service-card:hover .yp-service-name {
    color: #2b5892; 
  }

  .yp-service-desc {
    font-size: 14px;
    color: #777777;
    line-height: 1.7;
    text-align: center;
    margin: 0;
    flex-grow: 1; 
  }

  .yp-service-arrow {
    text-align: right;
    margin-top: 20px;
    color: #cccccc;
    transition: all 0.3s ease;
  }

  .yp-service-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .yp-service-card:hover .yp-service-arrow {
    color: #35a1d9;
    transform: translateX(5px); 
  }

  @media (max-width: 959px) {
    .yp-services-section {
      padding: 60px 15px;
    }
    .yp-services-title {
      font-size: 32px;
    }
    .yp-service-card {
      flex: 1 1 100%;
    }
  }

/* --- page 1 Anasayfa --- */
.yoo-hero-section {
    position: relative;
    background-image: url('https://misturpersonel.com.tr/wp-content/uploads/2026/04/mainback.jpg');
    background-size: cover;
    background-position: center;
    padding: 140px 20px;
    display: flex;
    align-items: center;
    font-family: inherit;
  }

  .yoo-hero-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }

  .yoo-hero-content {
    max-width: 750px; 
  }

  .yoo-hero-title {
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
  }
.yoo-hero-title-h2 {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .yoo-hero-title strong {
    font-weight: 800; 
  }

  .yoo-hero-desc {
    font-size: 18px;
    color: #f1f1f1;
    line-height: 1.6;
    margin-bottom: 40px;
  }

  .yoo-hero-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

  .yoo-hero-btn {
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 3px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-align: center;
    border: none;
  }

  .yoo-btn-green {
    background-color: #00d664;
    color: #ffffff !important;
  }

  .yoo-btn-green:hover {
    background-color: #00b855;
  }

  .yoo-btn-white {
    background-color: #ffffff;
    color: #1a4b76 !important; 
  }

  .yoo-btn-white:hover {
    background-color: #f0f0f0;
  }

  @media (max-width: 959px) {
    .yoo-hero-section {
      padding: 80px 20px;
    }
    .yoo-hero-title {
      font-size: 34px;
    }
    .yoo-hero-title-h2{
      font-size: 16px; color: #fff;
    }
    .yoo-hero-desc {
      font-size: 16px;
    }
    .yoo-hero-btn {
      width: 100%; 
    }
  }

/* --- page 1 Anasayfa --- */
.yp-premium-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    font-family: inherit;
  }

  .yp-left-col, .yp-right-col {
    flex: 1;
    min-width: 320px;
  }
    
  .yp-kicker {
    color: #35a1d9;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: block;
  }

  .yp-title {
    font-size: 44px;
    color: #2b5892;
    line-height: 1.2;
    margin: 0 0 20px 0;
  }

  .yp-title strong {
    font-weight: 800;
    display: block;
  }

  .yp-title span {
    font-weight: 300;
    color: #4a4a4a;
  }

  .yp-desc {
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .yp-btn {
    display: inline-block;
    background-color: #35a1d9; 
    color: #ffffff !important;
    padding: 16px 36px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(53, 161, 217, 0.3);
  }

  .yp-btn:hover {
    background-color: #2b5892;
    box-shadow: 0 8px 20px rgba(43, 88, 146, 0.4);
    transform: translateY(-2px);
  }

  .yp-right-col {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .yp-right-wrapper {
    position: relative;
    width: 100%;
    max-width: 550px;
    padding-top: 90px;
  }

  .yp-dots {
    position: absolute;
    top: 0;
    right: -100px;
    width: 150px;
    height: 150px;
    background-image: radial-gradient(#35a1d9 2.5px, transparent 2.5px);
    background-size: 20px 20px;
    opacity: 0.3;
    z-index: 0;
    transform: rotate(45deg);
  }

  .yp-image-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  }

  .yp-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }

  .yp-banner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 85%; 
    background: #2b5892; 
    color: #ffffff;
    padding: 20px 30px;
    border-radius: 6px;
    z-index: 2;
    text-align: center;
    box-shadow: 0 10px 20px rgba(43, 88, 146, 0.4);
  }

  .yp-banner-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 5px 0;
    letter-spacing: 0.5px;
    color: #ffffff;
  }

  .yp-banner-subtitle {
    font-family: 'Brush Script MT', 'Segoe Script', 'Caveat', cursive; 
    font-size: 26px;
    color: #e6f3fb; 
    margin: 0;
    font-weight: 400;
    transform: rotate(-3deg);
  }


  @media (max-width: 959px) {
    .yp-premium-section {
      flex-direction: column;
      padding: 40px 20px;
    }
    .yp-title {
      font-size: 34px;
    }
    .yp-dots {
      display: none; 
    }
    .yp-banner {
      width: 95%;
      padding: 15px 20px;
    }
    .yp-banner-title {
      font-size: 18px;
    }
  }

/* --- page 1 Anasayfa --- */
/* Ana Kapsayıcı ve Hafif Arka Plan */
  .yp-light-section {
    background-color: #f7f9fc; 
    padding: 60px 15px; /* Mobilde taşmayı önlemek için boşluklar optimize edildi */
    font-family: inherit;
    width: 100%;
    box-sizing: border-box !important;
    overflow: hidden; /* Yatay kaymayı (sağa taşmayı) kesin olarak engeller */
  }

  .yp-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Sol Sütun: min-width kaldırıldı, %100 genişlik esnekliği verildi */
  .yp-left-col {
    flex: 1 1 45%;
    width: 100%;
  }

  /* Sağ Sütun */
  .yp-right-col {
    flex: 1 1 45%;
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .yp-right-col > * {
    width: 100% !important;
    display: block !important;
  }

  /* Sol Sütun: Görsel Kutusu */
  .yp-image-box {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    width: 100%;
    display: block;
  }

  .yp-image-box img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
  }

  /* Görsel Üzeri Metin Katmanı (En yukarıdaki mavi boşluğa hizalandı) */
  .yp-overlay-text {
    position: absolute;
    top: 8%; /* Otobüse değmemesi için iyice yukarı alındı */
    left: 4%;
    right: 4%;
    text-align: center;
    z-index: 2;
  }

  .yp-overlay-line1 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6) !important;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.2;
    display: block;
  }

  .yp-overlay-line2 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 8px;
    display: block;
  }

  .yp-overlay-line3 {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6) !important;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    display: block;
  }

  /* Sağ Sütun: İçerik Tipografisi */
  .yp-section-title {
    font-size: 38px;
    font-weight: 700;
    color: #3b3b4f;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 25px !important;
  }

  .yp-paragraph {
    font-size: 16px;
    color: #555555;
    line-height: 1.8;
    margin-top: 0;
    margin-bottom: 15px !important;
  }

  /* Telefon Linki Özellikleri */
  .yp-phone-link {
    font-size: 36px;
    font-weight: 800;
    color: #3b3b4f !important;
    margin-top: 20px !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
  }

  .yp-phone-link:hover {
    color: #2b5892 !important;
  }

  /* Mobil Ekranlar İçin Düzenleme */
  @media (max-width: 959px) {
    .yp-container {
      flex-direction: column;
    }
    .yp-left-col, .yp-right-col {
      flex: 1 1 100%; /* Mobilde tam genişlik */
    }
    .yp-section-title {
      font-size: 30px;
    }
    /* Mobilde metinlerin otobüsün üstüne düşmesini engellemek için font boyutları küçültüldü */
    .yp-overlay-line1 {
      font-size: 17px;
      margin-bottom: 4px;
    }
    .yp-overlay-line2 {
      font-size: 10.5px;
      line-height: 1.3;
      margin-bottom: 4px;
    }
    .yp-overlay-line3 {
      font-size: 18px;
    }
    .yp-overlay-text {
      top: 4%; 
    }
    .yp-phone-link {
      font-size: 28px;
    }
  }

/* --- page 1 Anasayfa --- */
.yp-services-section {
    padding: 80px 20px;
    background-color: #f4f7fb; 
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
  }

  .yp-services-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .yp-services-header {
    text-align: center;
    margin-bottom: 50px;
  }

  .yp-services-kicker {
    color: #35a1d9; 
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
  }

  .yp-services-title {
    font-size: 42px;
    font-weight: 800;
    color: #2b5892; 
    margin: 0;
    line-height: 1.2;
  }

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

  .yp-service-card {
    flex: 1 1 30%;
    min-width: 320px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 35px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
    border-bottom: 4px solid transparent;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-sizing: border-box;
  }

  .yp-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(43, 88, 146, 0.12);
    border-bottom: 4px solid #35a1d9; 
  }

  .yp-service-image {
    width: 100%;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
  }

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

  .yp-service-card:hover .yp-service-image img {
    transform: scale(1.05); 
  }

  .yp-service-name {
    font-size: 20px;
    font-weight: 700;
    color: #3b3b4f;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    transition: color 0.3s ease;
  }

  .yp-service-card:hover .yp-service-name {
    color: #2b5892;
  }

  .yp-service-desc {
    font-size: 14px;
    color: #777777;
    line-height: 1.7;
    text-align: center;
    margin: 0;
    flex-grow: 1; 
  }

  .yp-service-arrow {
    text-align: right;
    margin-top: 20px;
    color: #cccccc;
    transition: all 0.3s ease;
  }

  .yp-service-arrow svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .yp-service-card:hover .yp-service-arrow {
    color: #35a1d9;
    transform: translateX(5px); 
  }

  @media (max-width: 959px) {
    .yp-services-section {
      padding: 60px 15px;
    }
    .yp-services-title {
      font-size: 32px;
    }
    .yp-service-card {
      flex: 1 1 100%;
    }
  }

/* --- page 1 Anasayfa --- */
/* Ana Kapsayıcı */
  .yp-features-section {
    padding: 80px 20px;
    background-color: #ffffff;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box !important;
    overflow: hidden; /* Dışa taşmaları engeller */
  }

  .yp-features-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
  }

  /* Sol Sütun: Görsel Alanı */
  .yp-features-left {
    flex: 1 1 45%;
    position: relative;
    min-width: 320px;
  }

  /* Noktalı Desen (Sol Alt) */
  .yp-feat-dots {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(#35a1d9 2.5px, transparent 2.5px);
    background-size: 20px 20px;
    opacity: 0.3;
    z-index: 0;
    transform: rotate(45deg);
  }

  /* Ana Görsel Çerçevesi */
  .yp-feat-image-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .yp-feat-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    /* Görselin kendisi png olduğu için hafif bir süzülme efekti eklenebilir */
    transition: transform 0.5s ease;
  }

  .yp-features-left:hover .yp-feat-image-wrapper img {
    transform: scale(1.02);
  }

  /* Sağ Sütun: Özellikler Listesi */
  .yp-features-right {
    flex: 1 1 45%;
    min-width: 320px;
    display: flex !important;
    flex-direction: column !important;
    gap: 40px !important; /* Maddeler arası boşluk */
  }

  /* Tekil Madde (Satır Yapısı) */
  .yp-feature-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    transition: transform 0.3s ease;
  }

  .yp-feature-item:hover {
    transform: translateX(10px); /* Üzerine gelince hafifçe sağa kayar */
  }

  /* İkon Alanı */
  .yp-feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #35a1d9; /* Açık kurumsal mavi */
    transition: transform 0.3s ease;
  }

  .yp-feature-item:hover .yp-feature-icon {
    transform: translateY(-5px); /* İkon yukarı zıplar */
    color: #2b5892; /* Koyu maviye döner */
  }

  .yp-feature-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* Metin Alanı */
  .yp-feature-content {
    flex: 1;
    display: flex !important;
    flex-direction: column !important;
  }

  .yp-feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #2b5892; /* Koyu kurumsal mavi başlık */
    margin: 0 0 10px 0 !important;
    line-height: 1.3;
  }

  .yp-feature-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin: 0 !important;
  }

  /* Mobil Ekran Düzenlemeleri */
  @media (max-width: 959px) {
    .yp-features-section {
      padding: 60px 15px;
    }
    .yp-features-container {
      flex-direction: column;
      gap: 50px;
    }
    .yp-feat-dots {
      left: -10px;
      bottom: -10px;
      width: 120px;
      height: 120px;
    }
    .yp-feature-item {
      gap: 15px !important;
    }
    .yp-feature-title {
      font-size: 18px;
    }
    .yp-feature-desc {
      font-size: 14px;
    }
    .yp-feature-item:hover {
      transform: none; /* Mobilde yatay kaymayı iptal et (taşmayı önler) */
    }
  }

/* --- page 1 Anasayfa --- */
/* Ana Kapsayıcı */
  .yp-faq-section {
    padding: 80px 20px;
    background-color: #f4f7fb; /* Arka planı hafif canlı tutan açık mavi/gri */
    font-family: inherit;
    width: 100%;
    box-sizing: border-box !important;
    overflow: hidden;
  }

  .yp-faq-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
  }

  /* Sol Sütun: Görsel ve Animasyon */
  .yp-faq-left {
    flex: 1 1 40%;
    min-width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Araca canlılık katan hafif süzülme efekti */
  @keyframes float-van {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
  }

  .yp-faq-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    animation: float-van 5s ease-in-out infinite;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15)); /* Premium gölge */
  }

  /* Sağ Sütun: Akordeon Alanı */
  .yp-faq-right {
    flex: 1 1 50%;
    min-width: 320px;
    display: flex !important;
    flex-direction: column !important;
  }

  .yp-faq-title {
    font-size: 36px;
    font-weight: 800;
    color: #2b5892; /* Koyu kurumsal mavi */
    margin-top: 0;
    margin-bottom: 40px !important;
    line-height: 1.2;
  }

  /* Akordeon Listesi */
  .yp-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .yp-accordion-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eef2f7;
    border-left: 4px solid transparent; /* Aktif olduğunda mavi olacak */
  }

  /* Aktif olan sekmenin tasarımı */
  .yp-accordion-item.active {
    border-left: 4px solid #35a1d9; /* Açık kurumsal mavi vurgusu */
    box-shadow: 0 8px 25px rgba(53, 161, 217, 0.15);
  }

  /* Soru Butonu (Header) */
  .yp-accordion-header {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #3b3b4f;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
    transition: color 0.3s ease;
  }

  .yp-accordion-item.active .yp-accordion-header {
    color: #2b5892;
  }

  /* Sağdaki İkon (Artı / Eksi) */
  .yp-accordion-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    color: #35a1d9;
  }

  .yp-accordion-icon::before,
  .yp-accordion-icon::after {
    content: '';
    position: absolute;
    background-color: currentColor;
    transition: transform 0.3s ease;
  }

  /* Yatay Çizgi */
  .yp-accordion-icon::before {
    top: 11px;
    left: 4px;
    width: 16px;
    height: 2px;
  }

  /* Dikey Çizgi */
  .yp-accordion-icon::after {
    top: 4px;
    left: 11px;
    width: 2px;
    height: 16px;
  }

  /* Aktif olduğunda Eksi ikonuna dönüşüm */
  .yp-accordion-item.active .yp-accordion-icon::after {
    transform: scaleY(0);
  }

  .yp-accordion-item.active .yp-accordion-icon {
    color: #2b5892;
  }

  /* Cevap İçeriği Alanı (CSS Grid ile yumuşak açılış) */
  .yp-accordion-content-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
  }

  .yp-accordion-item.active .yp-accordion-content-wrapper {
    grid-template-rows: 1fr;
  }

  .yp-accordion-content {
    overflow: hidden;
  }

  .yp-accordion-inner {
    padding: 0 25px 20px 25px;
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
  }

  /* Mobil Ekranlar İçin Düzenleme */
  @media (max-width: 959px) {
    .yp-faq-section {
      padding: 60px 15px;
    }
    .yp-faq-container {
      flex-direction: column;
      gap: 40px;
    }
    .yp-faq-title {
      font-size: 28px;
      text-align: center;
      margin-bottom: 30px !important;
    }
    .yp-accordion-header {
      font-size: 15px;
      padding: 15px 20px;
    }
    .yp-accordion-inner {
      padding: 0 20px 15px 20px;
      font-size: 14px;
    }
  }

/* --- page 1 Anasayfa --- */
.yp-contact-section, .yp-contact-section * {
    box-sizing: border-box !important;
  }

  .yp-contact-section {
    position: relative;
    padding: 100px 20px;
    font-family: inherit;
    width: 100%;
    max-width: 100vw;
    overflow: hidden !important; 
  }

  .yp-contact-map-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .yp-contact-map-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    border: none;
    pointer-events: none;
    filter: grayscale(80%) contrast(1.1);
  }

  .yp-contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(43, 88, 146, 0.96) 0%, rgba(28, 60, 102, 0.88) 100%);
    z-index: 1;
  }

  .yp-contact-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    width: 100%;
  }

  .yp-contact-left {
    flex: 1 1 45%;
    width: 100%;
    color: #ffffff;
  }

  .yp-contact-kicker {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 15px;
  }

  .yp-contact-title {
    font-size: 42px;
    color: #fff;
    font-weight: 800;
    margin: 0 0 15px 0;
    line-height: 1.2;
    word-break: break-word;
  }

  .yp-contact-desc {
    font-size: 16px;
    color: #d1e2f3;
    margin-bottom: 40px;
    line-height: 1.6;
  }

  .yp-contact-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .yp-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
  }

  .yp-contact-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(53, 161, 217, 0.15);
    border: 1px solid rgba(53, 161, 217, 0.3);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #35a1d9;
    flex-shrink: 0;
  }

  .yp-contact-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }

  .yp-contact-text {
    flex: 1;
    min-width: 0; 
  }

  .yp-contact-text h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #ffffff;
  }

  .yp-contact-text a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    word-break: break-word; 
    display: inline-block;
  }

  .yp-contact-right {
    flex: 1 1 45%;
    width: 100%;
    max-width: 100%;
  }

  .yp-form-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    width: 100%;
    overflow: hidden; 
  }

  .yp-form-card h3 {
    margin-top: 0;
    color: #2b5892;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .yp-form-card p {
    color: #666666;
    margin-bottom: 30px;
    line-height: 1.5;
  }

  .yp-forminator-placeholder {
    background: #f4f7fb;
    border: 2px dashed #35a1d9;
    border-radius: 8px;
    padding: 30px 15px;
    text-align: center;
    width: 100%;
  }

  .yp-forminator-placeholder code {
    display: block; 
    background: #ffffff;
    color: #2b5892;
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    word-break: break-all; 
    white-space: normal;
  }

  @media (max-width: 959px) {
    .yp-contact-section {
      padding: 60px 15px;
    }
    .yp-contact-container {
      flex-direction: column;
      gap: 50px;
    }
    .yp-contact-left, .yp-contact-right {
      flex: none !important; 
      width: 100% !important;
      max-width: 100% !important;
    }
    .yp-contact-title {
      font-size: 32px;
    }
    .yp-form-card {
      padding: 30px 20px;
    }
  }

/* --- page 1 Anasayfa --- */
.yp-osb-home-section {
    padding: 90px 20px;
    background-color: #ffffff;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box !important;
  }

  .yp-osb-home-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .yp-osb-home-header {
    text-align: center;
    margin-bottom: 60px;
  }

  .yp-osb-home-kicker {
    color: #35a1d9; 
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
  }

  .yp-osb-home-title {
    font-size: 38px;
    font-weight: 800;
    color: #2b5892; 
    margin: 0;
    line-height: 1.2;
  }

  .yp-osb-home-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .yp-osb-home-card {
    background: #f8fafc;
    border: 1px solid #edf2f7;
    padding: 22px 25px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
  }

  .yp-osb-home-card:hover {
    background: #ffffff;
    border-color: #35a1d9;
    border-left: 4px solid #35a1d9;
    box-shadow: 0 10px 30px rgba(43, 88, 146, 0.08);
    transform: translateY(-3px);
  }

  .yp-osb-home-icon {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background-color: #cbd5e0;
    border-radius: 50%;
    transition: background-color 0.3s ease;
  }

  .yp-osb-home-card:hover .yp-osb-home-icon {
    background-color: #35a1d9;
  }

  .yp-osb-home-name {
    font-size: 15px;
    font-weight: 700;
    color: #3b3b4f;
    line-height: 1.4;
  }

  @media (max-width: 1024px) {
    .yp-osb-home-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 767px) {
    .yp-osb-home-section {
      padding: 60px 15px;
    }
    .yp-osb-home-title {
      font-size: 28px;
    }
    .yp-osb-home-grid {
      grid-template-columns: 1fr;
    }
    .yp-osb-home-card {
      padding: 18px 20px;
    }
  }
