/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Soysal Grup Optik Web Site
Version:  2.0
Last change:  2026-04-24
Designed by:  Atelier Moka
Primary use:  Official Web Site

[Color palette]
LOGO turuncu :  #f7882f
Koyu mavi    :  #6b7a8f
Sarı         :  #f7c331
Bej          :  #dcc7aa
-------------------------------------------------------------------*/

:root {
  --brand:          #f7882f;
  --brand-dark:     #e07519;
  --brand-soft:     rgba(247, 136, 47, 0.12);
  --ink:            #232323;
  --ink-soft:       #5d5d5d;
  --muted:          #797979;
  --line:           #e8e8e8;
  --bg-light:       #f7f5f2;
  --bg-card:        #ffffff;
  --bg-dark:        #6b7a8f;
  --nav-bg:         rgba(33, 33, 33, 0.92);
  --nav-bg-top:     rgba(33, 33, 33, 0.35);
  --shadow-sm:      0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md:      0 10px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg:      0 20px 50px rgba(0, 0, 0, 0.12);
  --radius:         6px;
  --radius-lg:      12px;
  --ease:           cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

/* ---------- Skip link (accessibility) ---------- */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--brand);
  color: #fff;
  padding: 10px 18px;
  z-index: 9999;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus {
  top: 0;
  color: #fff;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

/* ---------- Focus visible (better keyboard outlines) ---------- */
:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ---------- Layout utilities (framework-free grid) ---------- */
.container {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

[class*="col-"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.text-center { text-align: center; }
.text-left   { text-align: left; }
.text-right  { text-align: right; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .col-md-3         { flex: 0 0 25%;      max-width: 25%; }
  .col-md-4         { flex: 0 0 33.3333%; max-width: 33.3333%; }
  .col-md-6         { flex: 0 0 50%;      max-width: 50%; }
  .col-md-8         { flex: 0 0 66.6667%; max-width: 66.6667%; }
  .col-md-12        { flex: 0 0 100%;     max-width: 100%; }
  .col-md-offset-2  { margin-left: 16.6667%; }
  .visible-xs       { display: none !important; }
}

@media (min-width: 992px) {
  .col-lg-12 { flex: 0 0 100%; max-width: 100%; }
}

@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
}

/* ---------- Navbar base ---------- */
.navbar {
  position: relative;
  margin-bottom: 0;
  border: none;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
}

/* Container inside navbar is the flex row */
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
}

.navbar-header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  line-height: 1;
}
.navbar-brand img { max-height: 44px; width: auto; }

.navbar-toggle {
  padding: 10px 12px;
  border-radius: var(--radius);
  cursor: pointer;
  display: none;
  margin-left: 12px;
}

.navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav li { position: relative; display: block; }
.nav li a { padding: 12px 14px; display: block; }

@media (max-width: 767px) {
  .navbar .container {
    flex-wrap: wrap;
    min-height: 56px;
  }
  .navbar-header {
    width: 100%;
    justify-content: space-between;
  }
  .navbar-toggle { display: inline-block; }
  .navbar-collapse {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s var(--ease);
    flex-direction: column;
    align-items: flex-start;
  }
  .navbar-collapse.is-open { max-height: 480px; }
  .nav { flex-direction: column; width: 100%; }
  .nav li { width: 100%; }
  .nav li a { padding: 14px 4px; }
}

/* ---------- Background carousel ---------- */
.carousel {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: -99;
}
.carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-inner .item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s var(--ease);
}
.carousel-inner .item.active { opacity: 1; }

html, body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: 'Alegreya Sans', sans-serif;
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  letter-spacing: 0.4px;
  font-family: 'Catamaran', sans-serif;
  color: var(--ink);
}

p {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.2px;
  color: var(--muted);
}

.dark-bg p { color: #eee; }

@media (min-width: 768px) {
  p {
    margin: 0 0 28px;
    font-size: 19px;
    line-height: 1.7;
  }
}

a {
  color: var(--brand);
  transition: color 0.2s var(--ease);
  text-decoration: none;
}
a:hover, a:focus, a:active, a.active {
  color: var(--brand-dark);
}
a, a:hover, a:focus, a:active, a.active { outline: none; }

.light { font-weight: 400; }
.renkli { color: var(--brand); }

::selection {
  text-shadow: none;
  background: rgba(247, 136, 47, 0.35);
  color: var(--ink);
}
img::selection { background: transparent; }

/* ---------- Navbar ---------- */
.navbar-custom {
  margin-bottom: 0;
  border-bottom: none;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  background-color: var(--nav-bg);
  backdrop-filter: saturate(180%) blur(8px);
  -webkit-backdrop-filter: saturate(180%) blur(8px);
}
.navbar-custom .navbar-toggle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  font-size: 12px;
  border: none;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active { outline: none; }
.navbar-custom .navbar-brand {
  font-weight: 700;
  padding-top: 5px;
}
.navbar-custom .navbar-brand:focus { outline: none; }
.navbar-custom a { color: #fff; }

.navbar-custom .nav li a {
  transition: color 0.3s var(--ease), background 0.3s var(--ease);
  position: relative;
}
.navbar-custom .nav li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: var(--brand);
  transition: width 0.3s var(--ease), left 0.3s var(--ease);
}
.navbar-custom .nav li a:hover {
  color: var(--brand);
  background-color: transparent;
}
.navbar-custom .nav li a:hover::after {
  width: 60%;
  left: 20%;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active a {
  background-color: var(--brand);
  color: #fff;
}
.navbar-custom .nav li.active a:hover { color: #fff; }

@media (min-width: 768px) {
  .navbar-custom {
    padding: 18px 0;
    border-bottom: none;
    letter-spacing: 1.2px;
    background: var(--nav-bg-top);
    transition: background 0.5s var(--ease), padding 0.5s var(--ease);
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: var(--nav-bg);
    border-bottom: none;
  }
  .navbar-brand { padding-top: 0; }
}

/* ---------- Hero / Intro ---------- */
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 120px 0 80px;
  text-align: center;
  color: #fff;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.intro .intro-body .intro-text {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  max-width: 640px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .intro { height: 100%; padding: 0; }
  .intro .intro-body .brand-heading { font-size: 56px; }
  .intro .intro-body .intro-text { font-size: 24px; }
}

.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 100% !important;
  font-size: 40px;
  color: #fff;
  background: transparent;
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  transform: translateY(-2px);
}
.btn-circle i.animated { transition: transform 1s var(--ease); }
.btn-circle:hover i.animated {
  animation: pulse 1.5s infinite linear;
}
@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.2); }
  100% { transform: scale(1); }
}

/* ---------- Buttons ---------- */
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.8px;
  transition: all 0.3s var(--ease);
  border-radius: var(--radius);
}
.btn-default {
  border: 1px solid var(--brand);
  color: var(--brand);
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid var(--brand);
  outline: none;
  color: #fff;
  background-color: var(--brand);
}
/* ---------- Sections ---------- */
section {
  padding: 64px 0;
}
@media (min-width: 768px) {
  section { padding: 96px 0; }
}
@media (min-width: 1200px) {
  section { padding: 110px 0; }
}

section ul {
  padding-left: 0;
  padding-top: 10px;
}
section ul li {
  list-style: none;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.2px;
  color: var(--ink);
}
section ul li::before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f105";
  padding-right: 8px;
  color: var(--brand);
}

.section-title h2 {
  font-family: 'Catamaran', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 800;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 18px;
}
.section-title h2::after {
  left: 50%;
  z-index: 1;
  width: 48px;
  height: 3px;
  content: " ";
  bottom: 0;
  margin-left: -24px;
  text-align: center;
  position: absolute;
  background: var(--brand);
  border-radius: 2px;
}
.dark-bg .section-title h2 { color: #fff; }

.section-title p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  margin: 20px auto 50px;
  max-width: 780px;
  color: var(--muted);
}

/* ---------- About module ---------- */
.mz-module-about h3 {
  font-weight: 500;
  font-size: 19px;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.dark-bg .mz-module-about h3 { color: #fff; }
.mz-module-about p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #969696;
}

/* ---------- Section text ---------- */
.section-text h3 {
  margin: 0 0 30px;
  font-weight: 800;
  color: var(--ink-soft);
}
.section-text h4 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 17px;
}
.dark-bg .section-text h3,
.dark-bg .section-text h4 { color: #dfdfdf; }

/* ---------- Backgrounds ---------- */
.light-bg { background-color: var(--bg-light); }
.dark-bg {
  background-color: var(--bg-dark);
  color: #fff;
}

/* ---------- Mağaza (single center store) ---------- */
.magaza-item {
  text-align: center;
  background-color: var(--bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.magaza-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.magaza-item .magaza-image img {
  width: 100%;
  height: auto;
  display: block;
}
.magaza-item h3 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--ink);
  margin-top: 24px;
  margin-bottom: 0;
  letter-spacing: 1.5px;
}
.magaza-item .magaza-position {
  color: var(--brand);
  font-size: 12px;
  margin: 12px 0 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}
.magaza-item p {
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  padding: 0 20px 28px;
  line-height: 1.7;
  margin-bottom: 0;
}

.magaza-map {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
}
.magaza-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* ---------- Contact ---------- */
#contact .contact-info {
  margin-top: 10px;
}
#contact h4 {
  margin-top: 0;
  margin-bottom: 18px;
}
#contact p {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.6;
}
#contact a {
  color: inherit;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s var(--ease), color 0.2s var(--ease);
}
#contact a:hover,
#contact a:focus {
  color: var(--brand);
  border-bottom-color: var(--brand);
}
#contact .day {
  display: inline-block;
  min-width: 90px;
  font-weight: 600;
  color: var(--ink);
}
#contact i {
  margin-right: 8px;
  color: var(--brand);
  width: 16px;
  text-align: center;
}

/* ---------- Footer ---------- */
footer {
  padding: 18px 10px;
  background-color: #222;
  height: auto;
}
footer p {
  color: #b7b7b7;
  margin: 0;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1.6px;
}
footer p a { color: #fff; }
footer p a span {
  color: var(--brand);
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}

/* ---------- Back to top ---------- */
#back-top {
  position: fixed;
  z-index: 1000;
  bottom: 36px;
  right: 36px;
}
#back-top a {
  width: 54px;
  height: 54px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgba(33, 33, 33, 0.85);
  border-radius: 50%;
  transition: background 0.3s var(--ease), transform 0.3s var(--ease);
  backdrop-filter: blur(6px);
}
#back-top a:hover {
  background: var(--brand);
  transform: translateY(-3px);
}
#back-top i {
  margin-top: 13px;
  font-size: 24px;
}
@media only screen and (max-width: 480px) {
  #back-top { bottom: 14px; right: 14px; }
  #back-top a { width: 42px; height: 42px; }
  #back-top i { margin-top: 8px; font-size: 20px; }
}

/* ---------- Swiper: Marka logoları (5 sütun × 3 satır) ---------- */
.marka-swiper {
  padding: 10px 0 20px;
}
.marka-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 14px 10px;
  border-radius: var(--radius);
  transition: background 0.25s var(--ease);
}
.marka-swiper .swiper-slide:hover {
  background: rgba(247, 136, 47, 0.06);
}
.marka-swiper .swiper-slide img {
  max-width: 130px;
  max-height: 72px;
  width: auto;
  height: auto;
  display: block;
  filter: grayscale(1);
  opacity: 0.65;
  transition: filter 0.3s var(--ease), opacity 0.3s var(--ease), transform 0.3s var(--ease);
}
.marka-swiper .swiper-slide:hover img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.07);
}

/* ---------- Swiper: Koleksiyon ---------- */
.koleksiyon-swiper {
  padding: 10px 10px 50px;
  position: relative;
}
.koleksiyon-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.koleksiyon-swiper .swiper-slide:hover img {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.koleksiyon-swiper .swiper-button-next,
.koleksiyon-swiper .swiper-button-prev {
  color: var(--brand);
  background: rgba(255, 255, 255, 0.92);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: var(--shadow-sm);
  transition: background 0.3s var(--ease), color 0.3s var(--ease), transform 0.3s var(--ease);
}
.koleksiyon-swiper .swiper-button-next:hover,
.koleksiyon-swiper .swiper-button-prev:hover {
  background: var(--brand);
  color: #fff;
  transform: scale(1.05);
}
.koleksiyon-swiper .swiper-button-next::after,
.koleksiyon-swiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: 800;
}

.koleksiyon-swiper .swiper-pagination-bullet {
  background: var(--ink-soft);
  opacity: 0.4;
}
.koleksiyon-swiper .swiper-pagination-bullet-active {
  background: var(--brand);
  opacity: 1;
}

/* ---------- Designer credit ---------- */
.designer {
  width: 100%;
  background-color: #1b1b1b;
  color: #999;
  font-size: 10px;
}
.designer img {
  margin: 8px;
  opacity: 0.7;
  transition: opacity 0.3s var(--ease);
}
.designer img:hover { opacity: 1; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
