.site-branding-logo img {
    max-height: 90px;
    width: auto;
}
.site-branding__slogan{
	padding-top: 8px;
}
/*.gav-help-region {
    padding: 15px 0 0;
    position: relative;
    z-index: 1;
    background-color: #7CCBEE;.duyurular{
border: 1px solid black;
    margin-bottom: 47px;
    padding: 25px;
}
}*/
.social-media{
	padding-top: 9px;
	padding-right: 10pc;
	display: flex;
	justify-content: center;
    align-items: center;
    transition: .4s;
	border-radius: 50%;
}
.social-container a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 6px;
    margin-left: 5px;
    margin-left: 5px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    text-decoration: none;
	color: white;
}
.social-media a:hover {
	background: linear-gradient(to bottom right, #8b9dc3, #3b5998);
	background-color: #294B78;
	border: 1px solid #737373;
}

.after-content-spotify{
    padding: 5px 15px;
}
.topbar-left {
    padding-left: 45px;
	padding-top: 10px;
}
.topbar-right {
    padding: 26px 0 0 0;
}
.fa-color{
	color: white;
}
.group-title{
	font-size: 22px;
    text-align: center;
}
.hızlı-erisimler-a{
	font-size: 22px;
    text-align-last: center;
	background-color: white;
    border-radius: 15px;
}
#field-language-display{
	background-color: #7CCBEE;
}
/*media*/
@media (max-width: 768px) {
    header.header-v1 .header-inner {
        float: left;
        width: 100%;
		padding-right: 0px;
        padding-top: 0px; 
        width: 0px;
    }
   .gbb-row-wrapper {
        text-align: center;
    }
}
.duyurular{
	border: 3px solid #004990;
    margin-bottom: 47px;
    padding: 25px;
	border-radius: 20px;
	text-align: center;
	margin: 2px;
	color: #000000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
.duyurular:hover {
  color: #0056b3;
}
.videolar{
	border: 3px solid #004990;
    margin-bottom: 47px;
    padding: 25px;
	border-radius: 20px;
	text-align: center;
	width: 23% !important;
	margin: 2px;
    height: 300px;
}
.iklim-bultenleri{
	text-align: center;
	color: #000;
    font-weight: 700;
    font-size: 19px;
}
.people-div{
	border: 3px #878a8d solid;
    border-radius: 12px;
    padding: 20px;
    height: 480px;
	width: 290px;
	margin: 3px;
}
.people-div-2{
	border: 3px #878a8d solid;
    border-radius: 12px;
    padding: 20px;
    height: 510px;
	width: 290px;
	margin: 3px;
}
.border-img{
	border-radius: 16px;
}
.arsiv-kutu{
    border: 3px solid #004990;
    margin-bottom: 47px;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    width: 23% !important;
    margin: 2px;
    height: 430px;
}
.btn-cv {
  display:inline-flex;
  align-items:center;
  gap:0.4rem;
  padding:6px 12px;
  border-radius:6px;
  text-decoration:none;
  color:#0b3d91;
  border:1px solid rgba(11,61,145,0.2);
  background:#fff;
  transition:all 0.15s ease;
}
.btn-cv:hover {
  background:#0b3d91;
  color:#fff;
}

@media (min-width: 1200px) {
    .footer-col-lg-3 {
        width: 33.3333% !important;
    }
}
@media (max-width: 1199px) {
  header.header-v1 .header-inner {
    width: auto !important;
  }
}

@media (max-width: 992px) {
  .topbar-media {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .topbar-left-media {
    display: contents;
  }
}
@media (max-width: 992px) {
  .topbar {
    /*height: 125px;*/
  }
}
@media (max-width: 1199px) {
  .topbar-left {
    padding-left: 0px;
}
}
@media (max-width: 1199px) {
  .topbar-right {
    padding-right: 0px;
}
  }

@media (max-width: 990px) {
  .heading-social-media {
    width: 75% !important;
  }
}

@media (max-width: 668px) {
  .heading-social-media {
    width: 0% !important;
  }
}

@media (max-width: 668px) {
  .social-media {
   padding-left: 200px;
}
  }
  
  @media (max-width: 450px) {
  .social-media {
   padding-left: 110px;
}
  }
@media (max-width: 668px) {
  .gva-parallax-background {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    overflow: hidden;
	background-size: cover;
}
  }
/* ARAMA TARAMA */


.search-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}


#searchForm {
  width: 100%;
  max-width: 900px;
}


.search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
}


.search-box input[type="text"] {
  flex: 1;
  padding: 14px 16px 14px 44px;
  border: none;
  font-size: 16px;
  outline: none;
  color: #333;
}


.search-box input::placeholder {
  color: #888;
}


.search-icon {
  position: absolute;
  left: 14px;
  font-size: 18px;
  color: #666;
  pointer-events: none;
}


.search-box button {
  background-color: #0d6efd;
  color: #fff;
  border: none;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


.search-box button:hover {
  background-color: #084298;
}


.search-box input:focus {
  background-color: #fdfdfd;
}


@media (max-width: 768px) {
  .search-box {
    flex-direction: column;
    align-items: stretch;
  }

  .search-box input[type="text"] {
    padding: 14px 14px 14px 40px;
    font-size: 15px;
  }

  .search-box button {
    width: 100%;
    border-radius: 0;
  }

  .search-icon {
    top: 16px;
  }
}
/**/
/*Kısayollar*/
.hover-card-wrapper {
  max-width: 420px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}


.hover-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}


.image-card {
  height: 230px;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}


.card-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 140, 0, 0.9);
  padding: 10px 16px;
  border-radius: 6px;
}

.card-title {
  font-size: 22px;
  font-weight: 700;
}

.card-arrow {
  font-size: 26px;
  transition: transform 0.4s ease;
}


.blue-card {
  background: linear-gradient(135deg, #001f4d, #003b8e);
  padding: 28px 24px 20px;
}

.blue-content h3 {
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 14px;
}

.blue-content img {
  width: 100%;
  border-radius: 8px;
}


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

.hover-card:hover .card-arrow {
  transform: translateX(8px);
}
/**/
.vertical-btn-wrapper {
  height: 417px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Ortak kart */
.card {
  flex: 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  transition: transform .35s ease;
}

.card:hover {
  transform: translateY(-4px);
}

/* Kart 1 – Görselli */
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay */
.card-overlay {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.card-overlay span {
  background: #f7931e;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 6px;
}

.arrow-box {
  width: 44px;
  height: 44px;
  background: #fff;
  color: #f7931e;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: transform .3s ease;
}

.card:hover .arrow-box {
  transform: translateX(6px);
}

/* Kart 2 – Mavi */
.card-blue {
  background: linear-gradient(135deg, #081b4b, #0a2d87);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px;
  color: #fff;
}

.card-blue img {
  width: 180px;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0,0,0,.25);
}

.card-text h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 700;
}

.card-text .arrow {
  display: inline-block;
  margin-top: 12px;
  font-size: 32px;
  color: #2aa7ff;
  transition: transform .3s ease;
}

.card-blue:hover .arrow {
  transform: translateX(6px);
}

/* Mobil */
@media (max-width: 768px) {
  .vertical-btn-wrapper {
    height: auto;
  }

  .card {
    min-height: 200px;
  }

  .card-text h3 {
    font-size: 24px;
  }

  .card-blue img {
    width: 140px;
  }
}

.metafor-box {
  margin: 30px auto;
  padding: 24px 26px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border-left: 5px solid #425CBB; 
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  color: #2b2b2b;
}

.metafor-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #425CBB;
  margin-bottom: 10px;
}

.metafor-highlight {
  font-weight: 600;
  color: #102a43;
}

.metafor-box p {
  margin: 12px 0;
  font-size: 15px;
}

.metafor-deadline {
  margin-top: 18px;
  font-weight: 500;
}

.metafor-link {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #425CBB, #4d94ed);
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.25s ease;
}

.metafor-link:hover {
  background: linear-gradient(135deg, #1e3eb5, #006df5);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(122, 31, 31, 0.25);
}
#field-language-display{
	display:none
}
.issue-card {
  width: 220px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  font-family: Arial, sans-serif;
  transition: transform 0.2s, box-shadow 0.2s;
}

.issue-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.issue-header {
  padding: 12px;
  background-color: #f4f4f4;
  text-align: center;
}

.issue-number {
  font-size: 16px;
  margin: 0;
  color: #333;
}

.issue-cover img {
  width: 100%;
  display: block;
}

.issue-footer {
  padding: 10px 12px;
  text-align: center;
  font-size: 14px;
  color: #555;
}

.issue-footer .label {
  font-weight: bold;
  margin-right: 4px;
}

.issue-footer .date {
  color: #888;
}
.metafor-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    line-height: 1.7;
    color: #1e293b;
}

.metafor-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
}

.metafor-title em {
    color: #2563eb;
}

.metafor-desc {
    margin-bottom: 18px;
    font-size: 15.5px;
}

.metafor-highlight {
    background: #f1f5f9;
    border-left: 4px solid #2563eb;
    padding: 14px 16px;
    border-radius: 8px;
    margin: 20px 0;
}

.metafor-list-title {
    margin-top: 25px;
    font-weight: 600;
    font-size: 16px;
}

.metafor-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    margin-top: 12px;
    padding: 0;
    list-style: none;
}

.metafor-list li {
    background: #f8fafc;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14.5px;
    border: 1px solid #e2e8f0;
    transition: 0.2s ease;
}

.metafor-list li:hover {
    background: #e0ecff;
    transform: translateY(-2px);
}