*{margin:0;padding:0;box-sizing:border-box}
 
 body {
  overflow-x: hidden;  
  
  .telefon img { width: 50px; }
.eposta img { width: 50px; }
.destek-sss img { width: 50px; }
.destek-olustur img { width: 50px; }

@media (max-width:768px){
  .top-card {
   padding: 15px 15px;
  }
}

@media (max-width:768px){
  .top-card img{
    width:50px;
  }
}

@media (max-width:768px){
.destek-olustur img{
    width:50px;
  }
}


.strico-mobile{
display:none;
}

@media (max-width:768px){
.strico-web{
display:none;
}
.strico-mobile{
display:block;
}
}
/* ÜST İLETİŞİM BAR */
.top-bar{
    background:#0d1220;
    padding:20px 0;
    border-bottom:1px solid #1c2235;
}
.container{
    width:1320px;
    margin:auto;
}
.top-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}
.top-card {
  background: rgba(25, 30, 43, 0.83);
  border: 1px solid rgba(25, 30, 43, 0.83);
  padding: 30px 15px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-card strong a {
transition: all 0.3s ease 0s;
  text-decoration: none;
  cursor: pointer;
  line-height: 24px;
  color: rgb(249, 249, 249);
  font-weight: 700;
  font-size: 17px;
  font-family: Muli;
}

.top-card:hover {
  background: rgba(255, 255, 255, 0.0235294118);
  border: 1px solid rgba(255, 255, 255, 0.062745098);
  box-shadow: 0 0 15px rgb(250, 167, 51); 0 0 30px #c1891d;
  border-radius: 12px;
  transform: scale(1.015); 
  border-radius: 5px; 
  -webkit-transition:all 0.3s ease-in;
  -moz-transition:all 0.3s ease-in;
  -ms-transition:all 0.3s ease-in;
  -o-transition:all 0.3s ease-in;
  transition:all 0.3s ease-in

  }

.top-card i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(44, 49, 63);
  border-radius: 10px;
  color: rgb(255, 122, 0);
  font-size: 24px;
}
.top-card span{
    display:block;
    line-height: 24px;
    color: rgba(255, 166, 0, 0.92);
    font-weight: 700;
    font-size: 20px;
    font-family: Muli;
    padding-bottom: 4px;
}
.top-card strong{
    font-size:15px;
    font-weight:500;
}

/* FOOTER */
 .footer {
    position: relative;
    overflow: hidden;
	padding:60px 0 30px;
    background: #111625;
	box-shadow: inset 0 0 80px rgba(0,0,0,0.6);
}

 /* Arka plan ışık efekti  */
.footer::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(250,167,51,0.15), transparent 70%);
    z-index: 0;
	pointer-events: none;
	transition: transform 0.1s linear;
}
 
  .footer > .container {
    position: relative;
    z-index: 2;
}  
 
.footer-top{
    background: rgba(255,255,255,0.02);
    backdrop-filter: blur(8px);
    border-radius: 15px;
    display:flex;
    justify-content:space-between;
    align-items:center;
	padding: 25px;
    margin-bottom:50px;
}
.logo-area{
    display:flex;
    align-items:center;
    gap:15px;
}
.strlogo{
    width: 70px;  
    height: auto;  
	  transition: transform 0.3s ease;
}

.strlogo:hover {
    transform: scale(1.15);   /* %15 büyür */
}

.strlogo-text {
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(
    90deg,
    #f5d27a,
    #faa733,
    #fff1b0,
    #faa733
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldText 4s linear infinite;
}

@keyframes goldText {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.logo-text {
  font-size: 26px;
  font-weight: 900;
  background: linear-gradient(
    90deg,
    #f5d27a,
    #faa733,
    #fff1b0,
    #faa733
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldText 4s linear infinite;
}

@keyframes goldText {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}
.footer-desc{
    max-width:650px;
    font-size:15px;
    color:#b8bfd6;
	line-height:1.5;
}
 
.social{
    display:flex;
    gap:12px;
}
.social a{
    width:38px;
    height:38px;
    border-radius:8px;
    background:#1a2033;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
	 transition: all 0.3s ease;
 }

.social a:hover {
  background: #faa733;
  color: #111625;
  transform: translateY(-6px);
  box-shadow: 0 18px 24px rgba(250,167,51,0.4);
}

 
/* 4 KOLON */
.footer-columns{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:5px;
    margin-bottom:1px;
}
 

/* footer links */ 
.footer-columns ul li a {
  position: relative;
  display: block;
  transition: all 0.3s ease;
  line-height: 37px;
  padding-left: 33px;
  font-size: 15px;
  font-weight: 500;
  font-family: Exo;
  color: rgb(176, 177, 172);
}

 /* .footer-columns ul li a::before {
  content: "✔️";  
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  box-shadow: 0px 10px 40px -10px rgb(25, 28, 36);
  background-color: rgb(25, 89, 218);
  border: 2px solid rgb(25, 89, 218);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(165, 179, 208);
  font-weight: 700;
  transition: all 0.5s cubic-bezier(.65,.05,.36,1);
  font-size: 14px;
}  
.footer-columns ul li a:hover {
  box-shadow: 0px 10px 40px -10px rgb(25, 28, 36);
  transform: translateX(5px);
}
.footer-columns ul li a:hover::before {
  transform: translateY(-50%) translateX(5px);
  box-shadow: 0px 10px 40px -10px rgb(25, 28, 36);
  background-color: rgb(71, 108, 181);
  border: 2px solid rgb(71, 108, 181);
}
*/ 
.str-emoji{
font-style: normal;
font-size:18px;
margin-right:2px;
filter: drop-shadow(0 0 6px rgba(255,120,0,0.6));
}
.fa-circle-check {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(208, 81, 5);
  font-weight: 700;
  transition: all 0.5s cubic-bezier(.65,.05,.36,1);
  font-size: 25px;
}


  .footer-columns > div {
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 12px;
    opacity: 1;
    transform: translateY(-10px);
    transform-style: preserve-3d;
	transition: transform 0.2s ease, box-shadow 0.3s ease;
	will-change: transform;
}

/* footer colums kutu hover 
.footer-columns > div:hover {
    background: rgba(255,255,255,0.02);
    box-shadow: 0 0 25px rgba(250,167,51,0.15);
}  */ 

.footer-columns.active > div {
  opacity: 1;
  transform: translateY(0);
}
.footer-columns.active > div:nth-child(1) { transition-delay: 0.1s; }
.footer-columns.active > div:nth-child(2) { transition-delay: 0.3s; }
.footer-columns.active > div:nth-child(3) { transition-delay: 0.5s; }
.footer-columns.active > div:nth-child(4) { transition-delay: 0.7s; }

/* 1. PREFABRİK YAPILAR */
.footer-columns div:nth-child(1) h4 {
  font-weight: 700; 
  font-family: Muli;
  font-size: 17px;
  display: block;
  color: rgb(255, 255, 255);
  padding: 6px 10px; 
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: -18px;
  background-color: rgb(242, 147, 13);
  border: 2px solid rgb(242, 147, 13);
  box-shadow: 0px 10px 40px -10px rgb(25, 28, 36);
}

/* 2. KONTEYNER */
.footer-columns div:nth-child(2) h4 { 
  font-weight: 700;
  font-family: Muli;
  font-size: 17px;
  display: block;
  color: rgb(255, 255, 255);
  padding: 6px 10px; 
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: -18px;
  box-shadow: 0px 10px 40px -10px rgb(25, 28, 36);
  background-color: rgb(71, 108, 181);
  border: 2px solid rgb(71, 108, 181);
}

/* 3. KABİNLER */
.footer-columns div:nth-child(3) h4 { 
  font-weight: 700;
  font-family: Muli;
  font-size: 17px;
  display: block;
  color: rgb(255, 255, 255);
  padding: 6px 10px; 
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: -18px;
  box-shadow: 0px 10px 40px -10px rgb(25, 28, 36);
  background-color: rgb(106, 125, 35);
  border: 2px solid rgb(106, 125, 35);
}

/* 4. PREFABRİK EVLER */
.footer-columns div:nth-child(4) h4 {
  font-weight: 700;
  font-family: Muli;
  font-size: 2px;
  display: block;
  color: rgb(255, 255, 255);
  padding: 6px 10px; 
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: -18px;
  box-shadow: 0px 10px 40px -10px rgb(25, 28, 36);
  background-color: rgb(223, 80, 146);
  border: 2px solid rgb(223, 80, 146);
}

.footer-columns h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: Muli;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: rgb(250, 167, 51);
  z-index: 1;
  display: block;
  text-transform: uppercase;
}
 
 /* İnce gradient çizgi */
.footer-columns h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, #faa733, transparent);
  opacity: 0.2;
}

/* Kalın kısa çizgi */
.footer-columns h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  border-radius: 6px;
 /*  background: linear-gradient(to right, #f5d27a, #faa733); */
  box-shadow: 0 0 12px rgba(250,167,51,0.6);
  transition: width 0.3s ease;
  background: linear-gradient(
    90deg,
    #f5d27a 0%,
    #faa733 40%,
    #fff1b0 50%,
    #faa733 60%,
    #f5d27a 100%
  );
  background-size: 200% auto;
  animation: goldShine 3s linear infinite;
}
 
.footer-columns div:hover h4::after {
  width: 200px;
}

 
.footer-columns ul {
	list-style:none;
}
.footer-columns li {
	margin-bottom:18px;
}

/* footer blok basliklari */ 
.footer-columns a {
  text-decoration: none;
  font-size: 20px;
  color: #cfcfcf;
  font-family: Exo;
  font-weight: 700;
  transition: all 0.3s ease;
}
.footer-columns a:hover {
  color: #faa733;
  transform: translateX(6px);
  }
 
/* ALT KISIM */
.footer-bottom {
    border-top: none !important;
    padding-top: 25px;
    position: relative !important;
    overflow: hidden;
    background: transparent;
}

.footer-bottom::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, #faa733, transparent) !important;
  opacity: 1 !important;
}

.bottom-links{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:15px;
}
.bottom-links a{
    padding:8px 14px;
    border:1px solid #2a3045;
    border-radius:8px;
    text-decoration:none;
    color:#c7cbe0;
    font-size:16px;
}
.bottom-links a:hover{
    background:#1a2033;
    color:#fff;
}
.copyright{
    text-align:center;
    font-size:13px;
    color:#9aa3c2;
}

/* =========================
   RESPONSIVE
========================= */
 
.footer-container{
     max-width: 1320px;
    margin:auto;
}
 

/* 1320px altı */
@media (max-width:1320px){
    .footer-container{
        width:95%;
    }
}

/* Tablet */
@media (max-width:992px){

    /* Üst iletişim kartları 2 kolon */
    .top-grid{
        grid-template-columns:repeat(2,1fr);
    }

    /* Logo + açıklama alt alta */
    .footer-top{
        flex-direction:column;
        align-items:flex-start;
        gap:25px;
    }

    .footer-desc{
        max-width:100%;
    }

    /* Footer kolonları 2 kolon */
    .footer-columns{
        grid-template-columns:repeat(2,1fr);
        gap:40px;
    }
}

/* Mobil */
@media (max-width:576px){

    /* Üst kartlar tek kolon */
    .top-grid{
        grid-template-columns:1fr;
    }

    .top-card{
        padding:30px;
    }

    /* Footer üst alan ortala */
    .footer-top{
        text-align:left;
    }

    .logo-area{
        justify-content:flex-start;
    }

    .social{
        margin-top:10px;
    }

    /* Footer link kolonları tek kolon */
    .footer-columns{
        grid-template-columns:1fr;
        gap:30px;
    }

    /* Alt linkler mobil düzen */
    .bottom-links{
        justify-content:flex-start;
        gap:10px;
    }

    .bottom-links a{
        font-size:14px;
        padding:6px 10px;
    }

    .copyright{
        font-size:16px;
        line-height:1.5;
        text-align:center;
    }
}
 
.hero {
  height: 25vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: radial-gradient(circle at center, rgb(22, 30, 50), rgb(21, 26, 43));
  position: relative;
  overflow: hidden;
}

/* Hareketli arka plan ışık */
.hero::before {
  content:"";
  position:absolute;
  width:800px;
  height:800px;
  background: radial-gradient(circle, rgba(250,167,51,0.15), transparent 70%);
  animation: heroLight 6s infinite alternate ease-in-out;
}

@keyframes heroLight {
  0% { transform: translate(-100px,-50px); }
  100% { transform: translate(100px,50px); }
}

.hero-content {
  position:relative;
  z-index:2;
  animation: fadeUp 1.5s ease forwards;
}

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

  .hero h1 {
  font-size:48px;
  margin-bottom:20px;
  background: linear-gradient(90deg,#f5d27a,#faa733,#fff1b0);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.hero p {
  color:#ccc;
  margin-bottom:30px;
}

.hero-btn {
  padding:14px 35px;
  border-radius:50px;
  text-decoration:none;
  background: linear-gradient(90deg,#f5d27a,#faa733);
  color:#0c0f17;
  font-weight:600;
  transition:0.3s;
}

.hero-btn:hover {
  transform: translateY(-5px);
  box-shadow:0 10px 30px rgba(250,167,51,0.4);
}

/* =========================
   PREMIUM LUX LOADER
========================= */

#lux-loader {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #0c0f17, #141824);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

#lux-loader.hide {
  opacity: 0;
  visibility: hidden;
}

/* Logo */
.loader-logo {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 30px;
  background: linear-gradient(
    90deg,
    #f5d27a,
    #faa733,
    #fff1b0,
    #faa733
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldText 3s linear infinite;
}

@keyframes goldText {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* Progress bar */
.loader-bar {
  width: 250px;
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.loader-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg,#f5d27a,#faa733);
  animation: loadBar 2.2s ease forwards;
}

@keyframes loadBar {
  0% { width: 0%; }
  100% { width: 100%; }
}
/* =========================
   CINEMA LUX LOADER V2
========================= */

body.loading {
  overflow: hidden;
}

body.loading .site-wrapper {
  filter: blur(15px);
  transform: scale(1.03);
  transition: all 1s ease;
}

body.loaded .site-wrapper {
  filter: blur(0);
  transform: scale(1);
}

/* Loader ekranı */
#lux-loader {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #0c0f17, #141824);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  transition: opacity 1s ease, visibility 1s ease;
}

#lux-loader.hide {
  opacity: 0;
  visibility: hidden;
}

.loader-inner {
  text-align: center;
}

/* Logo pulse */
.loader-logo {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
  background: linear-gradient(
    90deg,
    #f5d27a,
    #faa733,
    #fff1b0,
    #faa733
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: goldShimmer 3s linear infinite,
             logoPulse 2s ease-in-out infinite;
}

/* Gold shimmer */
@keyframes goldShimmer {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* Pulse animasyonu */
@keyframes logoPulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* Progress bar */
.loader-bar {
  width: 260px;
  height: 4px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  overflow: hidden;
}

.loader-bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg,#f5d27a,#faa733);
  animation: loadBar 2.5s ease forwards;
}

@keyframes loadBar {
  0% { width: 0%; }
  100% { width: 100%; }
}
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg,#f5d27a,#faa733);
  z-index: 999999;
  transition: width 0.1s linear;
}
header.scrolled {
  background: rgba(12,15,23,0.95);
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  transition: all 0.3s ease;
}

.heart-glow {
  font-size: 14px;
  padding-right: 4px;
  color:#ff4d6d;
  -webkit-text-stroke:2px #ffffff;
  filter: drop-shadow(0 0 5px rgba(255,255,255,0.6));
  text-shadow: 0 0 5px rgb(192, 140, 255), 0 0 10px rgb(178, 109, 245), 0 0 20px rgb(156, 77, 255);

}
.mail-glow {
  font-size: 14px;
  color: rgb(241, 228, 255);
  text-shadow: 0 0 5px rgb(192, 140, 255), 0 0 10px rgb(178, 109, 245), 0 0 20px rgb(156, 77, 255);
  padding-right: 4px;
}
.phone-glow {
  font-size: 14px;
  color: rgb(241, 228, 255);
  text-shadow: 0 0 5px rgb(192, 140, 255), 0 0 10px rgb(178, 109, 245), 0 0 20px rgb(156, 77, 255);
  padding-right: 4px;
}

.hizmet-glow {
  font-size: 14px;
  color: rgb(241, 228, 255);
  text-shadow: 0 0 5px rgb(192, 140, 255), 0 0 10px rgb(178, 109, 245), 0 0 20px rgb(156, 77, 255);
  padding-right: 4px;
}
.gizlilik-glow {
  font-size: 14px;
  color: rgb(241, 228, 255);
  text-shadow: 0 0 5px rgb(192, 140, 255), 0 0 10px rgb(178, 109, 245), 0 0 20px rgb(156, 77, 255);
  padding-right: 4px;
}
.kvkk-glow {
  font-size: 14px;
  color: rgb(241, 228, 255);
  text-shadow: 0 0 5px rgb(192, 140, 255), 0 0 10px rgb(178, 109, 245), 0 0 20px rgb(156, 77, 255);
  padding-right: 4px;
}
 
 
@media (max-width: 700px) {
.footer-top {  
 
 background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
   }
 }
 
 
.strblockborder {
  clear: both;
  border: 0;
  height: 3px;
  margin-top: 2px;
  display: block;
  background-image: -webkit-linear-gradient(0deg, transparent, #f29c38, #ea3329, #ff034a, #e532ad, #0c8cfe, transparent);
}
