body {
padding-top: 0px;
padding: 0px; 
margin: 0px;
}


.navbar {
background: #1f1c1c;
background-image: linear-gradient(to top, #141413, #181816, #1b1c18, #1f1f1b, #23231d) !important;
}

/*logo-üst  başlar*/
.logo-ust {
  margin-left: 0px !important; display: block; margin-bottom: 10px !important;
}
.logo-ust img {
width: auto; width: 300px; margin-left: 0px; display: block;
}
/*logo-üst  biter*/

/*logo-alt  başlar*/
.alt-ust {
  margin-left: 0px !important; display: block; margin-bottom: 20px !important;
}
.alt-ust img {
width: auto; width: 260px; margin-left: 0px; display: block;
}
/*logo-alt  biter*/


/*fix Clear başlar */
@media(max-width:768px) {
  .sol-box   {margin: auto !important; display: block; text-align: center !important;}
  .sol-box img {margin: auto; display: block; text-align: center;}
  .sol-box .buttonlar {margin: auto !important; display: block !important; text-align: center;}
  .sol-box .buttonlar a {margin-right: 20px !important; margin-left: 20px !important}
  .mobil-top {margin-top: 20px !important; transition: 500ms;}
  .adres-footer-iletisim {margin: auto; display: block; text-align: left;}
  .giris-btn {margin-top:10px !important}
  .yeni-kayit-btn {margin-top:10px !important}
}
/*fix Clear biter */


/*SLİDER BU BAŞLAR*/
.hero {
background:linear-gradient(rgba(15,23,42,.55), rgba(15,23,42,.93));
padding-top: 80px;
padding-bottom: 80px;
position: relative;
}

.hero::before {
content: '';
position: absolute;
right: 0;
bottom: 0;
left: 0;
top: 0;
background: url("desen1.png");
opacity: .08;
}
/*SLİDER BU BTER*/

/* KART */
.feature-card {
background: #fff;
padding: 30px;
border-radius: 16px;
text-align: center;
box-shadow: 0 1px 4px rgba(0,0,0,0.45);
}

.feature-card i {
font-size: 34px;
color: #d4af37;
margin-bottom: 15px;
}

/* ===== PC ===== */
.computer {
position: relative;
max-width: 420px;
margin: auto;
}

.computer-top {
background: #111827;
height: 28px;
border-radius: 12px 12px 0 0;
display: flex;
align-items: center;
padding-left: 12px;
gap: 6px;
}

.computer-top span {
width: 10px;
height: 10px;
border-radius: 50%;
background: #6b7280;
}

.computer-screen {
background: #0f172a;
padding: 15px;
border-radius: 0 0 12px 12px;
box-shadow: 0 30px 60px rgba(0,0,0,.35);
}

/* SCREEN FAKE UI */
.screen-ui {
display: flex;
height: 220px;
background: #020617;
border-radius: 8px;
overflow: hidden;
}

.ui-sidebar {
width: 60px;
background: #111827;
}

.ui-content {
flex: 1;
padding: 10px;
}

.ui-header {
height: 20px;
background: #1f2933;
border-radius: 4px;
margin-bottom: 10px;
}

.ui-message {
height: 14px;
background: #d4af37;
border-radius: 4px;
margin-bottom: 8px;
opacity: .8;
}

.ui-message.small {
width: 70%;
opacity: .5;
}

/* ÜRÜN */
.computer-stand {
width: 60px;
height: 30px;
background: #111827;
margin: auto;
}

.computer-base {
width: 160px;
height: 10px;
background: #111827;
border-radius: 0 0 10px 10px;
margin: auto;
}


#bilgi {border-top:1px solid #ddd; box-shadow:0px 0px 5px rgba(0, 0, 0, 0.25); }

#footer p {color:#fff !important}
#footer a {color:#fff !important; text-decoration: none;}
#footer a:hover {
  color: #0d6efd !important;
  transform: translateY(-3px);
  transition: all 0.3s ease;
}
#footer span {color:#fff !important}
.footer-alt {color:#fff !important}


.section-title {
  font-size: 2.4rem;
  letter-spacing: 1px;
  position: relative;
  display:block;
  margin: auto;
}

.section-title::after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #0d6efd; 
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}


.contact-section {
  background-color: #eee;
}

.contact-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.contact-box h5 {
  letter-spacing: 1px;
}

.contact-info li {
  margin-bottom: 18px;
  color: #555;
  font-size: 15px;
}

.contact-info i {
  color: #f4b400; /* sarı vurgu */
  margin-right: 8px;
}

.contact-info a {
  color: #333;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.social-icons a {
  font-size: 20px;
  margin: 0 10px;
  color: #555;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #f4b400;
}


.about-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #f8f9fa, #eef2f7);
}

.about-badge {
  display: inline-block;
  padding: 6px 14px;
  background: #0d6efd;
  color: #fff;
  font-size: 13px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.about-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.about-title span {
  color: #d4af37;
}

.about-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.about-highlight {
  margin-top: 25px;
  font-weight: 600;
  color: #d4af37;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-highlight i {
  font-size: 22px;
}

.about-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.about-card i {
  font-size: 32px;
  color: #d4af37;
  margin-bottom: 15px;
}

.about-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.about-card p {
  font-size: 14px;
  color: #666;
}

.about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(13,110,253,0.2);
}


#giz {position: relative;}
#giz::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background: url("desen1.png");
  opacity: .08;
}


/*ne sağlar*/
#ne-saglar {
background-size: cover !important; 
background: url("bg-content.png");
background-attachment: flex;
}
#ne-saglar h2 {color:#fff !important}
#ne-saglar .section-title::after {background-color: yellow !important;}
/*ne sağlar*/


#footer {
background: #1f1c1c;
background-color: rgb(31, 28, 28);
background-image: none;
background-image: linear-gradient(to top, #141413, #181816, #1b1c18, #1f1f1b, #23231d) !important;
}

.comment-bubble {
    background: linear-gradient(135deg, #222, #333);
    color: #fff;
    padding: 8px 14px;
    border-radius: 16px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* BALON OKU (arka plan ile birleşik) */
.comment-bubble {
    background: linear-gradient(135deg, #222, #333);
    color: #fff;
    padding: 10px 16px;
    border-radius: 18px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.okekle {
    background: #222;
    color: #fff;
    padding: 10px 16px;
    border-radius: 18px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* OK / KUYRUK */
.okekle_1 {
    position: absolute;
    right: -6px;
    bottom: -4px;
    width: 16px;
    height: 16px;
    background: #222;
    border-radius: 50%;
    transform: rotate(45deg);
}

.ust-baslik {
  margin-top: 10px !important
}


#ne-saglar h1 {font-size:30px  !important; color:#fff !important}
#ne-saglar h2 {font-size:20px  !important; color:#111 !important}

/* --- ekran --- */
#preloader {
position: fixed;
inset: 0;
background: linear-gradient(135deg, #6ECFFF 0%, #FF8A4C 100%);
display: flex;
flex-direction: column;
align-items: center;     /* YATAY ORTALA */
justify-content: center; /* DİKEY ORTALA */
gap: 20px;
z-index: 9999;
opacity: 1;
transition: opacity .4s ease;
}

#preloader.hidden {
opacity: 0;
pointer-events: none;
}

/* Logo */
#preloader img {
width: 250px;
display: block;
}

/* x */
.spinner {
width: 40px;
height: 40px;
border: 4px solid #444;
border-top: 4px solid #0af;
border-radius: 50%;
animation: spin 1s linear infinite;
border-top: 4px solid #FFB400;
}

@keyframes spin {
to { transform: rotate(360deg); }
}

/* Yazı */
#preloader h2 {
color: #fff;
font-family: Arial, sans-serif;
font-size: 20px;
}


/*yukari çık başlarrr*/

#topBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: #ffc107;
  color: #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  animation: bounce 2s infinite;
  transition: all 0.3s ease;
  font-size: 24px; margin:auto; text-align:center;
  display:block;
}

#topBtn:hover {
  background: #084298;
  transform: scale(1.1);
}

/* İkon */
#topBtn i {
   margin-top:8px !important;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-8px); }
  60% { transform: translateY(-4px); }
}


@media (max-width: 768px) {
  #topBtn {
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
  }
}


/*sosyal ağ başlar*/

.share-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0px 0;
	margin-top:15px !important
}

.share-title {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
}

.share-buttons {
    display: flex;
    gap: 8px;
}

.share-buttons .share {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.share-buttons .share:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}

/* Platform renkleri */
.facebook { background: #1877f2;  }
.twitter  { background: #000000;  }
.whatsapp { background: #25d366;  }
.telegram { background: #0088cc;  }
.linkedin { background: #0a66c2;  }
.reddit   { background: #ff4500;  }
.email    { background: #6c757d;  }

.sosyal_share h1 {margin:0px; padding:0px;}
.sosyal_share span {float:none; display:block; color:#2B2B2B !important; font-size:20px; text-align:left; }