.birrenk {
  color: #087589 !important;
}

.birrenk-acik {
  color: #63a0ab !important;
}

.goen-renk {
  color: #004e6d !important;
}
.goen-renk-acik {
  color: #28626d !important;
}

.bg-img-contain {
  background-size: contain;
}
.cursor-default {
  cursor: default;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:active {
  color: #fff;
}

 .tp-bannertimer {
  display: none !important;
}


.blurslider-gradient {
  background: -webkit-linear-gradient(left, #034855 0%, #2989d8 50%, #05b4c7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blurslider-line {
  background: -webkit-linear-gradient(left, #9357cc 0%, #2989d8 50%, #05b4c7 100%) !important;
}

#rev_slider_28_1_wrapper .tp-loader.spinner3 div {
  background-color: #333 !important;
}

#rev_slider_28_1 .uranus.tparrows {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0)
}

#rev_slider_28_1 .uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s
}

#rev_slider_28_1 .uranus.tparrows:hover:before {
  opacity: .75
}

.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px rgb(255, 255, 255);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute
}

.hermes .tp-bullet:hover {
  background-color: rgba(0, 0, 0, .21)
}

.hermes .tp-bullet:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 1px rgb(255, 255, 255);
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease
}

.hermes .tp-bullet.selected:after {
  height: 100%
}

/* On-Scroll Animation Initial State */
.os-animation {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.os-animation.animated {
  opacity: 1;
}

/* Custom Refined Premium Animations */
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpShort {
  animation-name: fadeInUpShort;
  animation-duration: 2s; /* Yavaşlatıldı */
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  animation-fill-mode: both;
}

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftShort {
  animation-name: fadeInLeftShort;
  animation-duration: 2s; /* Yavaşlatıldı */
  animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
  animation-fill-mode: both;
}

@keyframes fadeInPremium {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeUpElit {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpElit {
  animation-name: fadeUpElit;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: both;
}

.fadeInPremium {
  animation-name: fadeInPremium;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

/* Custom CSS Classes Extracted from Inline Styles */
.g-bg-bess-container { background-image: url(../img/goen-bess-konteyner-1.jpg); }
.g-bg-secondary-pattern { background-image: url(../img/secondary.png); }
.g-bg-goiris-device { background-image: url(../img/goiris-cihaz-1.jpg); }
.g-bg-gosarj-device { background-image: url(../img/goşarj-cihaz-2.jpg); }
.g-bg-map-pattern { background-image: url(../img/map.png); background-size: contain; }
.g-bg-project-cover { height: 140%; background-image: url(../img/GOEN-BESS_solar_field1.png); }
.g-bg-map-2 { background-image: url(../img/maps/map2.png); }

.g-bg-dark-custom-1 { background-color: #13181d !important; }
.g-bg-dark-custom-2 { background-color: #0e151b !important; }

.g-logo-carousel-img {
  height: 70px;
  object-fit: contain;
}

/* Custom border utility */
.g-brd-15 {
  border-width: 15px !important;
}

.g-brd-20 {
  border-width: 20px !important;
}

/* Button Hover Overrides */
.u-btn-primary:hover, .u-btn-primary:focus, .u-btn-primary.active {
  background-color: #049db0 !important;
  border-color: transparent !important;
}

/* Slider Text Spacer Override */
.g-slider-text-go-offset {
  padding-right: 18px !important;
}

/* Scroll Expansion Hero */
.scroll-hero-container {
  height: 220vh; 
  position: relative;
}

.scroll-hero-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.scroll-hero-media-wrapper {
  position: absolute;
  z-index: 3;
  width: 320px;
  height: 420px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 35px 100px rgba(0,0,0,0.4);
  transform-origin: center;
}

.scroll-hero-media-wrapper video,
.scroll-hero-media-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-hero-title {
  position: absolute;
  z-index: 4;
  font-size: 6rem;
  font-weight: 800;
  color: white;
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}

#page-content {
  transition: opacity 0.5s ease;
}

@media (max-width: 767px) {
  .scroll-hero-title {
    font-size: 3rem;
    flex-direction: column;
    gap: 10px;
  }
}

/* Foolproof Fixed Header */
.fixed-header-always {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 10000 !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


