@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Questrial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  line-height: 150%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  background-color: #1a1a1a;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 15px;
  }
}

*::-moz-selection {
  color: inherit;
  background-color: transparent;
}

*::selection {
  color: inherit;
  background-color: transparent;
}

.koc-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* Özel container sınıflarını kaldır */
.hr-container,
.news-grid,
.investor-panels-top,
.investor-panels-middle {
  width: 100%;
}

/* Kartlar için düzenleme */
.news-card,
.panel {
  height: 100%;
  margin-bottom: 30px;
}



/* Footer düzenlemesi */
.footer-top,
.footer-bottom,
.footer-links {
  width: 100%;
  margin-bottom: 30px;
}

.koc-relative {
  position: relative;
}

.koc-o-hidden {
  overflow: hidden;
}

.koc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.koc-vert-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .koc-mobile-hidden {
    display: none;
  }
}

section {
  position: relative;
  overflow: hidden;
}

/* -------------------------------------------

typography

------------------------------------------- */
h1,
.koc-h1,
h2,
.koc-h12,
h3,
.koc-h3,
h4,
.koc-h4,
h5,
.koc-h5,
h6,
.koc-h6 {
  font-family: "Questrial", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  h1 br,
.koc-h1 br,
h2 br,
.koc-h12 br,
h3 br,
.koc-h3 br,
h4 br,
.koc-h4 br,
h5 br,
.koc-h5 br,
h6 br,
.koc-h6 br {
    display: none;
  }
}

h1,
.koc-h1 {
  font-size: 86px;
}
@media screen and (max-width: 1400px) {
  h1,
.koc-h1 {
    font-size: 74px;
  }
}
@media screen and (max-width: 1200px) {
  h1,
.koc-h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 992px) {
  h1,
.koc-h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  h1,
.koc-h1 {
    font-size: 34px;
  }
}

h2,
.koc-h2 {
  font-size: 68px;
  line-height: 120%;
  color: white1";
}
@media screen and (max-width: 1200px) {
  h2,
.koc-h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 992px) {
  h2,
.koc-h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  h2,
.koc-h2 {
    font-size: 36px;
  }
}

h3,
.koc-h3 {
  font-size: 42px;
}
@media screen and (max-width: 1200px) {
  h3,
.koc-h3 {
    font-size: 39px;
  }
}
@media screen and (max-width: 992px) {
  h3,
.koc-h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h3,
.koc-h3 {
    font-size: 30px;
  }
}

h4,
.koc-h4 {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  h4,
.koc-h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  h4,
.koc-h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h4,
.koc-h4 {
    font-size: 22px;
  }
}

h5,
.koc-h5 {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  h5,
.koc-h5 {
    font-size: 18px;
  }
}

h6,
.koc-h6 {
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1200px) {
  h6,
.koc-h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  h6,
.koc-h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  h6,
.koc-h6 {
    font-size: 21px;
  }
}

.koc-no-wrap {
  white-space: nowrap;
}

blockquote {
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-style: italic;
  border-left: solid 4px rgb(255, 152, 0);
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 30px;
    font-size: 16px;
  }
}

.koc-text-sm {
  font-size: 15px;
}

.koc-text-lg {
  font-size: 18px;
  line-height: 170%;
}

.koc-text-xl {
  font-size: 22px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .koc-text-xl {
    font-size: 20px;
  }
}

.koc-upper {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.koc-bold {
  font-weight: 500;
}

.koc-thin {
  font-weight: 100;
  font-family: "Questrial", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.koc-complex-title {
  line-height: normal;
}

.koc-accent {
  color: rgb(255, 152, 0);
}

.koc-light {
  color: rgb(255, 255, 255) !important;
}
.koc-light a {
  color: rgb(255, 255, 255) !important;
}

.koc-muted {
 color: black;
}

.koc-dark {
  color: rgb(0, 0, 0);
}

.koc-light-soft {
  color: rgba(255, 255, 255, 0.4);
}

.koc-dark-soft {
  color: rgba(0, 0, 0, 0.5);
}

.koc-marker {
  background-color: rgb(255, 152, 0);
  padding: 0 5px;
}

.koc-center {
  text-align: center;
}

.koc-left {
  text-align: left;
}

.koc-right {
  text-align: right;
}

@media screen and (max-width: 576px) {
  .koc-sm-center {
    text-align: center;
  }
}

.koc-suptitle {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.koc-suptitle:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 600px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  opacity: 0.2;
}
.koc-suptitle.koc-suptitle-right {
  text-align: right;
}
.koc-suptitle.koc-suptitle-right:before {
  left: calc(100% + 30px);
}
@media screen and (max-width: 768px) {
  .koc-suptitle.koc-suptitle-right {
    text-align: center;
  }
  .koc-suptitle.koc-suptitle-right:before {
    display: none;
  }
}
.koc-suptitle.koc-suptitle-dark:before {
  background-color: rgb(0, 0, 0);
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .koc-suptitle {
    margin-bottom: 60px;
  }
}

.koc-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.koc-img-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 140%;
}
.koc-img-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* -------------------------------------------

link

------------------------------------------- */
.koc-link {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: white;
}
.koc-link svg {
  margin-left: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  color: white;
}
.koc-link svg path {
  fill: rgb(255, 255, 255);
}
.koc-link.koc-accent svg {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-link.koc-accent svg path {
  fill: rgb(255, 152, 0);
}
.koc-link.koc-dark svg {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-link.koc-dark svg path {
  fill: rgb(0, 0, 0);
}
.koc-link:hover svg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.koc-link.koc-down-arrow svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.koc-link.koc-down-arrow:hover svg {
  -webkit-transform: scale(1.15) rotate(90deg);
          transform: scale(1.15) rotate(90deg);
}
.koc-link.koc-icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.koc-link.koc-icon-left svg {
  margin-left: 0;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.koc-link.koc-icon-left:hover svg {
  -webkit-transform: scale(1.15) rotate(180deg);
          transform: scale(1.15) rotate(180deg);
}

/* -------------------------------------------

button

------------------------------------------- */
.koc-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: #D4735A;
  color: #ffffff;
  border-radius: 70px;
  padding: 0 15px 0 50px;
  height: 70px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.koc-button svg {
  margin-left: 30px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: white;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-button svg path {
  fill: black;
}
.koc-button.koc-icon-button {
  padding: 15px;
}
.koc-button.koc-icon-button svg {
  margin-left: 0;
}
.koc-button.koc-icon-button-sm {
  padding: 0;
  height: 40px;
}
.koc-button.koc-icon-button-sm svg {
  margin-left: 0;
  background-color: white;
}
.koc-button.koc-icon-button-sm svg path {
  fill: rgb(0, 0, 0);
}
.koc-button:hover {
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.koc-button:hover svg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.koc-button.koc-arrow-down svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.koc-button.koc-arrow-down:hover {
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.koc-button.koc-arrow-down:hover svg {
  -webkit-transform: scale(1.15) rotate(90deg);
          transform: scale(1.15) rotate(90deg);
}
@media screen and (max-width: 992px) {
  .koc-button {
    height: 60px;
    padding: 0 10px 0 40px;
  }
  .koc-button svg {
    margin-left: 25px;
  }
}


/* -------------------------------------------

form

------------------------------------------- */
input,
textarea {
  position: relative;
  height: 70px;
  padding: 0 30px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  font-family: "Questrial", sans-serif;
  color: rgb(0, 0, 0);
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  background-color: #2d2d2d;
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
input:focus,
textarea:focus {
  outline: inherit;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

textarea {
  padding: 15px 30px;
  height: 300px;
}

/* -------------------------------------------

breadcrumbs

------------------------------------------- */
.koc-breadcrumbs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.koc-breadcrumbs:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.koc-breadcrumbs li {
  list-style-type: none;
}
.koc-breadcrumbs li:after {
  content: "/";
  margin: 0 15px;
  color: rgb(0, 0, 0);
}
.koc-breadcrumbs li a {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-breadcrumbs li a:hover {
  color: rgb(255, 152, 0);
}
.koc-breadcrumbs li:last-child {
  margin-right: 0;
  cursor: not-allowed;
}
.koc-breadcrumbs li:last-child a {
  opacity: 0.4;
  pointer-events: none;
}
.koc-breadcrumbs li:last-child:after {
  display: none;
}
.koc-breadcrumbs.koc-light:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.koc-breadcrumbs.koc-light li:after {
  color: rgba(255, 255, 255, 0.9);
}
.koc-breadcrumbs.koc-light li a:hover {
  color: rgb(255, 152, 0) !important;
}
.koc-breadcrumbs.koc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -------------------------------------------

backgrounds

------------------------------------------- */
.koc-dark-bg {
  position: relative;
  z-index: 0
}
.koc-dark-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.koc-dark-bg .mi-invert-fix {
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 3;
}
.koc-dark-bg .mi-invert-fix .container {
  pointer-events: all;
}

.koc-soft-bg {
  background-color: rgb(242, 242, 242);
}

/* -------------------------------------------

spaces

------------------------------------------- */
.koc-mr-30 {
  margin-right: 30px;
}

.koc-mb-5 {
  margin-bottom: 5px;
}

.koc-mb-10 {
  margin-bottom: 10px;
}

.koc-mb-15 {
  margin-bottom: 15px;
}

.koc-mb-20 {
  margin-bottom: 15px;
}

.koc-mb-30 {
  margin-bottom: 30px;
}

.koc-mb-60 {
  margin-bottom: 60px;
}

.koc-mb-90 {
  margin-bottom: 90px;
}

.koc-mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .koc-mb-120 {
    margin-bottom: 90px;
  }
}

.koc-mt-suptitle-offset {
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .koc-mt-suptitle-offset {
    margin-top: 30px;
  }
}

.koc-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .koc-p-120-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.koc-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .koc-p-120-90 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.koc-p-0-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .koc-p-0-120 {
    padding-bottom: 90px;
  }
}

.koc-p-120-0 {
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .koc-p-120-0 {
    padding-top: 90px;
  }
}

.koc-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .koc-p-120-60 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

.koc-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .koc-p-90-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.koc-p-90-120 {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .koc-p-90-120 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.koc-p-0-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .koc-p-0-90 {
    padding-bottom: 60px;
  }
}

.koc-p-0-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .koc-p-0-30 {
    padding-bottom: 0;
  }
}

.koc-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .koc-p-120-30 {
    padding-top: 90px;
    padding-bottom: 0;
  }
}

.koc-adaptive-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .koc-adaptive-right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.koc-btn-space {
  margin-right: 30px;
}
@media screen and (max-width: 500px) {
  .koc-btn-space {
    margin-right: 50px;
    margin-bottom: 30px;
  }
}

/* -------------------------------------------

preloader

------------------------------------------- */
.koc-preloader {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}
.koc-preloader .koc-preloader-animation {
  opacity: 0;
  position: relative;
  height: 100vh;
  color: rgb(255, 255, 255);
}
.koc-preloader .koc-preloader-animation .koc-pos-abs {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.koc-preloader .koc-preloader-animation .koc-pos-abs p {
  opacity: 0;
  margin-right: 15px;
}
@media screen and (max-width: 992px) {
  .koc-preloader .koc-preloader-animation .koc-pos-abs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .koc-preloader .koc-preloader-animation .koc-pos-abs p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.koc-preloader .koc-preloader-animation .koc-pos-abs .koc-reveal-frame {
  position: relative;
  padding: 0 30px;
}
.koc-preloader .koc-preloader-animation .koc-pos-abs .koc-reveal-frame .koc-reveal-box {
  z-index: 4;
  position: absolute;
  opacity: 0;
  height: 100%;
  background-color: rgb(255, 152, 0);
}
.koc-preloader.koc-hidden {
  pointer-events: none;
}

/* -------------------------------------------

cursor

------------------------------------------- */
.koc-ball {
  width: 20px;
  height: 20px;
  position: fixed;
  z-index: 10;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.1;
}
.koc-ball .koc-icon-1 {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.koc-ball .koc-icon-1 svg {
  fill: rgba(255, 255, 255, 0.9);
}
.koc-ball .koc-more-text, .koc-ball .koc-choose-text {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.koc-ball.koc-accent .koc-icon-1 svg {
  fill: rgb(0, 0, 0);
}
.koc-ball.koc-accent .koc-more-text, .koc-ball.koc-accent .koc-choose-text {
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 1200px) {
  .koc-ball {
    display: none;
  }
}

/* -------------------------------------------

hidden elements

------------------------------------------- */
.koc-hidden-elements .koc-dodecahedron, .koc-hidden-elements .koc-lines, .koc-hidden-elements .koc-arrow {
  display: none;
}

/* -------------------------------------------

scrollbar

------------------------------------------- */
.koc-progress-track {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: rgb(0, 0, 0);
}
.koc-progress-track .koc-progress {
  width: 4px;
  height: 0;
  background-color: rgb(255, 152, 0);
}
@media screen and (max-width: 992px) {
  .koc-progress-track {
    display: none;
  }
}

/* -------------------------------------------

frame

------------------------------------------- */
.koc-logo {
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 992px) {
  .koc-logo {
    font-size: 36px;
  }
}

.koc-frame {
  position: fixed;
  z-index: 2;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}


.koc-frame-top.scrolled {
  background-color: rgba(20, 20, 20, 0.95) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}


@media screen and (max-width: 1200px) {
  .koc-frame {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .koc-frame {
    padding: 0;
    z-index: 999;
    height: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .koc-frame .koc-frame-top {
    height: 90px;
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    padding: 0 30px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
  .koc-frame .koc-frame-top .koc-logo {
    color: rgb(255, 255, 255);
  }
  
    .koc-frame .koc-frame-top .koc-logo img {
    width: 150px;
  }
  
  .koc-frame .koc-frame-top .koc-menu-btn span, .koc-frame .koc-frame-top .koc-menu-btn span:after, .koc-frame .koc-frame-top .koc-menu-btn span:before {
    background: rgb(255, 255, 255);
  }
}
.koc-frame .koc-frame-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .koc-frame .koc-frame-bottom {
    display: none;
  }
}
.koc-frame .koc-frame-bottom .koc-current-page {
  pointer-events: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  width: 300px;
  color: rgb(0, 0, 0);
  -webkit-transform: rotate(-90deg) translateX(138px) translateY(-138px);
          transform: rotate(-90deg) translateX(138px) translateY(-138px);
}
.koc-frame .koc-frame-bottom .koc-back-to-top {
  width: 300px;
  -webkit-transform: rotate(-90deg) translateX(130px) translateY(130px);
          transform: rotate(-90deg) translateX(130px) translateY(130px);
  pointer-events: all;
}

.koc-frame-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding: 20px 100px;
          background-color: transparent;
          transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.koc-frame-top .koc-logo {
  pointer-events: all;
  color: rgb(0, 0, 0);
}

/* -------------------------------------------

menu button

------------------------------------------- */
.koc-menu-btn {
  pointer-events: all;
  height: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 992px) {
  .koc-menu-btn {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.koc-menu-btn span, .koc-menu-btn span:after, .koc-menu-btn span:before {
  content: "";
  display: block;
  width: 28px;
  height: 2.5px;
  background: rgb(209 209 209);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}
.koc-menu-btn span {
  position: relative;
}
.koc-menu-btn span:after, .koc-menu-btn span:before {
  position: absolute;
}
.koc-menu-btn span:before {
  top: -9px;
}
.koc-menu-btn span:after {
  width: 18px;
  top: 9px;
}
.koc-menu-btn.koc-active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.koc-menu-btn.koc-active span:before {
  -webkit-transform: translate(0px, 9px) rotate(-90deg);
          transform: translate(0px, 9px) rotate(-90deg);
}
.koc-menu-btn.koc-active span:after {
  opacity: 0;
  width: 24px;
  -webkit-transform: translate(0px, -9px) rotate(-90deg);
          transform: translate(0px, -9px) rotate(-90deg);
}

/* -------------------------------------------

menu

------------------------------------------- */
.koc-menu-frame {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100vh;
  background-color: #141414;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-menu-frame .container {
  pointer-events: none;
}
.koc-menu-frame .koc-frame-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 100px;
  z-index: 9999;
}
@media screen and (max-width: 1200px) {
  .koc-menu-frame .koc-frame-top {
    display: none;
  }
}
.koc-menu-frame .koc-frame-top .koc-logo {
  color: rgb(255, 255, 255);
}
.koc-menu-frame .koc-frame-top .koc-menu-btn span, .koc-menu-frame .koc-frame-top .koc-menu-btn span:after, .koc-menu-frame .koc-frame-top .koc-menu-btn span:before {
  background-color: rgb(255, 255, 255);
}
.koc-menu-frame .koc-main-menu {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .koc-menu-frame .koc-main-menu {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.koc-menu-frame .koc-menu-right-frame {
  padding-left: 60px;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-menu-frame .koc-menu-right-frame .koc-menu-right {
  padding-bottom: 60px;
}
.koc-menu-frame .koc-menu-right-frame .koc-animation-in {
  position: absolute;
  top: -320px;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .koc-menu-frame .koc-menu-right-frame {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  .koc-menu-frame .koc-menu-right-frame {
    display: none;
  }
}
.koc-menu-frame.koc-active {
  opacity: 1;
  pointer-events: all;
}
.koc-menu-frame.koc-active .container {
  pointer-events: all;
}
.koc-menu-frame.koc-active .koc-main-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.koc-menu-frame.koc-active .koc-menu-right-frame {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.koc-menu-frame.koc-active .koc-menu-right-frame .koc-animation-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.koc-menu-list li {
  list-style-type: none;
  margin-bottom: 15px;
}
.koc-menu-list li:last-child {
  margin-bottom: 0;
}
.koc-menu-list li a {
  display: block;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-menu-list li a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: rgb(255, 255, 255);
}
.koc-menu-list.koc-hori-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.koc-menu-list.koc-hori-list li {
  margin-bottom: 0;
  margin-right: 30px;
}
.koc-menu-list.koc-dark li a {
  color: rgb(0, 0, 0);
}

.koc-main-menu {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.koc-main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.koc-main-menu ul li {
  margin-bottom: 40px;
}
.koc-main-menu ul li:last-child {
  margin-bottom: 0;
}
.koc-main-menu ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  font-size: 34px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 992px) {
  .koc-main-menu ul li a {
    font-size: 26px;
  }
}
.koc-main-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-main-menu ul li a:hover {
  color: rgb(255, 255, 255);
}
.koc-main-menu ul li a.koc-active {
  padding-left: 25px;
}
.koc-main-menu ul li a.koc-active:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #D4735A;
}
.koc-main-menu ul li.koc-active > a {
  color: #D4735A;
}
.koc-main-menu ul li.koc-active > a:hover {
  color: #D4735A !important;
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}
.koc-main-menu ul li.koc-has-children > a:hover {
  color: rgb(255, 255, 255);
  padding-left: 25px;
}
.koc-main-menu ul li.koc-has-children > a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.koc-main-menu ul li.koc-has-children ul {
  padding-left: 25px;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-main-menu ul li.koc-has-children ul li {
  margin-bottom: 5px;
}
.koc-main-menu ul li.koc-has-children ul li:first-child {
  margin-top: 40px;
}
.koc-main-menu ul li.koc-has-children ul li a {
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.koc-main-menu ul li.koc-has-children ul li a:before {
  display: none;
}
.koc-main-menu ul li.koc-has-children ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.koc-main-menu ul li.koc-has-children ul.koc-active {
  max-height: 200px;
}
@media screen and (max-width: 1200px) {
  .koc-main-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .koc-main-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .koc-main-menu ul li {
    margin-bottom: 30px;
  }
  .koc-main-menu ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .koc-main-menu ul li a:before {
    display: none;
  }
  .koc-main-menu ul li a.koc-active {
    padding-left: 0 !important;
  }
  .koc-main-menu ul li.koc-has-children ul {
    padding-left: 0;
  }
  .koc-main-menu ul li.koc-has-children ul li:first-child {
    margin-top: 30px;
  }
}

/* -------------------------------------------

banner

------------------------------------------- */
.koc-banner {
  height: 100vh;
}



.koc-banner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.koc-banner .koc-banner-content {
  width: 100%;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .koc-banner .koc-banner-content {
    padding-bottom: 90px;
  }
}
.koc-banner .koc-lines-place {
  position: absolute;
  left: 0;
  bottom: calc(100% + 120px);
}

.koc-inner-banner .koc-banner-content {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .koc-inner-banner .koc-banner-content {
    padding: 180px 0 0 0;
  }
}

.koc-banner-personal {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
}
.koc-banner-personal .koc-banner-content {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  .koc-banner-personal .koc-banner-content {
    padding-top: 180px;
  }
}
.koc-banner-personal .koc-banner-content .koc-personal-text {
  margin-bottom: 300px;
}
@media screen and (max-width: 992px) {
  .koc-banner-personal .koc-banner-content .koc-personal-text {
    margin-bottom: 80px;
    text-align: center;
  }
}
.koc-banner-personal .koc-banner-content .koc-banner-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px 0 90px;
  background-color: rgb(255, 255, 255);
  height: 180px;
  position: absolute;
  top: calc(100vh - 180px);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .koc-banner-personal .koc-banner-content .koc-banner-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 60px 30px;
  }
  .koc-banner-personal .koc-banner-content .koc-banner-panel h5 {
    margin-bottom: 60px;
    text-align: center;
    width: 80%;
  }
}
.koc-banner-personal .koc-banner-content .koc-banner-panel .koc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.koc-banner-personal .koc-banner-content .koc-banner-panel .koc-right .koc-social-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
  padding: 0 50px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 70px;
  border-radius: 70px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-banner-personal .koc-banner-content .koc-banner-panel .koc-right .koc-social-frame:hover {
  -webkit-transform: scale(1.015);
          transform: scale(1.015);
}
@media screen and (max-width: 992px) {
  .koc-banner-personal .koc-banner-content .koc-banner-panel .koc-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .koc-banner-personal .koc-banner-content .koc-banner-panel .koc-right .koc-social-frame {
    margin-right: 0;
    margin-bottom: 30px;
    height: 60px;
  }
}
.koc-banner-personal .koc-banner-content .koc-banner-panel .koc-button {
  margin: 0 !important;
}
@media screen and (max-width: 992px) {
  .koc-banner-personal .koc-banner-content .koc-banner-panel {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .koc-banner-personal .koc-banner-content .koc-banner-panel {
    position: static;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 992px) {
  .koc-banner-personal {
    height: auto;
  }
}

.koc-portrait-frame {
  position: relative;
}
.koc-portrait-frame img {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.koc-portrait-frame .koc-nimbus {
  background: radial-gradient(50% 50% at 50% 50%, rgb(255, 152, 0) 0%, rgba(250, 168, 69, 0) 100%);
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .koc-portrait-frame {
    height: 400px;
  }
  .koc-portrait-frame img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}

/* -------------------------------------------

circle text

------------------------------------------- */
.koc-circle-text {
  position: absolute;
  right: 0;
  bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 140px;
}
.koc-circle-text .koc-ct-svg {
  -webkit-transform: scale(2);
          transform: scale(2);
  width: 140px;
  height: 140px;
}
.koc-circle-text .koc-ct-svg text {
  fill: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-circle-text .koc-button {
  position: absolute;
}
.koc-circle-text:hover svg text {
  fill: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .koc-circle-text {
    display: none;
  }
}

/* -------------------------------------------

lines

------------------------------------------- */
@-webkit-keyframes move {
  from {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
  50% {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  to {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}
@keyframes move {
  from {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
  50% {
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  to {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}
.koc-lines-place .koc-lines {
  opacity: 0.05;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .koc-lines-place .koc-lines {
    display: none;
  }
}
.koc-lines-place .koc-lines path, .koc-lines-place .koc-lines rect, .koc-lines-place .koc-lines line {
  stroke: rgb(0, 0, 0);
}
.koc-lines-place .koc-lines .koc-move {
  -webkit-animation: move 10s linear infinite;
          animation: move 10s linear infinite;
}
.koc-lines-place.koc-light .koc-lines {
  opacity: 0.2;
}
.koc-lines-place.koc-light .koc-lines path, .koc-lines-place.koc-light .koc-lines rect, .koc-lines-place.koc-light .koc-lines line {
  stroke: rgb(255, 255, 255);
}

/* -------------------------------------------

dodecahedron

------------------------------------------- */
.koc-animation-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

/* Elektrik kabloları */
.electric-line {
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #D4735A, transparent);
    animation: electricFlow 6s ease-in-out infinite;
    box-shadow: 0 0 8px #D4735A;
    opacity: 0;
}

.electric-line:nth-child(1) { left: 10%; animation-delay: 0s; }
.electric-line:nth-child(2) { left: 25%; animation-delay: 2s; }
.electric-line:nth-child(3) { left: 40%; animation-delay: 4s; }
.electric-line:nth-child(4) { left: 55%; animation-delay: 6s; }
.electric-line:nth-child(5) { left: 70%; animation-delay: 8s; }
.electric-line:nth-child(6) { left: 85%; animation-delay: 10s; }

/* Sinyal noktaları */
.signal-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #D4735A;
    border-radius: 50%;
    animation: signalMove 4s infinite linear;
    box-shadow: 0 0 15px #D4735A;
}

.signal-dot:nth-child(1) { left: 10%; animation-delay: 0s; }
.signal-dot:nth-child(2) { left: 20%; animation-delay: 0.5s; }
.signal-dot:nth-child(3) { left: 30%; animation-delay: 1s; }
.signal-dot:nth-child(4) { left: 40%; animation-delay: 1.5s; }
.signal-dot:nth-child(5) { left: 50%; animation-delay: 2s; }
.signal-dot:nth-child(6) { left: 60%; animation-delay: 2.5s; }
.signal-dot:nth-child(7) { left: 70%; animation-delay: 3s; }
.signal-dot:nth-child(8) { left: 80%; animation-delay: 3.5s; }

@keyframes electricFlow {
    0% {
        transform: translateY(-100%) scaleY(0.5);
        opacity: 0;
    }
    50% {
        transform: translateY(0) scaleY(1);
        opacity: 1;
    }
    100% {
        transform: translateY(100%) scaleY(0.5);
        opacity: 0;
    }
}

@keyframes signalMove {
    0% {
        transform: translate(0, -100%) scale(1);
        opacity: 0;
    }
    15% {
        transform: translate(50px, 0) scale(1.5);
        opacity: 1;
    }
    30% {
        transform: translate(100px, 100px) scale(1);
        opacity: 0.8;
    }
    45% {
        transform: translate(50px, 200px) scale(1.5);
        opacity: 1;
    }
    60% {
        transform: translate(0, 300px) scale(1);
        opacity: 0.8;
    }
    75% {
        transform: translate(-50px, 400px) scale(1.5);
        opacity: 1;
    }
    90% {
        transform: translate(-100px, 500px) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translate(-150px, 600px) scale(1.5);
        opacity: 0;
    }
}

.koc-position-1 {
  top: 100px;
  right: 100px;
}
.koc-position-1 .koc-pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}

.koc-position-2 {
  top: -60px;
  left: 15%;
}
.koc-position-2 .koc-pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}
.koc-position-2 .koc-dodecahedron {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .koc-position-2 {
    display: none;
  }
}

.koc-position-3 {
  bottom: -100px;
  right: 35%;
}
.koc-position-3 .koc-pentagon div {
  border-top: 1px solid rgb(255, 255, 255);
}
.koc-position-3 .koc-dodecahedron {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media screen and (max-width: 1400px) {
  .koc-position-3 {
    display: none;
  }
}

.koc-position-4 {
  top: -60px;
  right: 20%;
}
.koc-position-4 .koc-pentagon div {
  border-top: 0.1px solid rgb(255, 255, 255);
}
.koc-position-4 .koc-dodecahedron {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .koc-position-4 {
    display: none;
  }
}
.koc-position-4.koc-dark .koc-pentagon div {
  border-top: 0.1px solid rgb(0, 0, 0);
}

.koc-dodecahedron {
  position: relative;
  left: 100px;
  top: 40px;
  width: 100px;
  height: 223px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: rotate 100s infinite linear;
          animation: rotate 100s infinite linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
            transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
            transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
            transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }
  to {
    -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
            transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}

.koc-pentagon {
  position: absolute;
  width: 100px;
}
.koc-pentagon:nth-child(1) {
  -webkit-transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
          transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
}
.koc-pentagon:nth-child(6) {
  bottom: 0;
  -webkit-transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
          transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
}
.koc-pentagon:nth-child(2) {
  -webkit-transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
          transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
}
.koc-pentagon:nth-child(7) {
  bottom: 0;
  -webkit-transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
          transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
}
.koc-pentagon:nth-child(3) {
  -webkit-transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
          transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
}
.koc-pentagon:nth-child(8) {
  bottom: 0;
  -webkit-transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
          transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
}
.koc-pentagon:nth-child(4) {
  -webkit-transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
          transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
}
.koc-pentagon:nth-child(9) {
  bottom: 0;
  -webkit-transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
          transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
}
.koc-pentagon:nth-child(5) {
  -webkit-transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
          transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
}
.koc-pentagon:nth-child(10) {
  bottom: 0;
  -webkit-transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
          transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
}
.koc-pentagon:nth-child(11) {
  -webkit-transform: translateZ(69px) rotateX(-90deg);
          transform: translateZ(69px) rotateX(-90deg);
}
.koc-pentagon:nth-child(12) {
  bottom: 0;
  -webkit-transform: translateZ(-69px) rotateX(90deg);
          transform: translateZ(-69px) rotateX(90deg);
}
.koc-pentagon div {
  position: absolute;
  width: 100px;
  height: 69px;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.koc-pentagon div:nth-child(1) {
  -webkit-transform: rotate(0.2turn);
          transform: rotate(0.2turn);
}
.koc-pentagon div:nth-child(2) {
  -webkit-transform: rotate(0.4turn);
          transform: rotate(0.4turn);
}
.koc-pentagon div:nth-child(3) {
  -webkit-transform: rotate(0.6turn);
          transform: rotate(0.6turn);
}
.koc-pentagon div:nth-child(4) {
  -webkit-transform: rotate(0.8turn);
          transform: rotate(0.8turn);
}
.koc-pentagon div:nth-child(5) {
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.koc-about-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.koc-about-quote .koc-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}
.koc-about-quote .koc-avatar:after {
  content: ' " ';
  color: rgb(0, 0, 0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(255, 152, 0);
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
}
.koc-about-quote .koc-avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.koc-about-quote .koc-quote {
  padding-left: 30px;
  width: calc(100% - 90px);
}
@media screen and (max-width: 992px) {
  .koc-about-quote .koc-avatar {
    width: 70px;
    height: 70px;
  }
  .koc-about-quote .koc-avatar:after {
    padding-top: 7px;
    width: 25px;
    height: 25px;
    font-size: 24px;
  }
  .koc-about-quote .koc-quote {
    font-size: 16px;
    padding-left: 30px;
    width: calc(100% - 70px);
  }
}

.koc-about-photo {
  position: relative;
}
.koc-about-photo .koc-lines-place {
  position: absolute;
  top: -120px;
  left: -27%;
}

/* -------------------------------------------

partners

------------------------------------------- */
.koc-infinite-show .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.koc-partner-frame {
  display: block;
}
.koc-partner-frame img {
  width: 100%;
}

/* -------------------------------------------

services

------------------------------------------- */
.koc-complex-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.koc-complex-text .koc-button {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .koc-complex-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .koc-complex-text .koc-button {
    margin-left: 0;
    margin-top: 60px;
  }
}

.koc-text-image {
  height: 80px;
  width: 250px;
  display: inline-block;
  overflow: hidden;
  border-radius: 70px;
  margin-right: 30px;
}
.koc-text-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-text-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .koc-text-image {
    display: none;
  }
}

.koc-service-card-sm {
  position: relative;
  display: block;
  padding: 60px 30px;
  border-color: rgba(255, 255, 255, 0.1);
}

.koc-service-card-sm p {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-service-card-sm .koc-button {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.4;
}
.koc-service-card-sm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* %40 siyah overlay */
  z-index: 1;
  pointer-events: none;
}

.koc-services-grid{
  background-image: url('../img/test/test2.jpg');
  background-size: cover;
  background-position: center;
}

.clr-cls{
  background-color: #2B448C;
}

.koc-services-grid-item h5{
  color: white;
  z-index: 200;
    position: relative;
}

#item-1 {
  position: relative;
  overflow: hidden;
  display: block;
    transform: scale(1);
    transform: translateY(-100%); /* yukarıda başlasın */
    opacity: 0;
}

/* Gradient overlay behind content */
.gradient-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(212, 115, 90, 1), rgba(0, 0, 0, 0.6));
  z-index: 1;
  transform: translateY(-100%);
  display: none;
}
#item-1:hover .gradient-overlay2 {
  transform: translateY(0); /* yavaşça aşağı insin */
  opacity: 1;
}

/* Show background image and overlay on hover */
#item-1:hover {
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(155);
          transform: scale(155);
transform: translateY(0); /* yavaşça aşağı insin */
opacity: 1;
}


#item-1:hover .gradient-overlay2 {
  display: block;
}

/* Ensure text is above the overlay */
#item-1:hover h5 {
  position: relative;
  z-index: 2;
  color: white;

}

#item-1:hover p {
  position: relative;
  z-index: 2;
  color: white;

}

#item-1:hover .koc-button {
  position: relative;
  z-index: 2;
  color: white;
}


#item-2 {
  position: relative;
  overflow: hidden;
  display: block;
    transform: scale(1);
    transform: translateY(-100%); /* yukarıda başlasın */
    opacity: 0;
}

#item-2:hover .gradient-overlay2 {
  transform: translateY(0); /* yavaşça aşağı insin */
  opacity: 1;
}

/* Show background image and overlay on hover */
#item-2:hover {
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(155);
          transform: scale(155);
transform: translateY(0); /* yavaşça aşağı insin */
opacity: 1;
}


#item-2:hover .gradient-overlay2 {
  display: block;
}

/* Ensure text is above the overlay */
#item-2:hover h5 {
  position: relative;
  z-index: 2;
  color: white;

}

#item-2:hover p {
  position: relative;
  z-index: 2;
  color: white;

}

#item-2:hover .koc-button {
  position: relative;
  z-index: 2;
  color: white;
}


#item-3 {
  position: relative;
  overflow: hidden;
  display: block;
    transform: scale(1);
    transform: translateY(-100%); /* yukarıda başlasın */
    opacity: 0;
}

#item-3:hover .gradient-overlay2 {
  transform: translateY(0); /* yavaşça aşağı insin */
  opacity: 1;
}

/* Show background image and overlay on hover */
#item-3:hover {
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(155);
          transform: scale(155);
transform: translateY(0); /* yavaşça aşağı insin */
opacity: 1;
}


#item-3:hover .gradient-overlay2 {
  display: block;
}

/* Ensure text is above the overlay */
#item-3:hover h5 {
  position: relative;
  z-index: 2;
  color: white;

}

#item-3:hover p {
  position: relative;
  z-index: 2;
  color: white;

}

#item-3:hover .koc-button {
  position: relative;
  z-index: 2;
  color: white;
}


#item-4 {
  position: relative;
  overflow: hidden;
  display: block;
    transform: scale(1);
    transform: translateY(-100%); /* yukarıda başlasın */
    opacity: 0;
}

#item-4:hover .gradient-overlay2 {
  transform: translateY(0); /* yavaşça aşağı insin */
  opacity: 1;
}

/* Show background image and overlay on hover */
#item-4:hover {
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(155);
          transform: scale(155);
transform: translateY(0); /* yavaşça aşağı insin */
opacity: 1;
}


#item-4:hover .gradient-overlay2 {
  display: block;
}

/* Ensure text is above the overlay */
#item-4:hover h5 {
  position: relative;
  z-index: 2;
  color: white;

}

#item-4:hover p {
  position: relative;
  z-index: 2;
  color: white;

}

#item-4:hover .koc-button {
  position: relative;
  z-index: 2;
  color: white;
}

.koc-service-card-sm:hover p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.koc-service-card-sm:hover .koc-button {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.koc-service-card-sm:hover:before {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .koc-service-card-sm p {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .koc-service-card-sm .koc-button {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1;
  }
}

.koc-services-grid {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.koc-services-grid .koc-services-grid-item {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.koc-services-grid .koc-services-grid-item:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  .koc-services-grid {
    padding-bottom: 90px;
  }
  .koc-services-grid .koc-services-grid-item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .koc-services-grid .koc-services-grid-item:nth-child(3) {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .koc-services-grid {
    padding-bottom: 90px;
  }
  .koc-services-grid .koc-services-grid-item {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
}

.koc-service-card-lg {
  display: block;
}
.koc-service-card-lg .koc-descr {
  padding-right: 30px;
}
.koc-service-card-lg.koc-offset {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .koc-service-card-lg.koc-offset {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .koc-service-card-lg {
    margin-bottom: 60px;
  }
}
.koc-service-card-lg.koc-other-card {
  overflow: hidden;
  position: relative;
  border: solid 1px rgb(229, 229, 229);
  padding: 60px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-service-card-lg.koc-other-card .koc-descr {
  padding-right: 0;
}
.koc-service-card-lg.koc-other-card:hover {
  background-color: rgb(255, 152, 0);
}
.koc-service-card-lg.koc-other-card:hover .koc-link svg {
  background-color: rgb(0, 0, 0);
}
.koc-service-card-lg.koc-other-card:hover .koc-link svg path {
  fill: rgb(255, 152, 0);
}
@media screen and (max-width: 1200px) {
  .koc-service-card-lg.koc-other-card {
    padding: 30px;
  }
}

.koc-service-list li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  list-style-type: none;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
}
.koc-service-list li:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.koc-service-list.koc-light li {
  color: rgba(255, 255, 255, 0.6);
}
.koc-service-list.koc-dark li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.koc-service-list.koc-dark li:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------

team

------------------------------------------- */
.koc-team-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
  background-color: #2d2d2d;
}
.koc-team-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: rgb(255, 152, 0);
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-team-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-team-card.koc-offset-card {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media screen and (max-width: 992px) {
  .koc-team-card.koc-offset-card {
    -webkit-transform: none;
            transform: none;
  }
}
.koc-team-card .koc-description {
  opacity: 0;
  text-align: center;
  background-color: #141414;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-team-card .koc-description .koc-secrc-text {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.koc-team-card .koc-description .koc-secrc-text a {
  color: rgb(255, 255, 255);
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-team-card .koc-description .koc-secrc-text a:hover {
  color: rgb(255, 152, 0);
}
.koc-team-card:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.koc-team-card:hover:after {
  width: 100%;
}
.koc-team-card:hover .koc-description {
  opacity: 1;
  pointer-events: all;
}
.koc-team-card:hover .koc-description .koc-secrc-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.koc-team-list {
  position: relative;
}
.koc-team-list .koc-lines-place {
  position: absolute;
  top: -120px;
  left: -22.5%;
}

/* -------------------------------------------

social icons

------------------------------------------- */
.koc-social-icons {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.koc-social-icons.koc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.koc-social-icons li {
  list-style-type: none;
  margin-right: 15px;
}
.koc-social-icons li:last-child {
  margin-right: 0;
}
.koc-social-icons li a {
  color: rgb(255, 255, 255);
  font-size: 18px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-social-icons li a:hover {
  color: rgb(255, 152, 0);
}
.koc-social-icons.koc-dark li a {
  color: rgb(0, 0, 0);
}
.koc-social-icons.koc-dark li a:hover {
  color: rgb(255, 152, 0);
}

/* -------------------------------------------

revievs

------------------------------------------- */
.koc-revi-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
  .koc-revi-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.koc-revi-pagination .swiper-pagination-bullet {
  padding: 0;
  width: 110px;
  height: 110px;
  padding: 10px;
  opacity: 1;
  border: none;
  background-color: transparent;
  margin: 0 !important;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
  .koc-revi-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 90px;
  }
}
.koc-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
  margin-top: 30px !important;
}
@media screen and (max-width: 992px) {
  .koc-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
    margin-top: 0 !important;
  }
}
.koc-revi-pagination .swiper-pagination-bullet:hover {
  -webkit-box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
          box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}
.koc-revi-pagination .swiper-pagination-bullet .koc-custom-dot {
  background-color: red;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: top;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
  .koc-revi-pagination .swiper-pagination-bullet .koc-custom-dot {
    width: 70px;
    height: 70px;
  }
}
.koc-revi-pagination .swiper-pagination-bullet .koc-custom-dot.koc-slide-1 {
  background-image: url(../img/faces/customers/1.jpg);
}
.koc-revi-pagination .swiper-pagination-bullet .koc-custom-dot.koc-slide-2 {
  background-image: url(../img/faces/customers/2.jpg);
}
.koc-revi-pagination .swiper-pagination-bullet .koc-custom-dot.koc-slide-3 {
  background-image: url(../img/faces/customers/3.jpg);
}
.koc-revi-pagination .swiper-pagination-bullet .koc-custom-dot.koc-slide-4 {
  background-image: url(../img/faces/customers/4.jpg);
}
.koc-revi-pagination .swiper-pagination-bullet .koc-custom-dot.koc-slide-5 {
  background-image: url(../img/faces/customers/5.jpg);
}
.koc-revi-pagination .swiper-pagination-bullet .koc-custom-dot.koc-slide-6 {
  background-image: url(../img/faces/customers/6.jpg);
}
.koc-revi-pagination .swiper-pagination-bullet .koc-custom-dot.koc-slide-7 {
  background-image: url(../img/faces/customers/7.jpg);
}
.koc-revi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-box-shadow: inset 0 0 0 4px rgb(255, 152, 0);
          box-shadow: inset 0 0 0 4px rgb(255, 152, 0);
}

.koc-quote-icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.koc-quote-icon path {
  fill: rgb(255, 152, 0);
}

.koc-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.koc-slider-nav .koc-slider-arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-slider-nav .koc-slider-arrow svg path {
  fill: rgb(255, 152, 0);
}
.koc-slider-nav .koc-slider-arrow.koc-prev {
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.koc-slider-nav .koc-slider-arrow.swiper-button-disabled {
  opacity: 0.1;
  cursor: not-allowed;
}
.koc-slider-nav .koc-slider-arrow:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.koc-slider-nav .koc-slider-arrow:hover.koc-prev {
  -webkit-transform: rotate(180deg) scale(1.15);
          transform: rotate(180deg) scale(1.15);
}
.koc-slider-nav.koc-reviews-nav {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .koc-slider-nav.koc-reviews-nav {
    top: 0;
  }
}
.koc-slider-nav.koc-soft .koc-slider-arrow {
  background-color: rgb(229, 229, 229);
}
.koc-slider-nav.koc-soft .koc-slider-arrow svg path {
  fill: rgb(0, 0, 0);
}

/* -------------------------------------------

blog

------------------------------------------- */
.koc-blog-card {
  display: block;
}
.koc-blog-card .koc-cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  margin-bottom: 30px;
}
.koc-blog-card .koc-cover-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-blog-card .koc-post-descr {
  padding: 30px 30px 0 0;
}
.koc-blog-card .koc-post-descr .koc-post-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.koc-blog-card:hover .koc-cover-frame img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.koc-blog-card.koc-blog-card-hori {
  padding-top: 60px;
  border-top: solid 1px rgb(229, 229, 229);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.koc-blog-card.koc-blog-card-hori .koc-cover-frame {
  margin-bottom: 0;
  width: 450px;
  padding-bottom: 27%;
}
.koc-blog-card.koc-blog-card-hori .koc-post-descr {
  width: calc(100% - 450px);
  padding: 0;
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  .koc-blog-card.koc-blog-card-hori {
    display: block;
    padding-top: 0;
    border: none;
  }
  .koc-blog-card.koc-blog-card-hori .koc-cover-frame {
    width: 100%;
    padding-bottom: 65%;
    margin-bottom: 30px;
  }
  .koc-blog-card.koc-blog-card-hori .koc-post-descr {
    width: 100%;
    padding: 30px 30px 0 0;
  }
}

.koc-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.koc-labels .koc-label {
  margin-right: 15px;
}
.koc-labels .koc-label:last-child {
  margin-right: 0;
}

.koc-pagination {
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.koc-pagination-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin-right: 10px;
}

.koc-pagination-btn.koc-active {
  background-color: rgb(255, 152, 0);
}

.koc-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.koc-category-list li {
  list-style-type: none;
  margin-right: 10px;
}
.koc-category-list li:last-child {
  margin-right: 0;
}
.koc-category-list li a {
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  padding: 0 20px;
  border-radius: 40px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-category-list li a:hover {
  background-color: rgb(229, 229, 229);
}
.koc-category-list li a.koc-active {
  background-color: rgb(255, 152, 0);
}
@media screen and (max-width: 768px) {
  .koc-category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .koc-category-list li {
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .koc-category-list li:last-child {
    margin-bottom: 0;
  }
  .koc-category-list li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* -------------------------------------------

footer

------------------------------------------- */
.koc-footer-menu {
  margin-bottom: 120px;
}
.koc-footer-menu ul li {
  list-style-type: none;
  margin-bottom: 30px;
}
.koc-footer-menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-footer-menu ul li a:hover {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  color: rgb(255, 152, 0);
}
@media screen and (max-width: 768px) {
  .koc-footer-menu ul li a {
    font-size: 22px;
  }
}
.koc-footer-menu ul li.koc-active a {
  color: rgb(255, 152, 0);
}
.koc-footer-menu ul li.koc-active a:hover {
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 768px) {
  .koc-footer-menu {
    margin-bottom: 60px;
  }
}

.koc-subscribe-form {
  position: relative;
  height: 70px;
  width: 100%;
}
.koc-subscribe-form input {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  border-radius: 70px;
  padding: 0 0 0 50px;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-subscribe-form input::-webkit-input-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Questrial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.koc-subscribe-form input::-moz-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Questrial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.koc-subscribe-form input:-ms-input-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Questrial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.koc-subscribe-form input::-ms-input-placeholder {
  color: rgb(128, 128, 128);
  font-family: "Questrial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.koc-subscribe-form input::placeholder {
  color: rgb(128, 128, 128);
  font-family: "Questrial", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.koc-subscribe-form input:focus {
  background-color: rgb(255, 255, 255);
  outline: inherit;
}
.koc-subscribe-form input:hover {
  background-color: rgb(255, 255, 255);
}
.koc-subscribe-form .koc-button {
  position: absolute;
  top: 15px;
  right: 15px;
}
.koc-subscribe-form.koc-subscribe-form-2 input {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.text-white{
  color: #fff;
}

/* -------------------------------------------

portfolio

------------------------------------------- */
.koc-portfolio-item {
  display: block;
  background-color: #2d2d2d;
}
.koc-portfolio-item .koc-cover-frame {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.koc-portfolio-item .koc-cover-frame .koc-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.koc-portfolio-item .koc-cover-frame .koc-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-portfolio-item .koc-cover-frame.koc-vert {
  padding-bottom: 130%;
}
.koc-portfolio-item .koc-cover-frame.koc-hori {
  padding-bottom: 65%;
}
.koc-portfolio-item:hover .koc-cover-frame .koc-cover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.koc-portfolio-item.koc-slider-item .koc-cover-frame {
  margin-bottom: 30px;
  height: calc(100vh - 360px);
}
@media screen and (max-width: 992px) {
  .koc-portfolio-item.koc-slider-item .koc-cover-frame {
    height: auto;
    padding-bottom: 100%;
  }
}
.koc-portfolio-item.koc-slider-item .koc-descr {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
  background-color: rgb(242, 242, 242);
  padding: 0 60px;
}
@media screen and (max-width: 992px) {
  .koc-portfolio-item.koc-slider-item .koc-descr {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
  .koc-portfolio-item.koc-slider-item .koc-descr .koc-descr-text {
    margin-bottom: 30px;
  }
}
.koc-portfolio-item.koc-slider-item:hover .koc-cover-frame .koc-cover img {
  -webkit-transform: none;
          transform: none;
}

.swiper-slide .koc-portfolio-item .koc-descr {
  pointer-events: none;
}
.swiper-slide.swiper-slide-active .koc-portfolio-item .koc-descr {
  pointer-events: all;
}

.koc-portfolio {
  position: relative;
}
.koc-portfolio .koc-lines-place {
  position: absolute;
  left: 40.7%;
}
.koc-portfolio .koc-lines-place.koc-lines-long {
  top: 1289px;
}

.koc-portfolio-slider-frame {
  z-index: 0;
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .koc-portfolio-slider-frame {
    padding-top: 180px;
  }
}

.koc-portfolio-nav {
  background-color: rgb(242, 242, 242);
  width: 100%;
  padding: 0 60px;
  height: 180px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.koc-portfolio-nav .koc-portfolio-btns-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  height: 70px;
  border-radius: 70px;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .koc-portfolio-nav {
    position: static;
    height: auto;
    padding: 30px 0 90px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: rgb(255, 255, 255);
  }
  .koc-portfolio-nav .koc-portfolio-btns-frame {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.swiper-portfolio-pagination {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px;
}

.koc-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .koc-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 30px;
  }
}

.koc-works-nav {
  padding-top: 60px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.koc-works-nav .koc-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .koc-works-nav {
    padding-top: 0;
    border-top: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .koc-works-nav .koc-link {
    display: none;
  }
  .koc-works-nav .koc-link:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/***************************

map

***************************/
.koc-map-frame {
  background-color: rgb(229, 229, 229);
  pointer-events: all;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.koc-map-frame .koc-map {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-map-frame .koc-map iframe {
  width: 100%;
  height: 100%;
}
/* -------------------------------------------

accordion

------------------------------------------- */
.koc-accordion-group {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.koc-accordion-group .koc-accordion-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  margin-bottom: 30px;
  background-color: #2d2d2d;
  border-color: rgba(255, 255, 255, 0.1);
}
.koc-accordion-group .koc-accordion-menu .koc-symbol {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: rgb(0, 0, 0);
  background-color: rgb(229, 229, 229);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.koc-accordion-group .koc-accordion-menu .koc-symbol .koc-plus, .koc-accordion-group .koc-accordion-menu .koc-symbol .koc-minus {
  position: absolute;
}
.koc-accordion-group .koc-accordion-menu .koc-symbol .koc-minus {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.koc-accordion-group .koc-accordion-menu .koc-accordion-head {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgb(0, 0, 0);
}

.koc-accordion-content {
  height: 0;
  overflow: hidden;
}

/***************************

price

***************************/
.koc-price-card {
  display: block;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 60px 0 30px;
}
.koc-price-card .koc-price-number {
  padding-top: 10px;
  line-height: 70%;
  font-size: 54px;
  font-weight: 500;
}
.koc-price-card .koc-price-number .koc-thin {
  font-weight: 200;
  font-size: 18px;
}

/***************************

404

***************************/
.koc-404-banner .koc-animation-frame {
  z-index: 2;
}

.koc-404-frame {
  padding-top: 100px;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.koc-404-text {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
}

.koc-scale-frame {
  -webkit-transform: scale(2.3);
          transform: scale(2.3);
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 530px) {
  .koc-scale-frame {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    margin-bottom: 50px;
  }
}

.koc-404 {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 6em;
  font-weight: 500;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.koc-404::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 rgb(255, 152, 0);
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.koc-404::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 rgb(153, 153, 153), 2px 2px rgb(229, 229, 229);
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

@-webkit-keyframes glitch-anim {
  0% {
    clip: rect(49px, 9999px, 31px, 0);
    -webkit-transform: skew(0.04deg);
            transform: skew(0.04deg);
  }
  5% {
    clip: rect(63px, 9999px, 92px, 0);
    -webkit-transform: skew(0.18deg);
            transform: skew(0.18deg);
  }
  10% {
    clip: rect(86px, 9999px, 74px, 0);
    -webkit-transform: skew(0.4deg);
            transform: skew(0.4deg);
  }
  15% {
    clip: rect(85px, 9999px, 19px, 0);
    -webkit-transform: skew(0.57deg);
            transform: skew(0.57deg);
  }
  20% {
    clip: rect(64px, 9999px, 75px, 0);
    -webkit-transform: skew(0.96deg);
            transform: skew(0.96deg);
  }
  25% {
    clip: rect(77px, 9999px, 17px, 0);
    -webkit-transform: skew(0.61deg);
            transform: skew(0.61deg);
  }
  30% {
    clip: rect(16px, 9999px, 76px, 0);
    -webkit-transform: skew(0.81deg);
            transform: skew(0.81deg);
  }
  35% {
    clip: rect(5px, 9999px, 61px, 0);
    -webkit-transform: skew(0.56deg);
            transform: skew(0.56deg);
  }
  40% {
    clip: rect(79px, 9999px, 81px, 0);
    -webkit-transform: skew(0.05deg);
            transform: skew(0.05deg);
  }
  45% {
    clip: rect(20px, 9999px, 97px, 0);
    -webkit-transform: skew(0.56deg);
            transform: skew(0.56deg);
  }
  50% {
    clip: rect(33px, 9999px, 100px, 0);
    -webkit-transform: skew(0.16deg);
            transform: skew(0.16deg);
  }
  55% {
    clip: rect(19px, 9999px, 76px, 0);
    -webkit-transform: skew(0.93deg);
            transform: skew(0.93deg);
  }
  60% {
    clip: rect(29px, 9999px, 59px, 0);
    -webkit-transform: skew(0.58deg);
            transform: skew(0.58deg);
  }
  65% {
    clip: rect(19px, 9999px, 95px, 0);
    -webkit-transform: skew(0.83deg);
            transform: skew(0.83deg);
  }
  70% {
    clip: rect(88px, 9999px, 30px, 0);
    -webkit-transform: skew(0.39deg);
            transform: skew(0.39deg);
  }
  75% {
    clip: rect(43px, 9999px, 45px, 0);
    -webkit-transform: skew(0.6deg);
            transform: skew(0.6deg);
  }
  80% {
    clip: rect(30px, 9999px, 4px, 0);
    -webkit-transform: skew(0.89deg);
            transform: skew(0.89deg);
  }
  85% {
    clip: rect(4px, 9999px, 96px, 0);
    -webkit-transform: skew(1deg);
            transform: skew(1deg);
  }
  90% {
    clip: rect(4px, 9999px, 91px, 0);
    -webkit-transform: skew(0.2deg);
            transform: skew(0.2deg);
  }
  95% {
    clip: rect(48px, 9999px, 80px, 0);
    -webkit-transform: skew(0.41deg);
            transform: skew(0.41deg);
  }
  100% {
    clip: rect(10px, 9999px, 58px, 0);
    -webkit-transform: skew(0.91deg);
            transform: skew(0.91deg);
  }
}

@keyframes glitch-anim {
  0% {
    clip: rect(49px, 9999px, 31px, 0);
    -webkit-transform: skew(0.04deg);
            transform: skew(0.04deg);
  }
  5% {
    clip: rect(63px, 9999px, 92px, 0);
    -webkit-transform: skew(0.18deg);
            transform: skew(0.18deg);
  }
  10% {
    clip: rect(86px, 9999px, 74px, 0);
    -webkit-transform: skew(0.4deg);
            transform: skew(0.4deg);
  }
  15% {
    clip: rect(85px, 9999px, 19px, 0);
    -webkit-transform: skew(0.57deg);
            transform: skew(0.57deg);
  }
  20% {
    clip: rect(64px, 9999px, 75px, 0);
    -webkit-transform: skew(0.96deg);
            transform: skew(0.96deg);
  }
  25% {
    clip: rect(77px, 9999px, 17px, 0);
    -webkit-transform: skew(0.61deg);
            transform: skew(0.61deg);
  }
  30% {
    clip: rect(16px, 9999px, 76px, 0);
    -webkit-transform: skew(0.81deg);
            transform: skew(0.81deg);
  }
  35% {
    clip: rect(5px, 9999px, 61px, 0);
    -webkit-transform: skew(0.56deg);
            transform: skew(0.56deg);
  }
  40% {
    clip: rect(79px, 9999px, 81px, 0);
    -webkit-transform: skew(0.05deg);
            transform: skew(0.05deg);
  }
  45% {
    clip: rect(20px, 9999px, 97px, 0);
    -webkit-transform: skew(0.56deg);
            transform: skew(0.56deg);
  }
  50% {
    clip: rect(33px, 9999px, 100px, 0);
    -webkit-transform: skew(0.16deg);
            transform: skew(0.16deg);
  }
  55% {
    clip: rect(19px, 9999px, 76px, 0);
    -webkit-transform: skew(0.93deg);
            transform: skew(0.93deg);
  }
  60% {
    clip: rect(29px, 9999px, 59px, 0);
    -webkit-transform: skew(0.58deg);
            transform: skew(0.58deg);
  }
  65% {
    clip: rect(19px, 9999px, 95px, 0);
    -webkit-transform: skew(0.83deg);
            transform: skew(0.83deg);
  }
  70% {
    clip: rect(88px, 9999px, 30px, 0);
    -webkit-transform: skew(0.39deg);
            transform: skew(0.39deg);
  }
  75% {
    clip: rect(43px, 9999px, 45px, 0);
    -webkit-transform: skew(0.6deg);
            transform: skew(0.6deg);
  }
  80% {
    clip: rect(30px, 9999px, 4px, 0);
    -webkit-transform: skew(0.89deg);
            transform: skew(0.89deg);
  }
  85% {
    clip: rect(4px, 9999px, 96px, 0);
    -webkit-transform: skew(1deg);
            transform: skew(1deg);
  }
  90% {
    clip: rect(4px, 9999px, 91px, 0);
    -webkit-transform: skew(0.2deg);
            transform: skew(0.2deg);
  }
  95% {
    clip: rect(48px, 9999px, 80px, 0);
    -webkit-transform: skew(0.41deg);
            transform: skew(0.41deg);
  }
  100% {
    clip: rect(10px, 9999px, 58px, 0);
    -webkit-transform: skew(0.91deg);
            transform: skew(0.91deg);
  }
}
@-webkit-keyframes glitch-anim2 {
  0% {
    clip: rect(97px, 9999px, 84px, 0);
    -webkit-transform: skew(0.55deg);
            transform: skew(0.55deg);
  }
  5% {
    clip: rect(82px, 9999px, 21px, 0);
    -webkit-transform: skew(0.04deg);
            transform: skew(0.04deg);
  }
  10% {
    clip: rect(51px, 9999px, 99px, 0);
    -webkit-transform: skew(0.93deg);
            transform: skew(0.93deg);
  }
  15% {
    clip: rect(42px, 9999px, 97px, 0);
    -webkit-transform: skew(0.03deg);
            transform: skew(0.03deg);
  }
  20% {
    clip: rect(27px, 9999px, 25px, 0);
    -webkit-transform: skew(0.86deg);
            transform: skew(0.86deg);
  }
  25% {
    clip: rect(69px, 9999px, 5px, 0);
    -webkit-transform: skew(0.95deg);
            transform: skew(0.95deg);
  }
  30% {
    clip: rect(38px, 9999px, 67px, 0);
    -webkit-transform: skew(0.33deg);
            transform: skew(0.33deg);
  }
  35% {
    clip: rect(8px, 9999px, 90px, 0);
    -webkit-transform: skew(0.67deg);
            transform: skew(0.67deg);
  }
  40% {
    clip: rect(34px, 9999px, 31px, 0);
    -webkit-transform: skew(0.33deg);
            transform: skew(0.33deg);
  }
  45% {
    clip: rect(1px, 9999px, 25px, 0);
    -webkit-transform: skew(0.71deg);
            transform: skew(0.71deg);
  }
  50% {
    clip: rect(45px, 9999px, 40px, 0);
    -webkit-transform: skew(0.38deg);
            transform: skew(0.38deg);
  }
  55% {
    clip: rect(84px, 9999px, 96px, 0);
    -webkit-transform: skew(0.3deg);
            transform: skew(0.3deg);
  }
  60% {
    clip: rect(68px, 9999px, 59px, 0);
    -webkit-transform: skew(0.35deg);
            transform: skew(0.35deg);
  }
  65% {
    clip: rect(93px, 9999px, 48px, 0);
    -webkit-transform: skew(0.25deg);
            transform: skew(0.25deg);
  }
  70% {
    clip: rect(19px, 9999px, 40px, 0);
    -webkit-transform: skew(0.97deg);
            transform: skew(0.97deg);
  }
  75% {
    clip: rect(76px, 9999px, 56px, 0);
    -webkit-transform: skew(0.79deg);
            transform: skew(0.79deg);
  }
  80% {
    clip: rect(22px, 9999px, 82px, 0);
    -webkit-transform: skew(0.48deg);
            transform: skew(0.48deg);
  }
  85% {
    clip: rect(30px, 9999px, 63px, 0);
    -webkit-transform: skew(0.91deg);
            transform: skew(0.91deg);
  }
  90% {
    clip: rect(68px, 9999px, 44px, 0);
    -webkit-transform: skew(0.4deg);
            transform: skew(0.4deg);
  }
  95% {
    clip: rect(12px, 9999px, 36px, 0);
    -webkit-transform: skew(0.61deg);
            transform: skew(0.61deg);
  }
  100% {
    clip: rect(24px, 9999px, 5px, 0);
    -webkit-transform: skew(0.96deg);
            transform: skew(0.96deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(97px, 9999px, 84px, 0);
    -webkit-transform: skew(0.55deg);
            transform: skew(0.55deg);
  }
  5% {
    clip: rect(82px, 9999px, 21px, 0);
    -webkit-transform: skew(0.04deg);
            transform: skew(0.04deg);
  }
  10% {
    clip: rect(51px, 9999px, 99px, 0);
    -webkit-transform: skew(0.93deg);
            transform: skew(0.93deg);
  }
  15% {
    clip: rect(42px, 9999px, 97px, 0);
    -webkit-transform: skew(0.03deg);
            transform: skew(0.03deg);
  }
  20% {
    clip: rect(27px, 9999px, 25px, 0);
    -webkit-transform: skew(0.86deg);
            transform: skew(0.86deg);
  }
  25% {
    clip: rect(69px, 9999px, 5px, 0);
    -webkit-transform: skew(0.95deg);
            transform: skew(0.95deg);
  }
  30% {
    clip: rect(38px, 9999px, 67px, 0);
    -webkit-transform: skew(0.33deg);
            transform: skew(0.33deg);
  }
  35% {
    clip: rect(8px, 9999px, 90px, 0);
    -webkit-transform: skew(0.67deg);
            transform: skew(0.67deg);
  }
  40% {
    clip: rect(34px, 9999px, 31px, 0);
    -webkit-transform: skew(0.33deg);
            transform: skew(0.33deg);
  }
  45% {
    clip: rect(1px, 9999px, 25px, 0);
    -webkit-transform: skew(0.71deg);
            transform: skew(0.71deg);
  }
  50% {
    clip: rect(45px, 9999px, 40px, 0);
    -webkit-transform: skew(0.38deg);
            transform: skew(0.38deg);
  }
  55% {
    clip: rect(84px, 9999px, 96px, 0);
    -webkit-transform: skew(0.3deg);
            transform: skew(0.3deg);
  }
  60% {
    clip: rect(68px, 9999px, 59px, 0);
    -webkit-transform: skew(0.35deg);
            transform: skew(0.35deg);
  }
  65% {
    clip: rect(93px, 9999px, 48px, 0);
    -webkit-transform: skew(0.25deg);
            transform: skew(0.25deg);
  }
  70% {
    clip: rect(19px, 9999px, 40px, 0);
    -webkit-transform: skew(0.97deg);
            transform: skew(0.97deg);
  }
  75% {
    clip: rect(76px, 9999px, 56px, 0);
    -webkit-transform: skew(0.79deg);
            transform: skew(0.79deg);
  }
  80% {
    clip: rect(22px, 9999px, 82px, 0);
    -webkit-transform: skew(0.48deg);
            transform: skew(0.48deg);
  }
  85% {
    clip: rect(30px, 9999px, 63px, 0);
    -webkit-transform: skew(0.91deg);
            transform: skew(0.91deg);
  }
  90% {
    clip: rect(68px, 9999px, 44px, 0);
    -webkit-transform: skew(0.4deg);
            transform: skew(0.4deg);
  }
  95% {
    clip: rect(12px, 9999px, 36px, 0);
    -webkit-transform: skew(0.61deg);
            transform: skew(0.61deg);
  }
  100% {
    clip: rect(24px, 9999px, 5px, 0);
    -webkit-transform: skew(0.96deg);
            transform: skew(0.96deg);
  }
}
@-webkit-keyframes glitch-skew {
  0% {
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  10% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  20% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  30% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  40% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  50% {
    -webkit-transform: skew(-1deg);
            transform: skew(-1deg);
  }
  60% {
    -webkit-transform: skew(-3deg);
            transform: skew(-3deg);
  }
  70% {
    -webkit-transform: skew(-1deg);
            transform: skew(-1deg);
  }
  80% {
    -webkit-transform: skew(-1deg);
            transform: skew(-1deg);
  }
  90% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }
  100% {
    -webkit-transform: skew(-3deg);
            transform: skew(-3deg);
  }
}
@keyframes glitch-skew {
  0% {
    -webkit-transform: skew(3deg);
            transform: skew(3deg);
  }
  10% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  20% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  30% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  40% {
    -webkit-transform: skew(2deg);
            transform: skew(2deg);
  }
  50% {
    -webkit-transform: skew(-1deg);
            transform: skew(-1deg);
  }
  60% {
    -webkit-transform: skew(-3deg);
            transform: skew(-3deg);
  }
  70% {
    -webkit-transform: skew(-1deg);
            transform: skew(-1deg);
  }
  80% {
    -webkit-transform: skew(-1deg);
            transform: skew(-1deg);
  }
  90% {
    -webkit-transform: skew(4deg);
            transform: skew(4deg);
  }
  100% {
    -webkit-transform: skew(-3deg);
            transform: skew(-3deg);
  }
}
/***************************

images

***************************/
.koc-image-frame {
  position: relative;
  overflow: hidden;
}
.koc-image-frame > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.koc-image-frame.koc-horizontal {
  padding-bottom: 65%;
}
.koc-image-frame.koc-vertical {
  padding-bottom: 140%;
}
.koc-image-frame.koc-square {
  padding-bottom: 100%;
}
.koc-image-frame.koc-fw {
  padding-bottom: 50%;
}
.koc-image-frame .koc-zoom-btn {
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.koc-image-frame .koc-zoom-btn:hover {
  background-color: rgb(255, 255, 255);
}
.koc-image-frame .koc-zoom-btn img {
  height: 17px;
  width: 17px;
}
.koc-image-frame:hover .koc-zoom-btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 2;
}

/***************************

page transitions

***************************/
.koc-frame {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.koc-curtain {
  position: fixed;
  pointer-events: none;
  z-index: 4;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.koc-main-transition {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-top: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.koc-main-transition .koc-animation-frame {
  opacity: 1;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.koc-main-transition .koc-lines-place {
  opacity: 1;
  margin-top: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

html.is-animating .koc-frame {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 1200px) {
  html.is-animating .koc-frame {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
html.is-animating .koc-curtain {
  opacity: 1;
  pointer-events: all;
}
html.is-animating .koc-main-transition {
  margin-top: 0.1px;
}
html.is-animating .koc-main-transition .koc-animation-frame {
  opacity: 0;
  margin-top: -90px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
html.is-animating .koc-main-transition .koc-lines-place {
  opacity: 0;
  margin-top: 90px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

html.is-animating .koc-menu-frame {
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

    .filter-buttons {
      margin: 20px 0;
    }

    .filter-buttons button {
      border: none;
      background: rgb(214, 123, 99);
      padding: 10px 18px;
      margin-right: 10px;
      border-radius: 20px;
      cursor: pointer;
      font-weight: bold;
    }

    .filter-buttons .active {
      background: #000;
      color: #fff;
    }

    .news-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
      gap: 30px;
    }

    .news-card {
      display: block;
      border-radius: 10px;
      overflow: hidden;
      background: black;
      color: white;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .news-card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .news-title {
      font-size: 15px;
      font-weight: bold;
      margin: 10px;
    }

    .news-date {
      color: #666;
      font-size: 14px;
      margin: 0 10px 10px;
    }

    .view-more {
      text-align: right;
      margin-top: 20px;
    }

    .view-more a {
      color: white;
      text-decoration: none;
      font-weight: bold;
    }

/* Modern Breadcrumb Stili */
.koc-breadcrumb {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.koc-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    display: flex;
    align-items: center;
    list-style: none;
}

.koc-breadcrumb .breadcrumb-item {
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
}

.koc-breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 15px;
}

.koc-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    padding-right: 15px;
    color: #999;
}

.koc-breadcrumb .breadcrumb-item a {
    color: #31343C;
    text-decoration: none;
    transition: all 0.3s ease;
}

.koc-breadcrumb .breadcrumb-item a:hover {
    color: #D4735A;
}

.koc-breadcrumb .breadcrumb-item.active {
    color: #D4735A;
}

/* Timeline Stili */
.timeline-section {
    padding: 100px 0;
    position: relative;
    background: #fff;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background: #e9ecef;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.4s ease;
    margin-bottom: 30px;
}

.timeline-item.show {
    opacity: 1;
    transform: translateX(0);
}

.timeline-item:nth-child(even) {
    left: 50%;
    transform: translateX(100px);
}

.timeline-item:nth-child(even).show {
    transform: translateX(0);
}

.timeline-item::before {
    content: attr(data-year);
    position: absolute;
    width: 80px;
    height: 80px;
    right: -80px;
    background: #fff;
    border: 2px solid #D4735A;
    border-radius: 50%;
    top: 0;
    color: #D4735A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}


.timeline-item:nth-child(odd)::before {
    right: -80px;
}

.timeline-item:nth-child(odd)::after {
    right: -55px;
}

.timeline-item:nth-child(even)::before {
    left: -80px;
}

.timeline-item:nth-child(even)::before {
    left: -60px;
}

.timeline-content {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.timeline-content h3 {
    margin: 0 0 10px;
    color: #D4735A;
    font-size: 20px;
}

.timeline-content p {
    margin: 0;
    line-height: 1.5;
    color: #666;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 40px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 80px;
        padding-right: 0;
    }

    .timeline-item:nth-child(even) {
        left: 0;
    }

    .timeline-item::before {
        left: 20px;
        right: unset;
    }
}

/* Sürdürülebilirlik Timeline */
.sustainability-timeline .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.sustainability-timeline .timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background: #4CAF50;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.sustainability-timeline .timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.4s ease;
    margin-bottom: 50px;
}

.sustainability-timeline .timeline-item.show {
    opacity: 1;
    transform: translateX(0);
}

.sustainability-timeline .timeline-item:nth-child(even) {
    left: 50%;
    transform: translateX(100px);
}

.sustainability-timeline .timeline-item:nth-child(even).show {
    transform: translateX(0);
}

.sustainability-timeline .timeline-item::before {
    content: attr(data-number);
    border: none;
    position: absolute;
    width: 60px;
    height: 60px;
    right: -70px;
    background: #4CAF50;
    border-radius: 50%;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.3);
}

.sustainability-timeline .timeline-item:nth-child(odd)::before {
    right: -70px;
}

.sustainability-timeline .timeline-item:nth-child(even)::before {
    left: -70px;
}

.sustainability-timeline .timeline-content {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.sustainability-timeline .timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(76, 175, 80, 0.15);
    border-color: #4CAF50;
}

/* Kurumsal Timeline */
.corporate-timeline .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.corporate-timeline .timeline::before {
    content: '';
    position: absolute;
    width: 2px;
    background: #D4735A;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.corporate-timeline .timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.4s ease;
    margin-bottom: 50px;
}

.sustainability-timeline .timeline-content h3 {
  margin: 0 0 10px;
  color: #4CAF50;
  font-size: 20px;
}

.corporate-timeline .timeline-item.show {
    opacity: 1;
    transform: translateX(0);
}

.corporate-timeline .timeline-item:nth-child(even) {
    left: 50%;
    transform: translateX(100px);
}

.corporate-timeline .timeline-item:nth-child(even).show {
    transform: translateX(0);
}

.corporate-timeline .timeline-item::before {
    content: attr(data-year);
    position: absolute;
    width: 80px;
    height: 80px;
    right: -80px;
    background: #fff;
    border: 2px solid #D4735A;
    border-radius: 50%;
    top: 0;
    color: #D4735A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}


.corporate-timeline .timeline-item:nth-child(odd)::before {
    right: -80px;
}

.corporate-timeline .timeline-item:nth-child(odd)::after {
    right: -55px;
}

.corporate-timeline .timeline-item:nth-child(even)::before {
    left: -80px;
}

.corporate-timeline .timeline-item:nth-child(even)::after {
    left: -55px;
}

.corporate-timeline .timeline-content {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.05);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.corporate-timeline .timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(212, 115, 90, 0.15);
    border-color: #D4735A;
}

@media (max-width: 768px) {
    .timeline::before {
        left: 50px;
    }

    .sustainability-timeline .timeline-item,
    .corporate-timeline .timeline-item {
        width: 100%;
        padding-left: 120px;
        padding-right: 0;
    }

    .sustainability-timeline .timeline-item:nth-child(even),
    .corporate-timeline .timeline-item:nth-child(even) {
        left: 0;
    }

    .sustainability-timeline .timeline-item::before {
        left: 10px;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .corporate-timeline .timeline-item::before {
        left: 10px;
        width: 60px;
        height: 60px;
        font-size: 16px;
    }

  

    .sustainability-timeline .timeline-item:nth-child(even)::before,
    .corporate-timeline .timeline-item:nth-child(even)::before {
        left: 10px;
    }

    .corporate-timeline .timeline-item:nth-child(even)::after {
        left: 25px;
    }
}


/* Yeni Banner Sistemi */
.koc-page-banner {
    position: relative;
    width: 100%;
    height: 55vw;
    background-color: var(--dark-1);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.koc-page-banner-content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.koc-page-banner-content h1 {
    color: var(--light);
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 20px;
}

.koc-page-banner-content .koc-thin {
    font-weight: 300;
}

.koc-page-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
}

/* Haberler Bölümü */
.news-card {
    background: linear-gradient(145deg, #2a2a2a, #333);
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.news-card img {
    border-radius: 8px 8px 0 0;
}

.news-title {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.news-date {
    padding: 0 15px 15px;
    color: #d1cfcf;
    font-size: 14px;
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.filter-buttons button {
    padding: 8px 20px;
    border: 1px solid #D4735A;
    background: transparent;
    color: #D4735A;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-buttons button.active,
.filter-buttons button:hover {
    background: #D4735A;
    color: #fff;
}

/* Sürdürülebilirlik Bölümü */
.sustainability {
    background: var(--background-primary);
    padding: 80px 0;
}

.sustainability-left {
    padding: 20px;
}

.logo-and-since {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.logo-and-since .logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.since-text {
    font-size: 14px;
    color: #666;
}

.sustainability-left h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffffff;
}

.sustainability-left p {
    margin-bottom: 20px;
    color: #c5c5c5;
    line-height: 1.6;
}

.image-container {
    border-radius: 15px;
    overflow: hidden;
}

.play-icon {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-icon:hover {
    transform: translate(-50%, -50%) scale(1.1) !important;
}

.statistic {
    background: linear-gradient(145deg, #2a2a2a, #333);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #D4735A;
    margin-bottom: 10px;
}

.stat-description {
    color: white;
    font-size: 16px;
}


/* Responsive Ayarlar */
@media (max-width: 768px) {
    .filter-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-buttons button {
        width: 100%;
    }
    
    .sustainability-left h1 {
        font-size: 24px;
    }
    
    .statistic {
        margin-bottom: 20px;
    }
}

.career-images {
    position: relative;
    border-radius: 10px;
}

.career-images .main-image {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.career-images .overlay-image {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 60%;
    height: auto;
    border: 5px solid white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

.career-images:hover .main-image {
    transform: scale(1.05);
}

.career-images:hover .overlay-image {
    transform: translateX(-10px) translateY(-10px);
}

.career-content {
    padding: 20px;
}

.career-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
}

.career-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 2rem;
}

@media (max-width: 992px) {
    .career-images .overlay-image {
        width: 50%;
        right: 0;
    }
    
    .career-content {
        padding: 15px 0;
    }
    
    .career-content h2 {
        font-size: 2rem;
    }
}

.slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.slides {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

/* Zoom effect only on background image */
.image-zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  animation: none;
  z-index: 0;
}

.slide.active .image-zoom {
  animation: zoomIn 5s ease-in-out infinite;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.darken-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 0;
}

.overlay-slide {
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-align: center;
}

.overlay-slide h1 {
  font-size: 75px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Questrial", sans-serif;
  color: white;
}

.slide .overlay-slide {
    position: relative;
    z-index: 1;
    top: 50%;
    left: 100px;
    width: 60%;
    transform: translateY(-50%);
    color: white;
    text-align: left;
}

.slide .overlay-slide p {
  font-size: 75px;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Questrial", sans-serif;
  color: white;
}

.discover-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 16px 44px;
  background-color: white;
  color: black;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: white;
  cursor: pointer;
  z-index: 2;
  user-select: none;
  padding: 14px;
  border-radius: 50%;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow.left {
  left: 20px;
}

.arrow.right {
  right: 20px;
}



.gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(212 115 90 / 60%), rgba(0, 0, 0, 0.6));
    z-index: 1;
  }



.video-intro {
  font-family: 'Segoe UI', sans-serif;
}


.intro-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.intro-image {
  flex: 1;
  position: relative;
}

.intro-banner {
  background: transparent;
  color: white;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
}





.intro-banner h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: white;
}

.play-button {
  display: inline-flex;
  align-items: center;
  background: white;
  color: #1d4ed8;
  padding: 15px 32px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Questrial", sans-serif;
}

.play-button i {
  margin-right: 8px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.yellow-accent {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.intro-text {
  flex: 1;
}

.intro-text h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.intro-text .lead {
  font-size: 26px;
  font-weight: 600;
  color: rgb(216, 212, 207);
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Questrial", sans-serif;
  font-weight: 500;

}

.intro-text .desc {
  font-size: 16px;
  color: rgb(178, 172, 162);
  line-height: 1.8;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}

.detail-btn {
  background-color: black;
  color: white;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3sease;
  margin-top: 50px;
  font-family: "Questrial", sans-serif;
  font-size: 15px;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  
}

.detail-btn:hover {
  background: #0f3dc4;
}

.video-intro .container h3{
  font-size: 42px;
  text-align: center;
  font-family: "Questrial", sans-serif;
  letter-spacing: -0.5px;
  padding-bottom: 80px;
  font-weight: 600;
  color: #1d4ed8;
}










.investor-modern {
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  color: #1a1a1a;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.header h1 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
}

.header p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.info-cards {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.card {
  flex: 1;
  padding: 24px;
  border-radius: 12px;
}

.label {
  font-size: 14px;
  color: #888;
  margin-bottom: 8px;
  font-family: "Questrial", sans-serif;
}

.value {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  font-family: "Questrial", sans-serif;
}

.timestamp {
  font-size: 12px;
  margin-top: 8px;
  color: #999;
  font-family: "Questrial", sans-serif;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.activities-grid h3 {
  font-size: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  font-family: "Questrial", sans-serif;
}

.activities-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.activities-grid li {
  font-size: 14px;
  margin-bottom: 12px;
  color: #333;
  font-family: "Questrial", sans-serif;
}

.activities-grid li strong {
  display: inline-block;
  width: 110px;
  color: #666;
  font-family: "Questrial", sans-serif;
}


.koc-button {
  background-color: #25282a;
  color: white;
  padding: 14px 55px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 50px;
  font-family: "Questrial", sans-serif;
  font-size: 15px;
  letter-spacing: 1.2px;
text-transform: capitalize;
}

.koc-button:hover {
  background-color: #D4735A;
}

.bold-txt{
  font-family: "Questrial", sans-serif;
  font-weight: 600;
  padding-right: 15px;
}






.hr-section {
  font-family: '"Questrial", sans-serif', sans-serif;
}

.hr-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  align-items: center;
  gap: 40px;
}

.hr-left {
  position: relative;
  flex: 1;
  min-width: 300px;
}

.main-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.overlay-img {
  position: absolute;
  bottom: -30px;
  left: 30px;
  width: 60%;
  border-radius: 8px;
  border: 4px solid #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.hr-right {
  flex: 1;
  min-width: 280px;
}

.hr-right h2 {
  font-size: 38px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Questrial", sans-serif;
  font-weight: 500;
}

.hr-right h2 span {
  font-weight: 300;
  color: #0051ff;
}

.hr-right p {
  font-size: 19px;
  color: #555;
  line-height: 1.8;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}

.hr-button {
  display: inline-block;
  background-color: #25282a;
  color: #fff;
  padding: 19px 60px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
  margin-top: 30px;
}

.hr-button:hover {
  background-color: #D4735A;
}




 .cardblg {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s ease;
}

.cardblg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cardblg-content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 10px;
}

.cardblg h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  font-family: "Questrial", sans-serif;
}

.cardblg p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "Questrial", sans-serif;
}

.cardblg .date {
  font-size: 0.85rem;
  color: #888;
  text-align: right;
  font-family: "Questrial", sans-serif;
}

.blogscnt{
   display: flex;
  gap: 24px;
  justify-content: center;

}

/*

img {
  filter: grayscale(100%);
  transition: 0.3s;
}

img:hover {
  filter: none;
}

*/





.herostn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80vh;
  padding: 60px 80px;
    background-color: rgb(242, 242, 242);
  font-family: '"Questrial", sans-serif', sans-serif;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-content {
  flex: 1;
  max-width: 600px;
      padding-right: 80px;
    padding-left: 50px;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #1c1c1c;
  margin-bottom: 20px;
}

.hero-content .highlight {
  color: black;
  font-family: "Questrial", sans-serif;
  font-weight: 600;
}

.hero-content em {
  font-size: 2rem;
  color:black;
  font-family: "Questrial", sans-serif;
  font-style: normal;
}

.hero-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
}

.btn {
  display: inline-block;
  padding: 17px 45px;
  background-color: black;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  font-family: "Questrial", sans-serif;
}

.btn:hover {
  background-color: #258a3b;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: cover;
  border-radius: 12px;
}


@media (max-width: 900px) {
  .herostn {
    flex-direction: column;
    padding: 40px 20px;
  }

  .hero-content {
    text-align: center;
  }

  .hero-image img {
    max-height: none;
    width: 100%;
    border-radius: 8px;
  }
}









 footer {
      background-color: #1d1f30;
      padding: 40px 20px;
      position: relative;
    }

    .footer-top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      border-bottom: 1px solid white;
      padding-bottom: 30px;
    }

    .footer-social {
      display: flex;
      flex-direction: column;
      gap: 15px;
      margin-bottom:15px;
    }

    .footer-social h4 {
      color: white !important;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .social-icons {
      display: flex;
      gap: 15px;
    }

    .social-icons a {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid white;
      border-radius: 50%;
      color: white;
      text-decoration: none;
      transition: all 0.3s;
    }

    .social-icons a:hover {
      background-color: white;
      color: #1d1f30;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      font-size: 14px;
      padding-top: 20px;
      color: white;
    }

    .footer-links {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      margin-top: 20px;
      font-size: 13px;
    }

    .footer-links a {
      color: #c0c3d0;
      text-decoration: none;
    }

    .footer-links a:hover {
      text-decoration: underline;
    }

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 0.8;
}

.footer-links span {
    color: #fff;
}

@media (max-width: 968px) {
    .footer-links {
        flex-direction: column;
    }
    
    .footer-links span {
        display: none;
    }
    
    .footer-links a {
        width: 100%;
        padding: 5px 0;
    }
}

    .agency {
      position: absolute;
      right: 120px;
      bottom: 80px;
      font-size: 13px;
      color: white;
      font-family: "Questrial", sans-serif;
    }

    .agency span {
      color: white;
      font-weight: 600;
      font-family: "Questrial", sans-serif;
    }

    .bg-bl{
      background-color: black;
    }

    .renewable-energy-section {
  background-color: #a3523d;
  padding: 60px 0;
}

.renewable-energy-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  gap: 60px;
  padding: 0 20px;
}

.renewable-left {
  position: relative;
  flex: 1;
}

.worker-image {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: none;
  border-radius: 50%;
  height: 90px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  font-size: 28px;
  cursor: pointer;
}

.renewable-right {
  flex: 1;
}

.section-label {
  color: #5ba666;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.section-desc {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.benefits-list li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #222;
}

.cta-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.discover-button {
  background-color: black;
  color: white;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

.phone-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.phone-icon {
  font-size: 20px;
}

.question-text {
  font-size: 12px;
  color: #888;
  margin: 0;
}

.phone-number {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #000;
}


.investor-section {;
    color: #ffffff;
    margin-top: 100px;
}

.section-title {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 10px;
}

.section-title h2 {
    font-size: 2em;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding-bottom: 0;
}

.investor-panels-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.investor-panels-middle {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.investor-panels-middle .policies {
    grid-column: 3;
    grid-row: 2;
}

.panel {
    background: #151819;
    color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.panel:hover {
    transform: translateY(-5px);
}

.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.panel-header h3 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    color: #ffffff;
}

.go-to-link, .more-link {
    color: #a0b1c7;
    text-decoration: none;
    font-size: 0.9em;
    white-space: nowrap;
}

.go-to-link:hover, .more-link:hover {
    text-decoration: underline;
}

.stock-quote .panel-body {
    margin-top: auto;
}

.stock-quote .date {
    font-size: 0.85em;
    color: #a0b1c7;
    margin-bottom: 10px;
    display: block;
}

.stock-quote .exchange-name {
    margin: 10px 0 5px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffffff;
}

.stock-quote .ticker {
    font-size: 0.9em;
    color: #a0b1c7;
    margin-bottom: 25px;
    display: block;
}

.stock-quote .price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: auto;
}

.stock-quote .price .amount {
    font-size: 3.5em;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}

.stock-quote .price .currency {
    font-size: 1.2em;
    font-weight: normal;
    color: #ffffff;
}

.stock-quote .price .change.positive {
    color: #28a745;
    font-size: 1em;
    font-weight: bold;
}

.calendar .panel-body {
    margin-top: auto;
}

.calendar .event-description {
    font-size: 1.1em;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.4;
}

.calendar .date-large-container {
    display: flex;
    align-items: baseline;
    margin-top: auto;
    margin-bottom: 20px;
}

.calendar .date-large {
    font-size: 5.5em;
    font-weight: bold;
    color: #D4735A;
    line-height: 1;
    margin-right: 10px;
}

.calendar .month-small {
    font-size: 2em;
    font-weight: bold;
    color: #D4735A;
    line-height: 1;
    text-transform: uppercase;
}

.calendar .more-link {
    align-self: flex-start;
    margin-top: auto;
}

.report, .esg {
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
}

.report img, .esg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.report:hover img, .esg:hover img {
    transform: scale(1.08);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    box-sizing: border-box;
    color: white;
    transition: background 0.3s ease;
    min-height: 50%;
    pointer-events: none;
}

.overlay .overlay-text {
    margin-bottom: 10px;
}

.overlay h4 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.overlay p {
    margin: 5px 0 0 0;
    font-size: 0.9em;
    color: #ccc;
}

.overlay .icon {
    font-size: 2em;
    color: #ffffff;
    align-self: flex-end;
    line-height: 1;
}

.governance, .policies {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    background: #151819;
    color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    text-decoration: none;
}

.governance h4, .policies h4 {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    color: #ffffff;
}

@media (max-width: 992px) {
    .investor-panels-top,
    .investor-panels-middle {
        grid-template-columns: repeat(1, 1fr);
    }

    .investor-panels-middle .policies {
        grid-column: 1;
        grid-row: auto;
    }

    .stock-quote .price .amount {
        font-size: 3em;
    }
    .calendar .date-large {
        font-size: 4.5em;
    }
    .calendar .month-small {
        font-size: 1.8em;
    }
    .overlay h4 {
        font-size: 1.2em;
    }
}

@media (max-width: 768px) {
    .investor-section {
        padding: 20px 15px;
    }
    .panel {
        padding: 20px;
    }
    .stock-quote .price .amount {
        font-size: 2.8em;
    }
    .calendar .date-large {
        font-size: 4em;
    }
    .calendar .month-small {
        font-size: 1.6em;
    }
    .overlay .icon {
        font-size: 1.8em;
    }
}

@media (max-width: 480px) {
    .stock-quote .price .amount {
        font-size: 2.2em;
    }
    .calendar .date-large {
        font-size: 3.5em;
    }
    .calendar .month-small {
        font-size: 1.4em;
    }
    .overlay h4 {
        font-size: 1em;
    }
    .overlay p {
        font-size: 0.8em;
    }
    .governance h4, .policies h4 {
        font-size: 1em;
    }
}


.sustainability-left {
  flex-basis: 40%;
  padding-right: 30px;
}

.logo-and-since {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.logo {
  height: 50px;
  margin-right: 15px;
}

.since-text {
  font-size: 0.9em;
  color: #555;
}

.sustainability-left h1 {
  font-size: 2.5em;
  color: white;
  margin-bottom: 20px;
  line-height: 1.2;
}

.sustainability-left p {
  font-size: 1em;
  color: white;
  line-height: 1.6;
  margin-bottom: 15px;
}

.cta-button {
  display: inline-block;
  background-color: #27ae60;
  color: white;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #229954;
}

.sustainability-center {
  height: 100%;
}

.image-container {
  position: relative;
  width: 100%;
  max-width: max-content;
  height: 700px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.play-icon:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.play-icon svg {
  display: block;
}

.sustainability-right {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.statistic {
  margin-bottom: 80px;
  text-align: left;
}

.stat-number {
  display: block;
  font-size: 2.8em;
  font-weight: bold;
  color: #27ae60;
  margin-bottom: 5px;
}

.stat-description {
  font-size: 1em;
  color: #555;
}


.news-section{
      padding-top: 120px;
}
.koc-h1, .koc-h2, .koc-h3, .koc-h4, .koc-h5, .koc-h6{
  color: rgb(214, 123, 99) !important;
}

/* === SÜRDÜRÜLEBİLİRLİK SAYFASI STİLLERİ === */
.sustainability-page-h2 { color: #28a745 !important; }

.sustainability-banner {
    height: 65vh;
    min-height: 400px;
    position: relative;
    background-color: #222;
}

.sustainability-banner .image-zoom {
    background-image: url('../img/sustainability_banner.jpg');
    height: 100%;
    background-attachment: fixed;
    opacity: 0.4;
}

.sustainability-banner .darken-bg {
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.sustainability-banner .overlay-slide h1 {
    font-size: 4.2vw;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .sustainability-banner .overlay-slide h1 {
        font-size: 36px;
    }
}

.sustainability-banner .overlay-slide .koc-thin {
    color: #a1eab8 !important;
}

.sustainability-intro-section {
    padding: 80px 0;
}

.sustainability-intro-section .lead {
    font-size: 1.3em;
    color: #e0e0e0;
    line-height: 1.7;
}

.sustainability-pillars-section {
    background-color: #1f1f1f;
    padding: 80px 0;
}

.pillar-card {
    background-color: #2d2d2d;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    height: 100%;
    border-left: 5px solid #28a745;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(40, 167, 69, 0.2);
}

.pillar-card i {
    font-size: 42px;
    color: #28a745;
    margin-bottom: 20px;
}

.pillar-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.pillar-card p {
    font-size: 14px;
    color: #bbb;
    line-height: 1.6;
}

.sustainability-initiative-section {
    padding: 80px 0;
}

.initiative-card {
    background-color: #242424;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.initiative-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.initiative-card-content {
    padding: 25px;
}

.initiative-card-content h4 {
    color: #28a745;
    margin-bottom: 10px;
    font-size: 20px;
}

.initiative-card-content p {
    color: #ccc;
    font-size: 15px;
    line-height: 1.7;
}

/* === YEŞİL TIMELINE STİLLERİ === */
.sustainability-timeline-section {
    background-color: #1a1a1a;
    padding: 120px 0;
    position: relative;
}

.sustainability-timeline-outer-container {
    position: relative;
    width: 100%;
}

.sustainability-timeline-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 30px;
    cursor: grab;
    scrollbar-width: thin;
    scrollbar-color: #28a745 #333;
    -webkit-overflow-scrolling: touch;
}

.sustainability-timeline-scroll-wrapper:active {
    cursor: grabbing;
}

.sustainability-timeline-scroll-wrapper::-webkit-scrollbar {
    height: 10px;
}

.sustainability-timeline-scroll-wrapper::-webkit-scrollbar-track {
    background: #2d2d2d;
    border-radius: 5px;
}

.sustainability-timeline-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #28a745;
    border-radius: 5px;
    border: 2px solid #2d2d2d;
}

.sustainability-timeline-inner-track {
    display: inline-block;
    position: relative;
    min-width: 100%;
    height: 500px;
    padding: 0 50px;
}

.sustainability-timeline-main-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #28a745;
    transform: translateY(-50%);
    z-index: 1;
}

.sustainability-milestone {
    display: inline-block;
    width: 280px;
    margin: 0 30px;
    position: relative;
    height: 100%;
    vertical-align: top;
    flex-shrink: 0;
}

.sustainability-milestone-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: 4px solid #1a1a1a;
    box-shadow: 0 0 0 3px #28a745;
    background-color: #28a745;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.sustainability-milestone-connector {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 45px;
    background-color: #28a745;
    z-index: 2;
}

.sustainability-milestone-content-box {
    background-color: #2d2d2d;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    text-align: left;
    width: calc(100% - 20px);
    margin: 0 10px;
    border-top: 4px solid #28a745;
    color: #fff;
    white-space: normal;
    min-height: 110px;
    position: absolute;
    left: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sustainability-milestone-content-box:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 6px 20px rgba(40, 167, 69, 0.3);
}

.sustainability-milestone-content-box h5 {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff;
}

.sustainability-milestone-content-box p {
    font-size: 13px;
    color: #ccc;
    line-height: 1.55;
    margin: 0;
}

.sustainability-milestone.sustainability-position-above .sustainability-milestone-connector {
    bottom: calc(50% + 35px);
}

.sustainability-milestone.sustainability-position-above .sustainability-milestone-content-box {
    bottom: calc(50% + 35px + 45px + 10px);
}

.sustainability-milestone.sustainability-position-below .sustainability-milestone-connector {
    top: calc(50% + 35px);
}

.sustainability-milestone.sustainability-position-below .sustainability-milestone-content-box {
    top: calc(50% + 35px + 45px + 10px);
}

.sustainability-timeline-navigation-buttons {
    text-align: center;
    margin-top: 25px;
    padding-bottom: 20px;
}

.sustainability-timeline-arrow-btn {
    background: #2d2d2d;
    border: 1px solid #28a745;
    color: #28a745;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 10px;
    font-size: 20px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sustainability-timeline-arrow-btn:hover {
    background: #28a745;
    color: #fff;
}

.commitment-section {
    padding: 80px 0;
    background-color: #1f1f1f;
}

.commitment-section p {
    font-size: 1.1em;
    line-height: 1.8;
    color: #e0e0e0;
}

.commitment-section .koc-button {
    background-color: #28a745;
    border-color: #28a745;
}

.commitment-section .koc-button:hover {
    background-color: #1f8236;
    border-color: #1f8236;
}

/* === KURUMSAL SAYFASI STİLLERİ === */
/* Genel Koyu Tema Ayarları */
.koc-h2 .koc-thin, .koc-h1 .koc-thin { color: #fff !important; }
.koc-h2 { color: #D4735A !important; font-family: "Questrial-Bold", sans-serif; }

/* Değerler Kartları */
.value-card { 
    background-color: #1f1f1f; 
    border: 1px solid #333; 
    padding: 40px 30px; 
    border-radius: 8px; 
    text-align: center; 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    margin-bottom: 30px; 
    height: 100%; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
}
.value-card:hover { 
    transform: translateY(-10px); 
    box-shadow: 0 15px 30px rgba(212, 115, 90, 0.2); 
}
.value-card i { 
    font-size: 48px; 
    color: #D4735A; 
    margin-bottom: 20px; 
}
.value-card h4, .value-card p { color: #fff; }

/* Kalite Bölümü */
.quality-section { 
    background-color: #1a1a1a; 
    padding: 80px 0; 
}
.quality-section h2, 
.quality-section p, 
.quality-section ul li { color: #fff; }
.quality-section ul li i { color: #D4735A; }

/* Sertifikalar Bölümü */
.certificate-section { background-color: #1a1a1a; }
.certificate-section h2 {color: #D4735A !important; text-align: center;} 
.certificate-section p { color: #fff !important; text-align: center; }
.certificate-section img { 
    width: auto;
    height: 80px;
    object-fit: contain;
    margin-bottom: 8px;
}
.certificate-section img:hover { 
    filter: none; 
    transform: scale(1.05); 
}

.certificate-item { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 20px; }

.certificate-standard-text { font-size: 0.8em; color: #b0b0b0; margin-top: 5px; }

/* Animasyon Efektleri */
.koc-fade-in-up { 
    opacity: 0; 
    transform: translateY(40px); 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; 
}

.koc-fade-in-up.is-visible { 
    opacity: 1; 
    transform: translateY(0); 
}

/* === YATAY TIMELINE === */
.koc-horizontal-timeline {
    background-color: #1a1a1a;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
.koc-horizontal-timeline .koc-h2 {
    color: #D4735A !important;
    margin-bottom: 90px;
}

.timeline-outer-container {
    position: relative;
    width: 100%;
}

.timeline-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-top: 50px;
    padding-bottom: 60px;
    cursor: grab;
    scrollbar-width: thin;
    scrollbar-color: #D4735A #333;
    -webkit-overflow-scrolling: touch;
}
.timeline-scroll-wrapper:active { cursor: grabbing; }
.timeline-scroll-wrapper::-webkit-scrollbar { height: 10px; }
.timeline-scroll-wrapper::-webkit-scrollbar-track { 
    background: #2d2d2d; 
    border-radius: 5px; 
}
.timeline-scroll-wrapper::-webkit-scrollbar-thumb { 
    background-color: #D4735A; 
    border-radius: 5px; 
    border: 2px solid #2d2d2d; 
}

.timeline-inner-track {
    display: inline-block;
    position: relative;
    height: 500px;
    padding: 0 50px;
}

.timeline-main-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 5px;
    background-color: #D4735A;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-milestone {
    display: inline-block;
    width: 480px;
    margin: 0 30px;
    position: relative;
    height: 100%;
    vertical-align: top;
}

.milestone-circle {
    width: 70px; 
    height: 70px;
    border-radius: 50%;
    display: flex; 
    align-items: center; 
    justify-content: center;
    font-size: 18px; 
    font-weight: 700; 
    color: #fff;
    border: 4px solid #1a1a1a;
    box-shadow: 0 0 0 3px #D4735A;
    background-color: #D4735A;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.milestone-connector {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 45px;
    background-color: #D4735A;
    z-index: 2;
}

.milestone-content-box {
    background-color: #2d2d2d;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    text-align: left;
    width: calc(100% - 20px);
    margin: 0 10px;
    border-top: 4px solid #D4735A;
    color: #fff;
    white-space: normal;
    min-height: 110px;
    position: absolute;
    left: 0;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.milestone-content-box:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 6px 20px rgba(212, 115, 90, 0.3);
}

.milestone-content-box h5 { 
    font-size: 17px; 
    margin-bottom: 8px; 
    font-weight: 600; 
    color: #fff; 
}
.milestone-content-box p { 
    font-size: 13px; 
    color: #ccc; 
    line-height: 1.55; 
    margin: 0; 
}

/* Timeline Konumlandırma */
.timeline-milestone.position-above .milestone-connector {
    bottom: calc(50% + 35px);
}
.timeline-milestone.position-above .milestone-content-box {
    bottom: calc(50% + 35px + 45px + 10px);
}

.timeline-milestone.position-below .milestone-connector {
    top: calc(50% + 35px);
}
.timeline-milestone.position-below .milestone-content-box {
    top: calc(50% + 35px + 45px + 10px);
}

/* Timeline Navigasyon */
.timeline-navigation-buttons {
    text-align: center;
    margin-top: 25px;
    padding-bottom: 20px;
}
.timeline-arrow-btn {
    background: #2d2d2d; 
    border: 1px solid #D4735A; 
    color: #D4735A;
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    cursor: pointer;
    margin: 0 10px; 
    font-size: 20px; 
    transition: all 0.2s ease;
    display: inline-flex; 
    align-items: center; 
    justify-content: center;
}
.timeline-arrow-btn:hover { 
    background: #D4735A; 
    color: #fff; 
}

/* === ÜRÜNLER SAYFASI STİLLERİ === */
.products-page-h2 { color: #D4735A !important; }

/* Banner Stili */
.products-main-banner {
    height: 65vh;
    min-height: 400px;
    position: relative;
    background: linear-gradient(45deg, #141414, #D4735A);
}
.products-main-banner .image-zoom {
    background-image: url('../img/products_banner_main.jpg');
    height: 100%;
    background-attachment: fixed;
    opacity: 0.3;
}
.products-main-banner .darken-bg { 
    height: 100%; 
    background-color: rgba(0,0,0,0.5); 
}
.products-main-banner .overlay-slide h1 { 
    font-size: 4.5vw; 
    color: #fff; 
    line-height: 1.2; 
}
@media screen and (max-width: 768px) { 
    .products-main-banner .overlay-slide h1 { 
        font-size: 38px; 
    } 
}

/* Ürün Kategorileri Bölümü */
.product-categories-visual-section { 
    padding: 100px 0; 
    background-color: #1f1f1f; 
}
.category-visual-card {
    background-color: #2d2d2d;
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.4s ease;
    border: 1px solid #3a3a3a;
}
.category-visual-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 30px rgba(212, 115, 90, 0.25);
    border-color: #D4735A;
}
.category-image-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}
.category-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}
.category-visual-card:hover .category-image-wrapper img {
    transform: scale(1.1);
}
.category-visual-content {
    padding: 25px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.category-visual-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
}
.category-visual-content p.category-description {
    font-size: 14px;
    color: #bbb;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 60px;
}
.koc-button-category {
    padding: 10px 25px;
    font-size: 15px;
    background-color: #D4735A;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

/* === İLETİŞİM SAYFASI STİLLERİ === */
.contact-page-h2 { color: #D4735A !important; }

/* Banner Stili */
.contact-banner {
    height: 60vh;
    min-height: 350px;
    position: relative;
    background: linear-gradient(45deg, #141414, #D4735A);
}
.contact-banner .image-zoom {
    height: 100%;
    background-attachment: fixed;
    opacity: 0.4;
}
.contact-banner .darken-bg { 
    height: 100%; 
    background-color: rgba(0,0,0,0.3); 
}
.contact-banner .overlay-slide h1 { 
    font-size: 4.2vw; 
    color: #fff; 
}
@media screen and (max-width: 768px) { 
    .contact-banner .overlay-slide h1 { 
        font-size: 36px; 
    } 
}

/* İletişim Bölümü */
.contact-section { 
    padding: 100px 0; 
}

.contact-info-card {
    background-color: #1f1f1f;
    padding: 35px;
    border-radius: 8px;
    margin-bottom: 30px;
    height: 100%;
    border-left: 5px solid #D4735A;
}
.contact-info-card h3 {
    color: #D4735A !important;
    margin-bottom: 25px;
    font-size: 24px;
}
.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    color: #ccc;
}
.contact-info-item i {
    font-size: 20px;
    color: #D4735A;
    margin-right: 15px;
    margin-top: 3px;
    width: 25px;
    text-align: center;
}
.contact-info-item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
}
.contact-info-item a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}
.contact-info-item a:hover {
    color: #D4735A;
}

/* İletişim Formu */
.contact-form-section {
    background-color: #1f1f1f;
    padding: 40px;
    border-radius: 8px;
}
.contact-form-section h3 {
    color: #D4735A !important;
    margin-bottom: 30px;
    text-align: center;
    font-size: 28px;
}
.form-group { 
    margin-bottom: 20px; 
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #bbb;
    font-weight: 500;
    font-size: 15px;
}
.form-control {
    background-color: #2d2d2d;
    border: 1px solid #444;
    border-radius: 5px;
    padding: 12px 15px;
    color: #fff;
    width: 100%;
    font-size: 16px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}
.form-control:focus {
    border-color: #D4735A;
    background-color: #383838;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(212, 115, 90, 0.25);
}
textarea.form-control {
    min-height: 140px;
    resize: vertical;
}
.koc-contact-button {
    background-color: #D4735A;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    display: block;
    text-align: center;
    width: 250px;
}
.koc-contact-button:hover {
    background-color: #b85a43;
}

/* Harita Bölümü */
.map-section {
    padding: 0;
    margin-top: 80px;
    margin-bottom: -1px;
    height: 450px;
    background-color: #222;
}
.map-section iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* === ÜRÜN DETAY SAYFASI STİLLERİ === */
.product-detail-page-h2 { color: #D4735A !important; }

/* Breadcrumb with Image */
.koc-breadcrumb-product {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
}
.koc-breadcrumb-product .breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    display: flex;
    align-items: center;
    list-style: none;
}
.koc-breadcrumb-product .breadcrumb-item { 
    font-size: 15px; 
    color: #aaa; 
    display: flex; 
    align-items: center; 
}
.koc-breadcrumb-product .breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    padding: 0 10px;
    color: #666;
}
.koc-breadcrumb-product .breadcrumb-item a { 
    color: #fff; 
    text-decoration: none; 
    transition: color 0.3s ease; 
}
.koc-breadcrumb-product .breadcrumb-item a:hover { 
    color: #D4735A; 
}
.koc-breadcrumb-product .breadcrumb-item.active { 
    color: #D4735A; 
    font-weight: 500; 
}
.product-breadcrumb-image {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-left: 10px;
    object-fit: cover;
    border: 1px solid #444;
}

/* Product Detail Section */
.product-detail-section { 
    padding: 30px 0 80px 0; 
}
.product-main-image-container {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #222;
}
.product-main-image-container img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}
.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 50%;
    transition: transform 0.3s ease, color 0.3s ease;
    z-index: 10;
}
.product-main-image-container:hover .video-play-icon {
    transform: translate(-50%, -50%) scale(1.1);
    color: #fff;
}
.product-title-main { 
    color: #D4735A !important; 
    margin-bottom: 20px; 
    font-size: 32px; 
    font-weight: 600;
}

.product-description-area p { 
    font-size: 16px; 
    line-height: 1.8; 
    color: #ccc; 
    margin-bottom: 15px;
}

.product-specs-sidebar { 
    background-color: #1f1f1f; 
    padding: 30px; 
    border-radius: 8px; 
    border: 1px solid #333; 
}
.product-specs-sidebar h4 { 
    color: #D4735A !important; 
    font-size: 20px; 
    margin-bottom: 20px; 
    border-bottom: 1px solid #444; 
    padding-bottom: 10px;
}
.product-specs-sidebar ul { 
    list-style: none; 
    padding-left: 0; 
    margin-bottom: 20px; 
}
.product-specs-sidebar ul li {
    font-size: 15px;
    color: #bbb;
    margin-bottom: 8px;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}
.product-specs-sidebar ul li strong { 
    color: #fff; 
}
.product-specs-sidebar ul li::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #D4735A;
    position: absolute;
    left: 0;
    top: 2px;
}

/* 3D Model Section */
.sketchfab-section { 
    margin-top: 40px; 
}
.sketchfab-section h3 { 
    color: #fff !important; 
    margin-bottom: 20px; 
    text-align: center; 
}
.sketchfab-embed-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #333;
}
.sketchfab-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sketchfab-embed-wrapper + p { 
    display: none; 
}

.product-cta-buttons .koc-button { 
    margin-top: 15px; 
    display: block; 
    width: 100%; 
    padding: 10px;
    height: auto;
    text-align: center;
}

/* === KATEGORİ DETAY SAYFASI STİLLERİ === */
.category-detail-page-h2 { color: #D4735A !important; }

/* Banner Stili */
.category-detail-banner {
    height: 55vh;
    min-height: 300px;
    position: relative;
    background-color: #222;
}
.category-detail-banner .image-zoom {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    opacity: 0.35;
}
.category-detail-banner .darken-bg { 
    height: 100%; 
    background-color: rgba(0,0,0,0.5); 
}
.category-detail-banner .overlay-slide h1 { 
    font-size: 3.8vw; 
    color: #fff; 
    line-height: 1.2; 
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
@media screen and (max-width: 992px) { 
    .category-detail-banner .overlay-slide h1 { 
        font-size: 32px; 
    } 
}
@media screen and (max-width: 576px) { 
    .category-detail-banner .overlay-slide h1 { 
        font-size: 28px; 
    } 
}

/* Kategori Açıklama Bölümü */
.category-description-section { 
    padding: 60px 0 30px 0; 
    background-color: #1f1f1f; 
}
.category-description-section p { 
    font-size: 1.1em; 
    color: #e0e0e0; 
    line-height: 1.8; 
    text-align: center; 
    max-width: 900px; 
    margin: 0 auto; 
}

/* Ürün Listeleme Bölümü */
.product-listing-section { 
    padding: 60px 0 80px 0; 
}
.category-product-card {
    background-color: #242424;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #3a3a3a;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.category-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.category-product-image-wrapper {
    width: 100%;
    height: 200px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.category-product-image-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.category-product-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.category-product-card-content h5 {
    color: #D4735A !important;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    min-height: 40px;
}
.category-product-card-content .product-short-desc {
    font-size: 14px;
    color: #bbb;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
    min-height: 70px;
}
.category-product-card-content .product-features-list {
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none;
}
.category-product-card-content .product-features-list li {
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
}
.category-product-card-content .product-features-list li i {
    color: #D4735A;
    margin-right: 8px;
    font-size: 12px;
    margin-top: 4px;
}
.category-product-card-content .product-standards {
    font-size: 12px;
    color: #777;
    margin-bottom: 15px;
    font-style: italic;
}
.category-product-card-content .koc-button-sm {
    padding: 8px 20px;
    font-size: 14px;
    background-color: #D4735A;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    align-self: flex-start;
    border: none;
}
.category-product-card-content .koc-button-sm:hover { 
    background-color: #b85a43; 
}

/* Ürün Bulunamadı Mesajı */
.no-products-message {
    text-align: center;
    font-size: 1.2em;
    color: #888;
    padding: 50px 20px;
    background-color: #1f1f1f;
    border-radius: 8px;
}

/* CTA Bölümü */
.category-cta-section { 
    padding: 60px 0; 
    text-align: center; 
    background-color: #1f1f1f;
}
.category-cta-section .koc-button { 
    margin: 10px 10px; 
}

       .career-main-banner {
        height: 60vh; min-height: 350px; position: relative; background: linear-gradient(45deg, #141414, #D4735A);
    }
    .career-main-banner .image-zoom {
        background-image: url('img/career_banner.jpg'); /* Kariyer banner görseli */
        height: 100%; background-attachment: fixed; opacity: 0.3;
    }
    .career-main-banner .darken-bg { height: 100%; background-color: rgba(0,0,0,0.5); }
    .career-main-banner .overlay-slide h1 { font-size: 4.2vw; color: #fff; line-height: 1.2; }
     @media screen and (max-width: 768px) { .career-main-banner .overlay-slide h1 { font-size: 36px; } }

    .why-koc-kablo-career-section { padding: 80px 0; background-color: #1f1f1f;}
    .why-koc-kablo-career-section .career-images { /* index.php'deki stil korunuyor */
        position: relative; border-radius: 10px;
    }
    .why-koc-kablo-career-section .career-images .main-image {
        width: 100%; height: auto; transition: transform 0.5s ease; border-radius: 8px;
    }
    .why-koc-kablo-career-section .career-images .overlay-image {
        position: absolute; top: 20px; right: -20px; width: 60%; height: auto;
        border: 5px solid #1f1f1f; border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        transition: all 0.5s ease;
    }
    .why-koc-kablo-career-section .career-images:hover .main-image { transform: scale(1.03); }
    .why-koc-kablo-career-section .career-images:hover .overlay-image { transform: translateX(-10px) translateY(-10px) scale(1.03); }
    .why-koc-kablo-career-section .career-content h2 { color: #D4735A !important; }
    .why-koc-kablo-career-section .career-content p { color: #ccc; font-size: 1.05em; line-height: 1.8;}

    .open-positions-section { padding: 80px 0; }
    .job-listing-card {
        background-color: #242424;
        border: 1px solid #3a3a3a;
        border-radius: 8px;
        padding: 25px;
        margin-bottom: 30px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .job-listing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    }
    .job-listing-card h4 {
        font-size: 20px;
        color: #D4735A !important;
        margin-bottom: 10px;
    }
    .job-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        font-size: 14px;
        color: #888;
        margin-bottom: 15px;
    }
    .job-meta span { display: flex; align-items: center; }
    .job-meta i { margin-right: 5px; }
    .job-description {
        font-size: 15px;
        color: #bbb;
        line-height: 1.7;
        margin-bottom: 20px;
        flex-grow: 1;
    }
    .koc-button-apply { /* Başvuru butonu */
        padding: 10px 20px; font-size: 15px; background-color: #D4735A;
        color: #fff; border-radius: 5px; text-decoration: none;
        transition: background-color 0.3s ease; display: inline-block; border: none;
        align-self: flex-start; /* Butonu sola yaslar */
    }
    .koc-button-apply:hover { background-color: #b85a43; }

    .recruitment-process-section { padding: 80px 0; background-color: #1f1f1f; }
    .process-step { text-align: center; margin-bottom: 30px; }
    .process-step-icon {
        width: 80px; height: 80px; border-radius: 50%; background-color: #2d2d2d;
        color: #D4735A; display: flex; align-items: center; justify-content: center;
        font-size: 32px; margin: 0 auto 15px auto; border: 2px solid #D4735A;
    }
    .process-step h5 { font-size: 18px; color: #fff; margin-bottom: 5px; }
    .process-step p { font-size: 14px; color: #aaa; }

    .general-application-section { padding: 80px 0; text-align: center; }
    .general-application-section p { font-size: 1.1em; color: #ccc; margin-bottom: 30px; max-width: 700px; margin-left:auto; margin-right:auto;}

/* Modern Button Styles */
.modern-button {
    background-color: #D4735A;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #D4735A;
}

.modern-button:hover {
    background-color: transparent;
    color: #D4735A;
    transform: translateY(-2px);
}

.modern-button i {
    transition: transform 0.3s ease;
}

.modern-button:hover i {
    transform: translateX(5px);
}

/* Quality Card Styles */
.quality-card {
    background: linear-gradient(145deg, #2a2a2a, #333);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
}

.quality-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border-color: #D4735A;
}

.quality-card i {
    color: #D4735A;
    font-size: 2rem;
    margin-bottom: 15px;
}

.quality-card h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.quality-card p {
    color: #aaa;
    line-height: 1.6;
    margin: 0;
}

/* Override existing button styles to use modern-button */
.koc-button,
.koc-services-button,
.koc-button-category,
.koc-button-apply,
.koc-contact-button {
    background-color: #D4735A;
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid #D4735A;
}

.koc-button:hover,
.koc-services-button:hover,
.koc-button-apply:hover,
.koc-contact-button:hover {
    background-color: transparent;
    color: #D4735A;
    transform: translateY(-2px);
}

.koc-button-category:hover{
    background-color: transparent;
    color: white;
    transform: translateY(-2px);
}


.koc-button i,
.koc-services-button i,
.koc-button-category i,
.koc-button-apply i,
.koc-contact-button i {
    transition: transform 0.3s ease;
}

.koc-button:hover i,
.koc-services-button:hover i,
.koc-button-category:hover i,
.koc-button-apply:hover i,
.koc-contact-button:hover i {
    transform: translateX(5px);
}

.blog-detail-header {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog-detail-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-detail-header-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 0;
  background: linear-gradient(to top, rgba(20, 20, 20, 0.9), transparent);
  color: #fff;
}

.blog-detail-category {
  display: inline-block;
  background: #D4735A;
  color: #141414;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.blog-detail-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #fff;
}

.blog-detail-meta {
  display: flex;
  gap: 20px;
  color: #D4735A;
  font-size: 0.9rem;
}

.blog-detail-meta i {
  margin-right: 5px;
}

.blog-detail-content {
  padding: 50px 0;
}

.blog-detail-content p {
  color: #e0e0e0;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.blog-detail-tags {
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.blog-detail-tags span {
  display: inline-block;
  background: transparent;
  border: 1px solid #D4735A;
  color: #D4735A;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.9rem;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.blog-detail-tags span:hover {
  background: #D4735A;
  color: #141414;
}

.blog-detail-share {
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.blog-detail-share h4 {
  color: #D4735A;
  margin-bottom: 20px;
}

.share-buttons {
  display: flex;
  gap: 15px;
}

.share-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D4735A;
  color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.share-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212, 115, 90, 0.3);
}

.related-posts {
  padding: 50px 0;
  background: rgba(20, 20, 20, 0.5);
}

.related-posts h3 {
  color: #D4735A;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.related-post-card {
  background: transparent;
  border-left: 3px solid #D4735A;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.related-post-card:hover {
  border-left-width: 6px;
}

.related-post-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}

.related-post-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.related-post-card:hover .related-post-image img {
  transform: scale(1.05);
}

.related-post-category {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(212, 115, 90, 0.9);
  color: #141414;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.9rem;
}

.related-post-content h4 {
  color: #D4735A;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.related-post-content p {
  color: #e0e0e0;
  margin-bottom: 15px;
  line-height: 1.6;
}

.related-post-meta {
  color: #D4735A;
  font-size: 0.9rem;
}

.related-post-meta i {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .blog-detail-header {
      height: 400px;
  }

  .blog-detail-title {
      font-size: 2rem;
  }

  .blog-detail-meta {
      flex-direction: column;
      gap: 10px;
  }
}

/* Swiper Ana Konteyner */
.koc-services-swiper-container {
  width: 100%;
  position: relative;
  /* padding-top: 20px; /* Başlık için üstten boşluk, gerekirse ayarlanabilir */
  /* padding-bottom: 40px; /* Navigasyon butonları için alttan boşluk */
}

.koc-services-swiper-container .swiper-slide {
  height: auto; /* İçeriğe göre yükseklik ayarlansın */
  display: flex; /* Kartın slide'ı doldurması için */
}

/* Servis Kartı Genel Stilleri */
.koc-service-card-sm {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; /* Slide'ı tamamen kapla */
  height: 380px; /* Kart yüksekliği, isteğe bağlı */
  overflow: hidden;
  border-radius: 10px; /* Daha modern görünüm için */
  text-decoration: none;
  color: white;
  background-color: #252525; /* Kart arka planı */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.koc-service-card-sm:hover {
  transform: translateY(-5px); /* Hafif yukarı kalkma efekti */
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* Kart Resim Konteyneri */
.koc-service-card-sm .card-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.koc-service-card-sm .card-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Resmin tamamını kaplaması ve taşmaması için */
  transition: transform 0.4s ease-in-out;
}

/* Hover'da Resim Zoom */
.koc-service-card-sm:hover .card-image-container img {
  transform: scale(1.05); /* Hafif zoom */
}

/* Gradient Overlay (Hover'da görünür olacak) */
.koc-service-card-sm .gradient-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.8) 100%); /* Hover'daki gibi daha belirgin bir gradient */
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 1;
}

.koc-service-card-sm:hover .gradient-overlay2 {
  opacity: 1;
}

/* Kart İçerik Alanı (Başlık, Açıklama, Buton) */
.koc-service-card-sm .card-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px; /* İçerik için padding */
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* İçeriği aşağıya yasla */
  box-sizing: border-box;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5); /* Metin okunurluğu için gölge */
}

/* Kart Başlığı */
.koc-service-card-sm h5 {
  font-size: 20px;
  font-weight: 600; /* Daha belirgin başlık */
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  transition: transform 0.3s ease-in-out;
  /* Başlangıçta başlık biraz aşağıda, hover'da yukarı çıkacak */
  transform: translateY(calc(100% - 3em)); /* Başlığı kartın altına yakın konumlandır (3em yaklaşık başlık yüksekliği) */
  /* HTML içindeki koc-mb-30 classını kaldırın */
}

.koc-service-card-sm:hover h5 {
  transform: translateY(0); /* Hover'da başlığı normal yerine getir */
}


/* Kart Alt İçerik (Açıklama ve Buton - Hover'da görünür) */
.koc-service-card-sm .card-bottom-content {
  opacity: 0;
  transform: translateY(20px); /* Başlangıçta aşağıda ve görünmez */
  transition: opacity 0.3s ease-in-out 0.1s, transform 0.3s ease-in-out 0.1s; /* Gecikmeli giriş */
  margin-top: 15px; /* Başlık ile arasında boşluk */
}

.koc-service-card-sm:hover .card-bottom-content {
  opacity: 1;
  transform: translateY(0); /* Hover'da yukarı kayarak görünür ol */
}

/* Kart Açıklaması */
.koc-service-card-sm p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0 0 20px 0; /* Buton ile arasında boşluk */
  /* HTML içindeki koc-light-soft ve koc-mb-30 classlarını kaldırın */
}

/* Kart Butonu */
.koc-service-card-sm .koc-button.koc-icon-button-sm {
  width: 44px; /* Buton boyutu */
  height: 44px;
  padding: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Opacity ve transform .card-bottom-content üzerinden yönetiliyor */
}

.koc-service-card-sm .koc-button.koc-icon-button-sm svg {
  width: 18px;
  height: 18px;
  fill: black; /* SVG rengi */
}

/* Swiper Navigasyon Butonları */
.koc-services-swiper-button-prev,
.koc-services-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2); /* Yarı saydam arka plan */
  border-radius: 50%;
  color: white; /* Ok rengi */
  transition: background-color 0.3s ease;
  z-index: 10;
}

.koc-services-swiper-button-prev:hover,
.koc-services-swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.koc-services-swiper-button-prev {
  left: 10px;
}

.koc-services-swiper-button-next {
  right: 10px;
}

.koc-services-swiper-button-prev::after,
.koc-services-swiper-button-next::after {
  font-size: 18px; /* Ok boyutu */
  font-weight: bold;
}

/* Swiper Pagination */
.koc-services-swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5); /* Pasif nokta rengi */
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: background-color 0.3s ease;
}

.koc-services-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D4735A; /* Aktif nokta rengi (ana renk temanızla uyumlu) */
}

/* Responsive Ayarlamalar */
@media screen and (max-width: 992px) {
  .koc-service-card-sm {
      height: 360px; /* Tablet için kart yüksekliği */
  }
  .koc-service-card-sm h5 {
      font-size: 18px;
      transform: translateY(calc(100% - 2.8em)); /* Başlık yüksekliğine göre ayarla */

  }
  .koc-service-card-sm p {
      font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .koc-services-swiper-button-prev,
  .koc-services-swiper-button-next {
      display: none; /* Mobilde okları gizle, pagination yeterli olabilir */
  }
  .koc-service-card-sm {
      height: 340px; /* Mobil için kart yüksekliği */
  }
   .koc-service-card-sm h5 {
      font-size: 17px;
      transform: translateY(calc(100% - 2.6em)); /* Başlık yüksekliğine göre ayarla */
  }
}

/* === Responsive Banner Slider === */
@media screen and (max-width: 992px) {
  .overlay-slide h1 {
      font-size: 55px; /* Tablet için punto küçültme */
  }
  .overlay-slide {
      left: 10%; /* Soldan boşluğu azalt */
      right: 10%; /* Sağdan da boşluk vererek ortalamaya yardımcı ol */
      width: 80%; /* Genişliği ayarla */
      padding-left: 0; /* Ekstra paddingleri sıfırla */
      padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .koc-banner .container, /* Eğer banner içinde bir container varsa */
  .overlay-slide {
      left: 5%; /* Mobil için soldan boşluk */
      right: 5%; /* Mobil için sağdan boşluk */
      width: 90%; /* İçerik genişliği */
      text-align: center; /* Mobil için metni ortala */
  }
  .overlay-slide h1 {
      font-size: 36px; /* Mobil için punto daha da küçültüldü */
      line-height: 1.2;
  }
  /* İsteğe bağlı: Mobilde <br> etiketlerini gizlemek isterseniz, ancak bu anlamı etkileyebilir.
  .overlay-slide h1 br {
      display: none;
  }
  */
  .discover-btn {
      padding: 12px 28px; /* Buton iç boşluğunu azalt */
      font-size: 14px; /* Buton yazı puntosunu azalt */
  }
  .arrow { /* Slider okları */
      font-size: 22px; /* Ok ikon boyutu */
      padding: 10px; /* Ok iç boşluğu */
      width: 40px; /* Ok genişliği */
      height: 40px; /* Ok yüksekliği */
  }
  .arrow.left {
      left: 10px; /* Soldaki okun pozisyonu */
  }
  .arrow.right {
      right: 10px; /* Sağdaki okun pozisyonu */
  }
}

@media screen and (max-width: 480px) {
  .overlay-slide h1 {
      font-size: 28px; /* Çok küçük ekranlar için punto */
  }
  .discover-btn {
      padding: 10px 20px; /* Buton iç boşluğu */
      font-size: 13px; /* Buton yazı puntosu */
  }
}

/* === Responsive Video Intro Bölümü === */
@media screen and (max-width: 992px) {
  /* .video-intro .koc-center.koc-h2.koc-up.koc-mb-60 zaten genel .koc-h2 stilleri ile küçülüyor */
  .intro-banner h2 { /* Resim üzerindeki başlık */
      font-size: 32px; /* Tablet için punto */
  }
  .intro-text .lead { /* Resmin yanındaki ana metin */
      font-size: 20px; /* Tablet için punto */
  }
}

@media screen and (max-width: 768px) {
  .video-intro .koc-p-120-0 { /* Zaten genel kural ile padding-top: 90px oluyor */
      padding-top: 60px !important; /* Gerekirse daha da azaltılabilir */
  }
  .video-intro .koc-center.koc-h2.koc-up.koc-mb-60 {
      margin-bottom: 40px !important; /* Başlık altı boşluğu azalt */
  }
  .intro-content {
      gap: 30px; /* Resim ve metin arasındaki boşluğu azalt */
      flex-direction: column; /* Elementleri alt alta sırala */
  }
  .intro-image, .intro-text {
      flex-basis: 100%; /* Tam genişlik almalarını sağla */
      min-width: 100%;
  }
  .intro-banner {
      padding: 15px; /* Resim üzeri banner iç boşluğu */
  }
  .intro-banner h2 {
      font-size: 24px; /* Mobil için punto */
      margin-bottom: 8px;
  }
  .intro-text {
      text-align: center; /* Mobil için metni ortala */
  }
  .intro-text .lead {
      font-size: 18px; /* Mobil için punto */
      margin-bottom: 15px;
  }
  .intro-text .desc {
      font-size: 15px; /* Mobil için punto */
      line-height: 1.7;
  }
  .video-intro .koc-services-button.koc-button { /* "Ürünlerimiz" butonu */
      margin-left: auto; /* Butonu ortalamak için */
      margin-right: auto;
      display: flex; /* Butonun içeriğe göre daralmasını engellemek için */
      padding: 12px 28px; /* Mobil için buton iç boşluğu */
      font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .intro-banner h2 {
      font-size: 20px; /* Çok küçük ekranlar için punto */
  }
  .intro-text .lead {
      font-size: 17px; /* Çok küçük ekranlar için punto */
  }
   .video-intro .koc-services-button.koc-button {
      padding: 10px 24px;
      font-size: 13px;
  }
}


        /* === ÜRÜNLER SAYFASI ÖZEL STİLLERİ === */
        .products-main-banner { /* Banner için yeni class */
          height: 65vh; min-height: 400px; position: relative;
          background-color: #111;
      }
      .products-main-banner .image-zoom {
          background-image: url('img/products_banner_main.jpg'); /* Yeni banner görseli */
          height: 100%; background-attachment: fixed; opacity: 0.3;
      }
      .products-main-banner .darken-bg { height: 100%; background-color: rgba(0,0,0,0.5); }
      .products-main-banner .overlay-slide h1 { font-size: 4.5vw; color: #fff; line-height: 1.2; }
       @media screen and (max-width: 768px) { .products-main-banner .overlay-slide h1 { font-size: 38px; } }

      .product-categories-visual-section { padding: 100px 0; background-color: #1f1f1f; }
      .category-visual-card {
          background-color: #2d2d2d;
          border-radius: 10px;
          margin-bottom: 30px;
          overflow: hidden;
          height: 100%;
          display: flex;
          flex-direction: column;
          box-shadow: 0 5px 15px rgba(0,0,0,0.2);
          transition: transform 0.3s ease, box-shadow 0.4s ease;
          border: 1px solid #3a3a3a;
      }
      .category-visual-card:hover {
          transform: translateY(-10px) scale(1.02);
          box-shadow: 0 12px 30px rgba(212, 115, 90, 0.25);
          border-color: #D4735A;
      }
      .category-image-wrapper {
          width: 100%;
          height: 220px; /* Resim yüksekliği */
          overflow: hidden;
          position: relative;
      }
      .category-image-wrapper img {
          width: 100%; height: 100%; object-fit: cover;
          transition: transform 0.4s ease;
      }
      .category-visual-card:hover .category-image-wrapper img {
          transform: scale(1.1);
      }
      .category-visual-content {
          padding: 25px;
          text-align: center;
          flex-grow: 1;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
      }
      .category-visual-content h4 {
          font-size: 22px;
          margin-bottom: 10px;
          color: #fff;
          font-weight: 600;
      }
      .category-visual-content p.category-description {
          font-size: 14px;
          color: #bbb;
          line-height: 1.6;
          margin-bottom: 20px;
          min-height: 60px; /* Açıklama için minimum yükseklik */
      }
      .koc-button-category { /* Kategori butonu */
          padding: 10px 25px;
          font-size: 15px;
          background-color: #D4735A;
          color: #fff;
          border-radius: 5px;
          text-decoration: none;
          transition: background-color 0.3s ease, transform 0.2s ease;
          display: inline-block;
          border: none;
      }
      .koc-button-category:hover { background-color: #b85a43; transform: scale(1.05); }

      .solutions-for-sectors-section { padding: 100px 0; background-color: #1a1a1a; }
      .sector-item { text-align: center; margin-bottom: 40px; }
      .sector-item-icon {
          font-size: 48px; color: #D4735A; margin-bottom: 20px;
          width: 100px; height: 100px; background-color: #2a2a2a;
          border-radius: 50%; display: flex; align-items: center; justify-content: center;
          margin-left: auto; margin-right: auto;
          transition: background-color 0.3s ease, color 0.3s ease;
      }
      .sector-item:hover .sector-item-icon { background-color: #D4735A; color: #fff; }
      .sector-item h5 { font-size: 20px; color: #fff; margin-bottom: 10px; font-weight: 500; }
      .sector-item p { font-size: 15px; color: #bbb; line-height: 1.6; }

      .quality-standards-section {
          padding: 100px 0; background-color: #1f1f1f;
          background-image: linear-gradient(rgba(31, 31, 31, 0.9), rgba(31, 31, 31, 0.9)), url('img/quality_bg.jpg');
          background-size: cover;
          background-position: center center;
          background-attachment: fixed;
      }
      .quality-standards-section .content-box {
          background-color: rgba(26, 26, 26, 0.85);
          padding: 40px;
          border-radius: 8px;
      }
      .quality-standards-section h4 { color: #D4735A !important; margin-bottom: 15px; font-size: 22px; }
      .quality-standards-section p { color: #ccc; line-height: 1.8; margin-bottom: 20px; }
      .quality-standards-section ul { list-style: none; padding-left: 0; }
      .quality-standards-section ul li {
          color: #ccc; margin-bottom: 10px; display: flex; align-items: center;
          font-size: 16px;
      }
      .quality-standards-section ul li i { color: #D4735A; margin-right: 10px; font-size: 18px; }
      .certification-logos img {
          height: 40px; margin: 10px;
          filter: grayscale(100%) brightness(150%) contrast(50%); /* Logoların görünürlüğü */
          opacity: 0.7;
          transition: opacity 0.3s ease, filter 0.3s ease;
      }
      .certification-logos img:hover { opacity: 1; filter: none; }

      .custom-production-section { padding: 100px 0; text-align: center; }
      .custom-production-section p { font-size: 1.2em; color: #ccc; margin-bottom: 30px; max-width: 800px; margin-left:auto; margin-right:auto;}

      .general-cta-section { padding: 80px 0; background: linear-gradient(45deg, #141414, #D4735A); text-align: center; }
      .general-cta-section h3 { color: #fff !important; font-weight: 600; margin-bottom: 30px; font-size: 28px; }
      .general-cta-section .koc-button {
          background-color: #fff; color: #D4735A;
          border: 2px solid #fff; margin: 0 10px 10px 0; padding: 12px 35px;
          font-weight: 600;
      }
      .general-cta-section .koc-button:hover { background-color: transparent; color: #fff; }

      
      .page-main-banner {
        height: 60vh;
        background: linear-gradient(79deg, #181a1b, #105409);
        z-index: 0;
    }

    .page-main-banner .image-zoom {
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        opacity: 0.15;
        z-index: 1;
    }

    .page-main-banner .darken-bg {
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        z-index: 2;
    }

    .page-main-banner .overlay-slide {
        position: relative;
        z-index: 3;
        padding: 0 20px;
    }

    .page-main-banner .overlay-slide h1 {
        font-size: 3.2rem;
        color: #fff;
        line-height: 1.25;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .page-main-banner .overlay-slide h1 .koc-thin {
        font-weight: 300;
    }

    .page-main-banner .overlay-slide p.banner-subtitle {
        font-size: 1.2rem;
        color: #e0e0e0;
        opacity: 0.9;
        font-weight: 300;
    }

    .sustainability-page-banner .image-zoom {
        background-image: url('img/banners/sustainability_banner_abstract.jpg');
    }

    @media screen and (max-width: 992px) {
        .page-main-banner .overlay-slide h1 {
            font-size: 2.8rem;
        }
        .page-main-banner .overlay-slide p.banner-subtitle {
            font-size: 1.1rem;
        }
    }

    @media screen and (max-width: 768px) {
        .page-main-banner {
            height: 55vh;
            min-height: 380px;
        }
        .page-main-banner .overlay-slide h1 {
            font-size: 2.2rem;
        }
        .page-main-banner .overlay-slide p.banner-subtitle {
            font-size: 1rem;
        }
    }
    @media screen and (max-width: 480px) {
        .page-main-banner .overlay-slide h1 {
            font-size: 1.9rem;
        }
        .page-main-banner .overlay-slide p.banner-subtitle {
            font-size: 0.95rem;
        }
    }

    .section-title {
        text-align: center;
        color: #ffffff;
        margin-bottom: 60px;
        font-size: 2.8rem;
        font-weight: 600;
    }
     .section-title .koc-thin {
        font-weight: 300 !important;
        color: #81c784 !important;
    }

    .sustainability-intro {
        padding: 80px 0;
        background-color: #1f1f1f;
    }

    .sustainability-intro .intro-text {
        font-size: 1.3rem;
        line-height: 1.9;
        color: #cccccc;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .sustainability-video {
        padding: 80px 0;
        background-color: #1a1a1a;
    }
    .sustainability-video .section-title {
         margin-bottom: 40px;
    }

    .video-container {
        max-width: 900px;
        margin: 0 auto;
    }

    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 100%;
        overflow: hidden;
        border-radius: 12px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.4);
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .video-wrapper:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 20px 45px rgba(46, 125, 50, 0.2);
    }

    .video-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background: rgba(76, 175, 80, 0.85);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        border: 2px solid rgba(255,255,255,0.3);
    }

    .play-button i {
        color: white;
        font-size: 26px;
        margin-left: 4px;
    }

    .video-wrapper:hover .play-button {
        background: #4CAF50;
        transform: translate(-50%, -50%) scale(1.15);
    }

    .sustainability-cards {
        padding: 80px 0 50px 0;
        background-color: #1f1f1f;
    }

    .eco-card {
        background-color: #2d2d2d;
        border-radius: 10px;
        padding: 35px;
        height: 100%;
        transition: all 0.35s ease;
        text-align: center;
        margin-bottom: 30px;
        border-left: 0;
        border-top: 5px solid #2e7d32;
        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    }

    .eco-card:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: 0 12px 28px rgba(46, 125, 50, 0.25);
        border-top-color: #4CAF50;
    }

    .eco-card-icon {
        width: 70px;
        height: 70px;
        background: transparent;
        border: 2px solid #4CAF50;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 25px;
        transition: all 0.3s ease;
    }
     .eco-card:hover .eco-card-icon {
        background-color: #4CAF50;
        border-color: #fff;
    }
     .eco-card:hover .eco-card-icon i {
        color: #fff;
    }

    .eco-card-icon i {
        font-size: 28px;
        color: #81c784;
        transition: color 0.3s ease;
    }

    .eco-card h3 {
        color: #ffffff;
        margin-bottom: 15px;
        font-size: 1.45rem;
    }

    .eco-card p {
        color: #b0bec5;
        line-height: 1.65;
        font-size: 0.9rem;
        margin: 0;
    }

    .sustainability-steps {
        padding: 80px 0;
        background-color: #1a1a1a;
    }
     #sustainabilitySteps h2.section-title {
        margin-bottom: 50px;
    }

    .step-card {
        background-color: #2d2d2d;
        border-radius: 10px;
        padding: 50px;
        height: 100%;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        overflow: hidden;
        transition: all 0.3s ease;
        border-left: 0;
        border-top: 5px solid #2e7d32;
        box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    }

    .step-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(46, 125, 50, 0.25);
        border-top-color: #4CAF50;
    }

    .step-number {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 3.8rem;
        font-weight: 700;
        color: rgba(76, 175, 80, 0.15);
        line-height: 1;
    }

    .step-card h3 {
        color: #ffffff;
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

    .step-card p {
        color: #b0bec5;
        line-height: 1.6;
        font-size: 0.9rem;
        margin: 0;
    }

    .sustainability-stats {
        padding: 80px 0 50px 0;
        color: white;
        background-color: #1f1f1f;
    }

    .stat-card {
        text-align: center;
        padding: 25px 15px;
        margin-bottom: 30px;
        background-color: #2d2d2d;
        border-radius: 10px;
        border-bottom: 5px solid #2e7d32;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .stat-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        border-bottom-color: #4CAF50;
    }

    .stat-card h3 {
        font-size: 2.8rem;
        font-weight: 700;
        margin-bottom: 8px;
        color: #81c784 !important;
    }

    .stat-card p {
        font-size: 1rem;
        margin: 0;
        color: #cccccc;
    }

    .sustainability-cta {
        padding: 80px 0;
        text-align: center;
        background-color: #1a1a1a;
    }

    .sustainability-cta h2.section-title {
         color: #ffffff;
    }
    .sustainability-cta h2 .koc-thin{
         color: #81c784 !important;
    }


    .sustainability-cta p {
        font-size: 1.2rem;
        margin-bottom: 35px;
        color: #cccccc;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .sustainability-cta .koc-button {
        background-color: #4CAF50;
        color: #ffffff;
        border: none;
        padding: 14px 35px;
        font-size: 1.05rem;
        border-radius: 50px;
        transition: all 0.3s ease;
        text-decoration: none;
        font-weight: 500;
        box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    }

    .sustainability-cta .koc-button:hover {
        transform: translateY(-3px) scale(1.03);
        background-color: #43a047;
        box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
        color: white;
    }

    .swiper-pagination-bullet {
        background: rgba(129, 199, 132, 0.6);
        width: 10px;
        height: 10px;
    }

    .swiper-pagination-bullet-active {
        background: #4CAF50;
        width: 12px;
        height: 12px;
    }

    .sustainability-steps .swiper-button-next,
    .sustainability-steps .swiper-button-prev {
        color: #66bb6a;
        transition: color 0.3s ease;
    }
    .sustainability-steps .swiper-button-next:hover,
    .sustainability-steps .swiper-button-prev:hover {
        color: #4CAF50;
    }
    .sustainability-steps .swiper-button-next::after, .sustainability-steps .swiper-button-prev::after {
         font-size: 1.5rem;
    }

.swiper-button-next:hover,
.swiper-button-prev:hover {
        color: #D4735A
      }

    @media (max-width: 991px) {
        .stat-card h3 {
             font-size: 2.5rem;
        }
    }

    @media (max-width: 768px) {
        .section-title {
            font-size: 2.2rem;
            margin-bottom: 40px;
        }
        .sustainability-intro .intro-text {
            font-size: 1.15rem;
        }

        .step-card p { min-height: 250px; }

        .eco-card { padding: 25px; }
        .eco-card h3 { font-size: 1.3rem; }
        .eco-card p { font-size: 0.85rem; }

        .step-number { font-size: 3rem; top:10px; right:10px;}
        .step-card h3 { font-size: 1.3rem; }
        .step-card p { font-size: 0.85rem; }

        .stat-card h3 {
            font-size: 2.2rem;
        }
        .stat-card p {
            font-size: 0.9rem;
        }
        .sustainability-cta h2 {
            font-size: 2rem;
        }
         .sustainability-cta p {
            font-size: 1rem;
        }
        .sustainability-cta .koc-button {
            padding: 12px 30px;
            font-size: 1rem;
        }
    }
     @media (max-width: 576px) {
         .sustainability-intro .intro-text { font-size: 1rem; }
     }

     .blog-header {
      padding: 100px 0 50px;
      text-align: center;
      background: #141414;
  }

  .blog-header h1 {
      color: #fff;
      font-size: 3rem;
      margin-bottom: 20px;
  }

  .blog-filters {
      padding: 30px 0;
      border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .filter-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
  }

  .filter-group {
      display: flex;
      gap: 15px;
      align-items: center;
  }

  .filter-button {
      padding: 8px 20px;
      border: 1px solid #D4735A;
      background: transparent;
      color: #D4735A;
      border-radius: 25px;
      cursor: pointer;
      transition: all 0.3s ease;
  }

  .filter-button:hover,
  .filter-button.active {
      background: #D4735A;
      color: #141414;
  }

  .search-box {
      position: relative;
  }

  .search-box input {
      padding: 8px 20px;
      padding-right: 40px;
      border: 1px solid #D4735A;
      background: transparent;
      color: #D4735A;
      border-radius: 25px;
      width: 250px;
  }

  .search-box input::placeholder {
      color: #D4735A;
  }

  .search-box i {
      position: absolute;
      right: 15px;
      top: 28px;
      color: #D4735A;
  }

  .blog-grid {
      padding: 50px 0;
      background: #141414;
  }

  .blog-item {
      margin-bottom: 30px;
      display: block;
  }

  .blog-card {
      background: transparent;
      border-left: 3px solid #D4735A;
      padding: 20px;
      margin-bottom: 30px;
      transition: all 0.3s ease;
      cursor: pointer;
      position: relative;
  }

  .blog-card:hover {
      border-left-width: 6px;
  }

  .blog-image {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 20px;
  }

  .blog-image img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      transition: transform 0.3s ease;
  }

  .blog-card:hover .blog-image img {
      transform: scale(1.05);
  }

  .blog-category {
      position: absolute;
      top: 15px;
      left: 15px;
      background: rgba(212, 115, 90, 0.9);
      color: #141414;
      padding: 5px 15px;
      border-radius: 15px;
      font-size: 0.9rem;
  }

  .blog-content h3 {
      color: #D4735A;
      font-size: 1.5rem;
      margin-bottom: 15px;
  }

  .blog-content p {
      color: #e0e0e0;
      margin-bottom: 20px;
      line-height: 1.6;
  }

  .blog-meta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #D4735A;
      font-size: 0.9rem;
  }

  .blog-meta i {
      margin-right: 5px;
  }

  .stretched-link {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      pointer-events: auto;
      background-color: transparent;
      text-decoration: none;
  }

  .no-results {
      text-align: center;
      padding: 50px 0;
      color: #D4735A;
  }

  @media (max-width: 768px) {
      .filter-container {
          flex-direction: column;
          align-items: stretch;
      }
      
      .filter-group {
          justify-content: center;
      }
      
      .search-box {
          width: 100%;
      }
      
      .search-box input {
          width: 100%;
      }
  }

  .pagination {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-top: 50px;
      margin-bottom: 30px;
  }

  .pagination-button {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #D4735A;
      color: #D4735A;
      border-radius: 50%;
      cursor: pointer;
      transition: all 0.3s ease;
      text-decoration: none;
  }

  .pagination-button.disabled {
      border-color: #666;
      color: #666;
      cursor: not-allowed;
      pointer-events: none;
  }

  .pagination-button:hover:not(.disabled),
  .pagination-button.active {
      background: #D4735A;
      color: #141414;
  }

  .pagination-dots {
      color: #D4735A;
      font-weight: bold;
  }

  .documents-content {
    padding: 50px 0;
}

.documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.document-card {
    background: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #2a2a2a;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.document-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    border-color: #D4735A;
}

.document-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #2a2a2a;
}

.document-preview {
    background: #2a2a2a;
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.document-preview i {
    font-size: 48px;
    color: #D4735A;
}

.document-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.document-info h3 {
    color: #D4735A;
    font-size: 1.2rem;
    margin: 0 0 15px;
}

.document-info p {
    color: #e0e0e0;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
}

.document-link {
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.document-link:hover {
    text-decoration: none;
}

.documents-nav {
    margin-bottom: 30px;
    background: #1a1a1a;
    border-radius: 8px;
    padding: 20px;
    position: sticky;
    top: 20px;
}

.documents-nav h3 {
    color: #D4735A;
    font-size: 1.3rem;
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2a2a2a;
}

.documents-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.documents-nav li {
    margin-bottom: 15px;
}

.documents-nav a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 6px;
}

.documents-nav a:hover,
.documents-nav a.active {
    color: #D4735A;
    background: #2a2a2a;
}

.documents-nav i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.document-section {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.document-section.active {
    display: block;
    opacity: 1;
}

.document-section h2 {
    color: #D4735A;
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2a2a2a;
}

@media (max-width: 768px) {
    .documents-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }
    
    .documents-nav {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
}

/* Banner Stilleri */
.documents-banner {
    position: relative;
    height: 400px;
    overflow: hidden;
    margin-bottom: 50px;
    background: linear-gradient(45deg, #141414, #D4735A);
}

.documents-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(20, 20, 20, 0.9), rgba(212, 115, 90, 0.2));
    z-index: 1;
}

.documents-banner .overlay-slide {
    position: relative;
    z-index: 2;
    padding-top: 120px;
    text-align: center;
    left: inherit;
}

.documents-banner h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #fff;
}

.documents-banner p {
    font-size: 1.3rem;
    opacity: 0.9;
    color: #fff;
}

       .blog-main-banner {
        height: 60vh; min-height: 350px; position: relative; background: linear-gradient(45deg, #141414, #D4735A);
    }
    .blog-main-banner .image-zoom {
        background-image: url('img/career_banner.jpg'); /* Kariyer banner görseli */
        height: 100%; background-attachment: fixed; opacity: 0.3;
    }
    .blog-main-banner .darken-bg { height: 100%; background-color: rgba(0,0,0,0.5); }
    .blog-main-banner .overlay-slide h1 { font-size: 4.2vw; color: #fff; line-height: 1.2; }
     @media screen and (max-width: 768px) { .career-main-banner .overlay-slide h1 { font-size: 36px; } }


     .panel-swiper-container {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 10px;
}

.panel-swiper-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 0.5s ease, transform 0.5s ease;
    z-index: 1;
}

.panel-swiper-container.is-hovered .panel-swiper-background {
    opacity: 1;
    transform: scale(1);
    background-color: #252525;
}

.panel-swiper-container .swiper-wrapper {
    z-index: 2;
}

.panel-swiper-container .swiper-slide {
    height: 100%;
    box-sizing: border-box;
}

.panel-card {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    padding: 40px;
    background-color: #252525;
}

.panel-card-source-img {
    display: none;
    background-color: #252525;
}

.panel-no-bg{
  background-color: transparent; !important;
}

.panel-card:hover{
  background: #D4735A;
  background: linear-gradient(360deg,rgba(212, 115, 90, 1) 0%, rgba(212, 115, 90, 0.06) 51%);
}

.panel-card-default-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.4s ease;
    z-index: 3;
}

.panel-swiper-container.is-hovered .panel-card-default-bg {
    opacity: 0;
}

.panel-card-content {
    position: relative;
    color: #fff;
    z-index: 4;
    width: 100%;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.panel-card-title {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    transform: translateY(80px); /* Başta biraz aşağıda */
    transition: transform 0.4s ease;
    z-index: 5;
    height: 50px;
}

.panel-card:hover .panel-card-title {
    transform: translateY(0);
}

.panel-card-details {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    max-width: 350px;
    margin-top: 20px;
}

.panel-card:hover .panel-card-details {
    opacity: 1;
    transform: translateY(0);
}


.panel-card-details p {
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

.panel-card-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #D4735A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: .2s;
}

.panel-card-button:hover {
    transition: .2s;
    transform: scale(1.2);
}

.panel-swiper-container.is-hovered .swiper-slide:not(:hover) .panel-card-content {
    opacity: 0.5;
}

.panel-swiper-button-prev,
.panel-swiper-button-next {
    color: #fff;
    z-index: 5;
}

.editor-js-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 16px;
    margin-bottom: 1em;
}

.editor-js-gallery__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #f9f9f9;
    padding: 8px;
}

.editor-js-gallery__item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 200px;
}

.editor-js-gallery__item figcaption {
    margin-top: 8px;
    font-size: 0.9em;
    color: #555;
    text-align: center;
    padding: 0 4px;
}

@media (max-width: 768px) {
    .editor-js-gallery {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 12px;
    }

    .editor-js-gallery__item img {
        max-height: 150px;
    }
}

@media (max-width: 480px) {
    .editor-js-gallery {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .editor-js-gallery__item img {
        max-height: 250px;
    }
}


  #videoPopupOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
  }

  #videoPopupOverlay.active {
    display: flex;
  }

  .popup-box {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    animation: fadeIn 0.3s ease;
  }

  .popup-video iframe {
    width: 100%;
    height: 300px;
    display: block;
    border: none;
  }

  .popup-content {
    padding: 20px;
  }

  .popup-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
  }

  .popup-text {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
  }

  .popup-actions {
    display: flex;
    gap: 10px;
  }

  .popup-btn {
    flex: 1;
    padding: 10px 16px;
    font-size: 0.95rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .popup-btn.primary {
    background: #222;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .popup-btn.secondary {
    background: #f2f2f2;
    color: #333;
  }

  .popup-btn.secondary:hover {
    background: #e4e4e4;
  }

  .popup-close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 50px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
  }

  .koc-corporate-production {
    padding: 80px 0;
    background: var(--dark-section-bg, #171717);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.production-section-header {
    margin-bottom: 60px;
}

.koc-section-title {
    color: var(--primary-color, #D4735A);
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.koc-section-subtitle {
    color: var(--light-soft, #cccccc);
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

/* Ana Görsel Stili */
.koc-facility-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.koc-facility-image {
    width: 100%;
    border-radius: 15px;
    filter: brightness(0.5);
    transition: transform 0.5s ease;
}

.koc-facility-wrapper:hover .koc-facility-image {
    transform: scale(1.05);
}

.koc-facility-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.koc-facility-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.koc-stat-item {
    text-align: center;
    color: #ffffff;
}

.koc-stat-number {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--primary-color, #D4735A);
    margin-bottom: 5px;
}

.koc-stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
}

/* İçerik Kutusu Stili */
.koc-content-box {
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    height: 100%;
}

.koc-content-box h3 {
    color: var(--light-text, #ffffff);
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.koc-content-box p {
    color: var(--light-soft, #cccccc);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.koc-facility-features {
    display: flex;
    gap: 25px;
}

.koc-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--light-text, #ffffff);
}

@media (max-width: 768px) {
  .koc-facility-features {
    display: block;
  }

  .koc-feature-item {
    margin-bottom: 20px;
  }
}

.koc-feature-item i {
    color: var(--primary-color, #D4735A);
    font-size: 1.5rem;
}

.koc-feature-item span {
    font-size: 0.9rem;
}

/* Galeri Stili */
.koc-facility-gallery {
    margin-top: 60px;
}

.koc-gallery-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.koc-gallery-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.koc-gallery-card:hover img {
    transform: scale(1.1);
}

.koc-gallery-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.koc-gallery-card:hover .koc-gallery-info {
    transform: translateY(0);
}

.koc-gallery-info h4 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.koc-gallery-info p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin: 0;
}

/* Responsive Düzenlemeler */
@media (max-width: 991px) {

    .koc-content-box {
        padding: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .koc-section-title {
        font-size: 2rem;
    }
    
    .koc-gallery-card {
        margin-bottom: 15px;
    }
    
    .koc-gallery-info {
        transform: translateY(0);
        background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
    }
}

@media (max-width: 576px) {
    .koc-facility-stats {
        gap: 15px;
    }
    

    .koc-stat-number {
        font-size: 1.5rem;
    }
    
    .koc-content-box {
        padding: 20px;
    }
}

.investor-main-banner {
  height: 60vh; min-height: 350px; position: relative; background: linear-gradient(45deg, #141414, #D4735A);
}
.investor-main-banner .image-zoom {
  background-image: url('img/career_banner.jpg'); /* Kariyer banner görseli */
  height: 100%; background-attachment: fixed; opacity: 0.3;
}


.investor-main-banner .darken-bg { height: 100%; background-color: rgba(0,0,0,0.5); }
.investor-main-banner .overlay-slide h1 { font-size: 4.2vw; color: #fff; line-height: 1.2; }
@media screen and (max-width: 768px) { .investor-main-banner .overlay-slide h1 { font-size: 36px; } }

.koc-frame-right{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* Hisse Bilgileri Kartı Stilleri */
.stock-info-card {
  background: var(--dark-card-bg, #1E1E1E);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 40px;
}

.current-stock {
  padding: 20px;
}

.stock-label {
  display: block;
  color: var(--light-soft, #cccccc);
  margin-bottom: 10px;
}

.stock-price {
  font-size: 2.5rem;
  color: var(--light-text, #ffffff);
  margin-bottom: 10px;
}

.change-rate {
  font-size: 1rem;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 10px;
}

.change-rate.positive {
  background: rgba(0, 255, 0, 0.1);
  color: #4CAF50;
}

.change-rate.negative {
  background: rgba(255, 0, 0, 0.1);
  color: #F44336;
}

.update-time {
  display: block;
  color: var(--light-soft, #cccccc);
  font-size: 0.9rem;
}

.stock-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}

.metric-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 10px;
}

.metric-label {
  display: block;
  color: var(--light-soft, #cccccc);
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.metric-value {
  display: block;
  color: var(--light-text, #ffffff);
  font-size: 1.2rem;
  font-weight: 500;
}

/* Finans Takvimi Stilleri */
.finance-calendar {
  background: var(--dark-card-bg, #1E1E1E);
  border-radius: 15px;
  padding: 25px;
  height: 100%;
}

.section-title {
  color: var(--light-text, #ffffff);
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.calendar-wrapper {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 10px;
  padding: 15px;
}

.calendar-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.nav-btn {
  background: none;
  border: none;
  color: var(--primary-color, #D4735A);
  font-size: 1.2rem;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.current-month {
  color: var(--light-text, #ffffff);
  font-size: 1.2rem;
  margin: 0;
}

.calendar-grid {
  margin-bottom: 20px;
  min-height: 240px;
}

.upcoming-events {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
}

.event-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
}

.event-date {
  background: var(--primary-color, #D4735A);
  color: #ffffff;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  min-width: 70px;
}

.event-details {
  margin-left: 15px;
}

.event-details h6 {
  color: var(--light-text, #ffffff);
  margin: 0;
  font-size: 0.95rem;
}

/* Rapor Kartları Stilleri */
.report-card {
  background: var(--dark-card-bg, #1E1E1E);
  border-radius: 15px;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  transition: transform 0.3s ease;
}

.report-card:hover {
  transform: translateY(-5px);
}


.report-content {
  flex: 1;
}

.report-content h3 {
  color: var(--light-text, #ffffff);
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.report-content p {
  color: var(--light-soft, #cccccc);
  margin-bottom: 15px;
  font-size: 0.95rem;
}

/* Son Haberler Bölümü Stilleri */
.recent-news-section {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-card-investor {
  background: var(--dark-card-bg, #1E1E1E);
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}

.news-card-investor:hover {
  transform: translateY(-5px);
}

.news-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-category {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--primary-color, #D4735A);
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 0.9rem;
}

.news-content {
  padding: 20px;
}

.news-date {
  color: var(--light-soft, #cccccc);
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.news-date i {
  margin-right: 5px;
}

.news-title {
  color: var(--light-text, #ffffff);
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.news-excerpt {
  color: var(--light-soft, #cccccc);
  font-size: 0.95rem;
  margin-bottom: 15px;
  line-height: 1.6;
}

.read-more {
  color: var(--primary-color, #D4735A);
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.read-more i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.read-more:hover {
  color: var(--primary-color-hover, #c56a52);
}

.read-more:hover i {
  transform: translateX(5px);
}



.koc-btn-text {
  color: var(--primary-color, #D4735A);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.koc-btn-text:hover {
  color: var(--primary-color-hover, #c56a52);
}

.koc-btn-text i {
  transition: transform 0.3s ease;
}

.koc-btn-text:hover i {
  transform: translateX(5px);
}

/* Fancybox Custom Styles */
.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.98);
}

.reports-popup {
  background: var(--dark-card-bg, #1E1E1E);
  color: var(--light-text, #ffffff);
  max-width: 800px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.reports-popup .popup-header {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.reports-popup .popup-content {
  padding: 30px;
  max-height: 70vh;
  overflow-y: auto;
}

.reports-popup .popup-title {
  font-size: 1.5rem;
  margin: 0;
  color: var(--light-text, #ffffff);
}

.report-list-item {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.report-list-item:hover {
  transform: translateX(5px);
  background: rgba(255, 255, 255, 0.08);
}

.report-list-item .report-icon {
  font-size: 1.5rem;
  color: var(--primary-color, #D4735A);
  margin-right: 15px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  min-width: 50px;
  text-align: center;
}

.report-list-item .report-details {
  flex: 1;
}

.report-list-item .report-title {
  color: var(--light-text, #ffffff);
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.report-list-item .report-date {
  color: var(--light-soft, #cccccc);
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.report-list-item .report-description {
  color: var(--light-soft, #cccccc);
  font-size: 0.95rem;
  line-height: 1.5;
}

.report-list-item .download-btn {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color, #D4735A);
  text-decoration: none;
  font-size: 0.9rem;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.report-list-item .download-btn i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.report-list-item .download-btn:hover {
  color: var(--primary-color-hover, #c56a52);
}

.report-list-item .download-btn:hover i {
  transform: translateX(3px);
}

.no-reports {
  text-align: center;
  padding: 30px;
  color: var(--light-soft, #cccccc);
}

/* Custom Scrollbar for Popup Content */
.reports-popup .popup-content::-webkit-scrollbar {
  width: 8px;
}

.reports-popup .popup-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}

.reports-popup .popup-content::-webkit-scrollbar-thumb {
  background: var(--primary-color, #D4735A);
  border-radius: 4px;
}

.reports-popup .popup-content::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color-hover, #c56a52);
}

@media (max-width: 991px) {
  .stock-metrics {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 20px;
  }
  
  .report-card {
      margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .stock-metrics {
      grid-template-columns: 1fr;
  }
  
  .stock-price {
      font-size: 2rem;
  }
  
  .report-card {
      flex-direction: column;
      text-align: center;
  }
  
  .report-icon {
      margin: 0 auto 15px;
  }
  
  .event-item {
      flex-direction: column;
      text-align: center;
  }
  
  .event-date {
      margin-bottom: 10px;
  }
  
  .event-details {
      margin-left: 0;
  }
}

@media (max-width: 768px) {
  .reports-popup {
      margin: 0 15px;
  }
  
  .reports-popup .popup-content {
      padding: 20px;
  }
  
  .report-list-item {
      flex-direction: column;
  }
  
  .report-list-item .report-icon {
      margin-bottom: 15px;
  }
}

.carrer-title{
font-size: 42px;
  color: #D4735A;
  font-weight: 600;
  margin-bottom: 20px;
}

.d-none{
  display:none !important;
}

@media screen and (max-width: 992px) {
  .overlay-slide h1,
  .slide .overlay-slide p {
    font-size: 55px;
  }

  .overlay-slide {
    left: 10%;
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .overlay-slide {
    left: 5%;
    right: 5%;
    width: 90%;
    text-align: center;
  }

  .overlay-slide h1,
  .slide .overlay-slide p {
    font-size: 36px;
    line-height: 1.2;
  }

  .discover-btn {
    padding: 12px 28px;
    font-size: 14px;
  }

  .arrow {
    font-size: 22px;
    padding: 10px;
  }

  .arrow.left {
    left: 10px;
  }

  .arrow.right {
    right: 10px;
  }
}

@media screen and (max-width: 480px) {
  .overlay-slide h1,
  .slide .overlay-slide p {
    font-size: 28px;
  }

  .discover-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

.koc-frame-right {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 9999;
}
.koc-menu-btn {
    pointer-events: all;
    position: relative;
    z-index: 9999;
}
.mode-toggle-label {
    position: relative;
    z-index: 9999;
    pointer-events: all;
    width: 60px;
    height: 34px;
    margin: 0;
    cursor: pointer;
}
.koc-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.koc-contact-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.koc-contact-list li i {
    margin-right: 10px;
    margin-top: 5px;
    color: #D4735A;
}
.koc-contact-list li span,
.koc-contact-list li a {
    color: #eee;
    font-size: 14px;
    line-height: 1.6;
}
.koc-light-soft,
.koc-light-soft a {
    color: #eee;
}
.koc-light-soft a:hover {
    color: #fff;
}
.mode-toggle-slider {
    pointer-events: all;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #444;
    border-radius: 34px;
    transition: .4s;
}
.mode-toggle-slider:before {
    content: "";
    position: absolute;
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: .4s;
    z-index: 2;
}
.mode-toggle-slider i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 14px;
}
.mode-toggle-slider i.fa-sun {
    left: 8px;
}
.mode-toggle-slider i.fa-moon {
    right: 8px;
}
#mode-toggle-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}
#mode-toggle-checkbox:checked + .mode-toggle-slider {
    background-color: #D4735A;
}
#mode-toggle-checkbox:checked + .mode-toggle-slider:before {
    transform: translateX(26px);
}

.technical-specs h1, .technical-specs .koc-h1, .technical-specs h2, .technical-specs .koc-h12, .technical-specs h3, .technical-specs .koc-h3, .technical-specs h4, 
.technical-specs .koc-h4, .technical-specs h5, .technical-specs .koc-h5, .technical-specs h6, .technical-specs .koc-h6{
  color: white;
  font-size: 23px;
  margin-top: 5px;
}

#modalOverlay i{
    font-size: 120px;
    color: green;
    position: relative;
    top: -60px;
}

#successModal{
    text-align: center;
    max-width: 500px;
    padding: 25px;
    background: #141414;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10001;
}

#closeSuccessModal{
    padding: 10px;
    width: 100%;
    background: none;
    border-radius: 10px;
    border: 1px solid;
    margin-top: 20px;
    transition: .2s;
    cursor: pointer;
}

#closeSuccessModal:hover{
    transform: scale(1.1);
    transition: .2s;
}

.media-gallery {
  padding: 0 0 80px;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  padding: 0 15px;
}

.media-item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  cursor: pointer;
}
.media-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}
.media-thumbnail {
  position: relative;
  padding-top: 66.67%;
  overflow: hidden;
}
.media-thumbnail img,
.media-thumbnail video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.media-item:hover .media-thumbnail img,
.media-item:hover .media-thumbnail video {
  transform: scale(1.05);
}
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.play-overlay i {
  color: #D4735A;
  font-size: 28px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.media-item:hover .play-overlay {
  background: var(--primary);
}
.media-item:hover .play-overlay i {
  color: #421a10;
}
.media-caption {
  padding: 15px 20px;
}
.media-caption h3 {
  font-size: 16px;
  margin: 0;
  color: var(--text-color);
  font-weight: 500;
}
.media-modal .modal-content {
  background: transparent;
  border: none;
}
.media-modal .modal-body {
  padding: 0;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
.media-modal .close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 28px;
  background: rgba(0,0,0,0.5);
  border: none;
  cursor: pointer;
  z-index: 1050;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.media-modal .close-btn:hover {
  background: var(--primary);
}

@media (max-width: 768px) {
  .blog-main-banner {
      height: 300px;
  }
  .overlay-slide h1 {
      font-size: 32px;
  }
  .banner-subtitle {
      font-size: 16px;
  }
  .media-grid {
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 20px;
  }
}

.media-blog-main-banner {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
  background: linear-gradient(45deg, #141414, #D4735A);
}

.media-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('assets/img/media-banner.jpg') center center;
  background-size: cover;
  z-index: 1;
  animation: zoomEffect 20s infinite alternate;
}

.media-banner-subtitle {
  font-size: 18px;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.8s 0.2s forwards;
}

.overlay-slide-media {
  position: relative;
  color: #fff;
  padding: 0 15px;
}

.overlay-slide-media h1 {
  font-size: 48px;
  font-weight: 600;
  color: white;
  margin-bottom: 20px;
  transform: translateY(20px);
  animation: slideUp 0.8s forwards;
}

       .language-selector {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            z-index: 1000;
            pointer-events: all;
        }
        
        .language-select {
            padding: 5px 25px 5px 10px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 4px;
            background-color: transparent;
            color: inherit;
            font-size: 14px;
            cursor: pointer;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            position: relative;
            pointer-events: all;
        }

        .language-selector::after {
            content: '\f107';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            pointer-events: none;
        }
        
        .language-select option {
            background-color: #1a1a1a;
            color: #fff;
            padding: 10px;
        }
        
        [dir="rtl"] .language-selector {
            margin-right: 0;
            margin-left: 15px;
        }

        [dir="rtl"] .language-selector::after {
            right: auto;
            left: 10px;
        }

        .language-select:hover {
            border-color: rgba(255, 255, 255, 0.4);
        }

        .language-select:focus {
            border-color: rgba(255, 255, 255, 0.6);
        }
        
        .koc-main-menu ul .koc-button{
                background-color: #444;
    width: 250px;
    height: 40px;
    font-size: 16px;
        }
        
    .koc-search-overlay { position: fixed; top: 0; left: 0; right: 0; background: rgba(20,22,26,0.98); z-index: 9999; transform: translateY(-100%); transition: transform 300ms ease; padding: 20px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
    .koc-search-overlay.open { transform: translateY(0); }
    .koc-search-container { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
    .koc-search-form { display: flex; gap: 12px; align-items: stretch; flex-wrap: nowrap; }
    .koc-search-input { flex: 1; height: 56px; line-height: 56px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); color: #fff; padding: 0 18px; font-size: 16px; outline: none; }
    .koc-search-input::placeholder { color: rgba(255,255,255,0.6); }
    .koc-search-submit, .koc-search-close { height: 56px; line-height: 56px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; }
    .koc-search-submit { min-width: 56px; border: none; background: #D4735A; color: #fff; padding: 0 18px; cursor: pointer; }
    .koc-search-close { color: rgba(255,255,255,0.9); text-decoration: none; padding: 0 18px; border: 1px solid rgba(255,255,255,0.12); white-space: nowrap; }
    .koc-search-close i, .koc-search-submit i { font-size: 16px; }

    @media (max-width: 768px) {
        .koc-search-form { flex-wrap: wrap; gap: 10px; }
        .koc-search-input { flex: 1 1 100%; height: 48px; line-height: 48px; border-radius: 10px; }
        .koc-search-submit, .koc-search-close { height: 48px; line-height: 48px; border-radius: 10px; }
        .koc-search-submit { padding: 0 16px; }
        .koc-search-close { padding: 0 16px; }
    }

.about-section {
	padding: 80px 0;
}

.info-card {
	background: var(--card-bg, #2a2a2a);
	border-radius: 15px;
	padding: 30px;
	text-align: center;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid var(--border-color, #333);
}

.info-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.card-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, var(--primary, #D4735A), var(--secondary, #B85C47));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 32px;
	color: white;
}

.info-card h4 {
	color: var(--text-primary, #ffffff);
	margin-bottom: 15px;
	font-weight: 600;
}

.info-card p {
	color: var(--text-secondary, #cccccc);
	margin-bottom: 20px;
	line-height: 1.6;
}

.coming-soon {
	background: var(--primary, #D4735A);
	color: white;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Halka Arz Bölümü Stilleri */
.ipo-section {
	padding: 80px 0;
}

.ipo-card {
	border-radius: 15px;
	padding: 30px;
	text-align: center;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid var(--border-color, #333);
}

.ipo-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.ipo-card h4 {
	color: var(--text-primary, #ffffff);
	margin-bottom: 15px;
	font-weight: 600;
}

.ipo-card p {
	color: var(--text-secondary, #cccccc);
	margin-bottom: 20px;
	line-height: 1.6;
}

/* Kurumsal Yönetim Bölümü Stilleri */
.corporate-governance-section {
	padding: 80px 0;
}

.governance-card {
	background: var(--card-bg, #2a2a2a);
	border-radius: 15px;
	padding: 30px;
	text-align: center;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid var(--border-color, #333);
}

.governance-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.governance-card h4 {
	color: var(--text-primary, #ffffff);
	margin-bottom: 15px;
	font-weight: 600;
}

.governance-card p {
	color: var(--text-secondary, #cccccc);
	margin-bottom: 20px;
	line-height: 1.6;
}

/* Finansal Bölümü Stilleri */
.financial-section {
	padding: 80px 0;
}

.section-title {
	color: var(--text-primary, #ffffff);
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
}

.section-title::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: linear-gradient(135deg, var(--primary, #D4735A), var(--secondary, #B85C47));
	border-radius: 2px;
}

/* Mevcut stiller korunacak */
.stock-info-card {
	background: var(--card-bg, #2a2a2a);
	border-radius: 15px;
	padding: 30px;
	border: 1px solid var(--border-color, #333);
}

.current-stock .stock-label {
	color: var(--text-secondary, #cccccc);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.stock-price {
	color: var(--text-primary, #ffffff);
	font-size: 2.5rem;
	font-weight: 700;
	margin: 10px 0;
}

.change-rate.positive {
	color: #4CAF50;
	font-size: 1rem;
	font-weight: 600;
}

.change-rate.negative {
	color: #f44336;
	font-size: 1rem;
	font-weight: 600;
}

.update-time {
	color: var(--text-secondary, #cccccc);
	font-size: 12px;
}

.stock-metrics {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.metric-item {
	text-align: center;
}

.metric-label {
	display: block;
	color: var(--text-secondary, #cccccc);
	font-size: 12px;
	margin-bottom: 5px;
}

.metric-value {
	color: var(--text-primary, #ffffff);
	font-weight: 600;
	font-size: 16px;
}

.finance-calendar {
	background: var(--card-bg, #2a2a2a);
	border-radius: 15px;
	padding: 30px;
	border: 1px solid var(--border-color, #333);
}

.calendar-navigation {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.nav-btn {
	background: var(--primary, #D4735A);
	border: none;
	color: white;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.3s ease;
}

.nav-btn:hover {
	background: var(--secondary, #B85C47);
}

.current-month {
	color: var(--text-primary, #ffffff);
	font-weight: 600;
	margin: 0;
}

.calendar-header {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	color: var(--text-secondary, #cccccc);
	margin-bottom: 10px;
	font-size: 12px;
}

.calendar-days {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 5px;
}

.calendar-days div {
	text-align: center;
	padding: 8px;
	border-radius: 5px;
	color: var(--text-primary, #ffffff);
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.calendar-days div:hover {
	background: var(--primary, #D4735A);
}

.calendar-days div.today {
	background: var(--primary, #D4735A);
	color: white;
	font-weight: 600;
}

.calendar-days div.has-event {
	border: 2px solid var(--primary, #D4735A);
	font-weight: 600;
}

.upcoming-events {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--border-color, #333);
}

.event-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 10px;
	background: rgba(212, 115, 90, 0.1);
	border-radius: 8px;
}

.event-date {
	background: var(--primary, #D4735A);
	color: white;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 600;
	margin-right: 15px;
	min-width: 80px;
	text-align: center;
}

.event-details h6 {
	color: var(--text-primary, #ffffff);
	margin: 0;
	font-size: 14px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
	.info-card, .ipo-card, .governance-card {
		margin-bottom: 20px;
	}
	
	.stock-metrics {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	
	.calendar-days div {
		padding: 6px;
		font-size: 12px;
	}
	
	.event-item {
		flex-direction: column;
		text-align: center;
	}
	
	.event-date {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.reports-popup { background: var(--card-bg, #2a2a2a); border-radius: 15px; overflow: hidden; max-width: 800px; margin: 0 auto; }
.popup-header { background: linear-gradient(135deg, var(--primary, #D4735A), var(--secondary, #B85C47)); padding: 30px; text-align: center; color: white; }
.popup-title { font-size: 2rem; font-weight: 700; margin-bottom: 10px; }
.popup-subtitle { font-size: 1rem; opacity: 0.9; margin: 0; }
.popup-content { padding: 30px; max-height: 500px; overflow-y: auto; }
.reports-grid { display: grid; gap: 20px; }
.report-list-item { background: var(--darker-bg, #1a1a1a); border-radius: 12px; padding: 20px; display: flex; align-items: flex-start; gap: 15px; border: 1px solid var(--border-color, #333); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.report-list-item:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.3); }
.report-icon { width: 50px; height: 50px; margin-right:15px; background: var(--primary, #D4735A); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; flex-shrink: 0; }
.report-details { flex: 1; }
.report-title { color: var(--text-primary, #ffffff); font-size: 1.1rem; font-weight: 600; margin-bottom: 8px; }
.report-date { color: var(--text-secondary, #cccccc); font-size: 0.9rem; margin-bottom: 10px; }
.report-date i { margin-right: 5px; }
.report-description { color: var(--text-secondary, #cccccc); font-size: 0.9rem; line-height: 1.5; margin-bottom: 15px; }
.download-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--primary, #D4735A); color: white; padding: 8px 16px; border-radius: 20px; text-decoration: none; font-size: 0.9rem; font-weight: 600; transition: background 0.3s ease; }
.download-btn:hover { background: var(--secondary, #B85C47); color: white; text-decoration: none; }
.no-reports { text-align: center; padding: 40px 20px; }
.no-reports-icon { width: 80px; height: 80px; background: rgba(212, 115, 90, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-size: 32px; color: var(--primary, #D4735A); }
.no-reports h4 { color: var(--text-primary, #ffffff); margin-bottom: 10px; font-weight: 600; }
.no-reports p { color: var(--text-secondary, #cccccc); font-size: 0.9rem; line-height: 1.5; }
.members-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.member-card { background: var(--darker-bg, #1a1a1a); border-radius: 12px; padding: 20px; display: flex; align-items: flex-start; gap: 16px; border: 1px solid var(--border-color, #333); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.member-card:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0,0,0,0.3); }
.member-avatar { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; background: rgba(212,115,90,0.15); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.member-avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--primary, #D4735A); font-size: 28px; }
.member-info { flex: 1; }
.member-name { color: var(--text-primary, #ffffff); font-size: 1.1rem; font-weight: 700; margin: 2px 0 6px 0; }
.member-title { color: var(--text-secondary, #cccccc); font-size: 0.95rem; margin-bottom: 10px; }
.member-title i { margin-right: 6px; }
.member-contacts { display: flex; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.contact-chip { display: inline-flex; align-items: center; gap: 6px; background: rgba(212, 115, 90, 0.18); color: var(--primary, #D4735A); padding: 6px 10px; border-radius: 20px; font-size: 0.82rem; text-decoration: none; }
.contact-chip:hover { text-decoration: none; color: #fff; background: var(--primary, #D4735A); }
.member-bio { color: var(--text-secondary, #cccccc); font-size: 0.92rem; line-height: 1.55; margin: 0; }

@media (max-width: 768px) { .popup-header { padding: 20px; } .popup-title { font-size: 1.5rem; } .popup-content { padding: 20px; } .report-list-item { flex-direction: column; text-align: center; } .report-icon { margin: 0 auto 15px; } .members-grid { grid-template-columns: 1fr; } }

#successModal i{
    font-size: 82px;
    color: green;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

.koc-logo img{
    width:250px;
}

