@charset "UTF-8";
/*!
    Concept - Smart multi-purpose html5 template
    To use this template you must have a license purchased at Themeforest (themeforest.com)
    Copyright 2000-2095 ForBetterWeb.com
 */
/*------------------------------------------------------------------

Table of contents
* Fonts
* Plugins
* Base structure
  * Preloader
  * Buttons
  * NavBar
  * NavBar
  * Backgrounds and font color
  * Intro
    * Intro solid color
    * Video background
  * Forms
    * Subscribe form
  * Countdown
  * News - Blog grid
  * Team
  * Contact
  * Quote
  * Facts
  * Map
  * Carousel
    * Shop thumbnails carousel
  * Animated mouse
  * Text rotator
  * Number scroller
  * Testimonials
  * Portfolio
  * Pricing
  * Miscellaneous
  * Pager
  * Bars and charts
  * Shop
  * Media Queries
  * Magic background
  * Footer
* Stop animation on mobile device
* Icons
* Demo page

-------------------------------------------------------------------*/
/* Fonts */
@import "https://fonts.googleapis.com/css?family=Montserrat:200,500,700,800|Gloria+Hallelujah";
/* Fonts and Plugins */
@import url(../fonts/fontawesome/css/fontawesome.min.css);
@import url(../fonts/fontawesome/css/brands.min.css);
@import url(../fonts/fontawesome/css/solid.min.css);
@import url(../fonts/ionicons/css/ionicons.min.css);
@import url(../js/vegas/vegas.min.css);
@import url(animate.min.css);
@import url(swipebox.css);
/* Base structure */
html {
  width: 100% !important;
  height: 100% !important;
}

body {
  width: 100% !important;
  height: 100% !important;
  font: 500 15px/1.6 Montserrat, sans-serif;
  letter-spacing: -0.4px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -1px;
}

h3, h4, h5, h6 {
  letter-spacing: -0.4px;
}

/* Preloader */
#preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#status {
  position: absolute;
  left: 47%;
  top: 50%;
  margin: auto;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: #999;
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
  animation-name: loader;
  -webkit-animation-name: loader;
  -moz-animation-name: loader;
}
#status:before, #status:after {
  animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out;
}
#status:before, #status:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes loader {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 0.5;
  }
}
@-ms-keyframes loader {
  from {
    -ms-transform: scale(0);
    opacity: 1;
  }
  to {
    -ms-transform: scale(1);
    opacity: 0.5;
  }
}
@-webkit-keyframes loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
}
@-moz-keyframes loader {
  from {
    -moz-transform: scale(0);
    opacity: 1;
  }
  to {
    -moz-transform: scale(1);
    opacity: 0.5;
  }
}
.no-transform {
  text-transform: none;
}

p {
  margin: 0 0 35px;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  -webkit-filter: blur(0);
  filter: blur(0);
}

a, img, :focus, input {
  outline: none !important;
}

a:hover, a:focus {
  color: #666;
  text-decoration: none;
}
a img:hover {
  opacity: 0.75;
}

.no-pad {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.no-pad-btm {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

.overlay {
  background: rgba(7, 9, 21, 0.5);
}

.overlay-white {
  background: rgba(255, 255, 255, 0.85);
  color: #555 !important;
  text-shadow: none;
}

.overlay, .overlay-white {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.image-overlay {
  padding: 0;
  margin-top: -150px;
  z-index: 999;
  position: relative;
}

@media (max-width: 1199px) {
  .image-overlay {
    margin-top: 0;
  }
}
.breadcrumb {
  background-color: transparent;
  padding: 15px 15px;
}

section, .section {
  position: relative;
  z-index: 992;
  padding-top: 40px;
  padding-bottom: 160px;
  background-color: #fff;
}

.section-small {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: auto !important;
}

.section-offcet {
  overflow: inherit;
}

.list-inline > li {
  padding-bottom: 10px;
  vertical-align: bottom;
}

input, textarea {
  border-radius: 50px !important;
}

.dropdown-menu, .panel, .progress, .list-group-item, select {
  border-radius: 6px !important;
}

.nav .label {
  padding: 0.4em 0.7em 0.3em 0.7em;
}

.label-danger {
  background-color: #c00;
}

.badge {
  line-height: inherit;
  border-radius: 15px !important;
}

.dark-gray {
  color: #999;
}

.gray {
  color: #ccc;
}

.blue {
  color: #5bc0df;
}

.violet {
  color: #ff4081;
}

.pastel {
  color: #9aa8b1;
}

.text-black {
  color: #000;
}

.white {
  color: #fff;
}

/* Buttons */
.btn {
  font-size: 12px !important;
  letter-spacing: 0.5px;
  outline: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: none;
  text-decoration: none;
  padding: 7px 25px;
  border-radius: 40px;
  font-weight: 800;
}
.btn:hover {
  box-shadow: none;
}

.btn-lg {
  font-size: 13px !important;
  padding: 10px 32px;
}

.btn-sm {
  font-size: 10px !important;
}

.btn-xs {
  font-size: 9px !important;
  padding: 4px 10px;
}

.btn-border {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent;
}

.btn-dark-border {
  border: 2px solid #000;
  color: #000;
  background-color: transparent;
}

.btn-white {
  border: 2px solid #fff;
  color: #000 !important;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.btn-gray {
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #000 !important;
}

.btn-dark {
  border: 2px solid #18191B;
  background-color: #18191B;
  color: #fff !important;
}

.btn-Concept {
  border: 2px solid #9aa8b1;
  background-color: #9aa8b1;
  color: #fff !important;
}

.btn-violet {
  border: 2px solid #ff4081;
  background-color: #ff4081;
  color: #fff !important;
}

.btn-border:focus, .btn-dark-border:focus, .btn-gray:focus, .btn-border:focus, .btn-white:focus, .btn-Concept:focus, .btn-violet:focus {
  opacity: 1;
}

.btn:hover {
  opacity: 0.85 !important;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  border-radius: 50px;
  margin: 0;
}

.input-group-btn .btn {
  margin-left: -30px !important;
  z-index: 9;
}

a .fa, a .icon {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.iconsmall {
  font-size: 46px;
  float: left;
  line-height: 54px;
  padding-right: 10px;
}

.icon-big {
  font-size: 80px !important;
  display: block !important;
  line-height: 75px !important;
  padding: 15px;
}

.intro-body .icon-big {
  padding: 20px;
}

.classic {
  font-family: "Gloria Hallelujah";
  font-weight: normal !important;
  letter-spacing: 0;
  transform: rotate(-3deg) !important;
  -moz-transform: rotate(-3deg) !important;
  -webkit-transform: rotate(-3deg) !important;
  text-transform: none;
  display: inline-block;
  font-size: 22px;
  padding: 5px;
}

.classic-gradient {
  background: -moz-linear-gradient(#ccc, #000);
  background: -webkit-linear-gradient(#ccc, #000);
  background: linear-gradient(#ccc, #000);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.classic-big {
  font-size: 70px !important;
  line-height: 60px;
  font-weight: normal !important;
  letter-spacing: -1px !important;
  text-transform: none !important;
  padding-bottom: 0;
  display: block;
}

.bg-dark .classic {
  background: transparent;
  color: #fff;
}

.text-gradient {
  background: linear-gradient(to bottom left, #aee5ff, #005279);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-gray {
  background: linear-gradient(to bottom left, #ccc, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

::-moz-selection, ::selection {
  color: #fff;
  background: #000;
}

ul, ol {
  margin-bottom: 1.5em;
}

a .la {
  opacity: 0.6 !important;
}
a .la:hover {
  opacity: 0.9;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.fa {
  vertical-align: middle;
}

/* NavBar */
.navbar-custom {
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  border-bottom: transparent;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.navbar-custom .navbar-brand {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  /* padding: 17px 5px 12px 15px; */
}
.navbar-custom img {
  display: inline-block;
}
.navbar-custom.top-nav-collapse {
  background-color: #fff;
  /* border-bottom: 1px solid #eee; */
}
.navbar-custom.top-nav-collapse a {
  color: #000;
}
.navbar-custom.top-nav-collapse .navbar-brand {
  font-size: 22px;
}

.navbar-fixed-top .container {
  width: auto;
}

@media (min-width: 1200px) {
  .top-nav-collapse .container {
    width: 1170px !important;
  }
}
.navbar-custom .navbar-brand .logo {
  max-height: 42px;
  display: inline-block;
}

.logoborder {
  border: 1px solid #fff;
  padding: 12px 18px;
  max-height: 48px !important;
  margin-top: -10px;
  font-size: 20px;
}

.logobig {
  font-size: 30px;
}
.logobig .icon-big {
  line-height: 1px;
  margin-top: -25px;
}

.logobig .classic {
  font-size: 36px;
  transform: rotate(0) !important;
  -moz-transform: rotate(0) !important;
  -webkit-transform: rotate(0) !important;
}

.logodark.classic {
  font-size: 40px;
  margin-top: -8px;
}

.supcircle {
  background-color: #5bc0de;
  color: #fff;
  padding: 4px 8px;
  font-size: 16px;
  position: absolute;
  margin: 14px -15px;
  line-height: 16px;
  border-radius: 50% !important;
  font-weight: bold;
}

.navbar-custom.top-nav-collapse .navbar-brand .logo {
  max-height: 24px;
}
.navbar-custom .navbar-brand .logodark {
  display: none;
}
.navbar-custom.top-nav-collapse .navbar-brand .logodark, .navbar-custom .navbar-brand .logo {
  display: inline-block;
}
.navbar-custom.top-nav-collapse .navbar-brand .logo {
  display: none;
}
.navbar-custom.top-nav-collapse .navbar-brand .logodark {
  max-height: 30px;
}
.navbar-custom .navbar-brand i {
  vertical-align: middle;
}
.navbar-custom .navbar-brand:focus {
  outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}

.nav > li > a {
  padding: 21px 13px 15px;
}

.navbar-custom a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.navbar-custom .nav li a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: 0;
  background-color: transparent !important;
}
.navbar-custom .nav li.active a {
  color: #789 !important;
}
.navbar-custom .nav li.active a:hover {
  color: #789;
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.95);
  color: #fff;
  min-width: 230px !important;
  right: 0;
  left: auto;
  border: 0;
}
.dropdown-menu > li > a {
  font-size: 11px;
  padding: 11px 18px;
  white-space: nowrap;
}
.dropdown-menu > .active > a {
  color: #333 !important;
  background-color: transparent;
}
.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: transparent;
}

.nav .open > a {
  background-color: transparent;
  border-color: transparent;
}
.nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.search-form {
  margin: 5px 10px;
  width: 250px;
  font-size: 14px;
}
.search-form .form-control {
  color: #ccc !important;
}

.search-button {
  width: 42px;
  height: 40px;
  line-height: 38px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 12px;
  overflow: hidden;
  background: transparent;
  color: #888;
  border: none;
  outline: none;
}

.search-form {
  padding: 10px;
  width: 100%;
  border-bottom: #555;
  margin: 0;
}

.nav .badge {
  color: #fff;
  padding: 5px 6px 4px 7px;
  position: absolute;
  margin: -10px -4px;
  line-height: 1;
  border-radius: 50% !important;
  border: #dadada 2px solid;
}

.navbar-toggle {
  padding: 10px 0;
}
.navbar-toggle .icon-bar {
  width: 30px;
  border-radius: 0;
  background: #fff;
}

.top-nav-collapse .icon-bar {
  background: #333;
}

.navbar-custom.nav-bright a {
  color: #333;
}

.vmenu {
  display: inline-block;
  margin: 0;
  padding: 0;
}

a.btn-nav .btn {
  margin: 30px 0 109px;
}

.navbar-custom .nav .dropdown-menu li a.btn-nav:hover {
  background-color: transparent;
}

.menu-divider {
  width: 1px;
  border-right: 1px solid #b3b3b3;
  line-height: 18px;
  margin: 23px 15px 0;
}

.dropdown-menu strong {
  padding: 20px 0 16px 18px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1px;
  color: #555 !important;
}

.nav .active {
  height: auto !important;
}

.dropdown-menu {
  padding: 10px 0;
}

.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
}
.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -25px 14px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.navbar-nav.sm-collapsible .caret:before {
  content: "+";
  font-family: monospace;
  font-size: 20px;
}
.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: "-";
}
.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: "" !important;
}
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px;
}
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.navbar-nav span.scroll-up-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
}
.navbar-nav span.scroll-down-arrow {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent;
}
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px;
}
.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px;
}
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px;
}
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a, .navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px;
}
.navbar-nav .dropdown-menu > li > a {
  white-space: normal;
}
.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap;
}
.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal;
}

.navbar-right ul.dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown-menu .fa {
  opacity: 0.5 !important;
  line-height: 13px !important;
}

.nav .fa {
  font-size: 16px;
  line-height: 1px;
}
.nav .fa-angle-down {
  font-size: 13px;
}
.nav .fa, .nav a .fa {
  opacity: 1 !important;
}
.nav .fa-plus {
  font-size: 12px;
}

@media (min-width: 991px) {
  .search-form input {
    background: transparent;
    border: 0;
    width: 200px;
  }

  .navbar-custom {
    padding: 40px 30px;
    border-bottom: 0;
    background: transparent;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0 30px;
    background-color: #fff;
  }
  .navbar-custom .nav .dropdown-menu li a:hover {
    background-color: #ddd;
  }

  @-webkit-keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @keyframes fadeInUniversal {
    0% {
      opacity: 0;
      transform: translate(0, -40px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  li:hover ul.dropdown-menu {
    opacity: 1;
    -webkit-animation: fadeInUniversal 0.7s;
    animation: fadeInUniversal 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }

  .navbar-left {
    float: right !important;
  }

  ul.dropdown-menu.columns-2 {
    left: 0 !important;
    padding: 20px 22px 25px;
  }
  ul.dropdown-menu.columns-3 {
    left: 0 !important;
    padding: 20px 22px 25px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    min-width: 860px !important;
  }
  ul.dropdown-menu.columns-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    min-width: 380px !important;
  }

  .columns2 .btn-white, .columns3 .btn-white {
    margin-top: 12px;
    display: inline-block;
  }

  .navbar-fixed-top .caret, .navbar-fixed-top .open > .dropdown-menu {
    display: none;
  }

  .angle-right:after {
    float: right;
    font-family: "Font Awesome 5 Free";
    content: "";
    color: inherit;
    position: absolute;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    padding: 0;
  }
}
@media (max-width: 990px) {
  p.empty {
    display: none;
  }

  .search-button {
    margin-top: 0;
  }

  .nav .badge {
    margin: 2px 4px;
  }
  .nav a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    color: #000 !important;
  }
  .nav a:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  }

  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    background-color: #eee !important;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-collapse.in {
    overflow-y: auto !important;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
    background-image: none;
  }
}
/* NavBar Center */
.navbar-center .navbar-brand {
  transform: translateX(-50%);
  left: 51%;
  position: absolute;
  padding: 14px 0;
  margin-left: 0;
}

.navbar-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar-center .nav > li > a {
  padding: 21px 12px 15px !important;
}

@media (min-width: 1170px) {
  .navbar-center .container {
    width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* NavBar Wide */
@media (min-width: 991px) {
  .navbar-custom.top-nav-collapse {
    padding: 0 !important;
  }
}
/* NavBar Landing */
.landing-nav .toggle-btn:hover, .landing-nav a:hover {
  opacity: 0.9;
}

.landing-nav nav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.landing-nav nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.landing-nav nav ul li {
  transform: translateY(50px);
  opacity: 0;
}

.landing-nav nav ul li a {
  display: block;
  font-size: 26px;
  text-decoration: none;
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.landing-nav, .landing-nav a {
  color: #fff;
}

.landing-nav a:hover:after {
  width: 100%;
  left: 0;
}

.landing-nav a:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  background: #5bc0df;
  transition: width 1s ease 0s, left 0.5s ease 0s;
  width: 0;
}

.toggle-btn {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 50px;
  right: 50px;
  cursor: pointer;
  transition: all 0.5s;
}

.top-nav-collapse .toggle-btn {
  top: 40px;
  right: 40px;
}

.toggle-btn .bar {
  width: 40px;
  height: 3px;
  margin: 6px auto;
  transition: all 0.3s;
}

.landing-nav .logo, .landing-nav .logodark {
  max-height: 60px;
  position: absolute;
  top: 50px;
  left: 50px;
}

.landing-nav.top-nav-collapse .logodark {
  width: 100%;
	max-height: 200px;
  opacity: 1;
  top: 40px;
  left: 40px;
}

.landing-nav .logodark {
  opacity: 0;
}

.landing-nav.top-nav-collapse .logo {
  opacity: 0;
}

.toggle-btn .bar {
  background-color: #fff;
}

.toggle-btn-white .bar {
  background-color: #fff !important;
}

.toggle-btn-black .icon-bar {
  background-color: #000 !important;
}

.top-nav-collapse .toggle-btn .bar {
  background-color: #000;
}

.toggle-btn .bar:nth-child(2) {
  margin-right: 5px;
}

.toggle-btn .bar:nth-child(2):hover {
  margin-right: 0px;
}

#toggle:checked ~ nav {
  opacity: 1;
  visibility: visible;
}

#toggle:checked ~ nav ul li {
  transform: translateY(0px);
  opacity: 1;
}

#toggle:checked ~ nav ul li {
  transition: all 0.3s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}

#toggle:checked + label.toggle-btn .bar {
  background-color: #fff;
}

#toggle:checked + label.toggle-btn .bar:nth-child(2) {
  transform: translateX(50px);
  opacity: 0;
}

#toggle:checked + label.toggle-btn .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

#toggle:checked + label.toggle-btn .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.logolanding {
  max-height: 120px;
  margin: 25px 0;
}

.landing-nav .footer {
  position: fixed;
  bottom: 30px;
}

/* Backgrounds and font color */
.bg-gray {
  background-color: #f7f7f7;
}

.bg-gray2 {
  background-color: #f1f1f1;
}

.bg-transparent {
  background-color: transparent;
}

.bg-dark {
  background-color: #18191B;
}

.bg-dark2 {
  background-color: rgba(12, 13, 15, 0.98);
}

.bg-custom-section {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.small-header {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 55px;
}
.small-header.bg-dark:before, .small-header.bg-transparent:before, .small-header.bg-img:before, .small-header.bg-img2:before, .small-header.bg-img3:before, .small-header.bg-img4:before, .small-header.bg-img5:before, .small-header.bg-img6:before {
  background: rgba(7, 9, 21, 0.5);
  content: " ";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9;
}
.small-header .bg-white h2, .small-header .bg-white h3 {
  color: #789;
}

@media (max-width: 992px) {
  .small-header {
    text-align: center !important;
  }
  .small-header .text-right {
    text-align: center !important;
  }
}
.bg-img-custom-small {
  min-height: 500px;
}

.bg-img-custom, .bg-img-custom-small, .bg-dark, .bg-dark2, .bg-transparent, .bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6 {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.bg-img-custom a {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.bg-img {
  background: url(../img/main/35.jpg);
}

.bg-img2 {
  background: url(../img/main/18.jpg);
}

.bg-img3 {
  background: url(../img/main/2.jpg);
}

.bg-img4 {
  background: url(../img/main/10.jpg);
}

.bg-img5 {
  background: url(../img/main/0.jpg);
}

.bg-img6 {
  background: url(../img/main/40.jpg);
}

.bg-img7 {
  background: url(../img/misc/background.png);
}

.bg-img-custom, .bg-img-custom-static, .bg-img-custom-small, .bg-img, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6, .bg-img7 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  /* MAGIC HAPPENS HERE */
  transform: translateZ(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0);
}

.bg-img-custom, .bg-img-custom-small, .bg-dark a, .bg-dark2 a, .bg-transparent a, .bg-img a, .bg-img2 a, .bg-img3 a, .bg-img4 a, .bg-img5 a, .bg-img6 a, .bg-primary a {
  color: #fff;
}

.bg-img-custom a:hover, .bg-img-custom-small a:hover, .bg-dark a:hover, .bg-dark2 a:hover, .bg-transparent a:hover, .bg-img a:hover, .bg-img2 a:hover, .bg-img3 a:hover, .bg-img4 a:hover, .bg-img5 a:hover, .bg-img6 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.bg-white {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #222 !important;
  text-shadow: none !important;
}
.bg-white a {
  color: #555 !important;
}

.intro {
  position: relative;
  width: 100%;
  height: 100vh; /* Tam ekran */
  overflow: hidden;
}

.intro-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3); /* İstersen koyulaştırma */
  z-index: 0;
}

.intro-body {
  position: relative;
  z-index: 1;
}




/* Intro */
.intro {
  display: table;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100% !important;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.intro a {
  color: #fff;
}
.intro a:hover {
  color: #ccc;
  text-decoration: none;
}

.introhalf {
  height: 50% !important;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: left;
  padding: 150px 0 70px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.bottom-hero, .bottom .intro-body {
  vertical-align: bottom;
  width: 500px;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 30px;
  right: 100px;
}

.bottom-center {
  vertical-align: bottom;
  position: absolute;
  bottom: 45px;
  width: 100%;
}

@media (max-width: 990px) {
  .bottom .intro-body {
    right: auto;
    width: 100%;
    padding: 40px;
  }
}
.introhalf .intro-body {
  padding: 180px 0 110px;
}

.transparent, transparent a, transparent h1 {
  color: #000 !important;
  text-shadow: none;
}

.transformx:before {
  transform: skewX(7deg);
  transform-origin: top right;
  right: 0;
  left: auto;
  width: 830px;
  content: "";
  top: 0;
  position: fixed;
  height: 100%;
  z-index: -9;
}

.transformx.orange:before {
  background: rgba(255, 100, 0, 0.6);
}

.transformx.black:before {
  background: rgba(0, 0, 0, 0.5);
}

.intro h1 {
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 0;
}
.intro h1.intro-small {
  font-size: 65px;
  line-height: 65px;
}
.intro .small {
  font-size: 50px;
  line-height: 50px;
}
.intro .lead {
  margin: 40px 0 0;
}

.intro-fullscreen {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.intro-fullscreen .small {
  font-size: 85%;
}

@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .intro {
    padding: 0;
  }
}
/* Intro solid color */
.solid-color .intro-body:before {
  background: transparent !important;
}

.solid-color.intro {
  text-shadow: none !important;
}

.solid-color {
  background: linear-gradient(45deg, #e91e62 0%, #ff0057de 52%);
}

/* Video background */
.video-controls {
  position: absolute;
  bottom: 30px;
  right: 40px;
  z-index: 1;
  opacity: 0.4;
  display: none;
}

.video-controls-visible {
  display: inline;
}

.video-controls .fa {
  color: #fff;
  padding: 5px;
  width: 25px;
}
.video-controls a.fa {
  text-decoration: none;
}

.mbYTP_wrapper {
  z-index: 0 !important;
}

.section-video {
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 60px;
  top: 0 !important;
  opacity: 1 !important;
}
.section-video .mbYTP_wrapper {
  z-index: -1 !important;
}
.section-video:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -9;
}

.bg-video-small {
  text-align: left !important;
  opacity: 1 !important;
  top: 0 !important;
}

/* Forms */
.small-form {
  margin: 0 auto 40px !important;
  max-width: 350px;
}

.help-block li {
  list-style: none;
  color: #990000;
}
.help-block ul {
  padding: 0;
  margin: 0;
}

.form-control {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.3s, -webkit-box-shadow ease-in-out 0.3s;
  transition: border-color ease-in-out 0.3s, box-shadow ease-in-out 0.3s;
}
.form-control:focus {
  border-color: #888;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subscribe-form {
  padding: 0;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0;
}

input[type=checkbox], input[type=radio] {
  margin: 7px 0 0;
}

.checkbox label, .radio label {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input {
  margin-bottom: -1px;
}

.dark-form input, .dark-form textarea {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.45);
  border: 0;
}

/* Countdown */
[id*=clock] {
  padding: 40px 0;
}
[id*=clock] div {
  font-weight: bold;
  display: inline-block;
  font-size: 12px;
  margin: 0 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 60px;
}
[id*=clock] span {
  font-weight: 200;
  display: block;
  font-size: 54px;
  padding: 30px 0;
  width: 68px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 1170px) {
  [id*=clock] div {
    margin: 0 15px;
  }
  [id*=clock] span {
    font-size: 48px;
    padding: 18px 0;
  }
}
@media (max-width: 768px) {
  [id*=clock] div {
    margin: 0 15px;
  }
  [id*=clock] span {
    font-size: 38px;
    padding: 15px 0;
    width: 40px;
  }
}
@media (max-width: 468px) {
  [id*=clock] div {
    margin: 0 7px;
  }
  [id*=clock] span {
    font-size: 32px;
    padding: 5px 0;
  }
}
/* News - Blog etc grid */
#news div[class*=col-] {
  margin-bottom: 60px;
}
#news h5 {
  padding-top: 10px;
  margin-bottom: 25px;
}

#news-wide h3, #news-wide h4, #news-wide h5 {
  margin: 5px 0;
}

.grid-pad img {
  margin-bottom: 25px;
}
.grid-pad div[class*=col-] {
  margin-bottom: 40px;
}

#news-single .carousel {
  padding-bottom: 20px;
}

.row:not(:first-child) {
  padding-top: 40px;
}

.row:not(:first-child) div[class*=col-] {
  margin-bottom: 0;
}

/* Team */
#team [class*=col-] {
  padding: 0 13px 0;
}
#team i {
  color: #777;
}
#team h5 {
  margin-top: -95px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 30px;
}
#team .fab {
  font-size: 18px;
}
#team .list-inline {
  margin: -10px;
}
#team .shadow::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  margin-top: -200px;
  height: 200px;
  width: 100%;
  content: "";
}

/* Contact */
#contact {
  padding-top: 0;
  padding-bottom: 0;
}
#contact #map {
  height: 420px;
}
#contact div[class*=col-] {
  padding: 30px;
  background: rgba(255, 255, 255, 0.85);
  margin-top: -375px;
  box-shadow: 0 0 57px rgba(0, 0, 0, 0.08);
}

#contact2 a {
  text-decoration: none;
  color: #555;
}
#contact2 hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
}
#contact2 .list-inline {
  padding-top: 10px;
}

@media (max-width: 991px) {
  #contact {
    text-align: center;
  }
}
/* Quote */
blockquote {
  padding: 18px;
  margin: 0 0 20px;
  border-left: none;
}
blockquote:before, blockquote:after {
  color: #ccc;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
}
blockquote:before {
  content: "";
  padding-right: 15px;
}
blockquote:after {
  content: "";
  padding-left: 10px;
}

.quote {
  font-size: 18px;
}

/* Facts */
@media (max-width: 768px) {
  .facts .col-sm-6 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.action-box li {
  float: left;
  margin: 20px 0 0 15px;
}
.action-box span {
  display: none;
}

#tweecool span {
  font-size: 18px;
}

/* Map */
#map {
  width: 100%;
  height: 400px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#mapdark {
  width: 100%;
  height: 430px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border: 0 !important;
}

.mapsmall {
  margin-bottom: 30px;
  border: 0 !important;
}

/* Carousel */
.carousel-control {
  width: 8%;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}
.carousel-control:focus, .carousel-control:hover {
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  opacity: 0.5;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
  filter: none;
}

#Carousel-intro .carousel-control {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}
#Carousel-intro .carousel-control:focus, #Carousel-intro .carousel-control:hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  opacity: 0.5;
}

@media (max-width: 991px) {
  .carousel-big .carousel-control {
    display: none;
  }
}
.carousel-fade .carousel-inner {
  /* position: absolute; */
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 9;
}

.carousel-item {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.carousel-item-text {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 30px 0 30px 0;
}

/* FF BUG FIX */
#Carousel-intro .carousel-inner {
  position: absolute !important;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right, .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-indicators {
  bottom: 10px;
}

.indicators-inside {
  bottom: 7px;
}

#Carousel-intro .carousel-indicators {
  bottom: 30px;
}

.carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 0 5px 0;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 0 5px 0;
  background-color: #777;
  border: 0;
}
.carousel-indicators .active {
  background-color: #666;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  font-size: 90px;
  color: #999;
}

#carousel-light2, #carousel-light3, #carousel-light6, .slider-offset {
  margin-top: -120px;
}
#carousel-light2 .carousel-indicators, #carousel-light3 .carousel-indicators, #carousel-light6 .carousel-indicators, .slider-offset .carousel-indicators {
  bottom: -55px;
}

.carousel, .item, .active, .carousel-inner {
  height: 100%;
}

.fill {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#carousel-news img {
  width: 100%;
}

/* Shop thumbnails carousel */
#carousel-example-generic {
  margin: 20px auto;
  width: 400px;
}

#carousel-shop .carousel-indicators {
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
  position: static;
}
#carousel-shop .carousel-indicators img {
  max-width: 104px;
}
#carousel-shop .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}
#carousel-shop .carousel-indicators li img {
  display: block;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#carousel-shop .carousel-indicators li.active img {
  opacity: 1;
}
#carousel-shop .carousel-indicators li:hover img {
  opacity: 0.75;
}
#carousel-shop .carousel-outer {
  position: relative;
  padding-bottom: 40px;
}

#carousel-dark {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
}

.nav-pills.nav > li > a {
  padding: 0;
}
.nav-pills.nav > li > a:focus, .nav-pills.nav > li > a:hover {
  background-color: transparent;
}

/* Animated mouse */
.mouse {
  position: relative;
  display: inline-block;
  height: 60px;
  margin-right: 40px;
}
.mouse i {
  font-size: 40px;
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  animation: scroll 3s linear infinite;
}

@keyframes scroll {
  1% {
    opacity: 1;
    top: 30%;
  }
  20% {
    opacity: 1;
    top: 80%;
  }
  60% {
    opacity: 0;
    top: 80%;
  }
  100% {
    opacity: 0;
    top: 30%;
  }
}
@media (max-height: 690px) {
  .scroll-btn {
    display: none;
  }
}
/* Text rotator */
.rotating {
  display: inline-block;
}

/* Number scroller */
.numscroller {
  font-size: 50px;
  line-height: 60px;
  font-weight: 200;
  display: block;
}

.btn .numscroller {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2px;
  padding-left: 7px;
  margin-left: 8px;
  border-left: 1px solid #fff;
}

/* Testimonials */
#testimonials .carousel-caption {
  display: block;
  position: unset;
}

/*  Portfolio and Gallery */
.portfolio-sorting, .portfolio-sorting2 {
  text-transform: uppercase;
  padding: 20px 0;
  font-size: 12px;
}
.portfolio-sorting li a, .portfolio-sorting2 li a {
  padding: 5px 15px;
  color: #777;
}
.portfolio-sorting a:hover, .portfolio-sorting a.active, .portfolio-sorting2 a:hover, .portfolio-sorting2 a.active {
  color: #fff;
  background: #999;
  border-radius: 20px;
}

#portfolio .list-inline li {
  display: inline-block;
  padding: 10px 5px 0;
}

.portfolio-item {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.portfolio-items {
  margin-bottom: 0;
}

.portfolio-item a {
  display: inline-block;
  color: #fff !important;
}
.portfolio-item a:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}
.portfolio-item img {
  max-width: none;
  position: relative;
  left: 0;
  width: 100%;
}
.portfolio-item:hover img {
  transform: scale(1.2, 1.2) translate(15px, 15px);
  -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
  -webkit-transform: scale(1.2, 1.2) translate(15px, 15px);
}

.portfolio-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.portfolio-overlay .caption {
  position: absolute;
  bottom: 100px;
  left: 0;
  padding: 0 30px;
  text-align: left;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 0;
}

.portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 10%;
  opacity: 1;
}
.portfolio-item a h5 {
  margin-bottom: 5px;
  color: #fff;
}

.portfolio-wide .portfolio-item {
  margin-bottom: 20px;
}

#portfolio .no-pad {
  padding: 2px !important;
}

#news-wide .portfolio-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
#news-wide .portfolio-overlay:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}
#news-wide .portfolio-overlay .caption {
  position: absolute;
  bottom: 20px;
  opacity: 1;
  max-width: 400px;
}
#news-wide .portfolio-overlay .caption:hover {
  background: none;
}

#news-wide .portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 30px;
}

#gallery .portfolio-item {
  border: 2.5px solid transparent;
}

/* Pricing */
.panel {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.panel .list-group-item {
  border: 1px solid #dedede;
}

.pricing .number {
  font-size: 60px;
  font-weight: 200;
}
.pricing .panel-heading {
  border: 0;
  background-color: #eee;
  margin: -1px;
}
.pricing .panel-heading h4 {
  margin-bottom: 0;
}

.panel-default {
  border-color: transparent;
  padding: 0 0 20px;
}

.panel-body {
  padding: 35px 20px 35px;
}

.pricing sup, .pricing sub {
  font-weight: 700;
  color: #999;
}
.pricing sup {
  font-size: 16px;
  top: -33px;
}
.pricing sub {
  font-size: 10px;
  top: 0;
}

.bg-dark .panel, .bg-dark .panel-body, .bg-dark .list-group-item {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-dark .pricing .panel-heading {
  border: 0;
  background-color: #000;
  color: #ccc;
}

section.bg-dark .fa, section.bg-dark2 .fa {
  color: #ccc;
}

.bg-dark .list-group-item, .bg-dark2 .list-group-item {
  border: 1px solid #222;
}

.pricing .panel-heading {
  border: 0;
}
.pricing .list-group-item, .pricing .panel-heading {
  padding: 20px 10px;
}

/* Miscellaneous */
.nav-tabs {
  margin-bottom: 30px;
}

.box-shadow, .box-shadow-dark {
  box-shadow: 0px 5px 25px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 993;
  background: #fff;
}
.box-shadow [class*=col-], .box-shadow-dark [class*=col-] {
  padding: 35px 45px;
}

.box-shadow-dark {
  background: #222;
}

.box-shadow2 {
  box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.2);
}

.border {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.teaser {
  position: relative;
  z-index: 993;
  border-radius: 6px;
  min-height: 280px;
  overflow: hidden;
  display: flex;
  /*   align-items: center; */
  justify-content: center;
  flex-direction: column;
}
.teaser div[class*=col-] {
  min-height: 280px;
}

.teaser-caption {
  padding: 40px;
}

.bg-img-custom-static {
  background-attachment: inherit;
  min-height: 280px;
}

.bg-shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
}

.bg-pastel {
  background: #9aa8b1;
  color: #fff;
}

.big {
  font-size: 120px !important;
  line-height: 100px !important;
  font-weight: 800 !important;
  letter-spacing: -4px !important;
  text-transform: none !important;
  padding-bottom: 50px;
}

.bold {
  font-weight: 800 !important;
}

.light {
  font-weight: 500 !important;
  text-transform: none;
}

.indent {
  text-indent: -160px;
}

.topbtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  display: none;
  z-index: 1000;
  padding: 13px;
  border-radius: 50%;
  color: #999;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1;
}

.topbtn::after {
  display: inline-block;
  content: "";
  font-family: "Font Awesome 5 Free";
  cursor: pointer;
}

@media (max-width: 500px) {
  .topbtn {
    display: none !important;
  }
}
/* Pager */
.pager li > a, .pager li > span {
  padding: 30px 0;
  border: 0;
}
.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.pagination > li > a, .pagination > li > span {
  padding: 8px;
  margin-left: 8px;
  border-radius: 50%;
  color: #000;
  width: 40px;
  height: 40px;
  background: #eee;
  border-color: #fff;
}
.pagination > .active > a {
  background-color: #333;
  border-color: #333;
  color: #fff !important;
}
.pagination > .active > a:focus, .pagination > .active > a:hover {
  background-color: #333;
  border-color: #333;
}
.pagination > .active > span {
  background-color: #333;
  border-color: #333;
}
.pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #333;
  border-color: #333;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 50% !important;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 50% !important;
}

/* Bars and charts */
#animate img {
  padding-bottom: 180px;
}

.progress-default {
  font-size: 12px;
}
.progress-default .progress {
  background-color: #ddd;
}
.progress-default .progress-bar {
  background-color: #777;
}

.progress-bar {
  text-align: left;
  text-indent: 20px;
}

.progress-thin .progress {
  margin-top: 10px;
  height: 3px;
  margin-bottom: 5px;
}

.bg-dark .progress-default .progress {
  background-color: #888;
}
.bg-dark .progress-default .progress-bar {
  background-color: #555;
}
.bg-dark .progress-thin .progress-bar {
  color: #ccc;
}

.circle {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  text-align: center;
  width: 100px;
  padding-top: 38px;
}
.circle span {
  letter-spacing: -1px;
}
.circle canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 6px;
}
.circle span:after {
  content: "%";
  margin-left: 0.1em;
}

.agenda {
  padding: 45px 0 40px;
  font-size: 12px;
  text-transform: uppercase;
}

.progress-bar {
  -webkit-transition: width 2.5s ease !important;
  -moz-transition: width 2.5s ease !important;
  transition: width 2.5s ease !important;
}

/* Shop */
.shop-nav {
  width: 250px;
  overflow: hidden;
  padding: 10px 18px 0;
  display: block;
}

.shop-item {
  position: relative;
}
.shop-item img {
  border: 1px solid #eee;
}

nav .shop-cart {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
}

li .shop-cart {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
li .shop-cart a:hover {
  background-color: transparent !important;
}

.shop-cart img {
  width: 70px;
  padding-right: 10px;
  float: left;
}

.shop-nav {
  color: #333;
}
.shop-nav a {
  color: #333;
}
.shop-nav .btn-dark-border {
  margin-bottom: 8px;
}
.shop-nav .fa {
  margin: 0 0 15px 5px;
}

.add-cart {
  position: absolute;
  bottom: 8px;
  left: 20px;
  z-index: 1;
  font-weight: 800;
}
.add-cart:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  padding-right: 10px;
  font-size: 20px;
  opacity: 0.5;
}

.badge.price {
  font-size: 13px;
  font-weight: 800;
  position: absolute;
  bottom: 12px;
  right: 14px;
  width: 110px;
  height: 30px;
  text-align: center;
  z-index: 1;
  background-color: #555;
  color: #fff !important;
  padding: 5px 7px;
  text-transform: uppercase;
}
.badge.price.sale {
  bottom: 45px;
  background-color: #789;
}
.badge.price.trend {
  bottom: 45px;
  background-color: #ff4081;
}
.badge.price.new {
  bottom: 45px;
  background-color: #5bc0de;
}
.badge.price.white {
  bottom: 25px;
  background-color: #fff;
  color: #333 !important;
  left: 40px;
}

.sorting {
  border: 0;
  margin: -9px 0px;
  background: transparent;
}
.sorting > option {
  font-size: 14px;
}

.table.shop-cart {
  margin-bottom: 60px;
}
.table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
  padding: 11px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
  padding: 11px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
  padding: 11px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table.shop-cart h3, .table.shop-cart h4, .table.shop-cart h5 {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .table.shop-cart > tbody > tr > td, .table.shop-cart > tbody > tr > th {
    padding: 5px;
  }
  .table.shop-cart > tfoot > tr > td, .table.shop-cart > tfoot > tr > th {
    padding: 5px;
  }
  .table.shop-cart > thead > tr > td, .table.shop-cart > thead > tr > th {
    padding: 5px;
  }
}
/* Demo page */
nav.nav-demo {
  background: #efefef;
}

.demo-header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.demo-header .big {
  font-size: 80px !important;
  line-height: 66px !important;
}
.demo-header .indent {
  text-indent: -45px;
}
.demo-header sup {
  top: -35px;
  font-size: 20px;
  letter-spacing: -0.6px;
  padding-left: 29px;
}
.demo-header .list-inline {
  margin-top: -28px;
}

.intro.demo-header h1 {
  font-size: 60px;
}
.intro.demo-header h2 {
  font-size: 30px;
  letter-spacing: 0px;
}
.intro.demo-header .btn-lg {
  font-size: 17px !important;
  margin: 10px 0 20px;
}
.intro.demo-header .overlay {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .intro.demo-header h1 {
    font-size: 50px;
  }
}
.demo .container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}
.demo img {
  margin: 20px 0 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  box-shadow: 0px 5px 25px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}
.demo a img:hover {
  box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.1);
  transform: translate(0px, 3px);
  opacity: 1;
}
.demo .badge.new {
  background-color: #94aeb3;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 50px;
  right: 20px;
  margin: -40px -10px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 50% !important;
  width: 44px;
  height: 44px;
  text-align: center;
  padding-top: 18px;
  z-index: 1;
  font-weight: bold;
  box-shadow: 3px 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.demo .col-md-4 {
  padding: 0 25px 25px;
}

.awwwards a {
  position: fixed;
  top: 10px;
  left: 0px;
  width: 90px;
  height: 135px;
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: 90px 135px;
  background-image: url(../img/misc/awwwards_left.png);
}

.demo-badge, .buy-badge {
  position: fixed;
  bottom: 25px;
  left: 20px;
  z-index: 9999;
  background-color: #333;
  color: #323743;
  padding: 7px 0 6px 4px;
  font-weight: bold;
  font-size: 12px;
  display: flex;
  width: 161px;
  border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  display: block;
}
.demo-badge i, .buy-badge i {
  font-size: 20px;
  padding-right: 5px;
  width: 28px;
}
.demo-badge, .buy-badge {
  display: block;
}

.demo-badge {
  left: 172px;
  background: #9aa8b1;
  color: #fff;
  width: 110px;
}

.demo-badge a {
  color: #fff;
}

.buy-badge a {
  color: #fff;
}
.buy-badge a img {
  width: 76px;
  vertical-align: text-top;
}

@media (max-width: 940px) {
  .awwwards a {
    display: none;
  }
}
@media (max-width: 768px) {
  .buy-badge, .demo-badge {
    display: none;
  }
}
.showcase .col-lg-6 {
  width: 49%;
}

.offcet {
  margin: -65px auto 30px;
}

.offcet2 {
  margin: 0 auto -20px;
}

.offcet-art-main div[class*=col-] {
  padding: 0;
}

.offcet-art, .offcet-art-right, .offcet-art-dark {
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  position: absolute;
  top: auto;
  left: -195px;
  bottom: 20px;
  color: #000;
  padding: 45px 55px;
  width: 60%;
  text-align: left;
  border-radius: 4px;
}
.offcet-art .text-right, .offcet-art-right .text-right, .offcet-art-dark .text-right {
  display: block;
}

.offcet-art-right {
  right: -195px;
  left: auto;
}

.offcet-art-dark {
  background: #000;
  color: #fff;
}

.row.v-center {
  margin-right: -25px;
  margin-left: -25px;
}

.v-center > [class*=col] {
  display: inline-block;
  float: none;
  vertical-align: middle;
  padding: 0 50px;
}

.v-center-simple {
  display: flex;
  align-items: center;
}

/* Magic background */
.magic, .magic2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

/* Footer */
.footer {
  line-height: 27px;
}
.footer .footer-menu a {
  line-height: 30px;
}
.footer .counter {
  line-height: 44px;
}
.footer a {
  text-decoration: none;
  opacity: 0.55;
}
.footer a:hover {
  text-decoration: none;
  opacity: 1;
}
.footer a.btn {
  color: #000 !important;
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .footer .text-right {
    text-align: center !important;
  }
}
/* Stop animation on mobile devices */
@media (max-width: 991px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}
/* Media Queries */
@media (max-width: 480px) {
  .intro h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 768px) {
  body {
    letter-spacing: 0;
  }

  .h1, h1 {
    font-size: 24px;
  }

  .h2, h2 {
    font-size: 24px;
  }

  .h3, h3 {
    font-size: 20px;
  }

  .h4, h4 {
    font-size: 16px;
  }

  .intro h1 {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .intro h1.classic {
    font-size: 60px;
    line-height: 60px;
    margin: 50px 0 50px;
  }

  section, .section {
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .portfolio-sorting li a {
    margin: 0;
    letter-spacing: 0;
  }

  .shop-item img {
    width: 100%;
  }

  .demo-header .big {
    font-size: 70px !important;
    line-height: 65px !important;
  }

  .demo .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  #portfolio .list-inline li {
    width: 100%;
    padding: 10px 5px 15px;
    text-align: center;
  }

  .carousel-control {
    display: none;
  }
}
@media (max-width: 991px) {
  .action .btn {
    float: none;
    margin-top: 30px;
    text-align: center;
  }

  .header-overlay {
    background: rgba(255, 255, 255, 0.75);
    padding: 36px;
    width: 90%;
    border-radius: 6px;
    position: unset;
  }

  .action, #subscribe {
    text-align: center;
  }
  .action .text-right, #subscribe .text-right {
    text-align: center;
  }
  .action .subscribe-form, #subscribe .subscribe-form {
    padding: 0;
  }

  .grid-pad div[class*=col-] {
    margin-bottom: 40px !important;
  }

  .row.v-center {
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .indent {
    text-indent: unset;
  }

  .big {
    font-size: 80px !important;
    line-height: 60px !important;
  }

  .intro .intro-body {
    padding: 150px 20px 70px;
    text-align: center;
  }
  .intro .intro-body .row {
    text-align: center;
  }

  .pull-left, .pull-right {
    float: none !important;
  }

  .btn {
    margin: 10px;
  }

  .footer .text-right {
    text-align: left;
  }
  .footer .footer-menu {
    padding-bottom: 20px;
  }

  section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
    text-align: center;
  }

  .search-button {
    margin-top: 5px;
  }

  .dropdown-menu .search-button .fa {
    opacity: 1 !important;
  }

  .nav li a {
    -webkit-transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    transition: all 0s ease-in-out !important;
  }
}
@media (max-width: 1199px) {
  #about, #about2, #about-slider, #action-slider, #action-slider2, #action-slider3 {
    text-align: center;
  }

  #carousel-light2, #carousel-light3, #carousel-light4, #carousel-dark, #carousel-transparent {
    margin: 45px 0;
  }

  .offcet-art, .offcet-art-right, .offcet-art-dark {
    left: 0;
    width: 100%;
    position: inherit;
    text-align: center;
  }

  .showcase {
    text-align: center;
  }
  .showcase [class*=col] {
    width: 100%;
  }

  .footer div[class*=col-] {
    text-align: center;
    min-height: 30px;
  }

  .v-center > [class*=col] {
    padding: 40px;
  }
}

/*# sourceMappingURL=main.css.map */









/* ====== TK MODERN RESPONSIVE FORM CSS ====== */
/* ===== TK Talep Formu (Modern / Minimal) ===== */
.TKLeadWrap{
  width: 100%;
  padding: 28px 16px;
}

.TKLeadCard{
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 44px rgba(0,0,0,.06);
}

.TKLeadHead{
  margin-bottom: 14px;
}

.TKLeadTitle{
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #111;
}

.TKLeadSub{
  margin: 8px 0 0 0;
  font-size: 14.5px;
  line-height: 1.45;
  color: rgba(0,0,0,.62);
}

/* Form layout */
.TKForm{
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 14px;
}

.TKField{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.TKLabel{
  font-size: 12.5px;
  letter-spacing: .02em;
  color: rgba(0,0,0,.62);
}

/* Inputs */
.TKInput,
.TKSelect{
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  font-size: 15px;
  color: #111;
  outline: none;
  box-sizing: border-box;
  transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

.TKInput::placeholder{
  color: rgba(0,0,0,.42);
}

.TKInput:hover,
.TKSelect:hover{
  border-color: rgba(0,0,0,.22);
}

.TKInput:focus,
.TKSelect:focus{
  border-color: rgba(0,0,0,.45);
  box-shadow: 0 0 0 4px rgba(0,0,0,.08);
}

/* Select arrow */
.TKSelect{
  padding-right: 40px;
  -webkit-appearance: none;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(0,0,0,.55) 50%),
    linear-gradient(135deg, rgba(0,0,0,.55) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 12px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

/* Button */
.TKBtn{
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: #111;
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  cursor: pointer;
  transition: transform .08s ease, box-shadow .18s ease, opacity .15s ease;
  padding: 0 18px;
  white-space: nowrap;
}

.TKBtn:hover{
  box-shadow: 0 16px 34px rgba(0,0,0,.18);
}

.TKBtn:active{
  transform: translateY(1px);
}

.TKBtn:disabled{
  opacity: .65;
  cursor: not-allowed;
  box-shadow: none;
}

/* Desktop grid */
@media (max-width: 767px){
  .TKLeadHead{ text-align: left; }     /* Başlık + alt metin sola */
  .TKLeadTitle{ text-align: left; }
  .TKLeadSub{ text-align: left; }

  .TKLabel{ text-align: left; }       /* Ad Soyad / Telefon / E-posta / Hizmet sola */
}
@media (min-width: 1024px){
  .TKForm{
    grid-template-columns: 1.1fr 1fr 1.1fr 1.2fr auto;
    align-items: end;
  }
  .TKField--service{ grid-column: 4 / 5; }
  .TKField--btn{ grid-column: 5 / 6; }
}

/* Optional: subtle divider feeling */
.TKDivider{
  height: 1px;
  background: rgba(0,0,0,.06);
  margin-top: 14px;
}

/* ===== TK Toast (More noticeable) ===== */
.TKToast{
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(10px);

  display: flex;
  align-items: center;
  gap: 10px;

  background: #111;
  color: #fff;

  padding: 14px 16px;
  border-radius: 16px;

  font-size: 14.5px;
  font-weight: 650;

  opacity: 0;
  pointer-events: none;

  box-shadow:
    0 18px 45px rgba(0,0,0,.35),
    0 0 0 1px rgba(255,255,255,.10);

  transition: opacity .22s ease, transform .22s ease;
  z-index: 999999;
  max-width: min(560px, calc(100vw - 32px));
}

.TKToast.TKShow{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.TKToastIcon{
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.TKToastText{
  line-height: 1.35;
}

/* Success / Error tone */
.TKToast.success .TKToastIcon{ background: rgba(46, 204, 113, .18); }
.TKToast.error .TKToastIcon{ background: rgba(231, 76, 60, .18); }



/*Kış Bahçesi */
/* Manrope */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

#k-tk-wg.k-tk-wg{
  --k-tk-text:#0b1220;
  --k-tk-muted:#6b7280;
  --k-tk-bg:#ffffff;
  --k-tk-soft:#f3f4f6;
  --k-tk-soft2:#f5f5f5;
  --k-tk-line: rgba(15,23,42,.10);

  --k-tk-yellow:#ffc416;
  --k-tk-dark:#111827;

  --k-tk-radius:18px;
  --k-tk-radius-md:16px;
  --k-tk-radius-sm:14px;

  --k-tk-container: 1180px;

  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  background: var(--k-tk-bg);
  color: var(--k-tk-text);
}

/* Container */
#k-tk-wg .k-tk-wg-container{
  max-width: var(--k-tk-container);
  margin: 0 auto;
  padding: clamp(18px, 3vw, 40px) 16px clamp(36px, 5vw, 72px);
}

/* HERO */
#k-tk-wg .k-tk-wg-hero{
  width: 100%;
  padding: 0 16px;
  margin-top: 10px;
}
#k-tk-wg .k-tk-wg-slider{
  max-width: var(--k-tk-container);
  margin: 0 auto;
  border-radius: var(--k-tk-radius);
  overflow: hidden;
  position: relative;
  background: #cbd5e1;
}
#k-tk-wg .k-tk-wg-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition: opacity .35s ease;
}
#k-tk-wg .k-tk-wg-slide[aria-hidden="false"]{ opacity:1; }
#k-tk-wg .k-tk-wg-slider::before{
  content:"";
  display:block;
  aspect-ratio: 16/6;
  min-height: 280px;
}
#k-tk-wg .k-tk-wg-slide-img{
  width:100%;
  height:100%;
  object-fit: cover;
  position:absolute;
  inset:0;
}
#k-tk-wg .k-tk-wg-slider-controls{
  position:absolute;
  right: 22px;
  bottom: 18px;
  display:flex;
  gap: 17px;
  z-index: 5;
}
#k-tk-wg .k-tk-wg-btn-nav{
  height: 52px;
  width: 74px;
  border-radius: 8px;
  border: 0;
  cursor:pointer;
  font-weight: 700;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: transform .15s ease, filter .15s ease;
}
#k-tk-wg .k-tk-wg-btn-nav:active{ transform: translateY(1px); }
#k-tk-wg .k-tk-wg-btn-prev{
  background: rgba(17,24,39,.35);
  color: #ffffff;
  backdrop-filter: blur(6px);
}
#k-tk-wg .k-tk-wg-btn-next{
  background: var(--k-tk-yellow);
  color: var(--k-tk-dark);
}
#k-tk-wg .k-tk-wg-btn-nav:hover{ filter: brightness(.98); }

/* Placeholder blocks */
#k-tk-wg .k-tk-wg-ph{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  background: linear-gradient(135deg, #cbd5e1, #e5e7eb);
  color: rgba(17,24,39,.55);
  font-weight: 800;
  letter-spacing: .12em;
  font-size: 12px;
}

/* INTRO GRID */
#k-tk-wg .k-tk-wg-intro{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px, 3vw, 44px);
  align-items:start;
  margin-top: clamp(22px, 3vw, 36px);
}

#k-tk-wg .k-tk-wg-h2{
  margin: 0 0 18px;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
}
#k-tk-wg .k-tk-wg-p{
  margin: 0 0 18px;
  color: var(--k-tk-text);
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
}
#k-tk-wg .k-tk-wg-intro-right .k-tk-wg-p{
  font-size: 18px;
  line-height: 2.05;
}
#k-tk-wg .k-tk-wg-p-narrow{ max-width: 60ch; }

/* Download button (screenshot gibi) */
#k-tk-wg .k-tk-wg-download{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  width: 260px;
  height: 68px;
  padding: 0 22px;
  background: var(--k-tk-yellow);
  color: #111827;
  border-radius: 8px;
  text-decoration:none;
  font-weight: 800;
  margin: 6px 0 34px;
}
#k-tk-wg .k-tk-wg-download-ico{
  width: 52px;
  height: 52px;
  display:grid;
  place-items:center;
  border-left: 1px solid rgba(17,24,39,.22);
  font-size: 22px;
  font-weight: 900;
}

/* Maximum Dimensions box */
#k-tk-wg .k-tk-wg-spec{
  margin-top: 10px;
}
#k-tk-wg .k-tk-wg-spec-title{
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}
#k-tk-wg .k-tk-wg-spec-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 18px 20px;
  border-radius: 10px;
  background: #f1f2f4;
  margin-bottom: 14px;
}
#k-tk-wg .k-tk-wg-spec-key{
  font-weight: 500;
  color: #111827;
  font-size: 16px;
}
#k-tk-wg .k-tk-wg-spec-val{
  font-weight: 800;
  font-size: 16px;
  color: #111827;
}

/* MODELS */
#k-tk-wg .k-tk-wg-models{
  margin-top: clamp(38px, 5vw, 70px);
}
#k-tk-wg .k-tk-wg-models-grid{
  display:grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(18px, 3vw, 44px);
  align-items:start;
}

#k-tk-wg .k-tk-wg-h3{
  margin: 0 0 14px;
  font-size: clamp(30px, 3.2vw, 46px);
  letter-spacing: -0.03em;
  font-weight: 600;
}

#k-tk-wg .k-tk-wg-models-right{
  background: #f3f3f3;
  border-radius: 0;
  padding: clamp(22px, 3vw, 34px);
}

#k-tk-wg .k-tk-wg-model-title{
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
#k-tk-wg .k-tk-wg-model-text{
  margin: 0 0 18px;
  color: #374151;
  line-height: 1.8;
  font-size: 15px;
  max-width: 72ch;
}
#k-tk-wg .k-tk-wg-model-media{
  position: relative;
  width: 100%;
  height: 220px;
  display:grid;
  place-items:center;
}
#k-tk-wg .k-tk-wg-ph-model{
  position: static;
  width: 320px;
  height: 170px;
  border-radius: 10px;
}
#k-tk-wg .k-tk-wg-model-label{
  margin-top: 10px;
  text-align:center;
  font-size: 12px;
  letter-spacing: .14em;
  font-weight: 800;
  color: #111827;
}
#k-tk-wg .k-tk-wg-divider{
  height: 1px;
  background: rgba(17,24,39,.15);
  margin: 26px 0;
}

/* Düz icons row */
#k-tk-wg .k-tk-wg-model-icons{
  display:flex;
  gap: 20px;
  align-items:flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}
#k-tk-wg .k-tk-wg-icon{
  width: 170px;
  text-align:center;
}
#k-tk-wg .k-tk-wg-ph-icon{
  position: static;
  width: 170px;
  height: 110px;
  border-radius: 10px;
}
#k-tk-wg .k-tk-wg-icon-label{
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 800;
  color: #111827;
}

/* COLORS */
#k-tk-wg .k-tk-wg-colors{
  margin-top: clamp(38px, 5vw, 70px);
}
#k-tk-wg .k-tk-wg-colors-grid{
  display:grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(18px, 3vw, 44px);
  align-items:start;
}
#k-tk-wg .k-tk-wg-colors-media{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  min-height: 260px;
}
#k-tk-wg .k-tk-wg-ph-wide{
  position: static;
  width: min(900px, 100%);
  height: 260px;
  border-radius: 12px;
}

/* COMPLEMENTS */
#k-tk-wg .k-tk-wg-complements{
  margin-top: clamp(38px, 5vw, 70px);
}
#k-tk-wg .k-tk-wg-complements-grid{
  display:grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(18px, 3vw, 44px);
  align-items:start;
}
#k-tk-wg .k-tk-wg-cards{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
#k-tk-wg .k-tk-wg-card{
  position: relative;
  border-radius: 14px;
  overflow:hidden;
  text-decoration:none;
  color:#fff;
  background: #111827;
  min-height: 320px;
}
#k-tk-wg .k-tk-wg-card-media{
  position:absolute;
  inset:0;
}
#k-tk-wg .k-tk-wg-card-img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
#k-tk-wg .k-tk-wg-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.55) 100%);
}
#k-tk-wg .k-tk-wg-card-overlay{
  position:absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
}
#k-tk-wg .k-tk-wg-card-title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
#k-tk-wg .k-tk-wg-card-sub{
  font-size: 13px;
  opacity: .9;
}

/* RESPONSIVE */
@media (max-width: 1020px){
  #k-tk-wg .k-tk-wg-intro,
  #k-tk-wg .k-tk-wg-models-grid,
  #k-tk-wg .k-tk-wg-colors-grid,
  #k-tk-wg .k-tk-wg-complements-grid{
    grid-template-columns: 1fr;
  }

  #k-tk-wg .k-tk-wg-models-right{
    border-radius: 12px;
  }

  #k-tk-wg .k-tk-wg-cards{
    grid-template-columns: 1fr;
  }

  #k-tk-wg .k-tk-wg-slider::before{
    aspect-ratio: 16/9;
    min-height: 320px;
  }
}

@media (max-width: 560px){
  #k-tk-wg .k-tk-wg-slider-controls{
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }
  #k-tk-wg .k-tk-wg-btn-nav{
    width: 64px;
    height: 48px;
  }
  #k-tk-wg .k-tk-wg-download{
    width: 100%;
    max-width: 340px;
  }
  #k-tk-wg .k-tk-wg-h2{
    font-size: 34px;
  }
  #k-tk-wg .k-tk-wg-p{
    font-size: 16px;
  }
  #k-tk-wg .k-tk-wg-intro-right .k-tk-wg-p{
    font-size: 16px;
  }
  #k-tk-wg .k-tk-wg-ph-wide{
    height: 220px;
  }
}


/* Görsel taşmasını engeller */
#k-tk-wg .k-tk-wg-slide-img{
  width:100%;
  height:100%;
  object-fit: cover;
  position:absolute;
  inset:0;
  display:block;
}

#k-tk-wg .k-tk-wg-model-img{
  width: 320px;
  max-width: 100%;
  height: 170px;
  object-fit: contain;
  display:block;
}

#k-tk-wg .k-tk-wg-icon-img{
  width: 170px;
  height: 110px;
  object-fit: contain;
  display:block;
  margin: 0 auto;
}

/* Renk Seçenekleri görseli taşmasın */
#k-tk-wg .k-tk-wg-colors-media{
  position: relative;
  width: 100%;
  max-width: 900px;      /* istersen kaldır */
  margin-left: auto;     /* sağda dursun */
  overflow: hidden;      /* taşmayı kes */
}

#k-tk-wg .k-tk-wg-media-img{
  display: block;
  width: 100%;
  height: auto;          /* doğal oran */
  max-width: 100%;
  object-fit: contain;   /* kırpma olmasın */
}

/*Kış Bahçesi */





/* pergola */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');

.p-tk-pergola{
  --p-tk-max: 1200px;
  --p-tk-yellow: ffc416;
  --p-tk-text: #e9f1f4;
  --p-tk-muted: rgba(233,241,244,.75);
  --p-tk-line: rgba(241,212,0,.55);

  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color: var(--p-tk-text);

  /* ✅ Full width section */
  width: 100%;
  position: relative;

  /* ✅ Background will be injected by JS */
  background-color: #062b36;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;     /* ✅ responsive cover */
  background-attachment: scroll;

  padding: clamp(36px, 5vw, 80px) 16px;
  overflow: hidden;
}

/* ✅ Overlay gradient to match look */
.p-tk-pergola__overlay{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(1200px 600px at 18% 20%, rgba(0,0,0,.35), rgba(0,0,0,.60)),
    linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.55));
}

/* Content */
.p-tk-pergola__container{
  position: relative;
  z-index: 1;
  max-width: var(--p-tk-max);
  margin: 0 auto;
  display:grid;
  grid-template-columns: 1.05fr 1.35fr;
  gap: clamp(20px, 3.5vw, 60px);
  align-items:start;
}

/* Left */
.p-tk-pergola__title{
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.p-tk-pergola__subtitle{
  margin: 0;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.75;
  max-width: 44ch;
}

/* Right */
.p-tk-pergola__right{
  display:flex;
  flex-direction:column;
  gap: clamp(20px, 2.6vw, 34px);
}
.p-tk-pergola__ghead{
  display:flex;
  gap: 14px;
  align-items:flex-start;
  margin-bottom: 14px;
}
.p-tk-pergola__icon{
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 2px solid var(--p-tk-yellow);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.25);
  position: relative;
}
.p-tk-pergola__icon::after{
  content:"";
  position:absolute;
  inset: 7px;
  border: 2px solid rgba(241,212,0,.8);
  opacity: .65;
}
.p-tk-pergola__q{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}
.p-tk-pergola__d{
  font-size: 14px;
  line-height: 1.65;
  color: var(--p-tk-muted);
}

/* Buttons */
.p-tk-pergola__grid{
  display:grid;
  gap: 12px;
}
.p-tk-pergola__grid--2{
  grid-template-columns: 1fr 1fr;
}
.p-tk-pergola__btn{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  height: 46px;
  padding: 0 16px 0 18px;

  background: rgba(0,0,0,.08);
  border: 1px solid var(--p-tk-line);
  color: var(--p-tk-yellow);
  border-radius: 4px;

  font-weight: 700;
  letter-spacing: -0.01em;
  cursor:pointer;

  transition: transform .14s ease, background .14s ease, border-color .14s ease;
}
.p-tk-pergola__btn:hover{
  transform: translateY(-1px);
  background: rgba(0,0,0,.18);
  border-color: rgba(241,212,0,.85);
}
.p-tk-pergola__btn:active{ transform: translateY(0px); }
.p-tk-pergola__btn.is-selected{
  background: rgba(241,212,0,.12);
  border-color: rgba(241,212,0,.95);
}
.p-tk-pergola__arrow{
  color: var(--p-tk-yellow);
  font-size: 18px;
  line-height: 1;
  opacity: .95;
}

/* Result */
.p-tk-pergola__result{
  margin-top: 6px;
  font-size: 13px;
  color: rgba(233,241,244,.8);
}
.p-tk-pergola__resultLabel{
  color: rgba(233,241,244,.55);
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 980px){
  .p-tk-pergola__container{ grid-template-columns: 1fr; }
  .p-tk-pergola__subtitle{ max-width: 60ch; }
}
@media (max-width: 560px){
  .p-tk-pergola__grid--2{ grid-template-columns: 1fr; }
  .p-tk-pergola__btn{ height: 48px; }
}


/* pergola */






/* ===== PR - Pergola Section (Manrope) ===== */
.pr-pergola,
.pr-pergola * {
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.pr-pergola {
  padding: clamp(40px, 5vw, 80px) 0;
}

.pr-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.pr-header {
  text-align: center;
  margin-bottom: clamp(22px, 3vw, 40px);
}

.pr-title {
  font-size: clamp(30px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  color: #0f1f2a;
  font-weight: 700;
}

.pr-desc {
  max-width: 880px;
  margin: 0 auto;
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.7;
  color: rgba(15, 31, 42, 0.78);
  font-weight: 400;
}

/* 4 kart = 2x2 */
.pr-grid {
  display: grid;
  gap: clamp(14px, 2vw, 22px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 620px) {
  .pr-grid {
    grid-template-columns: 1fr;
  }
}

/* Card */
.pr-card {
  cursor: pointer;
}

.pr-media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 300px; /* 2x2 düzen daha dengeli dursun */
  background: #0b1a22;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
  transform: translateZ(0);
}

.pr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.02);
  transition: transform 450ms ease;
}

.pr-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.55) 75%, rgba(0,0,0,0.62) 100%);
  opacity: 0.95;
  transition: opacity 300ms ease;
}

/* Text block */
.pr-text {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  z-index: 2;
  color: #fff;
}

.pr-card-title {
  margin: 0 0 6px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.pr-card-subtitle {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 400;
}

/* Button (hover’da görünür) */
.pr-btn {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;

  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 14px 16px;

  background: rgba(255, 210, 0, 0.92);
  color: #111;

  /* yazıyı incelttik */
  font-weight: 600;
  letter-spacing: 0.01em;

  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}

.pr-btn-text {
  font-size: 14px;
  font-weight: 600; /* ekstra garanti */
}

.pr-btn-icon {
  font-size: 18px;
  line-height: 1;
  transform: translateX(0);
  transition: transform 220ms ease;
}

/* Hover/Focus states */
.pr-card:hover .pr-img {
  transform: scale(1.08);
}

.pr-card:hover .pr-overlay {
  opacity: 1;
}

.pr-card:hover .pr-btn,
.pr-card:focus-within .pr-btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pr-btn:hover {
  background: rgba(255, 220, 40, 0.98);
}

.pr-btn:hover .pr-btn-icon {
  transform: translateX(4px);
}

/* Keyboard accessibility */
.pr-btn:focus {
  outline: none;
}

.pr-btn:focus-visible {
  outline: 3px solid rgba(255, 210, 0, 0.6);
  outline-offset: 3px;
}

/* ===== PR - Pergola Section ===== */


/* ===== PRD Split Sections (Manrope) ===== */

.prd-alt-sections,
.prd-alt-sections * {
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.prd-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* Background alternation */
.prd-bg-a { background: #ffffff; }
.prd-bg-b { background: #f6f7f8; } /* hafif kırık beyaz */

/* Section spacing (reduced) */
.prd-split {
  padding: clamp(28px, 3.2vw, 56px) 0;
}

/* Layout */
.prd-split-inner {
  display: grid;
  grid-template-columns: 1fr 1.18fr; /* görsel biraz daha büyük ama dengeli */
  align-items: center;
  gap: clamp(14px, 2.2vw, 32px);
}

/* Reverse (çapraz) */
.prd-reverse .prd-content { order: 2; }
.prd-reverse .prd-media { order: 1; }

/* Left content */
.prd-content {
  max-width: 480px;
}

.prd-title {
  margin: 0 0 10px;
  font-size: clamp(26px, 3.1vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #0f1f2a;
}

.prd-desc {
  margin: 0;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.7;
  font-weight: 400;
  color: rgba(15, 31, 42, 0.78);
}

/* Right media */
.prd-media {
  border-radius: 20px;
  overflow: hidden;
  background: #0b1a22;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14); /* daha hafif gölge */
}

.prd-img {
  width: 100%;
  height: clamp(280px, 32vw, 460px); /* görsel daha büyük ama daha kompakt */
  object-fit: cover;
  display: block;
}

/* Mobile: image top, text bottom */
@media (max-width: 820px) {
  .prd-split {
    padding: 22px 0;
  }

  .prd-split-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  /* Mobilde her zaman görsel üstte */
  .prd-media {
    order: 1 !important;
  }

  .prd-content {
    order: 2 !important;
    max-width: none;
  }

  .prd-img {
    height: 240px;
  }

  .prd-title {
    font-size: 30px;
  }

  .prd-desc {
    font-size: 14px;
    line-height: 1.65;
  }
}


.prd-flush-top{
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.prd-flush-top .prd-title{
  margin-top: 0 !important;
}


/* ===== PRD Split Sections (SAFE / Scoped) ===== */
.prd-alt-wrap,
.prd-alt-wrap *{
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  box-sizing: border-box;
}

/* Wrapper: hiçbir şeyi etkilemesin */
.prd-alt-wrap{
  margin: 0;
  padding: 0;
}

/* Arka plan dönüşümü */
.prd-alt-wrap .prd-bg-a{ background: #ffffff; }
.prd-alt-wrap .prd-bg-b{ background: #f6f7f8; }

/* Section spacing */
.prd-alt-wrap .prd-split{
  padding: clamp(28px, 3.2vw, 56px) 0;
}

/* Bu section'ın kendi container'ı (GLOBAL container yok!) */
.prd-alt-wrap .prd-inner{
  width: min(1200px, 92%);
  margin: 0 auto;
}

/* Layout */
.prd-alt-wrap .prd-split-inner{
  display: grid;
  grid-template-columns: 1fr 1.18fr;
  align-items: center;
  gap: clamp(14px, 2.2vw, 32px);
}

/* Reverse */
.prd-alt-wrap .prd-reverse .prd-content{ order: 2; }
.prd-alt-wrap .prd-reverse .prd-media{ order: 1; }

/* Content */
.prd-alt-wrap .prd-content{
  max-width: 480px;
}

.prd-alt-wrap .prd-title{
  margin: 0 0 10px;
  font-size: clamp(26px, 3.1vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #0f1f2a;
}

.prd-alt-wrap .prd-desc{
  margin: 0;
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.7;
  font-weight: 400;
  color: rgba(15, 31, 42, 0.78);
}

/* Media (equal height) */
.prd-alt-wrap .prd-media{
  height: clamp(300px, 34vw, 480px);
  border-radius: 20px;
  overflow: hidden;
  background: #0b1a22;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
}

.prd-alt-wrap .prd-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile: image top, text bottom */
@media (max-width: 820px){
  .prd-alt-wrap .prd-split{
    padding: 22px 0;
  }

  .prd-alt-wrap .prd-split-inner{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .prd-alt-wrap .prd-media{
    order: 1 !important;
    height: 240px;
  }

  .prd-alt-wrap .prd-content{
    order: 2 !important;
    max-width: none;
  }

  .prd-alt-wrap .prd-title{
    font-size: 30px;
  }

  .prd-alt-wrap .prd-desc{
    font-size: 14px;
    line-height: 1.65;
  }
}




/* İLETİŞİM CSS */

.TKCwrap{
  --TKCbg: #0b0c0f;
  --TKCsurface: rgba(255,255,255,.06);
  --TKCtext: rgba(255,255,255,.92);
  --TKCmuted: rgba(255,255,255,.62);
  --TKCline: rgba(255,255,255,.10);
  --TKCshadow: 0 14px 30px rgba(0,0,0,.35);
  --TKCradius: 18px;
  --TKCradius2: 24px;
  --TKCpad: 22px;
  --TKCmax: 1100px;

  color: var(--TKCtext);
  padding: 0 16px 34px;
  background:
    radial-gradient(1200px 600px at 15% 0%, rgba(255,255,255,.10), transparent 55%),
    radial-gradient(900px 500px at 95% 20%, rgba(255,255,255,.07), transparent 55%);
}

.TKChero{ padding: 52px 0 10px; }
.TKCheroInner{ max-width: var(--TKCmax); margin: 0 auto; }
.TKCheroTitle{
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.TKCheroText{
  margin: 0;
  color: var(--TKCmuted);
  font-size: 16px;
  line-height: 1.6;
}

.TKCgrid{
  max-width: var(--TKCmax);
  margin: 0 auto;
  padding: 18px 0 14px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
}

.TKCcard{
  background: linear-gradient(180deg, var(--TKCsurface), rgba(255,255,255,.03));
  border: 1px solid var(--TKCline);
  border-radius: var(--TKCradius2);
  box-shadow: var(--TKCshadow);
  overflow: hidden;
}

.TKCcardHead{
  padding: var(--TKCpad);
  border-bottom: 1px solid var(--TKCline);
}
.TKCcardTitle{ margin:0 0 6px; font-size: 18px; letter-spacing: -0.01em; }
.TKCcardDesc{ margin:0; color: var(--TKCmuted); font-size: 14px; line-height:1.5; }

.TKCinfo{
  padding: var(--TKCpad);
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.TKCpill{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  padding: 12px 14px;
  display:flex;
  justify-content: space-between;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
.TKCpillLabel{ color: var(--TKCmuted); font-size: 12px; }
.TKCpillValue{ font-size: 13px; text-align: right; max-width: 70%; }

.TKCbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: var(--TKCtext);
  font-weight: 600;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  user-select:none;
  text-decoration:none;
}
.TKCbtn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.18);
}
.TKCbtn:active{ transform: translateY(0px); }
.TKCbtn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(255,255,255,.12);
}
.TKCbtnPrimary{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.22);
}
.TKCbtnGhost{ background: transparent; }
.TKCbtnWa{
  margin: 0 var(--TKCpad) 6px;
  background: rgba(37, 211, 102, .12);
  border-color: rgba(37, 211, 102, .28);
}

.TKCform{
  padding: var(--TKCpad);
  padding-top: 10px;
  display:flex;
  flex-direction: column;
  gap: 12px;
}

.TKCrow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.TKCfield{ display:flex; flex-direction: column; gap: 6px; }
.TKClabel{ font-size: 12px; color: var(--TKCmuted); }

.TKCinput{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 12px 12px;
  color: var(--TKCtext);
  font-size: 14px;
  outline: none;
}
.TKCinput::placeholder{ color: rgba(255,255,255,.40); }
.TKCinput:focus{
  border-color: rgba(255,255,255,.20);
  box-shadow: 0 0 0 4px rgba(255,255,255,.08);
}
.TKCtextarea{ resize: vertical; min-height: 120px; }

.TKCerror{ min-height: 16px; font-size: 12px; color: rgba(255,160,160,.95); }
.TKChelp{ color: var(--TKCmuted); font-size: 12px; line-height: 1.4; }

.TKCactions{ display:flex; gap: 10px; flex-wrap: wrap; }

.TKCtoast{
  display:none;
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.08);
  color: var(--TKCtext);
  font-size: 13px;
}

.TKCmapCard{ display:flex; flex-direction: column; }
.TKCmap{
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background: rgba(255,255,255,.04);
  border-top: 1px solid var(--TKCline);
  border-bottom: 1px solid var(--TKCline);
  overflow:hidden;
}
.TKCmap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  filter: saturate(1.05) contrast(1.05);
}
.TKCmapActions{
  padding: var(--TKCpad);
  display:flex;
  justify-content: flex-end;
}

.TKCfooter{
  max-width: var(--TKCmax);
  margin: 0 auto;
  color: var(--TKCmuted);
  padding-top: 10px;
}

@media (max-width: 920px){
  .TKCgrid{ grid-template-columns: 1fr; }
  .TKCmap{ aspect-ratio: 16/10; }
}
@media (max-width: 560px){
  .TKCrow{ grid-template-columns: 1fr; }
  .TKCpill{ flex-direction: column; align-items:flex-start; }
  .TKCpillValue{ text-align:left; max-width:100%; }
}

/* Minimal / White UI — all prefixed with TKC */

.TKCwrap{
  --TKCbg: #ffffff;
  --TKCtext: #0f172a;     /* slate-900 */
  --TKCmuted: #64748b;    /* slate-500 */
  --TKCline: #e2e8f0;     /* slate-200 */
  --TKCsoft: #f8fafc;     /* slate-50 */
  --TKCshadow: 0 10px 25px rgba(15, 23, 42, .06);
  --TKCradius: 16px;
  --TKCradius2: 20px;
  --TKCpad: 20px;
  --TKCmax: 1120px;

  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color: var(--TKCtext);
  background: var(--TKCbg);
  padding: 0 16px 44px;
}

.TKChero{ padding: 44px 0 10px; }
.TKCheroInner{ max-width: var(--TKCmax); margin: 0 auto; }
.TKCheroTitle{
  font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  font-weight: 600;
}
.TKCheroText{
  margin: 0;
  color: var(--TKCmuted);
  font-size: 14.5px;
  line-height: 1.7;
}

.TKCgrid{
  max-width: var(--TKCmax);
  margin: 0 auto;
  padding: 18px 0 14px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 14px;
}

.TKCcard{
  background: #fff;
  border: 1px solid var(--TKCline);
  border-radius: var(--TKCradius2);
  box-shadow: var(--TKCshadow);
  overflow: hidden;
}

.TKCcardHead{
  padding: var(--TKCpad);
  border-bottom: 1px solid var(--TKCline);
  background: linear-gradient(180deg, #fff, var(--TKCsoft));
}
.TKCcardTitle{
  margin:0 0 6px;
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: 600;
}
.TKCcardDesc{
  margin:0;
  color: var(--TKCmuted);
  font-size: 12.5px;
  line-height:1.6;
}

.TKCinfo{
  padding: var(--TKCpad);
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.TKCpill{
  background: var(--TKCsoft);
  border: 1px solid var(--TKCline);
  border-radius: 14px;
  padding: 12px 14px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
.TKCpillLabel{
  color: var(--TKCmuted);
  font-size: 12px;
  font-weight: 500;
}
.TKCpillValue{
  font-size: 12.5px;
  text-align: right;
  max-width: 72%;
  font-weight: 500;
}

.TKCbtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--TKCline);
  background: #fff;
  color: var(--TKCtext);
  font-weight: 600;
  font-size: 13px;
  cursor:pointer;
  transition: transform .12s ease, background .12s ease, border-color .12s ease, box-shadow .12s ease;
  user-select:none;
  text-decoration:none;
}
.TKCbtn:hover{
  background: var(--TKCsoft);
  border-color: #cbd5e1;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
  transform: translateY(-1px);
}
.TKCbtn:active{ transform: translateY(0px); }
.TKCbtn:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .18); /* soft focus */
  border-color: rgba(59,130,246,.45);
}

.TKCbtnPrimary{
  background: #0f172a;
  color: #fff;
  border-color: #0f172a;
}
.TKCbtnPrimary:hover{
  background: #111c33;
  border-color: #111c33;
}

.TKCbtnGhost{
  background: transparent;
}

.TKCbtnWa{
  margin: 0 var(--TKCpad) 6px;
  background: #16a34a;      /* green-600 */
  border-color: #16a34a;
  color: #fff;
}
.TKCbtnWa:hover{
  background: #15803d;      /* green-700 */
  border-color: #15803d;
}

.TKCform{
  padding: var(--TKCpad);
  padding-top: 10px;
  display:flex;
  flex-direction: column;
  gap: 12px;
}

.TKCrow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.TKCfield{ display:flex; flex-direction: column; gap: 6px; }
.TKClabel{
  font-size: 12px;
  color: var(--TKCmuted);
  font-weight: 500;
}

.TKCinput{
  background: #fff;
  border: 1px solid var(--TKCline);
  border-radius: 14px;
  padding: 12px 12px;
  color: var(--TKCtext);
  font-size: 13px;
  outline: none;
  transition: box-shadow .12s ease, border-color .12s ease, background .12s ease;
}
.TKCinput::placeholder{ color: #94a3b8; }
.TKCinput:focus{
  border-color: rgba(59,130,246,.55);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .14);
  background: #fff;
}
.TKCtextarea{ resize: vertical; min-height: 120px; }

.TKCerror{ min-height: 16px; font-size: 11.5px; color: #ef4444; }
.TKChelp{ color: var(--TKCmuted); font-size: 11.5px; line-height: 1.55; }

.TKCactions{ display:flex; gap: 10px; flex-wrap: wrap; }

.TKCtoast{
  display:none;
  margin-top: 6px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--TKCline);
  background: var(--TKCsoft);
  color: var(--TKCtext);
  font-size: 12.5px;
}

/* MAP */
.TKCmapCard{ display:flex; flex-direction: column; }
.TKCmap{
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--TKCsoft);
  border-top: 1px solid var(--TKCline);
  border-bottom: 1px solid var(--TKCline);
  overflow:hidden;
}
.TKCmap iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  /* daha “minimal” görünüm için hafif tonlama */
  filter: grayscale(.12) contrast(1.03) saturate(.95);
}
.TKCmapActions{
  padding: var(--TKCpad);
  display:flex;
  justify-content: flex-end;
}

/* Footer */
.TKCfooter{
  max-width: var(--TKCmax);
  margin: 0 auto;
  color: var(--TKCmuted);
  padding-top: 10px;
  font-size: 12px;
}

/* Responsive */
@media (max-width: 920px){
  .TKCgrid{ grid-template-columns: 1fr; }
  .TKCmap{ aspect-ratio: 16/10; }
}
@media (max-width: 560px){
  .TKCrow{ grid-template-columns: 1fr; }
  .TKCpill{
    flex-direction: column;
    align-items:flex-start;
  }
  .TKCpillValue{ text-align:left; max-width:100%; }
}

/* NAV MENU */

 /* Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root{
  --hc-font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  /* renkler */
  --hc-dark: rgba(15,18,20,.92);
  --hc-light: rgba(255,255,255,.95);

  /* header */
  --hc-h: 78px;
  --hc-max: 1240px;
}

/* HEADER */
.hc-header{
  position: fixed;
  top: 0; left: 0; right: 0;
  height: var(--hc-h);
  z-index: 999;
  font-family: var(--hc-font);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}

/* ilk yükleme: şeffaf (hero üstü) */
.hc-header.hc-is-transparent{
  background: transparent;
}

/* scroll sonrası: beyaz zemin */
.hc-header.hc-is-solid{
  background: rgba(255,255,255,.68);   /* şeffaflık arttı */
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
}

.hc-nav{
  max-width: var(--hc-max);
  height: 100%;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

/* LOGO swap */
.hc-brand{ display:flex; align-items:center; }
.hc-logo{ height: 55px; width:auto; display:block; }
.hc-logo--black{ display:none; }

.hc-header.hc-is-transparent .hc-logo--white{ display:block; }
.hc-header.hc-is-transparent .hc-logo--black{ display:none; }

.hc-header.hc-is-solid .hc-logo--white{ display:none; }
.hc-header.hc-is-solid .hc-logo--black{ display:block; }

/* MENÜ */
.hc-menu{
  display:flex;
  align-items:center;
  gap: 26px;
}

/* linkler: başlangıçta beyaz, scroll’da koyu */
.hc-link{
  text-decoration:none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 10px 2px;
  transition: color .2s ease, opacity .2s ease;
  white-space: nowrap;
}

.hc-header.hc-is-transparent .hc-link{ color: var(--hc-light); opacity: .92; }
.hc-header.hc-is-solid .hc-link{ color: var(--hc-dark); opacity: .9; }

.hc-link:hover{ opacity: 1; }

/* ACTION ICONLAR */
.hc-actions{
  display:flex;
  align-items:center;
  gap: 10px;
}

.hc-iconBtn{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  height: 42px;
  padding: 0 10px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.22);
  cursor:pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
  color: #fff;
}

/* scroll’da ikonlar koyulaşsın */
.hc-header.hc-is-solid .hc-iconBtn{
  border-color: rgba(0,0,0,.10);
  color: rgba(15,18,20,.92);
}

.hc-iconBtn:hover{
  background: rgba(255,255,255,.10);
}
.hc-header.hc-is-solid .hc-iconBtn:hover{
  background: rgba(0,0,0,.04);
}

/* Dil dropdown */
.hc-lang{ position: relative; }
.hc-langText{
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
}

.hc-caret{ opacity:.8; font-size: 12px; margin-left: 2px; }

.hc-langMenu{
  position:absolute;
  right:0;
  top: calc(100% + 10px);
  min-width: 160px;
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 8px;
  display:none;
}
.hc-langItem{
  display:block;
  padding: 10px 10px;
  border-radius: 10px;
  text-decoration:none;
  color: rgba(15,18,20,.88);
  font-size: 13px;
}
.hc-langItem:hover{ background: rgba(0,0,0,.04); }

/* Burger */
.hc-burger{
  width: 46px; height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.22);
  background: transparent;
  display:none;
  align-items:center;
  justify-content:center;
  gap: 6px;
  cursor:pointer;
  transition: border-color .2s ease, background .2s ease;
}
.hc-burger span{
  display:block;
  width: 18px; height: 2px;
  background: #fff;
  border-radius: 2px;
}
.hc-header.hc-is-solid .hc-burger{
  border-color: rgba(0,0,0,.10);
}
.hc-header.hc-is-solid .hc-burger span{
  background: rgba(15,18,20,.92);
}

/* Responsive */
@media (max-width: 1060px){
  .hc-menu{ display:none; }
  .hc-burger{ display:inline-flex; }
  .hc-langText{ display:none; } /* icon + caret kalsın */
}

/* Mobil menü açılınca */
.hc-header.hc-open{
  background: rgba(255,255,255,.70);   /* şeffaflık arttı */
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 30px rgba(0,0,0,.06);
}
.hc-header.hc-open .hc-logo--white{ display:none; }
.hc-header.hc-open .hc-logo--black{ display:block; }

.hc-header.hc-open .hc-iconBtn{ border-color: rgba(0,0,0,.10); color: rgba(15,18,20,.92); }
.hc-header.hc-open .hc-burger{ border-color: rgba(0,0,0,.10); }
.hc-header.hc-open .hc-burger span{ background: rgba(15,18,20,.92); }

/* mobil menü paneli */
.hc-mobilePanel{
  display:none;
}
.hc-header.hc-open .hc-mobilePanel{
  display:block;
  position: absolute;
  top: var(--hc-h);
  left: 0; right: 0;
  background: rgba(255,255,255,.80);
	backdrop-filter: blur(180px);
  border-top: 1px solid rgba(0,0,0,.06);
  padding: 14px 18px 18px;
}
.hc-mobilePanel a{
  display:block;
  padding: 14px 10px;
  border-radius: 14px;
  text-decoration:none;
  color: rgba(15,18,20,.90);
  font-weight: 500;
}
.hc-mobilePanel a:hover{ background: rgba(0,0,0,.04); }

:root{
  --hc-menu-font: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Sadece menü ve sağ aksiyon yazıları */
.hc-menu,
.hc-link,
.hc-langBtn,
.hc-langText,
.hc-langItem{
  font-family: var(--hc-menu-font);
}

.hc-link{ font-weight: 600; }


/* =========================================================
   HANEDAN HERO VIDEO SLIDER (CLEAN + FULLSCREEN COVER)
   Only affects: #hcHeroSlider and its children
========================================================= */

/* Hero kendini container kısıtlarından kurtarır */
#hcHeroSlider{
  /* layout */
  position: relative !important;
  display: block !important;

  /* full width breakout */
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;

  /* center breakout inside any container */
  left: 50% !important;
  transform: translateX(-50%) !important;

  /* full height */
  height: 100vh !important;
  min-height: 600px !important;

  overflow: hidden !important;
  background: #000 !important; /* video yüklenene kadar siyah */
}

/* Slide katmanı tam kaplasın */
#hcHeroSlider .hc-slides{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Her slide tam ekran */
#hcHeroSlider .hc-slide{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;

  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .45s ease !important;
}

/* Aktif slide görünür */
#hcHeroSlider .hc-slide.is-active{
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* JS bozulsa bile ilk slide görünür */
#hcHeroSlider .hc-slide:first-child{
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* VIDEO: gerçek fullscreen cover */
#hcHeroSlider video.intro-video{
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center center !important;

  display: block !important;
}

/* CTA butonları (daha yukarı) */
#hcHeroSlider .hc-heroCtas{
  position: absolute !important;
  left: 60px !important;
  bottom: 160px !important; /* yukarı */
  z-index: 5 !important;

  display: flex !important;
  gap: 14px !important;
  align-items: center !important;
}

/* Oklar */
#hcHeroSlider .hc-navArrow{
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 6 !important;
}

#hcHeroSlider .hc-navPrev{ left: 18px !important; }
#hcHeroSlider .hc-navNext{ right: 18px !important; }

/* Mobil uyum */
@media (max-width: 768px){
  #hcHeroSlider{
    min-height: 520px !important;
  }

  #hcHeroSlider .hc-heroCtas{
    left: 16px !important;
    right: 16px !important;
    bottom: 110px !important; /* mobilde yukarı */
    flex-direction: column !important;
    align-items: stretch !important;
  }
}

/* =========================================================
   HERO SLIDER FINAL (Video full cover + CTA/Arrows fixed)
   Only affects: #hcHeroSlider
========================================================= */

#hcHeroSlider{
  position: relative !important;
  display: block !important;

  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;

  left: 50% !important;
  transform: translateX(-50%) !important;

  height: 100vh !important;
  min-height: 600px !important;
  overflow: hidden !important;

  background: #000 !important;
}

/* Slides full area */
#hcHeroSlider .hc-slides,
#hcHeroSlider .hc-slide{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/* Visibility */
#hcHeroSlider .hc-slide{
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .45s ease !important;
}
#hcHeroSlider .hc-slide.is-active{
  opacity: 1 !important;
  pointer-events: auto !important;
}
#hcHeroSlider .hc-slide:first-child{
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* VIDEO: force true cover (fix “top-left small” issue) */
#hcHeroSlider video.intro-video{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
  object-position: center !important;

  display: block !important;
  max-width: none !important;
  transform: none !important;   /* bazı temalar video'ya transform veriyor */
  filter: none !important;      /* aynı şekilde */
}

/* CTA container */
#hcHeroSlider .hc-heroCtas{
  position: absolute !important;
  left: 60px !important;
  bottom: 140px !important;
  z-index: 10 !important;

  display: flex !important;
  gap: 14px !important;
  align-items: center !important;
}

/* CTA Buttons (rebuild styles so they don't look like plain links) */
#hcHeroSlider .hc-btn{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  padding: 14px 18px !important;
  border-radius: 14px !important;

  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;

  text-decoration: none !important;
  white-space: nowrap !important;

  border: 1px solid transparent !important;
  box-shadow: none !important;
}

#hcHeroSlider .hc-btnPrimary{
  background: #ffc416 !important;
  color: #111 !important;
  border-color: rgba(0,0,0,.10) !important;
}

#hcHeroSlider .hc-btnGhost{
  background: rgba(255,255,255,.90) !important;
  color: #111 !important;
  border-color: rgba(0,0,0,.12) !important;
  backdrop-filter: blur(10px) !important;
}

#hcHeroSlider .hc-googleIcon{
  width: 22px !important;
  height: 22px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 7px !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  font-weight: 800 !important;
}

/* Arrows: keep classy and visible */
#hcHeroSlider .hc-navArrow{
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 52px !important;
  height: 52px !important;
  border-radius: 999px !important;

  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(0,0,0,.22) !important;
  color: #fff !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  cursor: pointer !important;
  z-index: 11 !important;

  backdrop-filter: blur(10px) !important;
}

#hcHeroSlider .hc-navArrow span{
  font-size: 28px !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

#hcHeroSlider .hc-navPrev{ left: 18px !important; }
#hcHeroSlider .hc-navNext{ right: 18px !important; }

/* Mobile */
@media (max-width: 768px){
  #hcHeroSlider{
    min-height: 520px !important;
  }

  #hcHeroSlider .hc-heroCtas{
    left: 16px !important;
    right: 16px !important;
    bottom: 110px !important;

    flex-direction: column !important;
    align-items: stretch !important;
  }

  #hcHeroSlider .hc-btn{
    width: 100% !important;
    justify-content: space-between !important;
  }

  #hcHeroSlider .hc-navArrow{
    width: 44px !important;
    height: 44px !important;
  }

  #hcHeroSlider .hc-navPrev{ left: 10px !important; }
  #hcHeroSlider .hc-navNext{ right: 10px !important; }
}



/* ===== Öne Çıkan Projeler (Hanedan) ===== */
/* ===============================
   HANEDAN 6 CARD SECTION - FINAL
   Minimal / Modern
   Font: Manrope
   CTA: #ffc416
================================= */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap');

.hc-catSection{
  font-family: "Manrope", sans-serif;
  padding: 80px 0;
  background: #ffffff;
}

.hc-catWrap{
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.hc-catHeader{
  text-align: center;
  margin-bottom: 60px;
}

.hc-catTitle{
  font-size: clamp(34px,4.5vw,60px);
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 14px;
  color: #0f1a22;
}

.hc-catDesc{
  max-width: 720px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(0,0,0,0.65);
  font-weight: 400;
}

/* GRID */
.hc-catGrid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* CARD */
.hc-catCard{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0,0,0,.06);
  transition: transform .35s ease;
}

.hc-catCard:hover{
  transform: translateY(-5px);
}

.hc-catImg{
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.hc-catCard:hover .hc-catImg{
  transform: scale(1.04);
}

.hc-catOverlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.50), rgba(0,0,0,.15), transparent);
}

/* TEXT */
.hc-catText{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 75px;
  text-align: left;
  z-index: 2;
  transition: transform .35s ease;
}

.hc-catName{
  font-size: 26px;
  font-weight: 500; /* Daha ince */
  letter-spacing: -0.02em;
  color: #ffffff;
}

.hc-catSub{
  margin-top: 8px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255,255,255,.85);
}

/* CTA BAR */
.hc-catCard .hc-catCta{
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 68px;
  border-radius: 14px;

  background-color: #ffc416 !important;
  color: #111 !important;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;

  font-size: 18px;
  font-weight: 500; /* Daha ince yazı */
  letter-spacing: -0.01em;

  transform: translateY(20px);
  opacity: 0;
  transition: all .35s ease;
}

/* Hover */
.hc-catCard:hover .hc-catCta{
  transform: translateY(0);
  opacity: 1;
}

.hc-catCard:hover .hc-catText{
  transform: translateY(-28px);
}

.hc-ctaArrow{
  font-size: 22px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 992px){
  .hc-catGrid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px){
  .hc-catGrid{
    grid-template-columns: 1fr;
  }

  .hc-catImg{
    height: 520px;
  }

  .hc-catCard .hc-catCta{
    transform: translateY(0);
    opacity: 1;
  }

  .hc-catText{
    bottom: 110px;
  }
}

/* HERO TITLE */

#hcHeroSlider,
.intro {
  position: relative;
}

.hc-heroContent{
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  max-width: 700px;
}

.hc-heroTitle{
  font-family: "Manrope", sans-serif;
  font-size: clamp(38px, 6vw, 92px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
}

/* ===== MOBILE HERO TITLE POSITION FIX ===== */
@media (max-width: 640px){

  /* Başlığı biraz ortaya al, oklarla çakışmayı azalt */
  .hc-heroContent{
    left: 50% !important;
    top: 56% !important;              /* az aşağı, oklarla daha az temas */
    transform: translate(-50%, -50%) !important;
    width: min(86vw, 420px) !important;
    max-width: 420px !important;
    padding: 0 10px !important;
    text-align: left !important;       /* istersen center yap */
  }

  /* Daha dengeli boyut/boşluk */
  .hc-heroTitle{
    font-size: clamp(32px, 9vw, 52px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.03em !important;
  }

  /* Okların üstüne gelmesin diye sol tarafa güvenli boşluk */
  .hc-heroTitle{
    margin-left: 18px !important;      /* ok ile araya mesafe */
    margin-right: 18px !important;
  }
}



/* =========================
   Cam Sistemleri orta bölüm
   ========================= */

.CA1-section{
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.CA1-wrap{
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: clamp(28px, 4vw, 60px);
  align-items: start;
}

/* LEFT */
.CA1-title{
  margin: 0 0 18px 0;
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(30px, 3.4vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 500;
  color:#0e1b24;
}

.CA1-desc{
  margin: 0;
  max-width: 520px;
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: rgba(14,27,36,.72);
}

/* RIGHT */
.CA1-right{
  display: grid;
  gap: 26px;
}

.CA1-card{
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 24px;
  align-items: center;
}

.CA1-cardTitle{
  margin: 0 0 10px 0;
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color:#0e1b24;
}

.CA1-cardDesc{
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.85;
  font-weight: 400;
  color: rgba(14,27,36,.72);
}

.CA1-cardMedia{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.CA1-mediaImg{
  width: min(280px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.08));
}

/* Divider */
.CA1-divider{
  height: 1px;
  background: rgba(14,27,36,.12);
}

/* Multi media (2 küçük görsel) */
.CA1-mediaGrid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  justify-content: end;
}

.CA1-figure{
  margin: 0;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.CA1-figLabel{
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(14,27,36,.65);
  letter-spacing: -0.01em;
}

/* Subtle reveal animation (opsiyonel) */
.CA1-reveal{
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .55s ease, transform .55s ease;
}
.CA1-reveal.is-in{
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .CA1-wrap{
    grid-template-columns: 1fr;
  }
  .CA1-desc{
    max-width: 680px;
  }
  .CA1-card{
    grid-template-columns: 1.2fr .8fr;
  }
}

@media (max-width: 640px){
  .CA1-wrap{
    width: min(1200px, calc(100% - 28px));
  }
  .CA1-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .CA1-cardMedia{
    justify-content: flex-start;
  }
  .CA1-mediaGrid{
    grid-template-columns: 1fr 1fr;
    justify-content: start;
  }
  .CA1-figure{
    justify-items: start;
  }
  .CA1-mediaImg{
    width: min(320px, 100%);
  }
}


/* İletişim Sayfası CSS Kodları */
/* ==========================
   CA1 Contact Page (2 Sections)
   Font: Manrope
   ========================== */
:root{
  --CA1-bg: #ffffff;
  --CA1-soft: #f6f7f8;
  --CA1-text: #0e1b24;
  --CA1-muted: rgba(14,27,36,.72);
  --CA1-line: rgba(14,27,36,.14);
  --CA1-focus: rgba(0,0,0,.14);
}

.CA1-contactHero,
.CA1-contactFormSection{
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* ===== Section 1: Ofis / Görsel ===== */
.CA1-contactHero{
  background: var(--CA1-bg);
  padding: clamp(36px, 4.5vw, 76px) 0;
}

.CA1-contactWrap{
  width: min(1220px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: clamp(26px, 3.8vw, 64px);
  align-items: center;
}

.CA1-contactTitle{
  margin: 0 0 16px 0;
  font-size: clamp(30px, 3.7vw, 54px); /* küçültüldü */
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--CA1-text);
}

.CA1-contactAddr{
  margin: 0 0 22px 0;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  color: var(--CA1-muted);
}

.CA1-contactRow{
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-top: 10px;
}

.CA1-contactLabel{
  min-width: 22px;
  font-weight: 600;
  color: var(--CA1-text);
  opacity: .9;
}

.CA1-contactLink{
  color: var(--CA1-text);
  text-decoration: none;
  font-weight: 500;
}
.CA1-contactLink:hover{
  text-decoration: underline;
}

.CA1-contactMedia{
  border-radius: 16px; /* biraz daha az oval */
  overflow: hidden;
  background: #e9ecef;
  box-shadow: 0 18px 44px rgba(0,0,0,.10);
}

.CA1-contactImage{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ===== Section 2: Form ===== */
.CA1-contactFormSection{
  background: var(--CA1-bg);
  padding: clamp(40px, 5.5vw, 84px) 0;
}

.CA1-formWrap{
  width: min(920px, calc(100% - 56px));
  margin: 0 auto;
}

.CA1-formHeader{
  text-align: center;
  margin-bottom: 28px;
}

.CA1-breadcrumb{
  font-size: 12px;
  letter-spacing: .14em;
  font-weight: 700;
  color: rgba(14,27,36,.45);
  margin-bottom: 10px;
}
.CA1-breadcrumb span{ margin: 0 10px; opacity: .6; }

.CA1-formTitle{
  margin: 0;
  font-size: clamp(38px, 4.3vw, 64px); /* küçültüldü */
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: var(--CA1-text);
}

.CA1-form{
  display: grid;
  gap: 14px;
}

/* Fields */
.CA1-field{ display: grid; gap: 8px; }

.CA1-fieldLabel{
  font-size: 14px;
  color: rgba(14,27,36,.7);
  font-weight: 600;
}
.CA1-req{ color: rgba(14,27,36,.6); }

/* ✅ Inputs less rounded */
.CA1-input,
.CA1-select,
.CA1-textarea{
  width: 100%;
  padding: 15px 16px;
  border-radius: 8px;              /* azaltıldı (10 -> 8) */
  border: 1px solid var(--CA1-line);
  outline: none;
  background: #fff;
  color: var(--CA1-text);
  font-size: 15px;
  font-weight: 450;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.CA1-textarea{
  resize: vertical;
  min-height: 140px;
  border-radius: 10px;             /* textarea biraz daha yumuşak ama oval değil */
}

.CA1-input:focus,
.CA1-select:focus,
.CA1-textarea:focus{
  border-color: rgba(14,27,36,.32);
  box-shadow: 0 0 0 4px var(--CA1-focus);
}

/* Grid */
.CA1-grid2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

/* Radio */
.CA1-field--radio{ margin-top: 6px; }
.CA1-radioGroup{
  display: flex;
  gap: 24px;
  align-items: center;
}

.CA1-radio{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
}

.CA1-radio input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.CA1-radioUI{
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.6px solid rgba(14,27,36,.35);
  display: grid;
  place-items: center;
}
.CA1-radioUI::after{
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--CA1-text);
  transform: scale(0);
  transition: transform .15s ease;
  opacity: .9;
}
.CA1-radio input:checked + .CA1-radioUI::after{
  transform: scale(1);
}
.CA1-radioText{
  font-size: 15px;
  color: var(--CA1-text);
  font-weight: 500;
}

/* Checkbox */
.CA1-consent{
  margin-top: 6px;
  display: grid;
  gap: 10px;
}
.CA1-check{
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  cursor: pointer;
  user-select: none;
}

.CA1-check input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.CA1-checkUI{
  width: 18px;
  height: 18px;
  border-radius: 1px;
  border: 1.6px solid rgba(14,27,36,.35);
  position: relative;
  margin-top: 2px;
}

.CA1-checkUI::after{
  content:"";
  position:absolute;
  left: 4px;
  top: 1px;
  width: 8px;
  height: 12px;
  border-right: 2px solid var(--CA1-text);
  border-bottom: 2px solid var(--CA1-text);
  transform: rotate(45deg) scale(0);
  transition: transform .15s ease;
  opacity: .9;
}
.CA1-check input:checked + .CA1-checkUI::after{
  transform: rotate(45deg) scale(1);
}

.CA1-consentText{
  font-size: 13.5px;
  line-height: 1.7;
  color: rgba(14,27,36,.75);
  font-weight: 450;
}

/* Errors */
.CA1-error{
  min-height: 16px;
  font-size: 12.5px;
  color: #b42318;
  font-weight: 600;
}

/* Footer */
.CA1-formFooter{
  margin-top: 10px;
  display: grid;
  gap: 14px;
  justify-items: end;
}

.CA1-footNote{
  margin: 0;
  font-size: 12px;
  color: rgba(14,27,36,.55);
  justify-self: start;
}

/* Submit button: küçük, ok yok */
.CA1-submitBtn{
  border: none;
  border-radius: 9px;      /* az daha köşeli */
  padding: 11px 20px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
  background: #0b1a24;
  color: #fff;
  cursor: pointer;
  transition: transform .12s ease, opacity .2s ease;
}
.CA1-submitBtn:hover{ opacity: .92; }
.CA1-submitBtn:active{ transform: translateY(1px); }

/* A11y helper */
.CA1-srOnly{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}

/* ===== Responsive ===== */
@media (max-width: 980px){
  .CA1-contactWrap{
    grid-template-columns: 1fr;
  }
  .CA1-contactMedia{
    order: -1;
  }
  .CA1-formWrap{
    width: min(920px, calc(100% - 28px));
  }
}

@media (max-width: 680px){
  .CA1-contactWrap{
    width: min(1220px, calc(100% - 28px));
  }
  .CA1-grid2{
    grid-template-columns: 1fr;
  }
  .CA1-radioGroup{
    gap: 18px;
  }
  .CA1-formFooter{
    justify-items: stretch;
  }
  .CA1-submitBtn{
    width: 100%;
  }
}

#CA1-contactForm .CA1-input,
#CA1-contactForm .CA1-select,
#CA1-contactForm .CA1-textarea{
  border-radius: 6px !important;
}

/* Blog Anasayfası */

/* =========================
   CA1 - Similar References Section
   Minimal / modern, Manrope uyumlu
========================= */

.CA1-refSection{
  padding: clamp(36px, 4.5vw, 70px) 0;
  background: #fff;
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.CA1-refWrap{
  width: min(1220px, calc(100% - 56px));
  margin: 0 auto;
}

.CA1-refHeader{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.CA1-refTitle{
  margin: 0;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #0e1b24;
}

/* Tümünü gör butonu */
.CA1-refAllBtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 22px;
  border-radius: 10px;
  background: #0b1a24;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: opacity .2s ease, transform .12s ease;
}
.CA1-refAllBtn:hover{ opacity: .92; }
.CA1-refAllBtn:active{ transform: translateY(1px); }
.CA1-refAllArrow{ font-size: 18px; line-height: 1; }

/* Grid */
.CA1-refGrid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 28px;
}

/* Card */
.CA1-refCard{
  display: grid;
  grid-template-rows: auto auto;
  gap: 14px;
}

.CA1-refImageLink{
  display: block;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(0,0,0,.10);
}

.CA1-refImg{
  width: 100%;
  height: 360px;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform .6s ease;
}
@media (hover:hover){
  .CA1-refImageLink:hover .CA1-refImg{ transform: scale(1.04); }
}

/* Alt satır: title + meta + CTA */
.CA1-refBody{
  display: grid;
  gap: 10px;
}

.CA1-refCardTitle{
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.CA1-refTitleLink{
  color: #0e1b24;
  text-decoration: none;
}
.CA1-refTitleLink:hover{ text-decoration: underline; }

.CA1-refMeta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(14,27,36,.65);
  font-size: 13px;
  font-weight: 500;
}
.CA1-dot{ opacity: .5; }

/* Keşfet butonu (küçük) */
.CA1-refCtaWrap{
  display: flex;
  justify-content: flex-end;
  margin-top: -54px; /* görseldeki gibi üstte dursun */
}

.CA1-refCtaBtn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(14,27,36,.28);
  background: #fff;
  color: #0e1b24;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  min-width: 118px;
  justify-content: center;
  transition: background .2s ease, transform .12s ease;
}
.CA1-refCtaBtn:hover{ background: rgba(14,27,36,.04); }
.CA1-refCtaBtn:active{ transform: translateY(1px); }

/* Responsive */
@media (max-width: 980px){
  .CA1-refGrid{ grid-template-columns: 1fr; }
  .CA1-refImg{ height: 320px; }
  .CA1-refCtaWrap{ margin-top: 0; justify-content: flex-start; }
}

@media (max-width: 560px){
  .CA1-refWrap{ width: min(1220px, calc(100% - 28px)); }
  .CA1-refHeader{ flex-direction: column; align-items: flex-start; }
  .CA1-refAllBtn{ width: 100%; justify-content: space-between; }
  .CA1-refCardTitle{ font-size: 20px; }
}


/* =========================
 	
Blog Detay
	
========================= */

.blg-article{
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #fff;
  color: #0e1b24;
}

/* HERO */
.blg-hero{
  padding: clamp(28px, 4vw, 44px) 0 0;
}

.blg-heroWrap{
  width: min(980px, calc(100% - 56px));
  margin: 0 auto 18px;
}

.blg-breadcrumb{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 700;
  color: rgba(14,27,36,.45);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.blg-bcLink{
  color: rgba(14,27,36,.55);
  text-decoration: none;
}
.blg-bcLink:hover{ text-decoration: underline; }
.blg-bcSep{ opacity: .5; }
.blg-bcCurrent{ color: rgba(14,27,36,.55); }

.blg-title{
  margin: 0 0 14px;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 600;
}

.blg-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: rgba(14,27,36,.62);
  font-size: 14px;
  font-weight: 500;
}

.blg-chip{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(14,27,36,.06);
  color: rgba(14,27,36,.75);
  font-weight: 600;
  font-size: 12px;
}

.blg-dot{ opacity: .6; }

/* Hero image */
.blg-heroMedia{
  width: min(1220px, calc(100% - 56px));
  margin: 18px auto 0;
  border-radius: 18px;
  overflow: hidden;
  background: #e9ecef;
  box-shadow: 0 18px 46px rgba(0,0,0,.10);
}

.blg-heroImg{
  width: 100%;
  height: clamp(320px, 46vw, 520px);
  object-fit: cover;
  display: block;
}

/* CONTENT */
.blg-content{
  padding: clamp(28px, 4vw, 54px) 0 clamp(54px, 6vw, 90px);
}

.blg-contentWrap{
  width: min(980px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr .9fr;
  gap: 36px;
  align-items: start;
}

.blg-body{
  font-size: 16px;
  line-height: 1.9;
  color: rgba(14,27,36,.78);
}

.blg-lead{
  font-size: 18px;
  line-height: 1.85;
  color: rgba(14,27,36,.82);
  font-weight: 500;
  margin: 0 0 18px;
}

.blg-body h2{
  margin: 28px 0 10px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 650;
  color: #0e1b24;
  letter-spacing: -0.02em;
}

.blg-body p{
  margin: 0 0 14px;
}

.blg-quote{
  margin: 22px 0;
  padding: 18px 18px;
  border-left: 3px solid rgba(14,27,36,.25);
  background: rgba(14,27,36,.03);
  border-radius: 12px;
  color: rgba(14,27,36,.80);
  font-weight: 550;
}

.blg-list{
  margin: 10px 0 16px 18px;
}
.blg-list li{ margin: 6px 0; }

/* Tags */
.blg-tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.blg-tag{
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(14,27,36,.18);
  text-decoration: none;
  color: rgba(14,27,36,.78);
  font-weight: 600;
  font-size: 13px;
}
.blg-tag:hover{
  background: rgba(14,27,36,.04);
}

/* Sidebar */
.blg-sideCard{
  border-radius: 16px;
  border: 1px solid rgba(14,27,36,.10);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
  padding: 16px;
  position: sticky;
  top: 110px;
}

.blg-sideTitle{
  font-weight: 700;
  color: #0e1b24;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.blg-sideLink{
  display: block;
  text-decoration: none;
  color: rgba(14,27,36,.78);
  font-weight: 600;
  margin: 8px 0;
}
.blg-sideLink:hover{ text-decoration: underline; }

.blg-sideBtn{
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #0b1a24;
  color: #fff;
  text-decoration: none;
  font-weight: 650;
  font-size: 14px;
  transition: opacity .2s ease;
}
.blg-sideBtn:hover{ opacity: .92; }

/* Responsive */
@media (max-width: 980px){
  .blg-contentWrap{
    grid-template-columns: 1fr;
  }
  .blg-sideCard{
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px){
  .blg-heroWrap,
  .blg-heroMedia,
  .blg-contentWrap{
    width: min(980px, calc(100% - 28px));
  }
  .blg-title{
    font-size: clamp(30px, 9vw, 44px);
  }
}


/* Örnek Proje Detay */


.prg-reference-detail {
  padding: 28px 0 76px;
  background: #f3f3f1;
}

.prg-reference-detail__container {
  width: min(100% - 56px, 1240px);
  margin: 0 auto;
}

.prg-reference-detail__breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9b9b95;
}

.prg-reference-detail__breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.prg-reference-detail__breadcrumbs a:hover {
  color: #102331;
}

.prg-reference-detail__title {
  max-width: 780px;
  margin: 0 0 30px;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #102331;
}

.prg-reference-detail__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 22px 22px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 42px;
  background: #e9e9e4;
}

.prg-reference-detail__image {
  display: block;
  width: 100%;
  height: 610px;
  object-fit: cover;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.prg-reference-detail__image.is-changing {
  opacity: 0.88;
  transform: scale(1.006);
}

.prg-reference-detail__controls {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.prg-reference-detail__control {
  width: 94px;
  height: 72px;
  border: none;
  border-radius: 14px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease, background-color 0.18s ease;
}

.prg-reference-detail__control:hover {
  transform: translateY(-1px);
}

.prg-reference-detail__control:active {
  transform: translateY(0);
}

.prg-reference-detail__control svg {
  width: 21px;
  height: 21px;
  display: block;
}

.prg-reference-detail__control--prev {
  background: rgba(16, 35, 49, 0.92);
  color: #ffffff;
}

.prg-reference-detail__control--next {
  background: #ffc413;
  color: #102331;
}

.prg-reference-detail__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 410px);
  gap: 48px;
  align-items: start;
}

.prg-reference-detail__text {
  max-width: 760px;
}

.prg-reference-detail__text p {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.75;
  color: #344754;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.prg-reference-detail__text p:last-child {
  margin-bottom: 0;
}

.prg-reference-detail__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prg-reference-detail__info-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  min-height: 70px;
  padding: 0 22px;
  background: #ececea;
  border-radius: 10px;
}

.prg-reference-detail__info-label {
  font-size: 14px;
  color: #7b858c;
  font-weight: 500;
}

.prg-reference-detail__info-value {
  font-size: 14px;
  color: #1f2d38;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .prg-reference-detail__image {
    height: 520px;
  }

  .prg-reference-detail__control {
    width: 84px;
    height: 64px;
    border-radius: 13px;
  }

  .prg-reference-detail__control svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 991px) {
  .prg-reference-detail {
    padding: 24px 0 56px;
  }

  .prg-reference-detail__container {
    width: min(100% - 32px, 1240px);
  }

  .prg-reference-detail__title {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 1.12;
    max-width: 100%;
  }

  .prg-reference-detail__visual {
    border-radius: 18px;
    margin-bottom: 32px;
  }

  .prg-reference-detail__image {
    height: 430px;
  }

  .prg-reference-detail__controls {
    right: 16px;
    bottom: 16px;
    gap: 8px;
  }

  .prg-reference-detail__control {
    width: 72px;
    height: 56px;
    border-radius: 12px;
  }

  .prg-reference-detail__control svg {
    width: 18px;
    height: 18px;
  }

  .prg-reference-detail__bottom {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .prg-reference-detail__text p {
    font-size: 16px;
    line-height: 1.72;
  }
}

@media (max-width: 575px) {
  .prg-reference-detail__breadcrumbs {
    font-size: 10px;
    gap: 7px;
    margin-bottom: 14px;
  }

  .prg-reference-detail__title {
    font-size: 28px;
    line-height: 1.14;
  }

  .prg-reference-detail__visual {
    border-radius: 14px;
  }

  .prg-reference-detail__image {
    height: 280px;
  }

  .prg-reference-detail__controls {
    right: 12px;
    bottom: 12px;
  }

  .prg-reference-detail__control {
    width: 58px;
    height: 46px;
    border-radius: 10px;
  }

  .prg-reference-detail__control svg {
    width: 16px;
    height: 16px;
  }

  .prg-reference-detail__text p {
    font-size: 15px;
    line-height: 1.68;
    margin-bottom: 18px;
  }

  .prg-reference-detail__info-row {
    grid-template-columns: 1fr;
    gap: 5px;
    min-height: auto;
    padding: 16px 18px;
  }

  .prg-reference-detail__info-label,
  .prg-reference-detail__info-value {
    font-size: 14px;
  }
}
}

/* Örnek Proje Detay */

/* iletişim Form*/
.CA1-popupOverlay{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.45);
  z-index: 99999;
  padding: 20px;
}

.CA1-popupOverlay.is-open{
  display: flex;
}

.CA1-popupBox{
  position: relative;
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 18px;
  padding: 38px 28px 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  text-align: center;
}

.CA1-popupTitle{
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 1.15;
  color: #111111;
}

.CA1-popupText{
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #444444;
}

.CA1-popupBtn{
  min-width: 140px;
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: #0d2233;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}

.CA1-popupClose{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  color: #333333;
  cursor: pointer;
}

/* =========================
   SUCCESS MODAL
========================= */

.CA1-successModal{
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 999999;
}

.CA1-successModal.is-active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.CA1-successModal__dialog{
  position: relative;
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 18px;
  padding: 34px 28px 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  transform: translateY(14px) scale(0.98);
  transition: transform 0.25s ease;
  text-align: center;
}

.CA1-successModal.is-active .CA1-successModal__dialog{
  transform: translateY(0) scale(1);
}

.CA1-successModal__close{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #222222;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.CA1-successModal__title{
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.1;
  color: #111111;
  font-weight: 700;
}

.CA1-successModal__text{
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
}

.CA1-successModal__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: #061c2c;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.CA1-successModal__button:hover{
  opacity: 0.92;
}

.CA1-successModal__button:active{
  transform: scale(0.98);
}

body.CA1-modal-open{
  overflow: hidden;
}
