
/* SEMIH PERDE - MODERN FÜME / KIRMIZI TASARIM */
:root{
  --fume:#2c2d30;
  --fume-dark:#1e1f22;
  --fume-soft:#3a3b3f;
  --red:#b80f1d;
  --red-dark:#8e0b16;
  --light:#f5f5f5;
  --line:#dedede;
}
html,body{
  background:#f5f5f5 !important;
  color:#333;
  font-family:'Poppins',Arial,sans-serif;
}
.header{
  background:var(--fume-dark);
  box-shadow:0 5px 24px rgba(0,0,0,.22);
  position:relative;
  z-index:1000;
}
.header-top{
  background:var(--fume);
  border-bottom:1px solid rgba(255,255,255,.10);
}
.header-menu a{color:#fff !important;}
.header-menu a i{color:#e52332;}
.header-middle{background:var(--fume-dark);}
.header .main-menu ul li a{
  color:#fff;
  font-weight:600;
  letter-spacing:.25px;
}
.header .main-menu ul li a:hover{
  color:#fff;
  background:var(--red);
}
.header-language img{
  border-radius:50%;
  box-shadow:0 2px 8px rgba(0,0,0,.2);
}
.main-slider{
  background:var(--fume-dark);
}
.main-slider img{
  width:100%;
  display:block;
}
.home-about-text{
  background:#fff;
  border-left:5px solid var(--red);
  padding:22px 26px;
  margin:25px 0;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  border-radius:8px;
}
.modern-home-title{
  color:var(--fume-dark);
  font-size:27px;
  font-weight:700;
  margin:0 0 10px;
}
.modern-home-title span{color:var(--red);}
.product-box{
  background:#fff;
  border:1px solid #e1e1e1;
  border-radius:10px;
  overflow:hidden;
  margin-bottom:28px;
  box-shadow:0 8px 22px rgba(0,0,0,.08);
  transition:.25s ease;
}
.product-box:hover{
  transform:translateY(-5px);
  box-shadow:0 13px 30px rgba(0,0,0,.15);
  border-color:#c7c7c7;
}
.product-box img{
  width:100%;
  display:block;
}
.product-name{
  background:var(--fume);
  color:#fff !important;
  padding:13px 10px 5px !important;
  font-size:16px !important;
  font-weight:600;
  text-align:center;
}
.product-detail{
  background:var(--fume);
  color:#e93542;
  padding:2px 10px 13px;
  text-align:center;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.4px;
}
h4.page-title{
  background:var(--fume-dark);
  color:#fff;
  border-left:7px solid var(--red);
  box-shadow:0 8px 24px rgba(0,0,0,.14);
}
.page-content{
  background:#fff;
  padding:30px !important;
  border-radius:10px;
  border-top:4px solid var(--red);
  box-shadow:0 9px 28px rgba(0,0,0,.09);
  line-height:1.8;
}
.uygulama{
  background:#fff;
  padding:8px;
  border-radius:9px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  margin-bottom:24px;
}
.uygulama img{
  width:100%;
  border-radius:6px;
}
.service-copy{
  margin:35px auto 20px;
  background:#fff;
  padding:28px 32px;
  border-radius:10px;
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  border-top:4px solid var(--red);
}
.service-copy h2{
  color:var(--fume-dark);
  font-size:25px;
  margin:0 0 18px;
  font-weight:700;
}
.service-copy h2:after{
  content:"";
  display:block;
  width:65px;
  height:4px;
  background:var(--red);
  margin-top:10px;
}
.service-copy p{
  line-height:1.85;
  color:#4a4a4a;
  margin-bottom:15px;
}
.modern-contact{
  margin:35px auto 10px;
}
.contact-hero{
  background:linear-gradient(120deg,var(--fume-dark),var(--fume-soft));
  color:#fff;
  padding:38px;
  border-radius:14px;
  border-bottom:5px solid var(--red);
  margin-bottom:28px;
  box-shadow:0 12px 30px rgba(0,0,0,.16);
}
.contact-hero h1{margin:0 0 10px;font-size:31px;color:#fff;}
.contact-hero p{margin:0;color:#ddd;line-height:1.75;}
.contact-card{
  background:#fff;
  min-height:185px;
  padding:28px 22px;
  margin-bottom:25px;
  text-align:center;
  border-radius:12px;
  border:1px solid #e4e4e4;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}
.contact-card i{
  width:58px;height:58px;line-height:58px;
  border-radius:50%;
  background:var(--red);
  color:#fff;
  font-size:23px;
  margin-bottom:15px;
}
.contact-card h3{font-size:18px;color:var(--fume-dark);font-weight:700;}
.contact-card a{color:#555;font-weight:600;}
.contact-card a:hover{color:var(--red);}
.contact-map{
  overflow:hidden;
  background:#fff;
  border-radius:12px;
  padding:8px;
  box-shadow:0 8px 24px rgba(0,0,0,.09);
  margin-bottom:30px;
}
.contact-map iframe{border-radius:8px;display:block;}
.modern-float-actions{
  position:fixed;
  right:20px;
  bottom:22px;
  z-index:99999;
  display:flex;
  flex-direction:column;
  gap:11px;
}
.modern-float-actions a{
  width:56px;height:56px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:#fff !important;
  font-size:23px;
  box-shadow:0 8px 22px rgba(0,0,0,.28);
  transition:.2s ease;
}
.modern-float-actions a:hover{transform:translateY(-3px);}
.modern-float-actions .wa-modern{background:#25D366;}
.modern-float-actions .call-modern{background:var(--red);}
.footer-modern{
  margin-top:70px;
  background:var(--fume-dark);
  color:#d7d7d7;
  border-top:5px solid var(--red);
}
.footer-modern-inner{
  display:grid;
  grid-template-columns:1.05fr 1fr 1fr;
  gap:45px;
  padding:48px 0 38px;
}
.footer-modern-logo img{max-width:235px;height:auto;}
.footer-modern-logo p{margin-top:17px;color:#aaa;line-height:1.7;}
.footer-modern h4{
  color:#fff;
  font-size:19px;
  margin:0 0 18px;
  padding-bottom:10px;
  position:relative;
}
.footer-modern h4:after{
  content:"";
  position:absolute;left:0;bottom:0;width:48px;height:3px;background:var(--red);
}
.footer-modern ul{list-style:none;margin:0;padding:0;}
.footer-modern ul li{margin-bottom:10px;color:#bbb;}
.footer-modern a{color:#c9c9c9;}
.footer-modern a:hover{color:#fff;}
.footer-modern-contact i{color:#e62836;width:24px;}
.footer-modern-bottom{
  border-top:1px solid rgba(255,255,255,.09);
  padding:17px 0;
  text-align:center;
  color:#8d8d8d;
  font-size:13px;
}
.home-links .home-link-box a{
  background:var(--fume);
  color:#fff;
  border-radius:8px;
  overflow:hidden;
}
.home-links .home-link-box a:hover{
  background:var(--red);
}
@media(max-width:991px){
  .footer-modern-inner{grid-template-columns:1fr;text-align:center;gap:25px;}
  .footer-modern h4:after{left:50%;transform:translateX(-50%);}
  .footer-modern-logo img{margin:auto;}
  .header .main-menu ul li{background:var(--fume-dark) !important;}
  .header .main-menu ul li a{color:#fff !important;display:block;padding:0 18px;}
}
@media(max-width:600px){
  .modern-float-actions{right:13px;bottom:14px;}
  .modern-float-actions a{width:50px;height:50px;font-size:20px;}
  .contact-hero{padding:25px 20px;}
  .service-copy{padding:22px 20px;}
}


/* SLAYT ALTINDAKİ SİYAH BOŞLUĞU KALDIR */

.main-slider {
    background: transparent !important;
}

/* Owl Carousel alt nokta alanını kaldır */
#main-slider .owl-dots {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Alt boşluk bırakmasını engelle */
#main-slider {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#main-slider .item img {
    display: block;
}