.row.w {
    gap: 65px;
}

.line {
    text-decoration: underline;
}

.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

    .popup.show {
        display: flex;
    }

.popup-content {
    width: 1000px;
    height: 900px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    animation: zoomIn 0.3s ease;
    object-fit: contain;
}


.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

    .close:hover {
        color: #ccc;
    }

@keyframes zoomIn {
    from {
        transform: scale(0.6);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .titleb.etki {
        padding-left: 11px;
        font-size: 27px;
    }

    .card-footer {
        padding-left: 0;
    }
}
/* Copied from teknoloji.css */
.container-fluid.h {
    padding-left: var(--padding-nav);
    padding-right: var(--padding-nav);
    padding-top: var(--padding-t);
}

.container-fluid.e {
    padding-left: var(--padding-nav);
    padding-right: var(--padding-nav);
    padding-top: var(--padding-e);
}

.bannerp {
    background-image: url(../img/biossbanner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 267px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.banner-text {
    color: white;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    font-family: var(--font-family-primary);
    line-height: 100%;
    letter-spacing: 0%;
}

.subtext {
    padding-top: 24px;
}

span.redt {
    color: red;
}

.titleb {
    font-size: 50px;
    padding-bottom: 30px;
    font-weight: 500;
}

.aboutusa {
    padding-bottom: 30px;
    padding-right: 60px;
    color: #333333 !important;
}

@media (max-width:1002px) {
    .titleb {
        font-size: 34px;
        line-height: 1, 5;
    }

    .container-fluid.h {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {

    .container-fluid.e {
        padding-left: 12px !important;
        padding-right: 0 !important;
    }

    .subtext {
        padding-left: 15px;
    }
}

.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.container-fluid.en {
    padding-left: var(--padding-nav);
    padding-right: var(--padding-nav);
}

.card-image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    padding: 22px;
}
/* ================================
   Haber Kartları Bölümü CSS
   (haberdetay.html 80-129 satırları için)
   ================================ */

/* Background */
.bg-grey {
    background-color: #F6F5F7;
}

/* Container */
.container-fluid.ha {
    padding-left: var(--padding-nav);
    padding-right: var(--padding-nav);
    padding-top: var(--padding-t);
    padding-bottom: var(--padding-t);
}

/* Haberler Section */
.haberler {
    align-items: center;
    text-align: center;
}

.titlea {
    font-size: 54px;
}

.subheadinga {
    padding-bottom: 42px;
}

/* Card Styles */
.card {
    display: flex;
    flex-direction: row;
    max-width: 1500px;
    height: auto;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: var(--color-light);
    overflow: hidden;
}

.card-front {
    display: flex;
}

.card-image-left {
    width: 45%;
}

    .card-image-left img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.card-content {
    width: 55%;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-meta {
    font-size: var(--font-size-sm);
    color: #777;
    margin-bottom: 15px;
}

.cardtext {
    margin-top: 29px;
}

    .cardtext h3 {
        font-size: 22px;
        font-weight: 600;
        color: var(--color-primary-dark);
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .cardtext p {
        font-size: var(--font-size-base);
        color: #555;
    }

.card-footer {
    padding: none;
    color: none;
    background-color: transparent;
    border-top: none;
}

/* Card Link */
.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Detail Box */
.detail-box .detail-inner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 4px;
    width: fit-content;
}

.detail-text {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--color-primary-dark);
    white-space: nowrap;
}

.detail-icon {
    width: 22px;
    height: auto;
    display: block;
}

.custom-page-container > .container {
    width: 1500px;
    max-width: 100%;
}

.page-content-padding {
    padding: 60px 0;
}

.news-detail-area {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
}

.news-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 42px;
    line-height: 52px;
    width: 1000px;
    max-width: 100%;
    color: #333333;
    position: relative;
    padding-bottom: 15px;
}

.news-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 230px;
    height: 1px;
    background: #C92127;
}

.news-description {
    padding-left: 80px;
    font-family: Catamaran;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

    .news-description * {
        margin: 0;
    }

.other-news-area {
    display: flex;
    flex-direction: column;
    row-gap: 41px;
}

.other-news-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 3px;
}

.other-news-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 54px;
    line-height: 64px;
    color: #333333;
}

.other-news-description {
    font-family: Catamaran;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}


.news-card {
    padding: 21px;
    background: #FFFFFF;
    border-radius: 5.18px;
}

.news-card-text-and-button {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
    row-gap: 20px;
}

.news-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 54px;
}

.news-card-date {
    display: flex;
    align-items: center;
}

.news-card-ct-date {
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    padding-right: 42px;
    margin-right: 42px;
    border-right: 1px solid #999999;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #555555;
}

.news-card-time-ago {
    font-family: Noto Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #777777;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.news-card-link {
    text-decoration: none;
}

.news-card-title-and-description {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    width: 600px;
    max-width: 100%;
}

.news-card-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 31px;
    line-height: 41px;
    color: #333333;
}

.news-card-description {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
    color: #333333;
    word-break: break-word;
}

.news-card-button {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 23.31px;
    line-height: 100%;
    color: #333333;
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding-bottom: 4px;
    border-bottom: 1px solid #C92127;
    width: max-content;
    max-width: 100%;
}


@media only screen and (max-width: 1199px)
{
    .container-fluid.en {
        padding-left: 30px;
        padding-right: 30px;
    }

    .container-fluid.h {
        padding-left: 30px;
        padding-right: 30px;
    }

    .container-fluid.ha {
        padding-left: 30px;
        padding-right: 30px;
    }

    .news-title {
        font-size: 32px;
        line-height: 42px;
        width: 700px;
    }

    .news-description {
        padding-left: 40px;
        font-size: 15px;
        line-height: 23px;
    }

    .news-card-text {
        row-gap: 20px;
    }

    .news-card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .news-card-description {
        font-size: 15px;
        line-height: 23px;
    }

    .news-card-button {
        font-size: 14px;
        line-height: 22px;
    }

        .news-card-button svg {
            width: 20px;
            height: 20px;
        }

    .news-card-ct-date {
        font-size: 14px;
        line-height: 22px;
        padding-right: 24px;
        margin-right: 24px;
    }

    .news-card-time-ago {
        font-size: 14px;
        line-height: 22px;
    }

    .other-news-title {
        font-size: 32px;
        line-height: 48px;
    }

    .other-news-description {
        font-size: 15px;
        line-height: 23px;
    }

    .page-content-padding {
        padding: 40px 0;
    }

}

@media only screen and (max-width: 767px) {

    .news-card-text-and-button {
        padding: 24px 0;
        padding-bottom: 0;
    }

    .news-card-text {
        row-gap: 20px;
    }

    .news-card-title-and-description {
        row-gap: 12px;
    }

    .news-card-ct-date {
        font-size: 14px;
        line-height: 22px;
        padding-right: 24px;
        margin-right: 24px;
    }

    .news-card-time-ago {
        font-size: 14px;
        line-height: 22px;
    }

    .news-description {
        padding-left: 0;
    }
}


@media only screen and (max-width: 575px)
{
    .card-front {
        display: flex;
        flex-direction: column;
    }

    .card-image-left {
        width: 100%;
    }

    .card-content {
        width: 100%;
    }
}