/*--------------------------------------------------------------
  Template Name: Pharaoh  Historical HTML Template.
  Template URI: #
  Description: Pharaoh is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 2.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

a:focus, button:focus, input:focus, select:focus, textarea:focus{
  outline: none;
}


/* ----------------------------------------------------
	New Footer Area: 
-------------------------------------------------------*/
/* NISAB Footer */
.nisab-footer .nisab-footer__top{
  background: #0b0b0b;
  padding: 70px 0 55px;
  border-top: 1px solid rgba(255,255,255,.06);
}
.nisab-footer .nisab-footer__bottom{
  background: #0a0a0a;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}

.nisab-footer__logo img{
  width: 150px;
  height: auto;
  display: block;
}

.nisab-footer__desc{
  margin-top: 14px;
  max-width: 420px;
  color: rgba(255,255,255,.65);
  font-size: 14px;
  line-height: 1.7;
}

.nisab-footer__title{
  color: #fff;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}
.nisab-footer__title:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 2px;
  background: #F19100; /* vurgu */
  opacity: .9;
}

/* Menu */
.nisab-footer__menu{
  list-style: none;
  padding: 0;
  margin: 0;
}
.nisab-footer__menu li{ margin: 10px 0; }
.nisab-footer__menu a{
  color: rgba(255,255,255,.72);
  text-decoration: none;
  transition: .2s ease;
}
.nisab-footer__menu a:hover{
  color: #fff;
  transform: translateX(2px);
}

/* Contact */
.nisab-footer__meta{
  list-style: none;
  padding: 0;
  margin: 0;
}
.nisab-footer__meta li{
  color: rgba(255,255,255,.72);
  margin: 10px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.nisab-footer__meta i{
  color: #F19100;
  min-width: 16px;
}
.nisab-footer__meta a{
  color: rgba(255,255,255,.80);
  text-decoration: none;
}
.nisab-footer__meta a:hover{ color: #fff; }

/* Social */
.nisab-footer__social{
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.nisab-footer__social a{
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.78);
  border-radius: 10px;
  transition: .2s ease;
  text-decoration: none;
}
.nisab-footer__social a:hover{
  border-color: rgba(241,145,0,.55);
  color: #fff;
  transform: translateY(-2px);
}

/* Bottom */
.nisab-footer__copy,
.nisab-footer__by{
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: 13px;
}
.nisab-footer__by a{
  color: rgba(255,255,255,.8);
  text-decoration: none;
  border-bottom: 1px solid rgba(241,145,0,.35);
}
.nisab-footer__by a:hover{
  color: #fff;
  border-bottom-color: rgba(241,145,0,.8);
}


.nisab-quotebar{
  background: #1a1613;
; /* soft koyu */
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 26px 0;
}

.nisab-quotebar__text{
  margin:0;
  text-align:center;
  color: rgba(255,255,255,.85);
  font-size:14px;
  letter-spacing:.10em;
  text-transform: uppercase;
}
.nisab-quotebar{
  background:
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(0,0,0,.15)),
    #141516;
}


/* Hero foto background (YTPlayer yerine) */
.slide.slider3__full--screen { position: relative; overflow: hidden; }

.slide.slider3__full--screen .hero-bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02); /* çok hafif zoom, video hissi verir */
}

/* Yazıların her zaman üstte kalması için */
.slide.slider3__full--screen .container{
  position: relative;
  z-index: 2;
}
/* Mobilde section paddinglerini azalt */
@media (max-width: 767.98px){

  .pt--120{
    padding-top: 50px !important;
  }

  .pb--120{
    padding-bottom: 50px !important;
  }

  .ptb--120{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

}

.hero-loader {
  position: absolute;
  inset: 0;
  background: #f8f6f2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hero-loader.hide {
  opacity: 0;
  visibility: hidden;
}

.hero-loader__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nisab-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* LOGO */
.nisab-logo-loader {
  width: 120px; /* ihtiyaca göre */
  opacity: 0.6;
  animation: logoBreath 2.4s ease-in-out infinite;
}

/* Logo hafif nefes alsın */
@keyframes logoBreath {
  0%   { opacity: 0.5; transform: scale(0.98); }
  50%  { opacity: 1; transform: scale(1); }
  100% { opacity: 0.5; transform: scale(0.98); }
}

/* Ölçü çizgisi */
.nisab-line {
  width: 90px;
  height: 1.5px;
  background: #f19100;
  animation: nisabMeasure 1.8s ease-in-out infinite;
  transform-origin: center;
}

@keyframes nisabMeasure {
  0%   { transform: scaleX(0.3); opacity: 0.5; }
  50%  { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(0.3); opacity: 0.5; }
}