.nurse-img {
    width: 80%;
    margin: 0px auto 80px;
    display: block;
}

.guide-section {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.guide-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 40px;
    color: #1a1a1a;
}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.guide-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    height: 230px;
    padding: 20px;
}

.guide-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
    background-color: #F7F8F9;
}

.guide-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.guide-card img {
    position: absolute;
    object-fit: cover;
    top: 20px;
    left: 20px;
    height: 190px;
    width: 40%;
    z-index: 2;
    border-radius: 12px;
}

.guide-content {
    position: absolute;
    object-fit: cover;
    top: 20px;
    right: 20px;
    height: 190px;
    width: 40%;
    z-index: 2;
}

.guide-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

.btn-download {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #0056b3;
    text-decoration: none;
    transition: color 0.2s;
}

.btn-download i {
    font-size: 18px;
    margin-right: 6px;
}

.btn-download:hover {
    color: #003d80;
}

.guide-card .c-classic-button span {
    font-size: 14px;
}

.guide-card .c-classic-button {
    bottom: 0;
    position: absolute;
}

.career-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.career-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.career-title {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
}

.career-link {
    font-size: 18px;
    font-weight: 500;
    color: #0056b3;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.career-link:hover {
    color: #003d80;
}

.career-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.career-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    height: 240px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.career-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.career-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.career-btn {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: #0056b3;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.2s ease;
}

.career-btn i {
    margin-right: 6px;
    font-size: 18px;
}

.career-btn:hover {
    color: #003d80;
}

.career-logos {
    display: flex;
    align-items: center;
    gap: 15px;
}

.career-logos img {
    height: 28px;
    object-fit: contain;
}

.left-career {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.right-career {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.nurse-full {
    display: block;
    width: 100%;
    margin-bottom: 100px;
}

.guide-section .o-section__head-title { margin-bottom:20px; }

.c-documents__head-logo::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .55);
    z-index: 1;
}

.c-documents__content {
    position: relative;
    z-index: 10;
}

.nursing-model {
    border-radius: 32px;
    padding: 32px;
    background: white;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.nursing-model h2 {
    color: #003d80;
    font-size: 24px;
}

.nursing-model h3 {
    color: #0056b3;
    font-size: 20px;
}

.nursing-model p,
.nursing-model ul li,
.nursing-model ol li {
    color: #141414;
    font-size: 14px;
}

.reference-box {
    margin-top: 40px;
    padding: 25px 30px;
    background-color: #f8f9fb;
    border-left: 4px solid #005596;
    border-radius: 8px;
}

.reference-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #005596;
}

.reference-box ol {
    padding-left: 20px;
    margin: 0;
}

.reference-box li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
}

.reference-box a {
    color: #005596;
    text-decoration: none;
    transition: color 0.2s ease;
}

.reference-box a:hover {
    color: #003d80;
    text-decoration: underline;
}

.c-card__item {
    height: 350px;
}

.homeAside {
    background-color: #003d80 !important;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    margin-bottom: 40px;
    display: block !important;
    padding-left: 20px;
}

.homeAside svg {
    opacity: 1 !important;
    display: inline-block;
    margin-top: 8px !important;
    float: left;
    margin-right: 15px !important;
}

.c-corporate-page {
    margin-top: 200px;
}
.nurse-page .c-subpage-promo__title a{
    padding:10px; display: block; background:#00b6f1; border-radius:10px; position: absolute; color:#FFF; min-width:60px; text-align:center; left: 23px; transform: translate(0, -50%); top: 50%;
}
.nurse-page .c-subpage-promo__title h1{
    padding-left: 100px;
    padding-right: 25px;
    text-align:left
    min-height: 50px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
main{
    padding-top: 0 !important;
}
.c-classic-button__arrow{
    display:none !important;
}
.hero-nursing{
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 520px; margin-bottom: 60px;
    display: flex; margin-top: 60px;
    place-items: center;
    padding: 56px 24px;
    color: #fff;

    /* Arka plan görseli */
    background-image: url("https://cdn.scope.digital/hemsirelik/hemsirelik-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: end;
    flex-direction: column;
    align-items: center;
  }
.o-section--gray,.o-section--half-gray{ padding:60px 0px; }
  .nurse_video_content_section .video_content_wrapper{ padding:60px 0px; padding-bottom: 30px; background:#FFF; border-radius:30px; }
  .nurse_video_content_section{ padding-bottom:0px; padding-top:30px; }
  .nurse_video_content_section video{ mix-blend-mode: multiply; }

  .nurse_personel_card_list{ margin-bottom:0px; }
  .banner-section { padding:60px 0px; }
  .banner-section img{  border:1px solid black;margin:0px auto;max-width:1024px; width:100%; }

  /* Alttan gelen koyu gradient + kenarlarda vinyet hissi */
  .hero-nursing::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
      radial-gradient(80% 90% at 50% 25%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.65) 100%),
      linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.25) 55%, rgba(0,0,0,0) 100%);
  }

  .hero-nursing__content{
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 920px;
    padding: 0 12px;
  }

  .hero-nursing__content h2{
    margin: 0 0 14px 0;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-shadow: 0 6px 22px rgba(0,0,0,0.35);
  }

  .hero-nursing__content p{
    margin: 0 auto 18px auto;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.55;
    opacity: 0.95;
    text-shadow: 0 6px 22px rgba(0,0,0,0.35);
  }

  .hero-nursing__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 12px 22px;
    border-radius: 999px;
    background: #21B7E8; /* buton mavi */
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;

    box-shadow: 0 10px 26px rgba(0,0,0,0.25);
    transition: transform .15s ease, filter .15s ease;
  }
  .hero-nursing__btn:hover{ transform: translateY(-1px); filter: brightness(1.03); }
  .hero-nursing__btn:active{ transform: translateY(0); }

  .hero-nursing__btnIcon{
    width: 22px;
    height: 22px;
    display: inline-grid;
    place-items: center;
    border-radius: 6px;
    background: rgba(255,255,255,0.18);
    font-size: 14px;
    line-height: 1;
  }

  /* Sağ alt marka alanı */
  .hero-nursing__brand{
    position: absolute;
    right: 22px;
    bottom: 18px;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    gap: 10px;
  }

  .hero-nursing__logo{

    width: auto;
    display: block;
    filter: drop-shadow(0 10px 22px rgba(0,0,0,0.35));
  }
.feature-applications{ padding-top:60px; }
.c-framed-button__icon{ display:none; }
.nurse-video{
    position: relative;
    padding: 48px 16px 56px;
    overflow: hidden;
  }

  .nurse-video__inner{
    margin: 0 auto;
    position: relative;
  }

  .nurse-video__title{
    margin: 0 0 22px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .2px;
    color: #212120;
    text-transform: uppercase;
  }

  /* Mavi “kanatlar” (arkadaki sağ/sol şekiller) */
  .nurse-video__inner::before,
  .nurse-video__inner::after{
    content:"";
    position:absolute;
    top: 86px;              /* başlığın altına hizala */
    width: 44%;
    height: 76%;
    z-index: 0;
    opacity: .95;

    background: linear-gradient(90deg, #0B3A6B 0%, #0E5E9A 45%, #0FA2D3 100%);
    filter: saturate(1.05);
  }

  .nurse-video__inner::before{
    left: -8%;
    clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
    border-radius: 18px;
    transform: translate(10px, -50%);
    top: 50%;
  }

  .nurse-video__inner::after{
    right: -8%;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 12% 100%, 0 50%);
    border-radius: 18px;
    background: linear-gradient(90deg, #0FA2D3 0%, #0E5E9A 55%, #0B3A6B 100%);
    transform: translate(10px, -50%);
    top: 50%;
  }

  /* Video kartı */
  .nurse-video__card{
    position: relative;
    z-index: 1;
    display: block;
    width: min(760px, 92%);
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
  }

  .nurse-video__poster{
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1.01);
  }

  /* Hafif karartma (poster üstüne) */
  .nurse-video__card::before{
    content:""; z-index: 44;
    position:absolute;
    inset:0;
    background:
      radial-gradient(70% 70% at 50% 55%, rgba(0,0,0,.10) 0%, rgba(0,0,0,.35) 72%, rgba(0,0,0,.55) 100%);
    pointer-events:none;
  }

  /* Play butonu */
  .nurse-video__play{
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    width: 64px;
    height: 44px;
    border-radius: 12px;

    background: #E53935;
    display: grid;
    place-items: center;

    box-shadow: 0 16px 35px rgba(0,0,0,.35);
  }

  .nurse-video__card:hover .nurse-video__play{
    filter: brightness(1.05);
  }
main{ padding-bottom:0px; }
@media (max-width: 767px) {
     .nurse-video{
      padding: 38px 12px 44px;
      padding-top: 0px;
        margin-bottom: -20px;
    }

    .nurse-video__title{
      font-size: 22px;
      margin-bottom: 16px;
    }

    .nurse-video__inner::before,
    .nurse-video__inner::after{
      width: 58%;
      opacity: .9;
    }

    .nurse-video__inner::before{ left: -18%; }
    .nurse-video__inner::after{ right: -18%; }

    .nurse-video__card{
      width: calc(100% - 60px);
      border-radius: 12px;
    }

    .nurse-video__play{
      width: 56px;
      height: 40px;
      border-radius: 12px;
    }
    .career-card{ height:190px; }
    .c-documents__content{ background:none; box-shadow:none; }
    .o-section__head-title{ line-height:1.4; }
    .o-section--gray{ padding:30px 0px; }
    .guide-card{ height:140px; }
    .guide-section{ margin-bottom:0px; padding:0px; }
    .guide-section .o-section__head-title{ margin-bottom:15px; }
    .career-section,.guide-section{ padding:30px 0px; }
    .guide-content h3{ font-size:14px; line-height:1.4; }
    .guide-card img,.guide-content{ height:calc(100% - 40px); }
    .feature-applications{ padding-top:30px; margin-bottom:0px; }
    .hero-nursing{ margin-bottom:40px; margin-top:40px; }
    .nurse-full{ margin-bottom:0px;  }
    .c-card__item{ height:100px !important; }
    .nurse-img{ margin:0px; height:auto; margin-bottom:30px !important; width:100%; }
    .c-corporate-page{
        margin-top: 48px;
    }

        .hero-nursing{
      min-height: 420px;
      padding: 42px 16px;
      border-radius: 18px;
    }

    .hero-nursing__content h2{
      font-size: 28px;
      margin-bottom: 10px;
    }

    .hero-nursing__content p{
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 16px;
    }

    .hero-nursing__btn{
      width: min(320px, 100%);
      padding: 12px 18px;
    }

    .hero-nursing__brand{
      right: 14px;
      bottom: 12px;
    }

    .hero-nursing__logo{
      height: 44px;
    }
}