
@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;
}


@media screen and (max-width: 999px) 
{
.desktop {display:none;}
}

@media screen and (min-width: 1000px) 
{
.mobile {display:none;}
}

.maintenance_warning
{
padding:10px;
background:#ff3a00;
color:white;	
}


a {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  text-decoration: none !important;
  color: inherit;
}

.clear { clear: both; }

.footer {
  background: #F9F9F9;
  padding: 20px 0;
  width: 100%;
  margin-top: auto;
}
.footer .container {
  margin: 0 auto;
}

/* HEADER MENÜ */
.head-menu {
  height: 100px;
  border-bottom: 1px solid rgb(244, 244, 244);
}
.head-menu .navbar {
  display: flex;
  padding: 10px 20px;
  float: left;
  margin-top: 18px;
}
.head-menu .menu-item {
  position: relative;
  list-style: none;
  margin-right: 10px;
  font-size: 16.25px;
  font-weight: 600;
}
.head-menu .menu-item:first-child a {
  background-color: #F4F4F4;
}
.head-menu .menu-item a {
  color: #5E6278;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  transition: background 0.3s;
  font-weight: 600;
  border-radius: 4px;
}
.head-menu .menu-item a:hover {
  background-color: #F4F4F4;
}
.head-menu .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;
}
.head-menu .dropdown a {
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  display: block;
}
.head-menu .dropdown a:hover {
  background-color: #666;
}
.head-menu .menu-item:hover .dropdown {
  display: block;
}
.ustabtn {
  padding: 10px 15px;
  font-size: 17px;
  margin-top: 23px;
  border-radius: 4px;
  color: white !important;
  float: right;
}

.logo-desk img {
  max-width: 250px;
  margin-top: 25px;
}
.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: 220px;
  position:absolute;
  margin-top:-10px;
}

/* ANİMASYONLAR */
@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;
}

.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;
}
.hm-hizmetler {
  margin-top: 20px;
}
.hm-yazi {
  font-size: 16.25px;
  margin-top: 10px;
}

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

.hiz-title {
  font-weight: 500;
  text-align: left;
  color: rgb(24, 28, 50);
}
.hiz-alt {
  font-weight: 700;
  text-align: left;
  margin-top: -10px;
  color: rgb(24, 28, 50);
}
.hiz-desc {
  color: rgb(94, 98, 120);
  text-align: left;
  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-fiyat {
  font-size: 16.59px;
  font-weight: 600;
}
.hizmet-incele {
  margin-top: 15px;
  padding: 5px 20px;
  background: #1295f6;
  color: white;
  width: 100%;
  border-radius: 5px;
  float: left;
  text-align: center;
}
.hizmet-incele span {
  float: right;
}
.hizmet-stal {
  margin-top: 15px;
  padding: 5px 20px;
  background: rgb(71, 190, 125);
  color: white;
  width: 100%;
  border-radius: 5px;
  float: left;
  text-align: center;
}
.hiz-ok {
  float: right;
  margin-top: 18px;
}
.asinbx {
  position: relative;
  float: left;
  margin-top: -30px;
  margin-left: 15px;
  background: #fc7e0f;
  font-size: 13px;
  color: white;
  padding: 1.5px 10px;
  border-radius: 9px;
}
.asinbxud {
  float: right;
  background: #ff881e;
  font-size: 13px;
  color: white;
  padding: 5px;
  border-radius: 9px;
  margin-left: 18px;
  margin-top: 3px;
}


.product-card {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgb(244, 244, 244) !important;
  transition: transform 0.3s ease-in-out;
}
.product-card img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid rgb(244, 244, 244);
}
.product-title {
  font-weight: 600;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-card-body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-price-box {
  display: flex;
  align-items: center;
}
.product-price {
  border-radius: 2px;
  border:1px solid rgb(5, 150, 105);
  color:rgb(5, 150, 105);
  align-items: center;
  text-align:center;
  width:100%;
  font-weight:600;
}
.product-price span
{
font-weight:400;	
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slider-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.slider-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.product-image {
  min-width: 100%;
  object-fit: cover;
}
.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;
}
.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;
}
.image-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  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;
}

.star {
  color: #fbc02d !important;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card {
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
  height: 100%;
}

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

.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;
}

.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;
}

.mobile-navbar {
  margin-top: 20px;
  background: #fff;
  border-top: 1px solid #eee;
  z-index: 9999;
  position: absolute;
  width: 100%;
  left: 0;
  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 screen and (max-width: 999px) {
	
	.pcnoimg
{
display: flex;
align-items: center;
justify-content: center;
height: 200px;
min-height: 200px;
background: #f5f5f5;
text-align: center;
}

.product-card {
margin-top: 15px;
}

.product-title {
font-size: 14px;
line-height: 1.2;
margin-bottom: 5px !important;
}

.product-price {
font-size: 14.5px;
line-height: 1.6;
padding: 5px;
}

.product-card-body {
min-height: 90px;
}

  .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 {
    width: fit-content;
    padding: 7px 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;
  }
  .ubp {
    margin-top: 20px;
  }
  .hiz-title,
  .hiz-alt {
    font-size: 22.95px;
  }
  .hiz-desc {
    font-size: 14px;
  }
  .hizmet-aciklama {
    font-size: 14.59px;
  }
  .testimonials-section {
    padding: 20px 20px;
  }

  @media (max-width: 600px) {
    .odeme-modern-container { padding: 18px 5px 12px 5px; }
    .odeme-modern-product-img { width: 48px; height: 48px; }
  }
}

/* ----------- RESPONSIVE (DESKTOP) ----------- */
@media screen and (min-width: 1000px) {


.pcnoimg
{
display: flex;
align-items: center;
justify-content: center;
height: 200px;
min-height: 200px;
background: #f5f5f5;
text-align: center;
}

.product-card {
  margin-top:15px;
}

.product-title {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 5px !important;
}

.product-price {
  font-size:14.5px;
  line-height: 1.6;
  padding:5px;
}

.product-card-body {
  min-height: 100px;
}

  .mta-5 {
    margin-top: 30px;
  }
  .hm-slider {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .hm-1 {
    margin-top: 35px;
    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 {
    width: fit-content;
    padding: 10px 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;
  }
 
  .hiz-title,
  .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;
  }
}

@media (min-width: 999px) {
  .hd-menu.mobile { display: none !important; }
}

.prdsinput
{
margin-top: 15px;
border-radius:0px;
border:1px solid rgb(244, 244, 244);
padding:15px;	
}

.panel-nav .nav-link {
  color: #222;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.15s, color 0.15s;
}
.panel-nav .nav-link:last-child {
  border-bottom: none;
}
.panel-nav .nav-link.active, .panel-nav .nav-link:hover {
  background: #f5f7fa;
  color: #3148CC;
  text-decoration: none;
}

.navbar .dropdown-parent {
    position: relative;
	
.navbar .dropdown-toggle:after {
    content: "";
    display: none;
}
.custom-dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    padding: 8px 0;
    z-index: 100;
    border: 1px solid #e5e5e5;
    overflow: visible;
}
.dropdown-parent:hover > .custom-dropdown-menu,
.dropdown-parent:focus-within > .custom-dropdown-menu {
    display: block;
}
.custom-dropdown-menu .dropdown-item-li {
    width: 100%;
    padding: 0;
}
.custom-dropdown-menu .dropdown-item-link {
    display: block;
    width: 100%;
    padding: 10px 18px;
    color: #000; 
    text-decoration: none;
    white-space: nowrap;
    border-radius: 5px;
    transition: background 0.15s, color 0.15s;
    font-size: 15px;
    font-weight: 500;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    background: transparent;
}
.custom-dropdown-menu .dropdown-item-link:hover,
.custom-dropdown-menu .dropdown-item-link:focus {
    color: #3148CC;
}
@media (max-width: 991px) {
    .custom-dropdown-menu {
        position: static;
        min-width: 100%;
        box-shadow: none;
        border-radius: 0;
        border: none;
        margin-top: 0;
        background: #F4F4F4;
    }
}

.mbicr {width:30px;}


