header .navbar-collapse {
    background-color: #FDFDFD !important;
}
.nav-wrapper {

}
.fast-menu {
    position: sticky;
    top: var(--sticky-header-offset);
    z-index: 1090;
    margin-bottom: 2rem;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    background-color: #fff;
    opacity: 1;
    transition: none;
}


.fast-menu.sticky-active {
    position: sticky;
    top: var(--sticky-header-offset);
    z-index: 1090;
    opacity: 1;
}

.fast-menu.sticky-active.show {
    opacity: 1;
}
.fast-menu > div {
    gap: 10px;
    min-height:40px;
    flex-wrap: wrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.fast-menu + main,
.fast-menu + section,
.fast-menu + .container,
.fast-menu + .container-fluid {
    margin-top: 0;
    padding-top: 0;
}
.fast-menu a {
  font-size: 1rem;
  color: #393d47;
  text-decoration: none;
  font-weight: bold;
  width: fit-content;
}
.fast-menu a:hover {
  color: #0077bf;
}
.fast-menu span {
  font-size: 1rem;
  color: #393d47;
}
.fast-menu .endPoint {
  color: #0077bf;
  font-weight: bold;
}



.about-image {
  margin-left: 30px;
  position: relative;
}

.about-image img {
  width: 100%;
  border-radius: 4px;
}



.sub-title {
  color: #0077bf;
  font-weight: bold;
  font-size: 1.625rem;
  display: block;
  margin-bottom: 3rem;
}

.about-content h1 {
  font-size: clamp(1.75rem, 1.4vw + 1rem, 2.75rem);
  font-weight: 700;
  margin-bottom: 15px;
  color: #393d47;
}

.text-side {
  color: #393d46;
  font-size: 1.125rem;
  line-height: 1.6;
}



.about-content {
  display: flex;
  flex-wrap: wrap; 
  gap: 10px;
}

.about-content a {
  background: #fff;
  padding: 8px 12px;
  font-size: 1.125rem;
  text-decoration: none;
  color: #393D47;
  border-radius: 8px;
  box-shadow: 8px 5px 15px rgba(0, 0, 0, .15);
font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about-content a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('/Http/images/DigerIcerikler/new-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
}

.about-content a:hover {
  color: #fff;
  background-color: black;
}

.goals-content {
  padding: 0 !important;
}
.goals-title {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  font-weight: 600;
  color: #0077bf;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  width: fit-content;
  font-size: 1.375rem;
  position: relative;
  z-index: 1;
}

.goals-title::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: -8px;
  width: 25px;
  height: 25px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.bm-section {
  padding: 60px 0;
}

/* üst alan */

.bm-top {
  margin-bottom: 30px;
}

/* sol görsel */

.bm-image {
  float: left;
  margin-right: 30px;
}

.bm-image img {
  width: 100%;
}

/* içerik */

.bm-content {
  overflow: hidden; /* float fix */
}

.bm-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* alt */

@media (max-width: 768px) {
  .bm-image {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .bm-content {
    overflow: visible;
  }
}
.founders {
  padding: 60px 0;
}

.founders-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.founders-image {
  flex: 0 0 540px;
  max-width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.founders-image img {
  width: 100%;
  border-radius: 6px;
}

.founders-content {
  flex: 1;
}

.founders-title {
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  font-weight: bold;
  color: #0077bf;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  font-size: 1.375rem;
}

.founders-title::after {
  content: "";
  position: absolute;
  left: 30px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.founders-content .text-side{line-height:2}

.founders-content p {
    font-size: 1.125rem;
    color: #393d46;
    line-height: 1.7;
    margin-bottom: 15px;
}

.board-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.board-image {
  flex: 0 0 220px;
  background: #fff;
  max-width: 100%;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.board-image img {
  width: 100%;
  border-radius: 6px;
}

.board-content {
  flex: 1;
}

.board-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

.board-item:nth-child(odd) {
  flex-direction: row-reverse;
}

.board-note {
  font-weight: bold;
  color: #393d47;
  margin-bottom: 20px;
  font-size: 1.25rem;
  margin: 2rem 0;
}

.board-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.board-list ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}

.board-list ul:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 60px;
  width: 1px;
  height: 100%;
  background: #ddd;
}

/* Liste elemanları */
.board-list li {
  font-size: 1.125rem;
  margin-bottom: 10px;
  color: #393d46;
  position: relative;
  padding-left: 12px;
  list-style: none;
}

/* Tire işareti */
.board-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #666;
}

.doc-card {
  display: block;
  background: #eeeeee;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.doc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.doc-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.3s;
}

.doc-card:hover img {
  transform: scale(1.01);
}

.section-title {
  color: #1e73be;
  font-weight: 700;
  margin-bottom: 30px;
}

.award-item {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #393d46;
  font-size: 1.125rem;
  transition: 0.25s;
  box-shadow: 0 4px 12px rgba(30, 115, 190, 0.08);
  height:100%;
}

.award-item .icon {
  flex: 0 0 25px;
  width: 25px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-item:hover {
  color: #0077bf;
  transform: translateX(5px);
}

.award-item.active {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #1e73be;

  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 25px;
  width: fit-content;
  box-shadow: 0 4px 12px rgba(30, 115, 190, 0.08);
}
.gallery-item {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 12px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}
.award-gallery img.w-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.award-gallery .ratio {
    width: 100%;
    height: 300px;
}

.award-gallery .ratio iframe {
    width: 100%;
    height: 100%;
}
.award-content iframe {
    width: 100%;
    max-width: 600px;
}
.gallery-item img {
  border-radius: 8px;
  transition: 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.02);
}

.news-card {
  box-shadow: 0px 0px 18px rgba(30, 115, 190, 0.08) !important;
}
.news {
  background: none !important;
}
.news-card:hover h3 {
  color: #0077bf !important;
}

/* section */
.latest-news {
  padding: 40px 0;
}

/* başlık */
.section-title {
  font-size: 1.25rem;
  color: #393d47;
  font-weight: 600;
  margin-bottom: 20px;
}

/* kart */
.news-card {
  display: block;
  background: #fff;
  padding: 16px 18px;
  border-radius: 10px;
  font-size: 1.125rem;
  color: #393d47;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(30, 115, 190, 0.06);
  transition: 0.25s;
}

/* hover */
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(30, 115, 190, 0.12);
}
.award-content {
    font-size: 1.125rem;
    line-height: 1.75;
    font-weight: 400;
    word-break: normal;
    overflow-wrap: normal;
    word-wrap: normal;
    white-space: normal;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

:where(.award-content, .book-content, .rich-text-content) {
    color: #393D46;
    display: flow-root;
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 1.75;
    max-width: 100%;
    min-width: 0;
}

/* CKEditor hizalamaları masaüstünde korunur; medya içerik alanından taşmaz. */
:where(.award-content, .book-content, .rich-text-content) :where(img, figure, video) {
    max-width: 100% !important;
}

:where(.award-content, .book-content, .rich-text-content) img {
    height: auto !important;
}

@media (max-width: 767.98px) {
    /* CKEditor'la sola/sağa alınan bloklar mobilde tek sütunda normal akışa döner. */
    :where(.award-content, .book-content, .rich-text-content) :where(
        [style*="float:" i],
        [style*="float :" i],
        [align="left" i],
        [align="right" i],
        .image-style-align-left,
        .image-style-align-right,
        .image-left,
        .image-right
    ) {
        float: none !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    :where(.award-content, .book-content, .rich-text-content) :where(
        div[style*="float:" i],
        div[style*="float :" i],
        p[style*="float:" i],
        p[style*="float :" i],
        section[style*="float:" i],
        section[style*="float :" i],
        figure[style*="float:" i],
        figure[style*="float :" i],
        figure.image-style-align-left,
        figure.image-style-align-right
    ) {
        width: 100% !important;
    }

    :where(.award-content, .book-content, .rich-text-content) :where(
        img[style*="float:" i],
        img[style*="float :" i],
        img[align="left" i],
        img[align="right" i],
        img.image-style-align-left,
        img.image-style-align-right,
        img.image-left,
        img.image-right
    ) {
        display: block !important;
        width: auto !important;
        height: auto !important;
        margin: 0 auto 1rem !important;
    }
}

:where(.award-content, .book-content, .rich-text-content)
:where(p, span, div, li, td, th, blockquote, strong, em, b, i, u) {
    color: #393D46 !important;
    font-family: inherit !important;
    font-size: 1em !important;
}

:where(.award-content, .book-content, .rich-text-content) :where(h1, h2) {
    color: #393D47 !important;
    font-family: inherit !important;
    font-size: 1.5rem !important;
    line-height: 1.35;
}

:where(.award-content, .book-content, .rich-text-content) :where(h3, h4, h5, h6) {
    color: #393D47 !important;
    font-family: inherit !important;
    font-size: 1.25rem !important;
    line-height: 1.4;
}

:where(.award-content, .book-content, .rich-text-content) a {
    color: #0077BF !important;
    font-family: inherit !important;
    font-size: 1em !important;
}

:where(.award-content, .book-content, .rich-text-content) img.editor-image-center,
img.editor-image-center {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
    height: auto;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 15px 0 0;
  list-style: none !important;
}

.link-list li {
  width: 50%;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}
.link-list li::marker {
  list-style: none !important;
  color: transparent;
}

.link-list li::before {
  content: "–";
  position: absolute;
  left: 0;
  color: #999;
}

.link-list a {
  text-decoration: none;
  color: #393d46;
  font-size: 1.125rem;
  transition: 0.2s;
}

.link-list a:hover {
  color: #007bff;
}
.filter-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-select {
  position: relative;
}

.select-btn {
  background: #1e73be;
  color: #fff;
  border: none;
  padding: 10px 45px 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  margin-bottom:.5rem;
  width:auto;
}

.select-btn .arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.select-dropdown {
  position: absolute;
  top: 110%;
  right: 0;
  background: #fff;
  width: auto;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  display: none;
  z-index: 10;
}

.select-dropdown li {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
}

.select-dropdown li:hover {
  background: #f5f5f5;
}

/* TAB STYLE */
.book-tabs-wrapper {
    padding: 0 0 40px 0;
}

/* TAB CONTAINER */
.book-tabs {
    background: #fff;
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    position: relative;
    gap: 25px;
}

/* TAB BUTTON */
.tab-btn {
    border: none;
    background: none;
    font-weight: 700;
    font-size: 1.125rem;
    color: #555;
    padding: 8px 5px;
    position: relative;
    transition: 0.3s;
}

/* ACTIVE */
.tab-btn.active {
    color: #0077BF;
}

/* ALT OK (triangle) */
.tab-btn.active::after {
    content: "";
    position: absolute;
    left: 20%;
    transform: translateX(-20%);
    bottom: -19px;

    width: 0;
    height: 0;

    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}


.tab-btn:hover {
    color: #0d6efd;
}
.book-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.book-card {
  text-align: center;
  transition: 0.3s;
}

.book-card img {
  transition: 0.3s;
}

.book-card p {
  margin-top: 10px;
  font-size: 1.125rem;
  color: #393D47;
}

/* HOVER */
.book-card:hover {
  transform: translateY(-5px);
}

.book-card:hover img {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.book-wrapper {
    display: block; /* flex kaldırıldı */
}
.book-content a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: 15px;
    padding: 12px 18px;
    color: #0077BF;
    border-radius: 12px;
    text-decoration: none;
    font-size: 1.125rem;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgb(235, 231, 231);
}
/* SOL RESİM */
.book-image {
    float: left;
    max-width: 300px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.book-image img {
    width: 100%;
    border-radius: 4px;
}

.book-content p {
    font-size: 1.125rem;
    color: #393d46;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* float taşmasını engelle */
.book-wrapper::after {
    content: "";
    display: block;
    clear: both;
}
.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width:fit-content;
    margin-top: 15px;
    padding: 12px 18px;

    color: #0077BF;

    border-radius: 12px;
    text-decoration: none;

    font-size: 1.125rem;
    transition: 0.3s;

    box-shadow: 0 5px 15px rgb(235, 231, 231);
}

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


.download-btn:hover {
    background: #e2e6ea;
    color: #0077BF;
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
}


.custom-accordion .accordion-button {
  color: #393D46;
    border-radius: 6px;
    padding: 14px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  box-shadow: 0 5px 15px rgba(10, 10, 10, 0.178);
}
.accordion-button:not(.collapsed){
    background: #0077BF;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{color: #393D46 !important;}

.accordion-button:not(.collapsed) .title{color: #fff !important;}
.accordion-button.collapsed .accordion-button .title {
    font-size: 1.125rem;
    color: #fff;
    font-weight: 500;
}


.custom-accordion .accordion-button::after {
    display: none;
}


.plus-icon {
    position: relative;
    width: 16px;
    height: 16px;
}

.plus-icon::before,
.plus-icon::after {
    content: "";
    position: absolute;
    background: #fff;
    transition: 0.3s;
}


.plus-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


.plus-icon::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}


.accordion-button:not(.collapsed) .plus-icon::after {
    opacity: 0;
    transform: translateX(-50%) scaleY(0);
}


.custom-accordion .accordion-body {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 6px 6px;
    font-size: 1.125rem;
    color: #393D46;
}


.read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-size: 1rem;
    font-weight: bold;
    color: #0077BF;
    cursor: pointer;
}
.read-more img {
    background-color: #E9ECEF; 
    padding: 8px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    object-fit: contain;
}


.info-card {
    position: relative;
    background: #f5f6f8;
    padding: 25px 20px 20px;
    border-radius: 12px;
        width: 100%;
    height: 100%;
}


.info-title {
    position: absolute;
    top: -29px;
    left: 20px;

    background: #1e73be;
    color: #fff;

    padding: 6px 14px;
    border-radius: 6px;

    z-index: 0; 
}
@media(max-width:520px){
    .info-title{
        left:0;
        border-radius:0;
    }
}

.info-title.dark {
    background: #1f2a3a;
}
.info-card li {
    display: flex;
    gap: 10px;
    font-size: .9375rem;
    margin-bottom: 10px;
}

.info-card li span {
    min-width: auto;
    font-weight: 600;
    color: #222;
}

.info-card li {
    color: #6c757d;
}

.row.align-items-stretch > [class*="col-"] {
    display: flex;
}

.position-relative {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.info-card {
    flex: 1;
}
#maru .maru-galeri{margin-bottom: 4rem;}
#maru .maru-action {
    display: flex;
    justify-content: end;
    margin: 0 0 2rem;
}
#maru .maru-location-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 8px;
    background: #0077BF;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}
#maru .maru-location-btn:hover {
    background: #005f99;
    color: #fff;
    transform: translateY(-1px);
}

#basin-bulteni .custom-card {
    background: #f5f7f9;
    border-radius: 12px;
    transition: all 0.25s ease;
    color: inherit;
}

#basin-bulteni .custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}


#basin-bulteni .card-date {
    font-size: 1rem;
    color: #393D46;
    font-weight: 500;
}


#basin-bulteni .card-title {
    font-size: 1.25rem; 
    color: #0077BF;
    font-weight: 700;
    line-height: 1.4;
}


#basin-bulteni .card-text {
    font-size: 1.0625rem;
    color: #393D46;
    line-height: 1.6;
}


#basin-bulteni .card-link {
    font-size: 14px;
    font-weight: 600;
    color: #0077BF;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    font-weight: bold;
    cursor: pointer;
}
#basin-bulteni  .card-link img {
    background-color: #E9ECEF; 
    padding: 8px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.search-page {
    padding-bottom: 5rem;
}

.search-page-form {
    display: flex;
    width: min(100%, 620px);
    min-height: 52px;
    border: 1px solid #d9e4ec;
    background: #fff;
}

.search-page-form input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    padding: 0 1rem;
    color: #393d46;
}

.search-page-form button {
    border: 0;
    background: #0077bf;
    color: #fff;
    padding: 0 1.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.search-page-form button:hover {
    background: #146ca3;
}

.search-summary {
    color: #393d46;
    margin-bottom: 1.5rem;
}

.search-message {
    background: #f5f7f9;
    border-left: 4px solid #0077bf;
    padding: 1rem 1.25rem;
    color: #393d46;
    margin-bottom: 2rem;
}

.search-page .custom-card {
    background: #f5f7f9;
    border-radius: 12px;
    transition: all 0.25s ease;
    color: inherit;
}

.search-page .custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.search-result-source {
    color: #6d747d;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
}

.search-page .card-title {
    font-size: 1.25rem;
    color: #0077BF;
    font-weight: 700;
    line-height: 1.4;
}

.search-page .card-text {
    color: #393d46;
    line-height: 1.65;
}

.search-page .card-link {
    font-size: 14px;
    font-weight: 600;
    color: #0077BF;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-page .card-link i {
    background-color: #E9ECEF;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#basin-detay .date{font-size:1rem; color: #393D46; font-weight: 500;text-decoration:  underline !important;margin-bottom: .5rem;}
#basin-detay .title{font-size: 1.25rem; color: #0077BF; font-weight: bold;margin-bottom: 1rem;}
.year-select-wrapper {
    position: relative;
    max-width: 260px;
    margin-bottom: 2.5rem;
}

.year-select-btn {
    width: 100%;
    background: #FFFFFF;
    border: none;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 15px;
    color: #393D46;
    cursor: pointer;
}


.year-select-btn .arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #393D46;
    border-bottom: 2px solid #393D46;
    transform: rotate(45deg);
    transition: 0.2s;
}


.year-select-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: none;
    overflow: hidden;
    z-index: 10;
    overflow-y:auto;
    max-height:350px;
}

.year-select-dropdown li {
    padding: 12px 16px;
    cursor: pointer;
    font-size: 15px;
}

.year-select-dropdown li:hover {
    background: #f5f7f9;
}


.year-select-wrapper.active .year-select-dropdown {
    display: block;
}

.year-select-wrapper.active .arrow {
    transform: rotate(-135deg);
}


.custom-pagination {
    margin-top: 40px;
}


.page-btn {
    min-width: 42px;
    height: 42px;
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    background: #f5f7f9;
    color: #393D46;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}


.page-btn:hover {
    background: #0077BF;
    color: #fff;
    transform: translateY(-2px);
}


.page-btn.active {
    background: #0077BF;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 119, 191, 0.25);
}


.page-btn.prev,
.page-btn.next {
    font-size: 18px;
    padding: 0 12px;
}

.dots {
    padding: 0 8px;
    color: #999;
    font-size: 18px;
}

.contact-card {
    position: relative;
}

.contact-card::before {
    content: "";
    position: absolute;
    left: 65px;
    top: 20px;
    bottom: 20px;
    width: 1px;
    background: #dcdfe4;
}
.contact-card {
    border-radius: 16px;
    padding: 30px;
    border: 1px solid #DDDDDD;
}


.contact-item {
    gap: 20px;
    padding: 14px 0;
}


.contact-item .icon {
    width: 40px;
    min-width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0077BF;
    font-size: 18px;
}

.contact-item .content {
    font-size: 1rem;
    color: #393D46;
    line-height: 1.6;
}

.contact-item .content strong {
    font-size: 1.125rem;
    font-weight: 700;
}


.contact-item a {
    color: #393D46;
    text-decoration: none;
}

.contact-item a:hover {
    color: #0077BF;
}
#Iletisim iframe{max-height: 340px;border-radius: 1rem;border: 1px solid #DDDDDD;}
#securityCodeImage {
    background-image: url('/Panel/images/Guvenlik.jpg');
    background-size: cover;
    background-position: center
}
#success-container{
    width:contain;
    display: none;
    position: static;
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#error-message {
    color: red;
}
#Iletisim   button {background-color: #0077BF;border: none; padding: .5rem 2rem .5rem 2rem; color: white; border-radius: 2rem;transition: background-color 0.3s ease;}
#Iletisim   button:hover {background-color: #000000; }
::placeholder{font-size: 14px;}

.donation-info {
    background: #ffffff;
    border-radius: 12px;
   font-size: 1.5rem;
    max-width: 750px;
    line-height: 1.5;
    padding: 1.5rem;
}
.donation-card a {
    display: block;
    color: #0077bf;
    margin: 10px 0;
    font-weight: 600;
    text-decoration: none;
}
.donation-card p{margin-bottom:.5rem;}

.donation-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem;
    gap: 2rem;
    max-width: 750px;
    margin: 0 auto;
}

.donation-card .image-wrapper {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 8px solid #E7E7E7;
    overflow: hidden;
    flex-shrink: 0;
}

.donation-card  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.donation-card  .bank-info {
    font-size: 1.25rem; 
    max-width:500px;
}

.bank-info .title {
    color: #007bff;
    font-weight: 600;
  
}

.form-control:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #dc3545
}

.form-control:valid:not(:focus):not(:placeholder-shown) {
    border-color: #28a745
}
@media (max-width: 576px) {
 
}
