@charset "UTF-8";
/*
Theme Name: SR2026
*/
@font-face {
  font-family: "BL";
  src: url("./fonts/100.ttf") format("ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BL";
  src: url("./fonts/200.ttf") format("ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BL";
  src: url("./fonts/300.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BL";
  src: url("./fonts/400.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BL";
  src: url("./fonts/500.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BL";
  src: url("./fonts/600.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BL";
  src: url("./fonts/700.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BL";
  src: url("./fonts/800.ttf") format("ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BL";
  src: url("./fonts/900.ttf") format("ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: 0;
  border: none;
  font-family: "BL", sans-serif;
  color: rgb(0, 0, 0);
  list-style: none;
}

:root {
  /*  STANDART RENKLER */
  --main-color:#bf1618;
  --seperate:#bf1618;
  --footer-color:#717171;
  --tema2-main-color:#0020e5;
  /* STANDART ÖLÇÜLER */
  --block-height-1: 3.5rem;
  --block-height-2: 3.5rem;
  --main-width: 1200px;
}
:root html, :root body {
  width: 100%;
  height: 100%;
}
:root body {
  align-items: center;
  flex-direction: column;
}
:root a {
  color: var(--main-color);
  text-decoration: none;
  cursor: pointer;
}
:root a:hover {
  text-decoration: underline;
}
:root a img {
  filter: sepia(0);
  transition: 0.5s filter;
}
:root a img:hover {
  filter: sepia(0.5);
  transition: 0.5s filter;
}

header {
  padding: 0 calc((100% - var(--main-width)) / 2);
}
header .logo {
  justify-content: flex-start;
  width: 50%;
  height: 70%;
}
header .logo a {
  width: auto;
}
header .logo a svg {
  margin-right: 5px;
}
header .logo .bayrak {
  height: 100%;
}
header .search {
  width: 50%;
  justify-content: flex-end;
}
header .search input {
  border: 0.5px solid white;
  margin-right: 5px;
  padding: 0 5px;
  width: 45%;
}
header .search button {
  width: 6.5%;
}
header .search button svg {
  width: 80%;
}

nav svg {
  width: 2.5%;
  height: 90%;
  margin-right: 5px;
}
nav ul {
  width: 87.5%;
}
nav ul li {
  margin-right: 15px;
}
nav ul li:hover {
  font-weight: 700;
}
nav .social {
  width: calc(16.6666666667% - 5px);
  height: 100%;
}
nav .social a {
  width: calc(16.6666666667% - 5px);
}
nav .social a svg {
  width: 60%;
}

/* LİVE VİDEO */
.livevideo .livevideo-wrap {
  margin: 0 auto;
}

/* Ana Manşet */
.mainnews {
  background-color: var(--main-color);
  width: var(--main-width);
}
.mainnews .mainnews-content {
  display: flex;
  position: relative;
  width: 66%;
  aspect-ratio: 16/9;
}
.mainnews .mainnews-content a, .mainnews .mainnews-content a img {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 1.5s;
}
.mainnews .mainnews-content .fotoAlti {
  display: flex;
  padding: 2px 5px;
  position: absolute;
  background-color: var(--footer-color);
  font-weight: 200;
  z-index: 33;
  bottom: 10px;
  left: 10px;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mainnews .mainnews-title {
  display: flex;
  flex-direction: column;
  width: 34%;
  height: 100%;
  margin-left: 10px;
  padding: 10px;
}
.mainnews .mainnews-title .mainmanset {
  width: 100%;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.1;
  color: rgb(246, 246, 246);
  word-wrap: break-word;
  hyphens: auto;
  padding: 10px;
}
.mainnews .mainnews-title .manmanset-detay {
  font-size: 1.3rem;
  font-weight: 300;
  color: rgba(246, 246, 246, 0.843);
}
.mainnews .mainnews-title .mainmanset-durum {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 800;
}
.mainnews .mainnews-title .mainmanset-durum span {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 3px 6px;
  background-color: rgb(255, 255, 255);
}

/* TEMA 1 */
.tema1 {
  display: flex;
  justify-content: space-between;
  width: var(--main-width);
}
.tema1 .tema1-content {
  display: flex;
  flex-direction: column;
  width: 32.5%;
}
.tema1 .tema1-content img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.tema1 .tema1-content span.tema1-title,
.tema1 .tema1-content span.tema1-ozet {
  margin-top: 5px;
}

/* Video Panel */
.videopanel {
  width: 100%;
  max-width: 100% !important;
  justify-content: center;
  background-color: #2a2a2a;
  padding: 30px 0;
  margin-top: 15px;
}
.videopanel .video-container {
  width: var(--main-width);
  justify-content: space-between;
}
.videopanel .video-container .video-item {
  display: flex;
  width: calc(16.6666666667% - 5px);
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  aspect-ratio: 9/16;
  background-color: var(--main-color);
  border-radius: 5px;
}
.videopanel .video-container .video-item svg {
  display: flex;
  position: absolute;
  fill: rgba(255, 255, 255, 0.7568627451);
  z-index: 66;
  height: 35px;
  width: 35px;
}
.videopanel .video-container .video-item img {
  display: flex;
  position: absolute;
  height: 100%;
}
.videopanel .video-container .video-item iframe {
  width: 100%;
  height: 100%;
}

.ekobar {
  display: flex;
  justify-content: space-between;
  height: 2.5em;
  width: var(--main-width);
}
.ekobar .eko-item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.7em;
  width: calc(12.5% - 10px);
  border: #000 0.3px solid;
}
.ekobar .eko-item .eko-item-title,
.ekobar .eko-item .eko-item-deger {
  display: flex;
  align-items: center;
  width: 60%;
}
.ekobar .eko-item .eko-item-ok,
.ekobar .eko-item .eko-item-yuzde {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}
.ekobar .eko-item .eko-item-ok svg {
  height: 0.7em;
  aspect-ratio: 1/1;
  padding: 0.08em 0;
}
.ekobar .eko-item .eko-item-ok #alt_ok {
  fill: rgb(220, 0, 0);
}
.ekobar .eko-item .eko-item-ok #ust_ok {
  fill: rgb(21, 109, 12);
}
.ekobar .eko-item .eko-item-title {
  font-size: 0.8rem !important;
  font-weight: 200 !important;
  color: #5f5f5f;
  padding-top: 0.04em;
}
.ekobar .eko-item .eko-item-deger {
  font-size: 1.2em !important;
  font-weight: 500 !important;
  color: #484848;
}
.ekobar .eko-item .eko-item-yuzde {
  font-size: 0.8em !important;
  font-weight: 100 !important;
  color: #5f5f5f;
}

.tema2 {
  display: flex;
  justify-content: space-between;
  width: var(--main-width);
}
.tema2 .tema2-item {
  width: calc(25% - 10px);
  background-color: var(--tema2-main-color);
}
.tema2 .tema2-item a {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.tema2 .tema2-item a:hover {
  -webkit-text-decoration: underline 2px #fff;
          text-decoration: underline 2px #fff;
}
.tema2 .tema2-item a .img-container {
  display: flex;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.tema2 .tema2-item a .img-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0;
  top: 0;
  transition: opacity 1.5s;
}
.tema2 .tema2-item a .tema2-title {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 1.05em;
  font-weight: 500;
  margin: 10px 0;
  padding: 0 15px;
  color: #ffffff;
  text-shadow: 1px 2px 5px #7d7d7d;
}

.seperate {
  display: flex;
  justify-content: flex-start;
  height: 1.3em;
  align-items: center;
  line-height: 1.3em;
  width: var(--main-width);
  margin: 15px 0;
  margin-top: 30px;
  border-left: 1em solid var(--seperate);
  border-bottom: 1px solid var(--seperate);
  border-radius: 10px 0 0 10px;
  padding: 0.2em 0.5em;
  font-size: 1.3em;
  font-weight: 800;
}

.yazar-panel {
  display: flex;
  justify-content: space-between;
  width: var(--main-width);
  height: auto;
}
.yazar-panel .yazar-item {
  display: flex;
  width: calc(25% - 10px);
  border: 1px #000 solid;
}
.yazar-panel .yazar-item .yazar-image {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 40%;
  aspect-ratio: 100/123;
}
.yazar-panel .yazar-item .yazar-image img {
  height: 100%;
}
.yazar-panel .yazar-item .yazi-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 100%;
  text-decoration: none;
  color: #000;
  padding: 10px 0;
}
.yazar-panel .yazar-item .yazi-title:hover {
  text-decoration: underline;
  color: var(--main-color) !important;
}
.yazar-panel .yazar-item .yazi-title .yazar-adi {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 10px;
}
.yazar-panel .yazar-item .yazi-title .yazar-yazi {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  padding: 0 5px;
}

.tema3-panel {
  display: flex;
  width: var(--main-width);
  background-color: rgba(191, 22, 25, 0.1960784314);
  justify-content: space-between;
}
.tema3-panel .tema3-panel-left,
.tema3-panel .tema3-panel-right {
  display: flex;
  position: relative;
  width: calc(50% - 5px);
  aspect-ratio: 16/9;
}
.tema3-panel .tema3-panel-left a {
  width: 100%;
  height: 100%;
}
.tema3-panel .tema3-panel-left a .tema3-panel-left-image {
  display: flex;
  position: relative;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tema3-panel .tema3-panel-left a .tema3-panel-left-image img {
  height: 100%;
  width: 100%;
}
.tema3-panel .tema3-panel-left a .tema3-panel-left-image span {
  font-size: 1.5em;
  font-weight: 200;
}
.tema3-panel .tema3-panel-left a .tema3-panel-left-image span:hover {
  text-decoration: underline;
}
.tema3-panel .tema3-panel-right {
  flex-direction: column;
  justify-content: space-between;
}
.tema3-panel .tema3-panel-right .tema3-panel-right-up,
.tema3-panel .tema3-panel-right .tema3-panel-right-down {
  display: flex;
  height: calc(50% - 5px);
  justify-content: space-between;
}
.tema3-panel .tema3-panel-right .tema3-panel-right-up .tema3-panel-right-image,
.tema3-panel .tema3-panel-right .tema3-panel-right-down .tema3-panel-right-image {
  display: flex;
  position: relative;
  width: calc(50% - 5px);
  aspect-ratio: 16/9;
}
.tema3-panel .tema3-panel-right .tema3-panel-right-up .tema3-panel-right-image a,
.tema3-panel .tema3-panel-right .tema3-panel-right-down .tema3-panel-right-image a {
  width: 100%;
  height: 100%;
}
.tema3-panel .tema3-panel-right .tema3-panel-right-up .tema3-panel-right-image a img,
.tema3-panel .tema3-panel-right .tema3-panel-right-down .tema3-panel-right-image a img {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.tema3-panel .tema3-panel-right .tema3-panel-right-up .tema3-panel-right-image a span,
.tema3-panel .tema3-panel-right .tema3-panel-right-down .tema3-panel-right-image a span {
  font-size: 1em;
  font-weight: 200;
}
.tema3-panel .tema3-panel-right .tema3-panel-right-up .tema3-panel-right-image a span:hover,
.tema3-panel .tema3-panel-right .tema3-panel-right-down .tema3-panel-right-image a span:hover {
  text-decoration: underline;
}

.tema3span {
  position: absolute;
  width: 100%;
  padding: 5px;
  bottom: 0em;
  left: 0em;
  color: #fff;
  text-wrap: wrap;
  background-color: var(--seperate);
  text-align: center;
}

.tema5 {
  display: flex;
  justify-content: space-between;
  width: var(--main-width);
}
.tema5 .tema5-item {
  display: flex;
  width: calc(25% - 10px);
}
.tema5 .tema5-item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}
.tema5 .tema5-item a:hover {
  text-decoration: underline;
}
.tema5 .tema5-item a img {
  width: 100%;
  aspect-ratio: 16/9;
}
.tema5 .tema5-item a span {
  width: 100%;
  text-align: center;
}

.tema4 {
  display: flex;
  width: var(--main-width);
  justify-content: space-between;
}
.tema4 .tema4-container {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
}
.tema4 .tema4-container .tema4-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}
.tema4 .tema4-container .tema4-item .tema4-item-image {
  display: flex;
  position: relative;
  width: calc(65% - 5px);
  aspect-ratio: 16/9;
}
.tema4 .tema4-container .tema4-item .tema4-item-image img {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 1.5s;
  -o-object-fit: cover;
     object-fit: cover; /* Resmin alanı tamamen kaplamasını sağla */
  -o-object-position: top center;
     object-position: top center; /* Resmin üst kısmını göster, alt kısmını kırp */
}
.tema4 .tema4-container .tema4-item .tema4-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(35% - 5px);
  text-decoration: none;
  color: #000000;
}
.tema4 .tema4-container .tema4-item .tema4-item-link .tema4-title {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.tema4 .tema4-container .tema4-item .tema4-item-link .tema4-ozet {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 1rem;
  color: #2c2c2c;
}
.tema4 .tema4-container .tema4-item:nth-of-type(1) {
  flex-direction: column;
  margin-bottom: 20px;
}
.tema4 .tema4-container .tema4-item:nth-of-type(1) .tema4-item-image,
.tema4 .tema4-container .tema4-item:nth-of-type(1) .tema4-item-link {
  width: 100%;
}
.tema4 .tema4-container .tema4-item:nth-of-type(1) .tema4-item-link {
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 10px;
}
.tema4 .tema4-container .tema4-item:nth-of-type(1) .tema4-item-link .tema4-ozet {
  display: none;
}

.yazar {
  width: var(--main-width);
}
.yazar .yazar-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
}
.yazar .yazar-container .yazar-item {
  display: flex;
  background-color: var(--main-color);
  width: calc(33.3333333333% - 10px);
  height: 150px;
  margin-bottom: 10px;
  border-radius: 0px 0px 12px 0px;
  overflow: hidden;
}
.yazar .yazar-container .yazar-item .yazar-item-img img {
  aspect-ratio: 1/1;
  height: 100%;
}
.yazar .yazar-container .yazar-item .yazar-item-info {
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
.yazar .yazar-container .yazar-item .yazar-item-info .yazar-kose {
  font-weight: 300;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5411764706);
}
.yazar .yazar-container .yazar-item .yazar-item-info .yazar-name a {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.yazar .yazar-container .yazar-item .yazar-item-info a {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}
.yazar .yazar-container .yazar-item .yazar-item-info .yazar-date {
  font-weight: 100;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8196078431);
}

.yazar-detay {
  display: flex;
  width: var(--main-width);
}
.yazar-detay .yazar-detay-bilgi {
  background-color: var(--main-color);
  min-width: 35%;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-card {
  display: flex;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-card img {
  width: 150px;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-card .yazar-detay-bilgi-card-info {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-card .yazar-detay-bilgi-card-info #kose-ismi {
  color: rgba(255, 255, 255, 0.6549019608);
  font-size: 25px;
  font-weight: 100;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-card .yazar-detay-bilgi-card-info #yazar-ismi {
  color: rgba(255, 255, 255, 0.8352941176);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-card .yazar-detay-bilgi-card-info #yazar-mail {
  color: rgba(255, 255, 255, 0.6549019608);
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 10px;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-cv {
  color: rgba(255, 255, 255, 0.6549019608);
  padding: 0 10px;
  font-weight: 100;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-latest {
  padding: 0 10px;
  color: #fff;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-latest .baslik {
  font-weight: 800;
  color: #fff;
  height: 2rem;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-latest .yazar-detay-bilgi-latest-content {
  display: flex;
  flex-direction: column;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-latest .yazar-detay-bilgi-latest-content a {
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-latest .yazar-detay-bilgi-latest-content a img {
  width: 40%;
  aspect-ratio: 16/9;
  margin-right: 5px;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-latest .yazar-detay-bilgi-latest-content a .cname {
  color: #fff !important;
  display: flex;
  flex-direction: column;
  width: 60%;
}
.yazar-detay .yazar-detay-bilgi .yazar-detay-bilgi-latest .yazar-detay-bilgi-latest-content a .cname span {
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 100;
}
.yazar-detay .yazar-detay-content {
  min-width: 65%;
  padding-left: 10px;
}
.yazar-detay .yazar-detay-content img {
  width: 100%;
  aspect-ratio: 16/9;
}
.yazar-detay .yazar-detay-content .yazar-detay-content-title {
  color: #000;
}
.yazar-detay .yazar-detay-content .yazar-detay-content-title h1 {
  width: 100%;
  height: 90%;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  color: #333;
}
.yazar-detay .yazar-detay-content .yazar-detay-content-info {
  color: #000;
  display: flex;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 100;
}
.yazar-detay .yazar-detay-content .yazar-detay-content-info .bullet {
  padding: 0 5px;
  font-weight: 100;
}
.yazar-detay .yazar-detay-content .yazar-detay-content-text {
  color: #000;
}
.yazar-detay .yazar-detay-content .yazar-detay-content-text p, .yazar-detay .yazar-detay-content .yazar-detay-content-text h2 {
  margin: 15px 0;
}
.yazar-detay .yazar-detay-content .yazar-detay-content-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #222;
}
.yazar-detay .yazar-detay-content .yazar-detay-content-text p a {
  font-weight: 600;
  color: var(--main-color);
}
.yazar-detay .yazar-detay-content .yazar-detay-content-text p strong {
  font-weight: 700;
}
.yazar-detay .yazar-detay-content .yazar-detay-content-text h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}

footer {
  margin-top: 15px;
}
footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  opacity: 0.5;
}
footer .footer-logo a {
  display: flex;
  height: 90%;
}
footer .footer-logo a svg {
  display: flex;
  height: 90%;
  fill: #fff;
}

section, nav, .seperate, .links, .single {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================
   LÜKS & KURUMSAL FOOTER TASARIMI
   ========================================= */
.site-footer {
  width: 100%;
  background-color: #111111;
  color: #cccccc;
  padding: 50px 0 20px 0;
  margin-top: 40px;
  border-top: 4px solid var(--main-color);
}
.site-footer .footer-container {
  width: var(--main-width);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #222222;
}
.site-footer .footer-container .footer-col {
  flex: 1;
}
.site-footer .footer-container .footer-col.brand-col {
  flex: 1.2;
}
.site-footer .footer-container .footer-col .footer-logo {
  height: 70px;
  margin-bottom: 15px;
}
.site-footer .footer-container .footer-col .footer-logo svg {
  height: 100%;
  width: auto;
  fill: #fff;
}
.site-footer .footer-container .footer-col .footer-desc {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #999999;
}
.site-footer .footer-container .footer-col h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.site-footer .footer-container .footer-col ul {
  list-style: none;
  padding: 0;
}
.site-footer .footer-container .footer-col ul li {
  margin-bottom: 10px;
}
.site-footer .footer-container .footer-col ul li a {
  color: #aaaaaa;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
.site-footer .footer-container .footer-col ul li a:hover {
  color: var(--main-color);
  padding-left: 5px;
}
.site-footer .footer-container .footer-col .social-text {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 15px;
}
.site-footer .footer-container .footer-col .footer-social-icons {
  display: flex;
  gap: 15px;
}
.site-footer .footer-container .footer-col .footer-social-icons a {
  width: 36px;
  height: 36px;
  background-color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.site-footer .footer-container .footer-col .footer-social-icons a svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}
.site-footer .footer-container .footer-col .footer-social-icons a:hover {
  background-color: var(--main-color);
  transform: translateY(-3px);
}
.site-footer .footer-bottom {
  width: var(--main-width);
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
.site-footer .footer-bottom p {
  font-size: 0.85rem;
  color: #777777;
  letter-spacing: 0.3px;
}

/* =========================================
   FOOTER MOBİL UYUM (Max: 768px)
   ========================================= */
@media (max-width: 768px) {
  .site-footer {
    padding: 30px 0 15px 0;
  }
  .site-footer .footer-container {
    width: 90% !important;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 25px;
  }
  .site-footer .footer-container .footer-col {
    width: 100%;
  }
  .site-footer .footer-bottom {
    width: 90% !important;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */