body {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  
  overflow-x: hidden;
  font-size: 14px; }
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }
body {
	background-color: #000;
	color: #fff; /* yazÄ±lar okunur kalsÄ±n */
}

/* ===============================
   GENEL SAYFA YAPISI
=============================== */

.page-content {
  flex: 1;
}

/* Sticky nav yüksekligi kadar içerik payi */
.hero-inner {
  padding-top: 50px;
}

/* ===============================
   NAVBAR / HEADER
=============================== */

.site-nav .container {
  padding: 0 20px;
}

/* Logo */
.site-logo img {
  height: 100px; /* desktop */
  width: auto;
  transition: all 0.3s ease;
}

/* Menü */
.site-navigation {
  height: 50px;
}

/* Menü linkleri */
.site-nav a,
.site-nav li a {
  color: #f5f0e3 !important;
  white-space: nowrap;
}

/* ===============================
   STICKY NAV
=============================== */

.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #b0855b;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.site-navigation {
  padding: 15px 0;
  display: flex;
  align-items: center;


}.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #b0855b;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.sticky-nav .site-logo img {
  height: 40px;
}


/* ===============================
   SOSYAL IKONLAR
=============================== */

.header-social a {
  margin-left: 12px;
  font-size: 18px;
  color: #fff;
}

.header-social i {
  transition: color 0.3s;
}

.header-social a:hover i,
.header-social a:focus i {
  color: #d4a017; /* hardal */
}

.site-menu li.social a {
  padding: 0 8px;
  font-size: 18px;
}

/* ===============================
   TABLET
=============================== */

@media (max-width: 1199px) {

  .navbar-nav {
    flex-wrap: nowrap;
  }

  .navbar-nav > li > a {
    padding: 10px 8px;
    font-size: 14px;
  }

  .site-logo img {
    height: 44px;
  }
}

/* ===============================
   MOBIL
=============================== */

@media (max-width: 991px) {

  .site-logo img {
    height: 32px;
  }

  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  .navbar-nav > li > a {
    padding: 12px 15px;
    font-size: 15px;
    white-space: normal;
  }
}
/* ===============================
   MOBIL MENÜ
===========/* ===============================
   MOBIL MENÜ
=============================== */

#mobile-menu {
  display: none;
  flex-direction: column;
  background: #b08d57; /* bronz */

  width: calc(100% - 80px); /* dar kutu */
  max-width: 250px;

  margin: 16px auto;
  padding: 10px 0;

  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);

  list-style: none;
  z-index: 9999;
}

/* Açik hali */
#mobile-menu.show {
  display: flex;
}

/* Menü item */
#mobile-menu li {
  list-style: none;
}

/* Menü linkleri */
#mobile-menu li a {
  display: block;
  padding: 14px 22px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

/* Hover / dokunma */
#mobile-menu li a:hover {
  background: rgba(0,0,0,0.15);
}

/* Sosyal alani ayir */
#mobile-menu li.mobile-social a {
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-top: 6px;
}

/* ===============================
   ABOUT / SLIDER GÖRSELLERI
=============================== */

.about-slider-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

/* Hero kÄ±smÄ± */
.hero h1, .hero p {
  color: #f5f0e3 !important;
}

/* Footer */
.site-footer, 
.site-footer a, 
.site-footer p {
  color: #f5f0e3 !important;
}

.bg-primary {
  background-color: #000000 !important; }

.text-black {
  color: #000000 !important; }

a {
  color: #00000;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    color: #00000;
    text-decoration: none; }

::-moz-selection {
  background: #000000;
  color: #ffffff; }

::selection {
  background: #000000;
  color: #ffffff; }

.text-primary {
  color: #f5f0e3 !important; }

a.text-primary {
  color: #f5f0e3 !important; }
  a.text-primary:hover {
    color: #f5f0e3 !important; }



h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: 'Poppins', sans-serif !important; }

.btn {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
  font-size: 14px; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #D1A05E;
    border-color: #D1A05E; }
    .btn.btn-primary:hover {
      border-color: #D1A05E;
      background: #D1A05E; }
  .btn.btn-outline-white {
    border: 2px solid #ffffff; }
    .btn.btn-outline-white:hover {
      background: #ffffff;
      color: #CBA072 !important; }

.text-white-opacity {
  opacity: .7; }

.form-control, .custom-select {
  border: 2px solid #e9ecef;
  font-size: 16px;
  height: 45px; }
  .form-control:active, .form-control:focus, .custom-select:active, .custom-select:focus {
    border-color: #D1A05E;
    -webkit-box-shadow: none;
    box-shadow: none; }

.gutter-v1 {
  margin-right: -20px;
  margin-left: -20px; }
  @media (max-width: 991.98px) {
    .gutter-v1 {
      margin-left: -15px;
      margin-right: -15px; } }
  .gutter-v1 > .col,
  .gutter-v1 > [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px; }
    @media (max-width: 991.98px) {
      .gutter-v1 > .col,
      .gutter-v1 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

.gutter-v2 {
  margin-right: -5px;
  margin-left: -5px; }
  @media (max-width: 991.98px) {
    .gutter-v2 {
      margin-left: -15px;
      margin-right: -15px; } }
  .gutter-v2 > .col,
  .gutter-v2 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }
    @media (max-width: 991.98px) {
      .gutter-v2 > .col,
      .gutter-v2 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px; } }

.spinner-border {
  color: #D1A05E; }

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.position-relative {
  position: relative; }

.logo {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700; }
  .logo:hover {
    color: #ffffff; }

.site-nav {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%; }

.site-nav {
  padding-top: 20px;
  padding-bottom: 20px; }
  .site-nav h1 {
    margin: 0;
    padding: 0;
    font-size: 24px; }
  .site-nav .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-nav .site-navigation .site-menu > li {
      display: inline-block; }
      .site-nav .site-navigation .site-menu > li > a {
        font-size: 15px;
        padding: 10px 15px;
        display: inline-block;
        text-decoration: none !important;
        color: rgba(255, 255, 255, 0.7); }
        .site-nav .site-navigation .site-menu > li > a:hover {
          color: #ffffff; }
      .site-nav .site-navigation .site-menu > li.cta-button a {
        padding: 6px 20px;
        border: 2px solid rgba(255, 255, 255, 0.1);
        color: #000000;
        border-radius: 30px; }
        .site-nav .site-navigation .site-menu > li.cta-button a:hover {
          color: #000000;
          background: #000304;
          border-color: #000304; }
      
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-nav .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        z-index: 999;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 20px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #ffffff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
        .site-nav .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000000; }
       
        
          
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px; }
  .site-mobile-menu-close > span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px; }
    .site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 30px;
      background: #000000; }
    .site-mobile-menu-close > span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .site-mobile-menu-close > span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #ffffff;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
  .offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 5px 20px;
      display: block;
      position: relative;
      color: #000000; }
      
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 14px;
        z-index: 20;
        font-family: "icomoon";
        content: "\e313";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 14px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 14px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 14px;
                padding-left: 60px; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar .site-menu-toggle {
    color: #000000; }
  .sticky-wrapper .site-navbar .site-logo a {
    color: #000000; }
  .sticky-wrapper .site-navbar .site-menu > li > a {
    color: rgba(0, 0, 0, 0.8) !important; }
    .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
      color: #000000 !important; }
  .sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
    background: #000000;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #000000;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000000 !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #D1A05E !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
      color: #D1A05E !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative; }
  .burger.light:before, .burger.light span, .burger.light:after {
    background: #ffffff; }

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  opacity: 1; }

.burger:before, .burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: ""; }

.burger:before {
  top: 4px; }

.burger span {
  top: 15px; }

.burger:after {
  top: 26px; }

/* Hover */
.burger:hover:before {
  top: 7px; }

.burger:hover:after {
  top: 23px; }

/* Click */
.burger.active span {
  opacity: 0; }

.burger.active:before, .burger.active:after {
  top: 40%; }

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/ }

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/ }

.burger:focus {
  outline: none; }
.hero,
.hero::before {
    background-color: #000 !important; /* tamamen siyah */
    background-image: none !important; /* eÄŸer gradient veya resim varsa kaldÄ±r */
}

.hero {
  padding: 7rem 0 10rem 0;
  background: #1C0F00; /* Ã§ok koyu kahverengi zemin */
  margin-bottom: 100px;
}

.hero.hero-inner {
  padding: 9rem 0 7rem 0;
  margin-bottom: auto;
  background: #1C0F00;
}

.hero.bg-primary {
    background-color: #1C0F00 !important; /* istediÄŸin renk: siyah veya #1C0F00 koyu kahverengi */
}.hero h1 {
  color: #E6C9A8;
  font-size: 45px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 3px; /* Harf aralÄ±klarÄ± biraz aÃ§Ä±ldÄ± */
}

@media (max-width: 991.98px) {
  .hero h1 {
    font-size: 45px;
  }
}

.hero h1 .typed-words {
  position: relative;
}

.hero h1 .typed-words:before {
  position: absolute;
  height: 7px;
  background-color: #ACA78D; /* alt Ã§izgi de kahverengi oldu */
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
	}
	/* ------------------------------
   HERO ARKA PLAN ve OVERLAY
------------------------------ */
.hero {
  background-color: #000 !important; /* Hero arka planÄ±nÄ± siyah yapar */
  position: relative; /* overlay iÃ§in referans */
  z-index: 0; /* iÃ§erik overlayâ€™Ä±n Ã¼stÃ¼nde kalacak */
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5) !important; /* overlay siyah, yarÄ± transparan */
  z-index: 1;
}

/* Hero iÃ§indeki yazÄ±lar overlayâ€™Ä±n Ã¼stÃ¼nde */
.hero .hero-content {
  position: relative;
  z-index: 2;
}

.hero .intro-wrap {
  position: relative;
  z-index: 1;
}

.hero .slides {
  background: #ffffff;
  max-width: 800px;
  left: -100px;
  z-index: 0;
  position: relative;
  border-radius: 200px;
  box-shadow: 0 30px 60px -15px rgba(92, 58, 31, 0.55);
  height: 608px;
  margin-bottom: -200px;
}

@media (max-width: 991.98px) {
  .hero .slides {
    left: 0;
  }
}

.hero .slides img {
  position: absolute;
  border-radius: 200px;
  opacity: 0;
  transition: 4s opacity ease;
  background: #ffffff;
}

.hero .slides img.active {
  opacity: 1;
  z-index: 1;
}

.untree_co-section {
  padding: 30px 0; }

.media-thumb {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
  border-radius: 20px; }
  .media-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(26, 55, 77, 0.8);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .media-thumb img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease; }
  .media-thumb .media-text {
    position: absolute;
    top: 20px;
    left: 40px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-top: 20px; }
    .media-thumb .media-text h3 {
      font-size: 1rem;
      font-weight: 900;
      color: #f5f0e3;
      margin: 0;
      padding: 0; }
    .media-thumb .media-text .location {
      font-size: .8rem;
      color: #ffffff; }
    .media-thumb .media-text h3, .media-thumb .media-text .location {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .media-thumb:hover {
    z-index: 3; }
    .media-thumb:hover h3 {
      color: #ffffff; }
    .media-thumb:hover .location {
      color: rgba(255, 255, 255, 0.5); }
    .media-thumb:hover img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .media-thumb:hover:after {
      opacity: 1;
      visibility: visible; }
    .media-thumb:hover .media-text {
      -webkit-transition-delay: .2s;
      -o-transition-delay: .2s;
      transition-delay: .2s;
      opacity: 1;
      visibility: visible; }

.section-title {
  position: relative;
  padding-bottom: 20px;
  display: inline-block; }
  .section-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #D1A05E; }
  .section-title.text-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.media-1 {
  text-align: left; }
  .media-1 img {
    border-radius: 20px; }
  .media-1 .loc .icon-room {
    position: relative; }
    .media-1 .loc .icon-room:after {
      content: "";
      width: 24px;
      height: 24px;
      background: rgba(26, 55, 77, 0.1);
      position: absolute;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .media-1 .deal {
    font-size: 16px;
    margin-bottom: 20px;
    display: block; }
  .media-1 h3 {
    font-size: 20px; }
    .media-1 h3 a {
      color: #000000; }
  .media-1 .price {
    font-size: 15px;
    color: #D1A05E;
    font-weight: 700;
    position: relative;
    top: -2px; }
    .media-1 .price sup {
      font-weight: 400;
      font-size: 16px;
      top: -7px; }

.owl-3-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .owl-3-slider .owl-nav .owl-prev, .owl-3-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    @media (max-width: 767.98px) {
      .owl-3-slider .owl-nav .owl-prev, .owl-3-slider .owl-nav .owl-next {
        display: none; } }
  .owl-3-slider .owl-nav .owl-prev {
    left: -50px; }
    .owl-3-slider .owl-nav .owl-prev:hover {
      left: -65px;
      color: #D1A05E; }
  .owl-3-slider .owl-nav .owl-next {
    right: -50px; }
    .owl-3-slider .owl-nav .owl-next:hover {
      color: #D1A05E;
      right: -65px; }
    .owl-3-slider .owl-nav .owl-next span {
      display: inline-block;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.owl-3-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible; }

.title-with-bg {
  font-size: 50px;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-left: 0.5em; }
  .title-with-bg.overlap-right {
    position: relative;
    right: -30px;
    top: 20px;
    z-index: 2; }
    @media (max-width: 991.98px) {
      .title-with-bg.overlap-right {
        right: auto; } }
  .title-with-bg span {
    color: white;
    background-color: #D1A05E;
    -webkit-box-shadow: 0.5em 0 0 #D1A05E, -0.5em 0 0 #D1A05E;
    box-shadow: 0.5em 0 0 #D1A05E, -0.5em 0 0 #D1A05E; }
  @media (max-width: 991.98px) {
    .title-with-bg {
      font-size: 40px; } }

.feature-1-wrap {
  position: relative; }

.feature-1 {
  padding: 30px;
  background: rgba(26, 55, 77, 0.05);
  border-radius: 20px;
  min-height: calc(50% - 15px);
  top: 0;
  margin-bottom: 30px !important; }
  @media (max-width: 991.98px) {
    .feature-1 {
      display: block !important; } }
  .feature-1 h3 {
    font-size: 1.2rem;
    font-weight: 700; }

.form {
  position: relative;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 9;
  padding: 30px;
  background: #ffffff; }

#map {
  position: relative;
  width: 100%;
  height: 400px; }
  #map iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

.quick-contact-item [class*="flaticon-"] {
  font-size: 2rem;
  display: inline-block;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 30px;
  border-radius: 50%;
  border: 2px solid #f8f9fa;
  text-align: center;
  position: relative; }
  .quick-contact-item [class*="flaticon-"]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.quick-contact-item .text {
  font-size: 20px; }

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: $primary; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px; }

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #000304;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite; }

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #1C0F00;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

.video-play-button:hover:after {
  background-color: #000304; }

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto; }

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

.img-play-video {
  position: relative; }

.service [class*="icon-"] {
  font-size: 30px;
  margin-bottom: 20px;
  display: block; }

.service h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700; }

.feature-img-bg {
  border-radius: 20px;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .feature-img-bg {
      height: 300px !important;
      margin-bottom: 30px; } }

@media (max-width: 991.98px) {
  .counter-wrap {
    margin-bottom: 30px; } }

.counter-wrap .caption {
  color: #D1A05E;
  font-weight: bold; }

.counter-wrap .counter {
  font-size: 3rem; }
  .counter-wrap .counter span {
    color: #D1A05E; }
  @media (max-width: 991.98px) {
    .counter-wrap .counter {
      font-size: 2.5rem; } }

.rounded-20 {
  border-radius: 20px; }

.owl-dots {
  position: relative;
  margin-top: 25px; }


.two-col li {
  display: inline-block;
  width: 48%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  vertical-align: text-top;
  float: left; }
  .two-col li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #D1A05E;
    left: 0;
    top: 7px;
    border-radius: 50%; }



/* ==================================================
  
/* ==================================================
   CTA FIXED COMPONENT â€“ FINAL (PRODUCTION CLEAN)
================================================== */

.cta-fixed {
  padding: 10px 0;
  text-align: center;
  box-sizing: border-box;

  /* BRONZ GRADIENT */
  background: linear-gradient(
    135deg,
    #C89B6A 0%,
    #8A623F 45%,
    #5C3A1F 100%
  );

  color: #ffffff;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);

  display: flex;
  align-items: center;
  justify-content: center;
}

/* Container reset (yÃ¼ksekliÄŸi bozmasÄ±n diye) */
.cta-fixed .container,
.cta-fixed .row {
  margin: 0;
  padding: 0;
}

/* BaÅŸlÄ±k */
.cta-fixed h1,
.cta-fixed h2,
.cta-fixed .cta-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #ffffff;
}

/* Metin */
.cta-fixed p,
.cta-fixed p.lead {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 6px 0;
  color: #ffffff;
}

/* Buton */
.cta-fixed .btn {
  font-size: 13px;
  padding: 5px 16px;
  margin-top: 4px;
  color: #ffffff;
  border-color: #ffffff;
}

/* ==================================================
   CTA â€“ MOBILE
================================================== */

@media (max-width: 768px) {
  .cta-fixed {
    padding: 10px 0;
  }

  .cta-fixed h1,
  .cta-fixed h2,
  .cta-fixed .cta-title {
    font-size: 18px;
  }

  .cta-fixed p,
  .cta-fixed p.lead {
    font-size: 13px;
  }

  .cta-fixed .btn {
    font-size: 12px;
    padding: 4px 14px;
  }.cta-fixed {
  position: relative;
  z-index: 2;
}

	
}
	
/* ================================
   REFERANS BANDI (FINAL)
================================ */
/* ================================
   REFERENCE BAND â€“ HARD FIX
================================ */

.reference-band {
  background: #000304;        /* koyu lacivert */
  padding: 50px 0;
  position: relative;
  z-index: 20;                /* ðŸ‘ˆ EN KRÄ°TÄ°K SATIR */
}

/* container Ã¼stÃ¼ne binmesin */
.reference-band .container {
  position: relative;
  z-index: 2;
}

.reference-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000304;
  z-index: -1;
}

.reference-title {
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 600;
}

.reference-wrapper {
  position: relative;
  min-height: 220px;
}

.reference-item {
  display: none;
  max-width: 520px;
  margin: 0 auto;
  color: #ffffff;
}

.reference-item.active {
  display: block;
}

.reference-item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.reference-item h3 {
  margin: 0;
  font-size: 18px;
}

.reference-role {
  display: block;
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 10px;
}

.reference-item p {
  font-size: 15px;
  line-height: 1.5;
}

.reference-band {
  overflow: hidden;
}



  .section-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 3rem !important;  /* About sayfasÄ±ndaki ideal boyut */
  font-weight: 700 !important; /* About sayfasÄ±ndaki bold */
  text-align: left !important;
}


.custom-accordion .accordion-item {
  background-color: #f9f9f9;
  margin-bottom: 0px;
  position: relative;
  border-radius: 0px;
  overflow: hidden; }
  .custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-decoration: none;
    text-align: left;
    color: #999;
    border: none;
    padding-left: 40px;
    border-radius: 0;
    position: relative;
    background: #ffffff; }
    .custom-accordion .accordion-item .btn-link:before {
      font-family: 'icomoon';
      content: "\f067";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 15px; }
    .custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
      font-weight: 700;
      color: #CBA072; }
      .custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
        font-family: 'icomoon';
        content: "\f068";
        position: absolute;
        color: #CBA072;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px; }
  .custom-accordion .accordion-item.active {
    z-index: 2; }
    .custom-accordion .accordion-item.active .btn-link {
      color: #D1A05E;
      -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }
  .custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
    color: #888; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px; }
  .control .caption {
    position: relative;
    top: -3px;
    font-size: 16px; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #D1A05E; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #204560; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 14px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #D1A05E;
  opacity: .2; }

.gal-item {
  display: block;
  margin-bottom: 8px; }
  .gal-item img {
    border-radius: 4px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1; }
  .gal-item:hover img {
    opacity: .5; }

.social-icons li {
  display: inline-block; }
  .social-icons li a {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: #303030; }
    .social-icons li a span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .social-icons li a:hover {
      color: #ffffff; }
  .social-icons li:first-child a {
    padding-left: 0; }

.social-icons.light li a {
  color: #000000;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background: #f8f9fa; }

.video-wrap {
  position: relative;
  display: block; }
  .video-wrap .play-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .video-wrap .play-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #ffffff;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .video-wrap:hover .play-wrap {
    width: 60px;
    height: 60px; }

/* ==================================================
   TESTIMONIAL / REFERANSLAR â€“ BANT DAVRANIÅžI
================================================== */
/* ==================================================
   REFERANSLAR â€“ ZORLA BANT HALÄ° (FINAL FIX)
================================================== */

/* ===============================
   GALERI (OWL 3 slider)
================================ */
.owl-3-slider .item {
  padding: 10px;
}

.owl-3-slider .media-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  box-shadow: 0 20px 40px -15px rgba(0,0,0,.25);
}

.owl-3-slider .media-thumb img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

/* Dots */
.owl-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #ccc;
}

.owl-dot.active span {
  background: #b08d57;
}



.list-check li {
  display: block;
  padding-left: 30px;
  position: relative; }
  .list-check li:before {
    content: "\e5ca";
    font-family: 'icomoon';
    position: absolute;
    top: -.3rem;
    font-size: 20px;
    left: 0; }

.owl-single .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .owl-single .owl-nav {
      display: none; } }
  .owl-single .owl-nav .owl-prev, .owl-single .owl-nav .owl-next {
    position: absolute;
    top: 0; }
    .owl-single .owl-nav .owl-prev span, .owl-single .owl-nav .owl-next span {
      display: block;
      background: #ffffff;
      padding: 15px; }
  .owl-single .owl-nav .owl-prev {
    left: -30px; }
  .owl-single .owl-nav .owl-next {
    right: -30px; }
    .owl-single .owl-nav .owl-next > span {
      position: relative;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.team h3 {
  font-size: 20px; }

.site-footer {
  font-size: 14px;
  color: #777;
  line-height: 1.6; }
  .site-footer .inner {
    padding-top: 0px;
    padding-bottom: 70px;
    background: #f8f9fa; }
    .site-footer .inner.first {
      padding-top: 80px; }
  @media (max-width: 991.98px) {
    .site-footer {
      padding-top: 30px; } }
  .site-footer a {
    color: #000000; }
    .site-footer a:hover {
      color: #000000;
      text-decoration: underline; }
  .site-footer .widget {
    margin-bottom: 30px; }
    .site-footer .widget h3 {
      font-size: 14px;
      margin-bottom: 20px;
      color: #000000;
      font-family: "Inter", sans-serif; }
    .site-footer .widget .social li {
      display: inline-block; }
      .site-footer .widget .social li a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #D1A05E;
        display: inline-block;
        position: relative;
        color: #ffffff;
        -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2); }
        .site-footer .widget .social li a span {
          font-size: 16px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .site-footer .widget .social li a:hover {
          background-color: #D1A05E;
          color: #ffffff; }
    .site-footer .widget .links li {
      display: block;
      margin-bottom: 10px; }
      .site-footer .widget .links li a {
        color: #000000; }
        .site-footer .widget .links li a:hover {
          color: #000000;
          text-decoration: underline; }
  .site-footer ul.quick-info li {
    position: relative;
    padding-left: 30px; }
    .site-footer ul.quick-info li:before {
      left: 0;
      position: absolute;
      content: "";
      font-family: 'icomoon';
      color: #6998AB; }
    .site-footer ul.quick-info li.email:before {
      content: "\f0e0"; }
    .site-footer ul.quick-info li.phone:before {
      content: "\f095"; }
    .site-footer ul.quick-info li.address:before {
      content: "\e8b4"; }
/*/* =========================
   RENK DEÄžÄ°ÅžKENLERÄ°
   ========================= */
:root {
  --toprak: #C89B6A;
  --toprak-soft: #E6C9A8;
  --toprak-dark: #5C3A1F;

  --black: #000000;
  --black-soft: #0e1114;
}

/* =========================
   GLOBAL ZEMÄ°N
   ========================= */
html,
body {
  background: var(--black) !important;
  color: var(--toprak);
}

/* TÃœM SECTIONâ€™LAR SÄ°YAH */
section,
.untree_co-section,
.section {
  background: var(--black) !important;
  color: var(--toprak);
}

/* =========================
   GENEL YAZILAR
   ========================= */
p,
li,
span,
h1, h2, h3, h4, h5, h6 {
  color: var(--toprak);
}

/* LINKLER */
a {
  color: var(--toprak);
}
a:hover {
  color: var(--toprak-soft);
}
.section-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  text-align: left;
}

/* =========================
   NAV
   ========================= */
:root {
  --toprak: #f5f0e6;       /* normal link rengi */
  --toprak-soft: #e8dfd3;  /* hover & aktif link rengi */
  --bronz-bg: #b08d57;     /* navbar arka plan bronz */
}

.site-nav {
  background-color: var(--bronz-bg) !important; /* navbar arka planÄ± bronz */
}

.site-nav .site-menu > li > a {
  color: var(--toprak) !important;      /* normal link rengi */
  transition: color 0.3s ease;          /* yumuÅŸak geÃ§iÅŸ */
}

.site-nav .site-menu > li > a:hover,
.site-nav .site-menu > li.active > a {
  color: var(--toprak-soft) !important; /* hover veya aktif link */
}

.site-nav .site-menu > li > a:focus {
  color: var(--toprak-soft) !important; /* klavyeyle odaklanÄ±nca da */
}
.site-nav {
  background: linear-gradient(
    135deg,
    #c89b6a 0%,
    #8a623f 45%,
    #5c3a1f 100%
  ) !important;
}



/* =========================
   HERO
   ========================= */
.hero {
  background: var(--black-soft) !important;
}

.hero h1,
.hero h2,
.hero p,
.hero span {
  color: var(--toprak);
}

/* Video / slide glow */
.hero .slides {
  box-shadow: 0 5px 30px -3px rgba(92, 58, 31, 0.35);
}


/* =========================
   BRONZ / TOPRAK Ã–ZEL ALANLAR
  
/* =========================
   FOOTER
   ========================= */
.site-footer,
.site-footer .inner {
  background: var(--black) !important;
}

.site-footer,
.site-footer p,
.site-footer li,
.site-footer span,
.site-footer a,
.site-footer h1,
.site-footer h2,
.site-footer h3 {
  color: var(--toprak) !important;
}

.site-footer a:hover {
  color: var(--toprak-soft);
}
/* ------------------------------
   HERO ARKA PLAN GARANTÄ° SÄ°YAH
------------------------------ */
.hero, 
.hero::before, 
.hero:after {
    background-color: #000 !important;  /* Hero arka planÄ±nÄ± siyah yapar */
    background: #000 !important;        /* Her tÃ¼rlÃ¼ background override */
    z-index: 0 !important;              /* Overlayâ€™larÄ±n altÄ±na al */
}

.hero * {
    position: relative;
    z-index: 2 !important;              /* Hero iÃ§eriÄŸi overlayâ€™Ä±n Ã¼stÃ¼nde */
}
.hero * {
    position: relative;
    z-index: 2 !important;              /* Hero iÃ§eriÄŸi overlayâ€™Ä±n Ã¼stÃ¼nde */
}
/* Tema font dayatmasÄ±nÄ± kÄ±r */
h1, h2, h3, h4, h5, h6,
.section-title {
  font-family: 'Poppins', sans-serif !important;
}

.cta-fixed {
  font-size: 16px !important; /* REM zincirini KIRAR */
}

.cta-fixed h1 {
  font-size: 28px !important;
  line-height: 1.3;
}

.cta-fixed p,
.cta-fixed p.lead {
  font-size: 18px !important;
  line-height: 1.6;
}

.cta-fixed .btn {
  font-size: 16px !important;
}

/* Mobil */
@media (max-width: 768px) {
  .cta-fixed {
    font-size: 15px !important;
  }

  .cta-fixed h2 {
    font-size: 24px !important;
  }

  .cta-fixed p,
  .cta-fixed p.lead {
    font-size: 16px !important;
  }
	 .cta-fixed {
 background-color: linear-gradient( !important; /* navbar arka planÄ± bronz */
}
    
.cta-fixed {
  background: linear-gradient(
    135deg,
    #c89b6a 0%,
    #8a623f 45%,
    #5c3a1f 100%
  ) !important;
	background-size: 600% 600%; /* gradient geÃ§iÅŸi iÃ§in geniÅŸlik */
  color: #fff;                /* yazÄ±lar beyaz */
  border-radius: 10px;        /* hafif yuvarlak kÃ¶ÅŸe */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* eksik kÄ±smÄ± tamamladÄ±m */
}

/* Bu classâ€™Ä± verdiÄŸin her yer TOPRAK zemin + BEYAZ yazÄ± olur */
.bronze-section {
  background: var(--toprak) !important;
}

.bronze-section * {
  color: #ffffff !important;
}

/* CTA Ã¶zel */

	.cta-section * {
  color: #ffffff !important;
}

.cta-fixed {
  padding: 15px 0;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  
  
}

   .section-title {
  font-family: 'Poppins', sans-serif !important;
  font-size: 3rem !important;  /* About sayfasÄ±ndaki ideal boyut */
  font-weight: 550 !important; /* About sayfasÄ±ndaki bold */
  text-align: left !important;
}


/* =====================================================
   HAMBURGER â€“ FINAL ABSOLUTE LOCK (PRODUCTION)
===================================================== */

.site-navigation {
  position: relative;
}

.burger {
  position: relative !important;
  margin-left: auto !important;
  left: auto !important;
  right: 0 !important;
  top: auto !important;
  transform: none !important;
  z-index: 9999;
}

/* Sadece mobilde gÃ¶rÃ¼nsÃ¼n */
@media (min-width: 992px) {
  .burger {
    display: none !important;
  }
}
	/* =====================================================
   AKTIF MENÜ – PREMIUM (DESKTOP + STICKY)
===================================================== */
/* =====================================================
   AKTIF MENÜ – ALT ÇIZGI (FORCE)
=====
}/* =====================================================
   AKTIF MENÜ – DESKTOP + STICKY + MOBIL (FINAL)
===================================================== */

.site-menu li.is-active > a {
  position: relative;
  font-weight: 600;
}

/* ALT ÇIZGI */
.site-menu li.is-active > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #5C3A1F;
}

/* Sticky override */
.sticky-nav .site-menu li.is-active > a::after {
  bottom: -8px;
}

/* Overflow fix */
.site-menu li {
  overflow: visible !important;
}
 }

  
/* Mobil uyum */
@media (max-width: 768px) {
  .video-wrap video {
    max-width: 100%;
  }
}

 


