html{
    overflow-x:hidden !important;
    font-family:'Manrope',sans-serif !important;
}
body{
    min-height:100vh !important;
    overflow-x:hidden !important;
    position:relative !important;
    font-family:'Manrope',sans-serif !important;
    color:#22213b;
}
a{
    text-decoration:none !important;
    color:inherit;
}
.bin{
    width:1350px;
}
.ysf-navbar {
    background-color: #ffffff;
    height: 90px;
    width: 100%;
    z-index: 1050;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    transition: background-color 0.3s ease, height 0.3s ease;
}
.ysf-navbar .row {
    height: 90px;
}
.ysf-logo-col {
    margin-left:25px;
    padding-left: 65px;
}
.ysf-logo img {
    height: 48px;
    transition: 0.3s ease;
}
.ysf-menu-col {
    text-align: left;
    padding-left: 20px;
}
.ysf-menu {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ysf-menu li {
    margin: 0 12px;
}
.ysf-menu li a {
    color: #16233b;   /* #fff idi */
    font-weight: 700;
    font-size: 13.4px;
    line-height: 60px;
    text-decoration: none;
    position: relative;
    padding: 0 2px;
    transition: color 0.25s ease;
}
.ysf-menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background: #f4a132;
    transition: width 0.3s ease;
}
.ysf-menu li a:hover {
    color: #f4a132;
}
.ysf-menu li a:hover::after {
    width: 100%;
}
.ysf-cta-col {
    height: 90px;
}
.ysf-cta {
    height: 90px;
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #f4a132, #e0921f);
    color: #fff;
    text-decoration: none;
    padding: 0 32px;
    transition: 0.3s ease;
    white-space: nowrap;
}
.ysf-cta i {
    font-size: 20px;
    color: #fff;
}
.ysf-cta span {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: left;
}
.ysf-cta b {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
}
.ysf-cta small {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    opacity: 0.9;
}
.ysf-cta:hover {
    background: linear-gradient(135deg, #ffb347, #f4a132);
    color: #fff;
}
.ysf-burger {
    background: transparent;
    border: none;
    width: 42px;
    height: 42px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
    z-index: 1200;
}
.ysf-burger span {
    display: block;
    position: absolute;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #16233b;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.ysf-burger span:nth-child(1) { top: 13px; }
.ysf-burger span:nth-child(2) { top: 20px; }
.ysf-burger span:nth-child(3) { top: 27px; }
.ysf-burger.active span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
}
.ysf-burger.active span:nth-child(2) {
    opacity: 0;
}
.ysf-burger.active span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
}
.ysf-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    max-width: 360px;
    height: 100%;
    background: #ffffff;               /* #16233b idi */
    z-index: 1300;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    flex-direction: column;
    box-shadow: -10px 0 40px rgba(0,0,0,0.15);   /* biraz hafiflettim */
}

.ysf-mobile-menu.active {
    right: 0;
}
.ysf-mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px;
    border-bottom: 1px solid #eef0f4;  /* beyaz çizgi görünmezdi */
}
.ysf-mobile-menu-header img {
    height: 38px;
}
.ysf-mobile-menu-header button {
    background: #f6f8fb;               /* rgba(255,255,255,0.08) idi */
    border: none;
    color: #16233b;                    /* #fff idi */
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.ysf-mobile-links {
    list-style: none;
    padding: 20px 10px;
    margin: 0;
    flex-grow: 1;
    overflow-y: auto;
}
.ysf-mobile-links li a {
    display: block;
    color: #16233b;                    /* #fff idi */
    font-weight: 700;
    font-size: 15px;
    padding: 16px 20px;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.25s ease;
}

.ysf-mobile-links li a:hover,
.ysf-mobile-links li a:active {
    background: rgba(244, 161, 50, 0.12);
    color: #f4a132;
    padding-left: 28px;
}
.ysf-mobile-cta {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(135deg, #f4a132, #e0921f);
    color: #fff;
    text-decoration: none;
    padding: 20px 25px;
    margin: 15px;
    border-radius: 12px;
}
.ysf-mobile-cta i { font-size: 22px; color: #fff; }
.ysf-mobile-cta b { display: block; font-size: 15px; font-weight: 800; color: #fff; }
.ysf-mobile-cta small { font-size: 12px; color: #fff; opacity: 0.9; }
.ysf-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1250;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
.ysf-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}
.ysf-navbar.scrolled {
    height: 72px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.25);
}

.ysf-navbar.scrolled .row,
.ysf-navbar.scrolled .ysf-cta-col,
.ysf-navbar.scrolled .ysf-cta {
    height: 72px;
}
.ysf-navbar.scrolled .ysf-menu li a {
    line-height: 72px;
}

.hero-btns .ysf-hiz-btn-apply{
    padding:14px 28px;
    border-radius:10px;
    margin-right:10px !important;
}
@media (max-width: 991px) {
    .hero-btns {
        justify-content: center;
    }
    .hero-btns .ysf-hiz-btn-apply{
        margin-right:0px;
        margin-bottom:10px;
    }
    .hero-btns a{
        display:block !important;
        width:100% !important;
    }
}
.ysf-hiz-btn-detail-light{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:13.5px;
    padding:14px 28px;
    border-radius:10px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.25);
    color:#fff;
    transition:0.25s ease;
}
.ysf-hiz-btn-detail-light:hover{
    background:rgba(255,255,255,0.15);
    border-color:#f4a132;
    color:#f4a132;
}
.hero-stat{
    display:inline-block;
    background:transparent;
    border:none;
    padding:0;
    color:rgba(255,255,255,0.55);
    font-weight:600;
    font-size:12.5px;
}
.hero-section {
    background-color: #16294a;
    padding: 140px 0 70px;   /* eskiden 220px 0 120px idi */
    position: relative;
    overflow: hidden;
}
.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Badge - YSF FARKIYLA */
.hero-badge {
    display: inline-block;
    color: #f5a623;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

/* Başlık */
.hero-title {
    color: #ffffff;
    font-weight: 800;
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 24px;
}

.hero-title .text-warning {
    color: #f5a623 !important;
    display: block;
}

/* Açıklama */
.hero-desc {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 0;
}

/* İstatistik alanı */
.hero-stat {
    display: block;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

/* Görsel alanı */
.hero-img {
    position: relative;
}

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

/* ===== MARQUEE (YSF KURUMSAL kayan yazı) ===== */
.marquee-wrapper {
    margin-top: 60px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    width: 100%;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeScroll 20s linear infinite;
}

.marquee-track span {
    color: rgba(255, 255, 255, 0.15);
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 50px;
    letter-spacing: 2px;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .hero-section {
        padding: 60px 0 30px;
        text-align: center;
    }
    .hero-title {
        font-size: 32px;
    }
    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-img {
        margin-top: 30px;
    }
    .marquee-track span {
        font-size: 28px;
    }
}

.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    padding: 20px 0;
    margin-top: 40px;
}
.marquee-track {
    display: inline-flex;
    animation: scroll-left 20s linear infinite;
}
.marquee-track span {
    color: #b7c1d1;
    font-weight: 700;
    font-size: 22px;
    margin-right: 60px;
    white-space: nowrap;
}
@keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.ysf-footer {
    background-color: #16233b;
    padding-top: 50px;
    padding-bottom: 30px;
}
.ysf-footer-cta {
    background: linear-gradient(135deg, #f4a132, #e0921f);
    border-radius: 14px;
    padding: 30px 40px;
    margin-bottom: 55px;
}
.ysf-footer-cta-text p {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    margin: 0;
}
.ysf-footer-cta-items {
    justify-content: flex-end;
}
.ysf-footer-cta-item {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
}
.ysf-footer-cta-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: #16233b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
.ysf-footer-cta-item span {
    display: block;
    color: rgba(255,255,255,0.85);
    font-size: 13.4px;
    font-weight: 700;
}
.ysf-footer-cta-item b {
    display: block;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
}
.ysf-footer-cta-item a:hover{
    color: #fff !important;
}
.ysf-footer-main {
    margin-bottom: 35px;
}
.ysf-footer-col {
    margin-bottom: 30px;
}
.ysf-footer-logo img {
    height: 45px;
    margin-bottom: 20px;
}
.ysf-footer-desc {
    color: #FFF;
    font-weight:500;
    font-size: 14px;
    line-height: 1.8;
    max-width: 280px;
}
.ysf-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.ysf-footer-social a {
    width: 43px;
    height: 43px;
    background: rgba(244, 161, 50, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f4a132;
    font-size: 15px;
    transition: 0.3s ease;
}
.ysf-footer-social a:hover {
    background: #f4a132;
    color: #16233b;
    transform: translateY(-3px);
}
.ysf-footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 15.3px;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 12px;
}
.ysf-footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #f4a132;
    border-radius: 3px;
}
.ysf-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ysf-footer-links li {
    margin-bottom: 13px;
}
.ysf-footer-links a {
    color: #FFF;
    font-size: 14.2px;
    line-height: 1.6;
    font-weight: 600;
    transition: 0.25s ease;
    position: relative;
}
.ysf-footer-links a:hover {
    color: #f4a132;
    padding-left: 5px;
}
.ysf-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ysf-footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}
.ysf-footer-contact i {
    color: #f4a132;
    font-size: 15px;
    margin-top: 3px;
    min-width: 16px;
}
.ysf-footer-contact a,
.ysf-footer-contact span {
    color: #FFF;
    font-size: 14.2px;
    line-height: 1.6;
    font-weight: 600;
}
.ysf-footer-contact a:hover {
    color: #f4a132;
}
.ysf-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 25px;
}
.ysf-footer-bottom p {
    color: #8FA3C7;
    font-weight:600;
    font-size: 12.6px;
    margin: 0;
}
.ysf-footer-bottom-links a {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
    margin-left: 25px;
    transition: 0.25s ease;
}
.ysf-footer-bottom-links a:hover {
    color: #f4a132;
}
.ysf-navbar.scrolled-white {
    background-color: #ffffff;
    box-shadow: 0 4px 25px rgba(0,0,0,0.08);
}
.ysf-navbar.scrolled-white .ysf-menu li a {
    color: #16233b;
}
.ysf-navbar.scrolled-white .ysf-menu li a:hover {
    color: #f4a132;
}
.ysf-navbar.scrolled-white .ysf-burger span {
    background: #16233b;
}
.ysf-navbar.scrolled-white .ysf-cta {
    color: #fff;
}
.ysf-page-hero {
    background: linear-gradient(180deg, #16233b 0%, #1e3358 100%);
    padding-top: 150px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.ysf-page-hero-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 100%;
    background: rgba(255,255,255,0.03);
    clip-path: polygon(0 0, 70% 0, 40% 100%, 0 100%);
}
.ysf-page-title {
    color: #fff;
    font-weight: 800;
    font-size: 27px;
    margin: 9px 0 10px;
    position: relative;
}
.ysf-page-desc {
    color: #cdd5e0;
    font-weight:600;
    font-size: 13.8px;
    line-height:26px;
    max-width: 550px;
    position: relative;
}
.ysf-faq-section {
    padding: 60px 0;
    background: #fff;
}
.ysf-faq-left-title {
    font-weight: 700;
    font-size: 22px;
    color: #16233b;
    line-height: 1.25;
    margin-bottom: 18px;
}
*:focus{
    outline:none !important;
    box-shadow:none !important;
}
.ysf-faq-left-title span {
    color: #f4a132;
}
.ysf-faq-left-desc {
    color: #000;
    font-size: 14.1px;
    line-height: 24px;
    margin-bottom: 30px;
}
.ysf-faq-form-box {
    background: #f6f8fb;
    border-radius: 5px;
    padding: 20px 19px;
}
.ysf-faq-form-box h6 {
    font-weight: 700;
    font-size: 15px;
    color: #16233b;
    margin-top:10px;
    margin-bottom: 24px;
}
.ysf-faq-form .form-control {
    border-radius: 5px;
    padding: 12px 16px;
    font-weight:500;
    color:#333;
    font-size: 13.3px;
    margin-bottom: 2px;
    height: auto;
    box-shadow: none;
}
::placeholder{
    color:#515151 !important; 
    font-size:12px important;
    font-weight:600 !important;
}
.ysf-faq-form .form-control:focus {
    border-color: #f4a132;
    box-shadow: 0 0 0 3px rgba(244, 161, 50, 0.12);
}
.ysf-faq-form textarea.form-control {
    resize: none;
}
.ysf-faq-submit {
    background: linear-gradient(135deg, #f4a132, #e0921f);
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 14px;
    padding: 13px 30px;
    border-radius: 10px;
    width: 100%;
    transition: 0.3s ease;
}
.ysf-faq-submit:hover {
    background: linear-gradient(135deg, #ffb347, #f4a132);
}
.ysf-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.ysf-faq-item {
    background: #f6f8fb;
    border-radius: 14px;
    overflow: hidden;
    transition: background 0.3s ease;
}
.ysf-faq-item.active {
    background: #FFF;
}
.ysf-faq-question {
    width: 100%;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 22px 17px;
    font-weight: 600;
    font-size: 14.4px;
    color: #16233b;
    cursor: pointer;
}
.ysf-faq-question i {
    color: #f4a132;
    font-size: 14px;
    transition: transform 0.3s ease;
    min-width: 18px;
    text-align: center;
}
.ysf-faq-item.active .ysf-faq-question i {
    transform: rotate(45deg);
}
.ysf-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 17px;
}
.ysf-faq-item.active .ysf-faq-answer {
    max-height: 300px;
    padding: 0 17px 24px;
}
.ysf-faq-answer p {
    color: #000;
    font-weight:400;
    font-size: 14.4px;
    line-height: 24px;
    margin: 0;
}
.ysf-iso-marquee {
    overflow: hidden;
    white-space: nowrap;
    background: #fff;
    padding: 20px 0px;
}
.ysf-iso-track {
    display: inline-flex;
    animation: scroll-left 25s linear infinite;
}
.ysf-iso-track img{
    width:150px;
    height:70px;
    object-fit:contain;
}
.ysf-iso-track span {
    color: #b9c0cc;
    font-weight: 700;
    font-size: 15.3px;
    letter-spacing: 1px;
    margin-right: 70px;
    white-space: nowrap;
}

.ysf-ref-section {
    background: #FAFAFA;
}

.ysf-ref-marquee {
    overflow: hidden;
    white-space: nowrap;
    background: #FAFAFA;
    padding: 20px 0;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.ysf-ref-marquee-track {
    display: inline-flex;
    align-items: center;
    animation: ysf-ref-scroll-left 30s linear infinite;
}
.ysf-ref-marquee:hover .ysf-ref-marquee-track {
    animation-play-state: paused;
}
.ysf-ref-marquee-track span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
    white-space: nowrap;
}
.ysf-ref-logo {
    max-height: 32px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.75;
    transition: 0.3s ease;
}
.ysf-ref-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}
@keyframes ysf-ref-scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.ysf-ref-testimonial-box {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(22, 35, 59, 0.06);
    padding: 55px 60px;
    margin-top: 50px;
    text-align: center;
}
.ysf-ref-quote-icon {
    color: #16233b;
    font-size: 26px;
    margin-bottom: 20px;
    display: inline-block;
}
.ysf-ref-testimonial-text {
    color: #22213b;
    font-weight: 600;
    font-size: 15.3px;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto 28px;
}
.ysf-ref-testimonial-name {
    color: #16233b;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
}
.ysf-ref-testimonial-role {
    color: #8fa3c7;
    font-weight: 600;
    font-size: 13.4px;
}

.ysf-hiz-section {
    padding: 60px 0 80px;
    background: #fff;
}
.ysf-hiz-search-box {
    background: #f6f8fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    margin-bottom: 30px;
}
.ysf-hiz-search-box i {
    color: #f4a132;
    font-size: 16px;
}
.ysf-hiz-search-input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #22213b;
}
.ysf-hiz-search-input::placeholder {
    color: #8a8a8a;
    font-weight: 600;
}
.ysf-hiz-col {
    margin-bottom: 24px;
}
.ysf-hiz-card {
    display: flex;
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(22, 35, 59, 0.05);
    overflow: hidden;
    height: 100%;
}
.ysf-hiz-card-left {
    flex: 1 1 50%;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
}
.ysf-hiz-card-right {
    flex: 1 1 50%;
    background: #f6f8fb;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ysf-hiz-code {
    color: #16233b;
    font-weight: 800;
    font-size: 17.5px;
    margin-bottom: 12px;
}
.ysf-hiz-title {
    color: #16233b;
    font-weight: 700;
    font-size: 14.5px;
    line-height: 1.4;
    margin-bottom: 12px;
}
.ysf-hiz-desc {
    color: #676a79;
    font-weight: 500;
    font-size: 13.6px;
    line-height: 22px;
    margin-bottom: 22px;
    flex-grow: 1;
}
.ysf-hiz-btns {
    display: flex;
    gap: 10px;
}
.ysf-hiz-btn-apply,
.ysf-hiz-btn-detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13.5px;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: 0.25s ease;
}
.ysf-hiz-btn-apply {
    background: linear-gradient(135deg, #f4a132, #e0921f);
    color: #fff;
}
.ysf-hiz-btn-apply:hover {
    background: linear-gradient(135deg, #ffb347, #f4a132);
    color: #fff;
}
.ysf-hiz-btn-detail {
    background: #fff;
    color: #16233b;
    border: 1px solid #e2e5ec;
}
.ysf-hiz-btn-detail:hover {
    border-color: #f4a132;
    color: #f4a132;
}
.ysf-hiz-zorunlu-box h6 {
    color: #16233b;
    font-weight: 700;
    font-size: 14.5px;
    margin-bottom: 14px;
}
.ysf-hiz-zorunlu-box h6 span {
    color: #f4a132;
}
.ysf-hiz-zorunlu-box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.ysf-hiz-zorunlu-box ul li {
    position: relative;
    padding-left: 16px;
    color: #4a4d58;
    font-weight: 500;
    font-size: 13.4px;
    line-height: 1.9;
}
.ysf-hiz-zorunlu-box ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #16233b;
}

/* PDF kutusu */
.ysf-hiz-pdf-box {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    text-decoration: none !important;
    transition: 0.25s ease;
}
.ysf-hiz-pdf-box:hover {
    box-shadow: 0 6px 18px rgba(22, 35, 59, 0.08);
}
.ysf-hiz-pdf-icon {
    background: #f4a132;
    color: #16233b;
    font-weight: 800;
    font-size: 10.5px;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ysf-hiz-pdf-text {
    color: #16233b;
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
.ysf-hiz-pdf-text small {
    display: block;
    color: #8a8f9c;
    font-weight: 600;
    font-size: 11px;
}

.ysf-hiz-empty {
    text-align: center;
    color: #8a8f9c;
    font-weight: 600;
    font-size: 14.5px;
    padding: 40px 0;
}
.ysf-hd-section {
    padding: 70px 0 90px;
    background: #fff;
}
.ysf-hd-head {
    margin-bottom: 26px;
}
.ysf-hd-badge {
    display: inline-block;
    margin-bottom: 8px;
}
.ysf-hd-title {
    color: #16233b;
    font-weight: 800;
    font-size: 30px;
    margin: 0;
}
.ysf-hd-desc p {
    color: #4b4e5a;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}
.ysf-hd-zorunlu-box {
    background: #f6f8fb;
    border-radius: 16px;
    padding: 30px 32px;
    margin: 10px 0 45px;
}
.ysf-hd-zorunlu-box h6 {
    color: #16233b;
    font-weight: 700;
    font-size: 16.5px;
    margin-bottom: 20px;
}
.ysf-hd-zorunlu-box h6 span {
    color: #f4a132;
}
.ysf-hd-zorunlu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ysf-hd-zorunlu-list li {
    position: relative;
    padding-left: 18px;
    color: #333644;
    font-weight: 600;
    font-size: 14.3px;
    line-height: 1.8;
    margin-bottom: 14px;
}
.ysf-hd-zorunlu-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f4a132;
}
.ysf-hd-section-title {
    color: #16233b;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 22px;
}
.ysf-hd-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 50px;
}
.ysf-hd-faq-item {
    background: #fff;
    border: 1px solid #edeff4;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(22, 35, 59, 0.04);
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.ysf-hd-faq-item.active {
    border-color: rgba(244, 161, 50, 0.35);
    box-shadow: 0 12px 30px rgba(22, 35, 59, 0.08);
}
.ysf-hd-faq-question {
    width: 100%;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 22px 24px;
    font-weight: 700;
    font-size: 14.6px;
    color: #16233b;
    cursor: pointer;
}
.ysf-hd-faq-question i {
    color: #f4a132;
    font-size: 13px;
    min-width: 30px;
    height: 30px;
    background: rgba(244, 161, 50, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
}
.ysf-hd-faq-item.active .ysf-hd-faq-question i {
    transform: rotate(45deg);
    background: #f4a132;
    color: #fff;
}
.ysf-hd-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 24px;
}
.ysf-hd-faq-item.active .ysf-hd-faq-answer {
    max-height: 300px;
    padding: 0 24px 22px;
}
.ysf-hd-faq-answer p {
    color: #676a79;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.ysf-hd-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 10px;
    border-top: 1px solid #eef0f4;
}
.ysf-hd-pdf-box {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    padding: 10px 14px;
    border-radius: 10px;
    transition: 0.25s ease;
}
.ysf-hd-pdf-box:hover {
    background: #f6f8fb;
}
.ysf-hd-pdf-icon {
    background: #f4a132;
    color: #16233b;
    font-weight: 800;
    font-size: 10.5px;
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ysf-hd-pdf-text {
    color: #16233b;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}
.ysf-hd-pdf-text small {
    display: block;
    color: #8a8f9c;
    font-weight: 600;
    font-size: 11px;
}
.ysf-hd-actions {
    display: flex;
    gap: 14px;
}
.ysf-hd-btn-apply,
.ysf-hd-btn-info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 34px;
    border-radius: 10px;
    text-decoration: none !important;
    transition: 0.3s ease;
    white-space: nowrap;
}
.ysf-hd-btn-apply {
    background: linear-gradient(135deg, #f4a132, #e0921f);
    color: #fff;
    box-shadow: 0 10px 24px rgba(244, 161, 50, 0.28);
}
.ysf-hd-btn-apply:hover {
    background: linear-gradient(135deg, #ffb347, #f4a132);
    color: #fff;
    transform: translateY(-2px);
}
.ysf-hd-btn-info {
    background: linear-gradient(135deg, #6fcf7d, #4caf58);
    color: #fff;
    box-shadow: 0 10px 24px rgba(76, 175, 88, 0.28);
}
.ysf-hd-btn-info:hover {
    background: linear-gradient(135deg, #82db8f, #58bd64);
    color: #fff;
    transform: translateY(-2px);
}
.ysf-hd-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.ysf-hd-side-box {
    background: #f6f8fb;
    border-radius: 16px;
    padding: 28px 26px;
}
.ysf-hd-side-title {
    color: #16233b;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}
.ysf-hd-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ysf-hd-service-list li {
    margin-bottom: 4px;
}
.ysf-hd-service-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333644;
    font-weight: 600;
    font-size: 14.2px;
    padding: 10px 8px;
    border-radius: 8px;
    transition: 0.25s ease;
}
.ysf-hd-dash {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #16233b;
    border-radius: 2px;
    transition: 0.25s ease;
}
.ysf-hd-service-list li a:hover,
.ysf-hd-service-list li.active a {
    color: #f4a132;
    background: rgba(244, 161, 50, 0.08);
    padding-left: 12px;
}
.ysf-hd-service-list li a:hover .ysf-hd-dash,
.ysf-hd-service-list li.active a .ysf-hd-dash {
    background: #f4a132;
    width: 22px;
}
.ysf-hd-form .form-control {
    border: none;
    border-radius: 8px;
    padding: 14px 18px;
    font-weight: 500;
    font-size: 13.3px;
    color: #333;
    margin-bottom: 12px;
    box-shadow: none;
    background: #fff;
}
.ysf-hd-form .form-control:focus {
    box-shadow: 0 0 0 3px rgba(244, 161, 50, 0.15);
}
.ysf-hd-form textarea.form-control {
    resize: none;
}
.ysf-hd-submit {
    background: linear-gradient(135deg, #f4a132, #e0921f);
    color: #fff;
    border: none;
    font-weight: 700;
    font-size: 14px;
    padding: 14px 30px;
    border-radius: 10px;
    width: 100%;
    transition: 0.3s ease;
    box-shadow: 0 10px 24px rgba(244, 161, 50, 0.25);
}
.ysf-hd-submit:hover {
    background: linear-gradient(135deg, #ffb347, #f4a132);
    transform: translateY(-2px);
}


@media (max-width: 1400px) {
    .bin{
        width:94%;
    }
}
@media (max-width: 1200px) {
    .ysf-hiz-card-left,
    .ysf-hiz-card-right {
        padding: 24px 20px;
    }
    .ysf-logo img {
        height: 40px;
    }
    .ysf-logo-col {
        padding-left: 35px;
    }
    .ysf-menu-col {
        padding-left: 10px;
    }
    .ysf-menu li {
        margin: 0 8px;
    }
    .ysf-menu li a {
        font-size: 13px;
    }
    .ysf-cta {
        padding: 0 20px;
        gap: 8px;
    }
    .ysf-cta b {
        font-size: 13px;
    }
    .ysf-cta small {
        font-size: 10px;
    }
}
@media (max-width: 991px) {
    .ysf-hd-sidebar {
        position: static;
        margin-top: 50px;
    }
    .ysf-hd-title {
        font-size: 26px;
    }
    .ysf-hiz-card {
        flex-direction: column;
    }
    .ysf-hiz-card-right {
        border-top: 1px solid #eef0f4;
    }
    .hero-section {
        padding-top: 120px;
        text-align: center;
    }
    .hero-desc {
        max-width: 100%;
    }
    .hero-img {
        margin-top: 30px;
    }
    #navbarMenu {
        background-color: #1b2b45;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
    }
    .ysf-footer-cta {
        padding: 25px;
        text-align: center;
    }
    .ysf-footer-cta-text {
        margin-bottom: 20px;
        text-align: center;
    }
    .ysf-footer-cta-items {
        justify-content: center;
    }
    .ysf-footer-cta-item {
        justify-content: center;
        margin-bottom: 15px;
    }
    .ysf-footer-desc {
        max-width: 100%;
    }
    .ysf-navbar { 
        height: 72px; 
    }
    .ysf-navbar .row { 
        height: 72px; 
    }
    .ysf-logo-col { 
        padding-left: 20px; 
    }
    .ysf-logo img { 
        height: 38px; 
    }
    .ysf-page-hero {
        padding-top: 120px;
        text-align: center;
    }
    .ysf-page-hero-shape {
        display: none;
    }
    .ysf-page-desc {
        max-width: 100%;
        margin: 0 auto;
    }
    .ysf-faq-left {
        text-align: center;
        margin-bottom: 45px;
    }
    .ysf-faq-form-box {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .ysf-hd-section {
        padding: 45px 0 60px;
    }
    .ysf-hd-title {
        font-size: 22px;
    }
    .ysf-hd-zorunlu-box {
        padding: 22px 20px;
    }
    .ysf-hd-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .ysf-hd-actions {
        width: 100%;
    }
    .ysf-hd-btn-apply,
    .ysf-hd-btn-info {
        flex: 1;
        padding: 15px 10px;
    }
    .ysf-hd-side-box {
        padding: 22px 18px;
    }
    .ysf-ref-testimonial-box {
        padding: 35px 25px;
        margin-top: 30px;
    }
    .ysf-ref-testimonial-text {
        font-size: 14.5px;
    }
    .ysf-ref-logo-col {
        padding: 15px 10px;
    }
    .ysf-ref-logo {
        max-height: 26px;
    }
    .ysf-page-title {
        color: #fff;
        font-weight: 800;
        font-size: 22px;
        margin: 9px 0 10px;
        position: relative;
    }
    .ysf-page-desc {
        color: #cdd5e0;
        font-weight:600;
        font-size: 13.3px;
        line-height:26px;
        max-width: 550px;
        position: relative;
    }
    .ysf-footer-links a {
        color: #FFF;
        font-size: 13.7px;
        line-height: 1.6;
        font-weight: 600;
        transition: 0.25s ease;
        position: relative;
    }
    .ysf-footer-cta-item span {
        display: block;
        color: rgba(255,255,255,0.85);
        font-size: 12.8px;
        font-weight: 700;
    }
    .ysf-footer-cta-item b {
        display: block;
        color: #fff !important;
        font-size: 15px;
        font-weight: 700;
    }
    .ysf-footer {
        padding-top: 40px;
    }
    .ysf-footer-col {
        text-align: center;
    }
    .ysf-footer-social {
        justify-content: center;
    }
    .ysf-footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .ysf-footer-contact li {
        justify-content: center;
        text-align: left;
    }
    .ysf-footer-bottom-links {
        margin-top: 12px;
    }
    .ysf-footer-bottom-links a {
        margin: 0 12px;
    }
    .ysf-faq-question {
        padding: 18px 20px;
        font-size: 14px;
    }
    .ysf-faq-answer {
        padding: 0 20px;
    }
    .ysf-faq-item.active .ysf-faq-answer {
        padding: 0 20px 20px;
    }
}
@media (max-width: 575px) {
    .ysf-hiz-search-box {
        padding: 14px 18px;
    }
    .ysf-hiz-btns {
        flex-direction: column;
    }
    .ysf-hiz-btn-apply,
    .ysf-hiz-btn-detail {
        width: 100%;
    }
    .ysf-hiz-card-left,
    .ysf-hiz-card-right {
        padding: 22px 18px;
    }
}


/* ============================================
   BLOG LİSTE + BLOG DETAY EK STİLLERİ (ysf- pattern)
   Bu bloğu mevcut style.css dosyasının sonuna ekleyin
   ============================================ */

.ysf-blog-section {
    padding: 60px 0 90px;
    background: #fff;
}

/* ---- Blog kartı (görselsiz) ---- */
.ysf-blog-col {
    margin-bottom: 28px;
}
.ysf-blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #f6f8fb;
    border: 1px solid #eef0f4;
    border-radius: 16px;
    padding: 30px 28px;
    transition: 0.3s ease;
}
.ysf-blog-card:hover {
    background: #fff;
    box-shadow: 0 15px 35px rgba(22, 35, 59, 0.08);
    transform: translateY(-4px);
}
.ysf-blog-card-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    background: rgba(244, 161, 50, 0.12);
    color: #f4a132;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 20px;
}
.ysf-blog-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}
.ysf-blog-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8a8f9c;
    font-weight: 600;
    font-size: 12px;
}
.ysf-blog-meta span i {
    color: #f4a132;
    font-size: 11px;
}
.ysf-blog-category {
    display: inline-block;
    background: rgba(244, 161, 50, 0.12);
    color: #e0921f;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    width: fit-content;
}
.ysf-blog-title {
    color: #16233b;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 12px;
    transition: 0.25s ease;
}
.ysf-blog-card:hover .ysf-blog-title {
    color: #f4a132;
}
.ysf-blog-excerpt {
    color: #676a79;
    font-weight: 500;
    font-size: 13.6px;
    line-height: 22px;
    margin-bottom: 22px;
    flex-grow: 1;
}
.ysf-blog-readmore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #16233b;
    font-weight: 700;
    font-size: 13.3px;
    transition: 0.25s ease;
}
.ysf-blog-readmore i {
    font-size: 11px;
    transition: transform 0.25s ease;
}
.ysf-blog-card:hover .ysf-blog-readmore {
    color: #f4a132;
}
.ysf-blog-card:hover .ysf-blog-readmore i {
    transform: translateX(4px);
}

/* ---- Arama / filtre kutusu ---- */
.ysf-blog-search-box {
    background: #f6f8fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    margin-bottom: 20px;
}
.ysf-blog-search-box i {
    color: #f4a132;
    font-size: 16px;
}
.ysf-blog-search-input {
    border: none;
    background: transparent;
    outline: none;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #22213b;
}
.ysf-blog-search-input::placeholder {
    color: #8a8a8a;
    font-weight: 600;
}
.ysf-blog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}
.ysf-blog-filter-btn {
    background: #f6f8fb;
    color: #333644;
    font-weight: 700;
    font-size: 12.8px;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: 0.25s ease;
}
.ysf-blog-filter-btn:hover,
.ysf-blog-filter-btn.active {
    background: linear-gradient(135deg, #f4a132, #e0921f);
    color: #fff;
}

/* ---- Sayfalama ---- */
.ysf-blog-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.ysf-blog-pagination a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f6f8fb;
    color: #16233b;
    font-weight: 700;
    font-size: 13.5px;
    transition: 0.25s ease;
}
.ysf-blog-pagination a.active,
.ysf-blog-pagination a:hover {
    background: linear-gradient(135deg, #f4a132, #e0921f);
    color: #fff;
}

/* ============================================
   BLOG DETAY SAYFASI
   ============================================ */
.ysf-bd-section {
    padding: 70px 0 90px;
    background: #fff;
}
.ysf-bd-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.ysf-bd-breadcrumb a,
.ysf-bd-breadcrumb span {
    color: #8a8f9c;
    font-weight: 600;
    font-size: 12.6px;
}
.ysf-bd-breadcrumb a:hover {
    color: #f4a132;
}
.ysf-bd-breadcrumb i {
    color: #c3c8d3;
    font-size: 9px;
}
.ysf-bd-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 18px;
}
.ysf-bd-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8a8f9c;
    font-weight: 600;
    font-size: 12.6px;
}
.ysf-bd-meta span i {
    color: #f4a132;
    font-size: 12px;
}
.ysf-bd-title {
    color: #16233b;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 22px;
}
.ysf-bd-lead {
    color: #4b4e5a;
    font-weight: 600;
    font-size: 15.3px;
    line-height: 27px;
    border-left: 3px solid #f4a132;
    padding-left: 20px;
    margin-bottom: 34px;
}
.ysf-bd-content h2 {
    color: #16233b;
    font-weight: 700;
    font-size: 20px;
    margin: 34px 0 16px;
}
.ysf-bd-content h3 {
    color: #16233b;
    font-weight: 700;
    font-size: 16.5px;
    margin: 26px 0 12px;
}
.ysf-bd-content p {
    color: #4b4e5a;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 18px;
}
.ysf-bd-content ul {
    padding-left: 20px;
    margin-bottom: 22px;
}
.ysf-bd-content ul li {
    color: #4b4e5a;
    font-weight: 500;
    font-size: 14.6px;
    line-height: 26px;
    margin-bottom: 8px;
}
.ysf-bd-toc {
    background: #f6f8fb;
    border-radius: 14px;
    padding: 24px 26px;
    margin-bottom: 34px;
}
.ysf-bd-toc h6 {
    color: #16233b;
    font-weight: 700;
    font-size: 14.5px;
    margin-bottom: 14px;
}
.ysf-bd-toc h6 i {
    color: #f4a132;
    margin-right: 8px;
}
.ysf-bd-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ysf-bd-toc ul li {
    margin-bottom: 8px;
}
.ysf-bd-toc ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333644;
    font-weight: 600;
    font-size: 13.4px;
    transition: 0.25s ease;
}
.ysf-bd-toc ul li a:hover {
    color: #f4a132;
    padding-left: 4px;
}
.ysf-bd-toc ul li a::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f4a132;
    min-width: 5px;
}
.ysf-bd-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 34px 0;
}
.ysf-bd-tags a {
    background: #f6f8fb;
    color: #333644;
    font-weight: 700;
    font-size: 12.4px;
    padding: 8px 16px;
    border-radius: 20px;
    transition: 0.25s ease;
}
.ysf-bd-tags a:hover {
    background: linear-gradient(135deg, #f4a132, #e0921f);
    color: #fff;
}
.ysf-bd-faq-box {
    background: #f6f8fb;
    border-radius: 16px;
    padding: 30px 32px;
    margin: 40px 0;
}
.ysf-bd-faq-box h4 {
    color: #16233b;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 20px;
}
.ysf-bd-cta-box {
    background: linear-gradient(135deg, #f4a132, #e0921f);
    border-radius: 16px;
    padding: 34px 36px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
}
.ysf-bd-cta-box p {
    color: #fff;
    font-weight: 700;
    font-size: 15.5px;
    margin: 0;
}
.ysf-bd-cta-box a {
    background: #16233b;
    color: #fff;
    font-weight: 700;
    font-size: 13.6px;
    padding: 13px 28px;
    border-radius: 10px;
    white-space: nowrap;
    transition: 0.25s ease;
}
.ysf-bd-cta-box a:hover {
    background: #1e3358;
}
.ysf-bd-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #eef0f4;
}
.ysf-bd-share span {
    color: #16233b;
    font-weight: 700;
    font-size: 13.4px;
}
.ysf-bd-share a {
    width: 38px;
    height: 38px;
    background: #f6f8fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #16233b;
    font-size: 14px;
    transition: 0.25s ease;
}
.ysf-bd-share a:hover {
    background: #f4a132;
    color: #fff;
}

/* Sidebar (blog listede ve detayda ortak) */
.ysf-bd-sidebar {
    position: sticky;
    top: 110px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.ysf-bd-side-box {
    background: #f6f8fb;
    border-radius: 16px;
    padding: 26px 24px;
}
.ysf-bd-side-title {
    color: #16233b;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 18px;
}
.ysf-bd-related-item {
    display: flex;
    flex-direction: column;
    padding: 14px 0;
    border-bottom: 1px solid #e9ecf3;
}
.ysf-bd-related-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.ysf-bd-related-item a {
    color: #16233b;
    font-weight: 700;
    font-size: 13.6px;
    line-height: 1.4;
    margin-bottom: 6px;
    transition: 0.25s ease;
}
.ysf-bd-related-item a:hover {
    color: #f4a132;
}
.ysf-bd-related-item small {
    color: #8a8f9c;
    font-weight: 600;
    font-size: 11.5px;
}
.ysf-bd-cat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ysf-bd-cat-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333644;
    font-weight: 600;
    font-size: 13.6px;
    padding: 11px 4px;
    border-bottom: 1px solid #e9ecf3;
    transition: 0.25s ease;
}
.ysf-bd-cat-list li:last-child a {
    border-bottom: none;
}
.ysf-bd-cat-list li a:hover {
    color: #f4a132;
    padding-left: 8px;
}
.ysf-bd-cat-list li a span {
    background: #fff;
    color: #8a8f9c;
    font-size: 11.5px;
    font-weight: 700;
    padding: 2px 9px;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .ysf-bd-sidebar {
        position: static;
        margin-top: 50px;
    }
    .ysf-bd-title {
        font-size: 23px;
    }
}
@media (max-width: 767px) {
    .ysf-bd-section {
        padding: 45px 0 60px;
    }
    .ysf-bd-title {
        font-size: 20px;
    }
    .ysf-bd-cta-box {
        flex-direction: column;
        text-align: center;
    }
    .ysf-blog-section {
        padding: 40px 0 60px;
    }
}

/* ============================================
   ANASAYFA (index.php) EK STİLLERİ
   Mevcut hero-section, ysf-ab-*, ysf-ref-*, ysf-blog-*
   class'ları zaten style.css içinde tanımlı - burada sadece
   anasayfaya özel, başka sayfada olmayan class'lar var.
   ============================================ */

.ysf-home-stats-strip {
    background: #fff;
    padding: 0;
    margin-top: -55px;
    position: relative;
    z-index: 5;
}
.ysf-home-stats-card {
    background: #16233b;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(22, 35, 59, 0.25);
    display: flex;
    flex-wrap: wrap;
}
.ysf-home-stat-item {
    flex: 1 1 25%;
    text-align: center;
    padding: 32px 20px;
    border-right: 1px solid rgba(255,255,255,0.08);
}
.ysf-home-stat-item:last-child {
    border-right: none;
}
.ysf-home-stat-item b {
    display: block;
    color: #f4a132;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 6px;
}
.ysf-home-stat-item span {
    display: block;
    color: #cdd5e0;
    font-weight: 600;
    font-size: 12.6px;
}

.ysf-home-services-section {
    padding: 110px 0 60px;
    background: #fff;
}
.ysf-home-section-head {
    max-width: 620px;
    margin: 0 auto 50px;
    text-align: center;
}
.ysf-home-section-head .hero-badge {
    color: #f4a132;
}
.ysf-home-section-title {
    color: #16233b;
    font-weight: 800;
    font-size: 27px;
    margin: 10px 0 14px;
}
.ysf-home-section-desc {
    color: #676a79;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}

.ysf-home-service-col {
    margin-bottom: 26px;
}
.ysf-home-service-card {
    background: #f6f8fb;
    border-radius: 16px;
    padding: 34px 28px;
    height: 100%;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}
.ysf-home-service-card:hover {
    background: #16233b;
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(22, 35, 59, 0.2);
}
.ysf-home-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(244, 161, 50, 0.12);
    color: #f4a132;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin-bottom: 22px;
    transition: 0.3s ease;
}
.ysf-home-service-card:hover .ysf-home-service-icon {
    background: #f4a132;
    color: #16233b;
}
.ysf-home-service-card h3 {
    color: #16233b;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    transition: 0.3s ease;
}
.ysf-home-service-card:hover h3 {
    color: #fff;
}
.ysf-home-service-card p {
    color: #676a79;
    font-weight: 500;
    font-size: 13.4px;
    line-height: 22px;
    margin-bottom: 20px;
    transition: 0.3s ease;
}
.ysf-home-service-card:hover p {
    color: #cdd5e0;
}
.ysf-home-service-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #16233b;
    font-weight: 700;
    font-size: 13px;
    transition: 0.3s ease;
}
.ysf-home-service-card:hover a {
    color: #f4a132;
}
.ysf-home-service-card a i {
    font-size: 11px;
    transition: transform 0.25s ease;
}
.ysf-home-service-card:hover a i {
    transform: translateX(4px);
}
.ysf-home-services-more {
    text-align: center;
    margin-top: 10px;
}

.ysf-home-about-section {
    padding: 80px 0;
    background: #f6f8fb;
}
.ysf-home-about-img {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(22, 35, 59, 0.12);
}
.ysf-home-about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ysf-home-about-checklist {
    list-style: none;
    padding: 0;
    margin: 24px 0 28px;
}
.ysf-home-about-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #333644;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 14px;
}
.ysf-home-about-checklist li i {
    width: 26px;
    height: 26px;
    min-width: 26px;
    border-radius: 50%;
    background: rgba(244, 161, 50, 0.15);
    color: #f4a132;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.ysf-home-cert-section {
    padding: 80px 0;
    background: #fff;
}

.ysf-home-blog-section {
    padding: 80px 0;
    background: #f6f8fb;
}
.ysf-home-blog-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.ysf-home-blog-head .ysf-home-section-title {
    margin: 10px 0 0;
    text-align: left;
}
.ysf-home-blog-allbtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #16233b;
    font-weight: 700;
    font-size: 13.5px;
    background: #fff;
    border: 1px solid #e2e5ec;
    padding: 12px 22px;
    border-radius: 10px;
    transition: 0.25s ease;
}
.ysf-home-blog-allbtn:hover {
    border-color: #f4a132;
    color: #f4a132;
}

.ysf-home-cta-section {
    padding: 0 0 80px;
    background: #f6f8fb;
}


.ysf-ct-intro-section{
    padding:50px 0 55px;
    background:#fff;
}
.ysf-ct-eyebrow{
    display:block;
    color:#676a79;
    font-weight:600;
    font-size:14px;
    margin-bottom:8px;
}
.ysf-ct-title{
    color:#16233b;
    font-weight:800;
    font-size:32px;
    line-height:1.2;
    margin:0 0 20px;
}
.ysf-ct-mail{
    display:inline-block;
    color:#f4a132;
    font-weight:700;
    font-size:22px;
    margin-top:22px;
}
.ysf-ct-mail:hover{
    color:#e0921f;
}

.ysf-ct-info-block{
    margin-bottom:34px;
}
.ysf-ct-info-title{
    display:block;
    color:#f4a132;
    font-weight:700;
    font-size:13.8px;
    margin-bottom:16px;
}
.ysf-ct-info-block a{
    display:block;
    color:#16233b;
    font-weight:600;
    font-size:14.5px;
    line-height:1.9;
    margin-bottom:4px;
}
.ysf-ct-info-block a:hover{
    color:#f4a132;
}
.ysf-ab-body li{
    color:#676a79;
    font-weight:500;
    font-size:13.6px;
    line-height:24px;
    margin:0;
}
.ysf-ab-body p{
    color:#676a79;
    font-weight:500;
    font-size:13.6px;
    line-height:24px;
    margin:0;
}
.ysf-ct-info-block p{
    color:#000;
    font-weight:500;
    font-size:13.5px;
    line-height:24px;
    margin:0;
}

.ysf-ct-note-box{
    background:#f6f8fb;
    border-radius:16px;
    padding:32px 36px;
    margin-top:55px;
}
.ysf-ct-note-box p{
    color:#000;
    font-weight:500;
    font-size:13.5px;
    line-height:23px;
    margin:0;
}

.ysf-ct-map-section{
    background:#fff;
    padding-bottom:60px;
}
.ysf-ct-map-wrap{
    position:relative;
    width:100%;
    height:640px;
    margin-top:10px;
}
.ysf-ct-map-iframe{
    width:100%;
    height:100%;
    border:0;
    display:block;
    filter:grayscale(8%);
    pointer-events: none;  
}
.ysf-ct-map-overlay-container{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
}
.ysf-ct-map-overlay-container .row{
    width:100%;
}
.ysf-ct-form-box{
    pointer-events:auto;
    background:#fff;
    border-radius:18px;
    padding:40px 44px;
    box-shadow:0 25px 60px rgba(22,35,59,0.18);
}
.ysf-ct-form-box h6{
    color:#16233b;
    font-weight:800;
    font-size:19px;
    margin-bottom:24px;
}
.ysf-ct-form .form-control{
    background:#f6f8fb;
    border:none;
    border-radius:8px;
    padding:14px 18px;
    font-weight:500;
    font-size:13.3px;
    color:#333;
    margin-bottom:18px;
    box-shadow:none;
    height:auto;
}
.ysf-ct-form .form-control:focus{
    box-shadow:0 0 0 3px rgba(244, 161, 50, 0.15);
}
.ysf-ct-form textarea.form-control{
    resize:none;
}
.ysf-ct-submit{
    background:linear-gradient(135deg, #f4a132, #e0921f);
    color:#fff;
    border:none;
    font-weight:700;
    font-size:14px;
    padding:15px 30px;
    border-radius:10px;
    width:100%;
    transition:0.3s ease;
    box-shadow:0 10px 24px rgba(244, 161, 50, 0.25);
}
.ysf-ct-submit:hover{
    background:linear-gradient(135deg, #ffb347, #f4a132);
    transform:translateY(-2px);
}

.ysf-ct-map-desc{
    color:#676a79;
    font-weight:500;
    font-size:14px;
    line-height:24px;
    max-width:780px;
    margin:35px 0 0;
}

.ysf-ct-map-overlay-container{
    position:absolute;
    inset:0;
    pointer-events:none;
    display:flex;
    align-items:center;
    z-index: 10;            
}
.ysf-ct-form-box{
    pointer-events:auto;
    position: relative;      
    z-index: 11;              
    background:#fff;
    border-radius:18px;
    padding:40px 44px;
    box-shadow:0 25px 60px rgba(22,35,59,0.18);
}

.ysf-ab-intro-section{
    padding:70px 0 20px;
    background:#fff;
}
.ysf-ab-eyebrow{
    display:block;
    color:#16233b;
    font-weight:700;
    font-size:20px;
    line-height:1.3;
    margin-bottom:18px;
}
.ysf-ab-eyebrow b{
    color:#f4a132;
    font-weight:700;
}
.ysf-ab-lead p{
    color:#16233b;
    font-weight:500;
    font-size:15px;
    line-height:26px;
    margin-bottom:16px;
}
.ysf-ab-lead li{
    color:#16233b;
    font-weight:500;
    font-size:15px;
    line-height:26px;
    margin-bottom:16px;
}
.ysf-ab-body{
    color:#676a79;
    font-weight:400;
    font-size:14.1px;
    line-height:24px;
    margin-bottom:16px;
}
.ysf-ab-center{
    text-align:center;
    max-width:640px;
    margin-left:auto;
    margin-right:auto;
}

.ysf-ab-stat-card{
    background:linear-gradient(135deg,#16233b 0%,#1e3358 100%);
    border-radius:18px;
    padding:34px;
    box-shadow:0 20px 45px rgba(22,35,59,0.18);
}
.ysf-ab-stat-row{
    display:flex;
    gap:24px;
}
.ysf-ab-stat-row + .ysf-ab-stat-row{
    margin-top:28px;
}
.ysf-ab-stat{
    flex:1 1 50%;
    border-top:1px solid rgba(255,255,255,0.15);
    padding-top:16px;
}
.ysf-ab-stat b{
    display:block;
    color:#f4a132;
    font-weight:800;
    font-size:26px;
    margin-bottom:6px;
}
.ysf-ab-stat span{
    display:block;
    color:#cdd5e0;
    font-weight:600;
    font-size:12.8px;
}

.ysf-ab-guven-row{
    margin-top:55px;
}
.ysf-ab-guven-card{
    background:#f6f8fb;
    border-radius:16px;
    padding:32px 26px;
    height:100%;
    text-align:center;
    transition:0.3s ease;
}
.ysf-ab-guven-card:hover{
    background:#16233b;
    transform:translateY(-6px);
}
.ysf-ab-guven-card:hover h6{
    color:#f4a132;
}
.ysf-ab-guven-card:hover p{
    color:#cdd5e0;
}
.ysf-ab-guven-icon{
    width:56px;
    height:56px;
    border-radius:50%;
    background:#16233b;
    color:#f4a132;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    margin:0 auto 18px;
    transition:0.3s ease;
}
.ysf-ab-guven-card h6{
    color:#16233b;
    font-weight:700;
    font-size:15.3px;
    margin-bottom:10px;
    transition:0.3s ease;
}
.ysf-ab-guven-card p{
    color:#676a79;
    font-weight:500;
    font-size:13.4px;
    line-height:22px;
    margin:0;
    transition:0.3s ease;
}

.ysf-ab-mission-section{
    padding:70px 0 80px;
    background:#fff;
}
.ysf-ab-mission-img{
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(22,35,59,0.12);
}
.ysf-ab-mission-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.ysf-ab-badge-dark{
    color:#f4a132;
}
.ysf-ab-section-title{
    color:#16233b;
    font-weight:700;
    font-size:22px;
    margin:9px 0 16px;
}

.ysf-ab-iso-owl{
    margin-top:24px;
}
.ysf-ab-iso-owl .owl-stage-outer{
    overflow:visible;
    clip-path:inset(0 -100vw 0 0);
}
.ysf-ab-iso-owl .owl-stage{
    display:flex;
    align-items:stretch;
}
.ysf-ab-iso-owl .owl-item{
    display:flex;
    height:auto;
}
.ysf-ab-iso-owl .owl-item > div{
    display:flex;
    width:100%;
}
.ysf-ab-iso-card{
    background:#f6f8fb;
    border-radius:14px;
    padding:22px 20px;
    width:100%;
    display:flex;
    flex-direction:column;
    margin:6px 10px 6px 0;
}
.ysf-ab-iso-tag{
    color:#f4a132;
    font-weight:800;
    font-size:12.5px;
    margin-bottom:10px;
    display:block;
}
.ysf-ab-iso-card h6{
    color:#16233b;
    font-weight:700;
    font-size:13.8px;
    line-height:1.4;
    margin-bottom:10px;
}
.ysf-ab-iso-card p{
    color:#676a79;
    font-weight:500;
    font-size:12.6px;
    line-height:20px;
    margin-bottom:18px;
    flex-grow:1;
}
.ysf-ab-iso-card .ysf-hiz-btns{
    gap:8px;
}
.ysf-ab-iso-card .ysf-hiz-btn-apply,
.ysf-ab-iso-card .ysf-hiz-btn-detail{
    font-size:12px;
    padding:10px 14px;
}

.ysf-ab-iso-owl .owl-nav{
    display:flex;
    gap:10px;
    justify-content:flex-end;
    margin-top:18px;
}
.ysf-ab-iso-owl .owl-nav button.owl-prev,
.ysf-ab-iso-owl .owl-nav button.owl-next{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#f6f8fb !important;
    color:#16233b !important;
    font-size:13px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.25s ease;
}
.ysf-ab-iso-owl .owl-nav button.owl-prev:hover,
.ysf-ab-iso-owl .owl-nav button.owl-next:hover{
    background:#f4a132 !important;
    color:#fff !important;
}
.ysf-ab-iso-owl .owl-dots{
    display:none;
}

.ysf-ab-value-list{
    max-width:800px;
    margin:45px auto 10px;
    display:flex;
    flex-direction:column;
}
.ysf-ab-value-row-item{
    display:flex;
    align-items:center;
    gap:24px;
    padding:26px 10px;
    border-bottom:1px solid #eef0f4;
    transition:0.3s ease;
}
.ysf-ab-value-list .ysf-ab-value-row-item:first-child{
    border-top:1px solid #eef0f4;
}
.ysf-ab-value-row-item:hover{
    padding-left:20px;
    background:#f6f8fb;
    border-radius:12px;
}
.ysf-ab-value-num{
    color:#eef0f4;
    font-weight:800;
    font-size:34px;
    min-width:52px;
    line-height:1;
    transition:0.3s ease;
}
.ysf-ab-value-row-item:hover .ysf-ab-value-num{
    color:#f4a132;
}
.ysf-ab-value-icon{
    width:54px;
    height:54px;
    min-width:54px;
    border-radius:50%;
    background:#16233b;
    color:#f4a132;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19px;
}
.ysf-ab-value-text h6{
    color:#16233b;
    font-weight:700;
    font-size:15.3px;
    margin-bottom:6px;
}
.ysf-ab-value-text p{
    color:#676a79;
    font-weight:500;
    font-size:13.4px;
    line-height:22px;
    margin:0;
}


@media (max-width: 991px){
    .ysf-ab-stat-card{
        margin-top:40px;
    }
    .ysf-ab-guven-row{
        margin-top:35px;
    }
    .ysf-ab-mission-img{
        margin-bottom:35px;
    }
    .ysf-ab-value-row{
        margin-top:30px;
    }
    .ysf-ab-section-title{
        font-size:24px;
    }
}
@media (max-width: 767px){
    .ysf-ab-eyebrow{
        font-size:19px;
    }
    .ysf-ab-stat b{
        font-size:22px;
    }
    .ysf-ab-cta .row{
        text-align:center;
    }
    .ysf-ab-cta .d-flex{
        justify-content:center !important;
        margin-top:18px;
    }
}
@media (max-width: 1200px){
    .ysf-ct-form-box{
        padding:32px;
    }
}
@media (max-width: 991px) {
    .ysf-ct-intro-section{
        padding:120px 0 40px;
        text-align:center;
    }
    .ysf-ct-title{
        font-size:26px;
    }
    .ysf-ct-info-block{
        text-align:left;
    }
    .ysf-ct-map-wrap{
        height:auto;
        min-height:640px;
    }
    .ysf-ct-map-overlay-container{
        position:relative;
        align-items:flex-start;
        padding:30px 0;
        background:#fff;
    }
    .ysf-ct-map-overlay-container .row{
        justify-content:center !important;
    }
    .ysf-ct-map-iframe{
        height:360px;
    }
    .ysf-home-stats-strip {
        margin-top: 30px;
    }
    .ysf-home-stat-item {
        flex: 1 1 50%;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .ysf-home-about-img {
        margin-bottom: 35px;
    }
    .ysf-home-services-section {
        padding: 70px 0 40px;
    }
}
@media (max-width: 575px) {
    .ysf-ct-form-box{
        padding:26px 20px;
    }
    .ysf-ct-mail{
        font-size:18px;
    }
    .ysf-home-stat-item {
        flex: 1 1 100%;
    }
}
