/* DUYURULAR NEW LAYOUT - GAZIANTEP STYLE */
:root {
    --aurora-blue: #0668b1;
    --aurora-green: #2cb431;
    --aurora-purple: #a05c89;
    --aurora-bg: #fdfdfd;
}

.duyurular-v6-section {
    padding: 80px 0;
    background: linear-gradient(rgba(15, 23, 42, 0.72), rgba(15, 23, 42, 0.72)), url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

.aurora-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    filter: blur(150px);
    opacity: 0.06;
    z-index: 0;
    pointer-events: none;
}
.blob-1 { top: -150px; left: -150px; background: var(--aurora-blue); }
.blob-2 { bottom: -150px; right: -150px; background: var(--aurora-purple); }

.v6-container { position: relative; z-index: 1; }

.v6-header-new {
    margin-bottom: 50px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 20px;
}
.v6-header-new h2 {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -1px;
    margin: 0 0 6px 0;
}
.v6-header-new span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* LEFT COLUMN: Featured Tenders Slider */
.v6-feat-card {
    background: #ffffff;
    border: 1px solid rgba(6, 104, 178, 0.08);
    border-radius: 24px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.01);
    position: relative;
    height: 490px;
    display: flex;
    flex-direction: column;
}

.v6-feat-header {
    margin-bottom: 20px;
}
.v6-feat-header h4 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
}
.v6-feat-header span {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.v6-feat-slides-container {
    position: relative;
    flex: 1;
    border-radius: 18px;
    overflow: hidden;
}

.v6-feat-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.5s ease-in-out;
}
.v6-feat-slide.active {
    opacity: 1;
    z-index: 2;
}

.v6-feat-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.v6-feat-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.85) 100%);
    display: flex;
    align-items: flex-end;
    padding: 25px;
}

.v6-feat-content {
    color: #ffffff;
    width: 100%;
}
.v6-feat-date {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.v6-feat-content h3 {
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 15px 0;
    color: #ffffff;
}
.v6-feat-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
    background: var(--aurora-blue);
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.3s;
    text-transform: uppercase;
}
.v6-feat-btn:hover {
    background: var(--aurora-green);
    transform: translateY(-2px);
}

.v6-feat-nav {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}
.v6-feat-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #0f172a;
    font-size: 14px;
    transition: all 0.3s ease;
}
.v6-feat-nav button:hover {
    background: var(--aurora-blue);
    color: #ffffff;
    transform: translateY(-2px);
}

/* RIGHT COLUMN: Unified Combined Card for Tenders & Reports */
.v6-combined-card {
    background: #ffffff;
    border: 1px solid rgba(6, 104, 178, 0.08);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    min-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.border-end-desktop {
    border-right: none;
}

@media (min-width: 768px) {
    .border-end-desktop {
        border-right: 1px solid rgba(0, 0, 0, 0.06);
        padding-right: 25px;
    }
    .col-md-6.v6-combined-col:last-child {
        padding-left: 25px;
    }
}

.v6-combined-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.v6-col-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.v6-col-title-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.v6-col-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.v6-col-icon.green {
    background: rgba(44, 180, 49, 0.08);
    color: var(--aurora-green);
}
.v6-col-icon.purple {
    background: rgba(160, 92, 137, 0.08);
    color: var(--aurora-purple);
}

.v6-col-header h4 {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 2px 0;
    letter-spacing: -0.3px;
}

.v6-col-header span {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

.v6-col-more-btn {
    font-size: 11px;
    font-weight: 800;
    color: #64748b;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 2px;
}
.v6-col-more-btn:hover {
    color: var(--aurora-blue);
    transform: translateX(3px);
}

.v6-vertical-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.v6-list-item-new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid rgba(6, 104, 178, 0.04);
    border-radius: 14px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.v6-list-item-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.v6-item-tag {
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 2px 6px;
    border-radius: 4px;
    align-self: flex-start;
}
.v6-item-tag.green-tag {
    color: var(--aurora-green);
    background: rgba(44, 180, 49, 0.08);
}
.v6-item-tag.purple-tag {
    color: var(--aurora-purple);
    background: rgba(160, 92, 137, 0.08);
}

.v6-list-item-new h5 {
    font-size: 13px;
    font-weight: 500;
    color: #1e293b;
    margin: 4px 0;
    line-height: 1.3;
    transition: color 0.3s;
}

.v6-item-date {
    font-size: 10px;
    color: #64748b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.v6-item-arrow {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #64748b;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

.v6-list-item-new:hover {
    transform: translateX(5px);
    background: #ffffff;
}

.v6-list-item-new.green-hover:hover {
    border-color: rgba(44, 180, 49, 0.18);
    box-shadow: 0 6px 15px rgba(44, 180, 49, 0.04);
}
.v6-list-item-new.green-hover:hover h5 {
    color: var(--aurora-green);
}
.v6-list-item-new.green-hover:hover .v6-item-arrow {
    background: var(--aurora-green);
    color: #ffffff;
    border-color: var(--aurora-green);
}

.v6-list-item-new.purple-hover:hover {
    border-color: rgba(160, 92, 137, 0.18);
    box-shadow: 0 6px 15px rgba(160, 92, 137, 0.04);
}
.v6-list-item-new.purple-hover:hover h5 {
    color: var(--aurora-purple);
}
.v6-list-item-new.purple-hover:hover .v6-item-arrow {
    background: var(--aurora-purple);
    color: #ffffff;
    border-color: var(--aurora-purple);
}

.v6-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 10px;
    background: #f8fafc;
    border: 1px dashed rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    color: #64748b;
    flex: 1;
}
.v6-empty-state i {
    font-size: 24px;
    margin-bottom: 8px;
    color: rgba(0,0,0,0.2);
}
.v6-empty-state p {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}

@keyframes v6-slide-up {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* RESPONSIVE LAYOUTS */
@media (max-width: 991px) {
    .v6-header-new {
        margin-bottom: 30px;
    }
    
    .v6-feat-card {
        height: 380px;
        margin-bottom: 30px;
    }
    
    .v6-section-row {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .duyurular-v6-section {
        padding: 40px 0;
    }
    .v6-header-new h2 {
        font-size: 24px;
    }
    .v6-header-new span {
        font-size: 12px;
    }
    .v6-feat-card {
        height: 320px;
        padding: 15px;
    }
    .v6-feat-content h3 {
        font-size: 15px;
    }
}
