@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body
{
font-family: "Inter", sans-serif;
font-optical-sizing: auto;
font-style: normal;
letter-spacing:-0.325px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.footer {
  background: #F9F9F9;
  padding: 20px 0;
  width: 100%;
  margin-top: auto;
}
.footer .container {
  margin: 0 auto;
}
a{
text-decoration: none !important;
color: inherit;
}
a:hover {
text-decoration: none !important;
color: inherit;
}

.head-menu
{
height:100px;
border-bottom:1px solid rgb(244, 244, 244);
   .navbar {
      display: flex;
      padding: 10px 20px;
	  float:left;
	  margin-top:18px;
    }

    .menu-item {
      position: relative;
      list-style: none;
      margin-right: 10px;
	  font-size:16.25px;
	  font-weight:600;
	  
    }
	
	.menu-item:first-child a {
	background-color: #F4F4F4; /* istediğin rengi yaz buraya */
	}

    .menu-item a {
      color:#5E6278;
      text-decoration: none;
      padding: 10px 15px;

      display: block;
      transition: background 0.3s;
	  font-weight:600;
	  border-radius:6px;
    }

    .menu-item a:hover {
      background-color: #F4F4F4;
    }

    .dropdown {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #444;
      min-width: 160px;
      z-index: 1;
	  list-style: none;
  padding: 0;
  margin: 0;
    }

    .dropdown a {
      padding: 10px 15px;
      color: white;
      text-decoration: none;
      display: block;
    }

    .dropdown a:hover {
      background-color: #666;
    }

    .menu-item:hover .dropdown {
      display: block;
    }
}

.logo-desk img
{
max-width:250px;
margin-top:25px;
}
.ustabtn
{
padding:10px;
padding-left:20px;
padding-right:20px;
font-size:17px;	
margin-top:30px;
background:rgb(71, 190, 125);
border-radius:9px;
color:white !important;
}

.opmenubtn
{
float:right;
font-size:25px;
margin-right:10px;
margin-top:25px;
}

.optelbtn
{
float:left;
font-size:25px;
margin-left:10px;
margin-top:22px;
}

.mblogo
{
width:100%;
}

.mblogo img
{
width:180px;
padding-top:25px;
}



@keyframes shake {
0%, 100% { transform: translateX(0); } 
10% { transform: translateX(-4px); }
20% { transform: translateX(4px); }
30% { transform: translateX(-4px); }
40% { transform: translateX(4px); }
50% { transform: translateX(0); } 
}

.head-call i {
animation: shake 1s infinite;
animation-timing-function: ease-in-out;
animation-delay: 1s;
font-size:25px;
}

.hd-menu
{
border-bottom:1px solid rgb(244, 244, 244);
padding-bottom:20px;
}

.clear
{
clear:both;	
}

/* Mobil Stiller */
@media screen and (max-width: 999px) 
{
	
.hm-slider
{
padding-top:20px;
padding-bottom:20px;
}

.hm-1
{
font-size:25px;
}

.hm-2
{
font-size:19px;
margin-top:-2px;
margin-bottom:-15px;
}

.hm-3
{
font-size:14px;
}

.sditem
{
padding:10px;
font-size:16px;
}

.starbtn i
{
}


.starbtn
{
width:fit-content;
padding:7px;
padding-left:30px;
padding-right:30px;
background:#45BE7D;
border-radius:5px;
color:white;
font-weight:600;
display:flex;
text-align:center;
margin-top:-5px;
}

.starbtn i
{
margin-right:10px;
margin-top:3px;
animation: shake 1s infinite;
animation-timing-function: ease-in-out;
animation-delay: 1s;
}

}

 /* Desktop Stiller*/ 
@media screen and (min-width: 1000px) 
{
	
.mta-5
{
margin-top:30px;	
}

.hm-slider
{
padding-top:95px;
padding-bottom:95px;
}

.hm-1
{
font-size:39px;
}

.hm-2
{
font-size:32.5px;
margin-top:-10px;
}

.hm-3
{
font-size:16.25px;
width:80%;
}

.sditem
{
padding:15px;
font-size:21px;
}

.starbtn i
{

}

.starbtn
{
width:fit-content;
padding:10px;
padding-left:30px;
padding-right:30px;
background:#45BE7D;
border-radius:9px;
color:white;
font-weight:600;
display:flex;
text-align:center;
margin-top:20px;
}

.starbtn i
{
margin-right:10px;
margin-top:3px;
animation: shake 1s infinite;
animation-timing-function: ease-in-out;
animation-delay: 1s;
}


}


.hm-slider
{
background:#F9F9F9;
color:rgb(24, 28, 50);
}

.hm-1
{
font-weight:700;
}

.hm-2
{
font-weight:600;
}

.hm-3
{
font-weight:400;
margin-top:-1px;
color:rgb(126, 130, 153);
padding-top:19.5px;
}

.hm-4
{
margin-top:20px;	
}

.sditem
{
border:1px dashed rgb(225, 227, 234);
text-align:center;
border-radius:9px;
}

.sdslider img
{
width:100%;	
}


 /* Mobil Stiller*/ 
@media screen and (max-width: 999px) 
{

.ubp
{
margin-top:20px;	
}

.hiz-title
{
font-size:22.95px;
}
.hiz-alt
{
font-size:22.95px;
}
.hiz-desc
{
font-size:14px;
}

.hizmet-aciklama
{
font-size:14.59px;
}

.testimonials-section {
padding: 20px 20px;
}
}

@media screen and (min-width: 1000px) 
{
.hiz-title
{
font-size:32.5px;
}
.hiz-alt
{
font-size:32.5px;
}
.hiz-desc
{
font-size:16.25px;
}

.hizmet-aciklama
{
font-size:15.59px;
}
.testimonial-card {
border:1px solid rgb(244, 244, 244);
}
.testimonials-section {
padding: 60px 40px;
}
}


.hm-hizmetler
{
margin-top:20px;
}

.hiz-title
{
font-weight:500;
text-align:center;
color:rgb(24, 28, 50);
}

.hiz-alt
{
font-weight:700;
text-align:center;
margin-top:-10px;
color:rgb(24, 28, 50);
}

.hiz-desc
{
color:rgb(94, 98, 120);
text-align:center;
font-weight:400;
margin-top:5px;
}

.hizmet-kutu
{
border:1px solid rgb(244, 244, 244);
padding:10px;
border-radius:9px;
margin-top:20px;
}

.hizmet-resim img
{
width:100%;
border-radius:9px;
}

.hizmet-baslik
{
font-size:19.59px;
color:rgb(24, 28, 50);
font-weight:600;
margin-top:10px;
}

.hizmet-aciklama
{
color:rgb(24, 28, 50);
font-weight:400;
margin-top:5px;
}



.hizmet-incele span
{
float:right;	
}

.hiz-ok
{
float:right;
margin-top:18px;	
}

.testimonial-card {
border-radius: 15px;
padding: 20px;
background-color: #fff;
height: 100%;
}

.star {
color: #fbc02d !important;
}

.avatar {
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
}



.hr-as
{
background:rgb(244, 244, 244);
height:1px;
width:100%;
margin-top:50px;
margin-bottom:50px;
}

.hm-yazi
{
font-size:16.25px;margin-top:10px;
}

.product-card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
  border: 1px solid rgb(244, 244, 244);
  position: relative;
}

.product-card img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid rgb(244, 244, 244);
}

.product-card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
}

.product-title i {
  margin-left: 5px;
}

.product-title span {
  font-weight: 400;
  font-size: 1rem;
  color: #b4b4b4;
}

.product-price {
  font-size: 1.2rem;
  color: #28a745;
  font-weight: bold;
  line-height: 1.6;
}

.product-price span {
  font-size: 1.05rem;
  color: #adadad;
  margin-left:10px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: line-through;

}

.product-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -3px;
}

.product-stock,
.product-shipping {
  font-size: 0.9rem;
  color: #777;
}

.badge-shipping {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #28a745;
  color: white;
  padding: 5px 10px;
  border-radius: 25px;
  font-size: 0.9rem;
  z-index: 15;
}

.product-buttons {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.btn-primary-custom, .btn-success-custom {
  width: 48%;
  padding: 12px 15px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.btn-primary-custom {
  background-color: #007bff;
  color: white !important;
  border: none;
}

.btn-primary-custom:hover {
  background-color: #0056b3;
}

.btn-success-custom {
  background-color: #28a745;
  color: white !important;
  border: none;
}

.btn-success-custom:hover {
  background-color: #218838;
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.slider-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.slider-prev,
.slider-next {
  font-size: 1rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin:8px;
  padding-top:3px;
  width:30px;
  height:30px;
  border-radius:100px;
  text-align:center;
  
}

/* Resmin altına sabitleme */
.image-dots {
  position: absolute;
  bottom: 10px; /* Alt kısma 10px mesafe */
  left: 50%;
  transform: translateX(-50%); /* Ortalamak için */
  display: flex;
  justify-content: center;
}

.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dot:hover {
  background-color: #717171;
}

.active {
  background-color: #28a745;
}

.hizmet-fiyat
{
font-size:16.59px;
font-weight:600;
}

.hizmet-incele
{
margin-top:15px;
padding:5px;
padding-left:20px;
padding-right:20px;
background:#1295f6;
color:white;
width:100%;
border-radius:5px;
float:left;
text-align:center;
}

.hizmet-stal
{
margin-top:15px;
padding:5px;
padding-left:20px;
padding-right:20px;
background:rgb(71, 190, 125);
color:white;
width:100%;
border-radius:5px;
float:left;
text-align:center;
}

.asinbx
{
position:relative;
float:left;
margin-top:-30px;
margin-left:15px;
background:#fc7e0f;
font-size:13px;
color:white;
padding-left:10px;
padding-right:10px;
padding-top:1.5px;
padding-bottom:1.5px;
border-radius:9px;
}


.slider-container {
position: relative;
overflow: hidden;
width: 100%;
}

.slider-images {
display: flex;
transition: transform 0.5s ease;
width: 100%;
}

.product-image {
min-width: 100%;
object-fit: cover;
}



.slider-controlsa {
position: absolute;
top: 40%;
width: 100%;
display: flex;
justify-content: space-between;
transform: translateY(-50%);
}

.slider-preve, .slider-nexte {
font-size: 2rem;
cursor: pointer;
background-color: rgba(255,255,255,0.7);
padding: 5px 10px;
border-radius: 5px;
}

.udf
{
color:rgb(40, 167, 69);
font-weight:700;	
font-size:1.5rem;
float:left;
}
.udf span
{
font-size: 1.3rem;
color: #adadad;
margin-left:10px;
font-weight: 400;
line-height: 1.6;
text-decoration: line-through;

}

.asinbxud
{
float:right;
background:#ff881e;
font-size:13px;
color:white;
padding:5px;
border-radius:9px;
margin-left:18px;
margin-top:3px;
}

.ukack
{
margin-top:10px;	
margin-bottom:20px;	
}


.ualvy
{
margin-top:20px;
border-top:1px solid rgb(244, 244, 244);
padding-top:15px;
}
.urn-atitle
{
font-size:1.5rem;
font-weight:700;
margin-bottom:10px;
}

.urn-desc
{
margin-bottom:20px;
}
.tab-pane {
  background-color: white !important;
  padding-top:20px;
  }
  
     .odeme-modern-container {
        margin-top:15px;
        background: #fff;
    }
    .odeme-modern-title {
        font-size: 1.35rem;
        font-weight: 700;
        color: #2355d6;
        margin-bottom: 1.5rem;
        letter-spacing: -0.5px;
        text-align: center;
    }
    .odeme-modern-payments {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-bottom: 2.2rem;
    }
    .odeme-modern-payment {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 16px 18px;
        border-radius: 12px;
        border: 1.5px solid #e6e8ec;
        background: #f8fafd;
        color: #222;
        text-decoration: none;
        transition: background 0.15s;
    }
    .odeme-modern-payment i {
        font-size: 1.5rem;
        min-width: 32px;
        text-align: center;
    }
    .odeme-modern-payment .odeme-modern-paytext {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .odeme-modern-paytitle {
        font-weight: 600;
        font-size: 1.08rem;
        color: #222;
    }
    .odeme-modern-paysub {
        color: #6c757d;
        font-size: 0.97rem;
    }
    .odeme-modern-product {
        margin-top: 32px;
        padding: 18px 0 0 0;
        border-top: 1px solid #e6e8ec;
    }
    .odeme-modern-product-row {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 10px;
    }
    .odeme-modern-product-img {
        width: 64px;
        height: 64px;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid #e6e8ec;
        background: #f7f8fa;
    }
    .odeme-modern-product-title {
        font-weight: 600;
        font-size: 1.08rem;
        color: #222;
        margin-bottom: 2px;
    }
    .odeme-modern-product-info {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 2px;
        font-size: 1.01rem;
    }
    .odeme-modern-product-info span {
        color: #6c757d;
        font-size: 0.97rem;
    }
    .odeme-modern-product-price {
        font-size: 1.13rem;
        font-weight: 600;
        color: #2355d6;
        margin-right: 10px;
    }
    .odeme-modern-product-oldprice {
        text-decoration: line-through;
        color: #b0b0b0;
        font-size: 1rem;
        font-weight: 500;
        margin-right: 8px;
    }
    .odeme-modern-product-discount {
        background: #ff4e50;
        color: #fff;
        font-weight: 600;
        border-radius: 7px;
        padding: 2px 10px;
        font-size: 0.93rem;
        margin-left: 2px;
    }
    @media (max-width: 600px) {
        .odeme-modern-container { padding: 18px 5px 12px 5px; }
        .odeme-modern-product-img { width: 48px; height: 48px; }
    }
	
	/* Mobil menü stilleri */
.mobile-navbar {
    margin-top:20px;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 9999;
    position: absolute;
    width: 100%;
    left: 0;
    /* Sadece alt gölge */
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.1);
}
.mobile-navbar-inner {
    max-height: 80vh;
    overflow-y: auto;
}
.mobile-navbar .nav-link {
    color: #222;
    font-size: 1.1rem;
    padding: 0.75rem 0;
}
.mobile-navbar .nav-link.dropdown-toggle:after {
    float: right;
    margin-left: 8px;
}
.mobile-navbar .collapse ul {
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
}
@media (min-width: 999px) {
    .hd-menu.mobile { display: none !important; }
}