html, body {
    overflow-x: hidden;
}
body{
    background-color: #fff;
}

/* WhatsApp sabit buton */
.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.float-whatsapp:hover {
    background-color: #128c7e;
    color: #fff;
}
.my-float {
    font-size: 32px;
    line-height: 1;
}
@media (max-width: 768px) {
    .float-whatsapp {
        width: 52px;
        height: 52px;
        bottom: 20px;
        right: 20px;
    }
    .my-float {
        font-size: 26px;
    }
}

.video-container {
    width: 100%;
}
.video-container iframe {
    max-width: 100%;
    height: auto;
    aspect-ratio: 760 / 415;
}
header{
    position: relative;
    background-color: #2a2a2a;
    z-index: 2;
    border-bottom: 1px solid #404040;
    min-height: 100px;
}
header .header-top {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #444444;
}

.contact-item {
    display: inline-flex; /* KRİTİK */
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}
.social-btn {
    width: 23px;
    height: 23px;
    border: 1px solid #666;
    border-radius: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    transition: all 0.3s ease;
    font-size: 12px;
    text-decoration: none;
}

/* Hover renkleri */
.social-btn.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.social-btn.instagram:hover {
    background: #e1306c;
    border-color: #e1306c;
}

.social-btn.twitter:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

.social-btn.linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
}

.social-btn.youtube:hover {
    background: #ff0000;
    border-color: #ff0000;
}

/* hover renkleri */
.contact-item.phone:hover .social-btn {
    background: #28a745;
    border-color: #28a745;
}

.contact-item.mail:hover .social-btn {
    background: #dc3545;
    border-color: #dc3545;
}

/* yazı */
.contact-text {
    font-size: 14px;
}

/* BAYRAKLAR */
.lang-item img {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    transition: 0.3s;
}

.lang-item:hover img {
    transform: scale(1.1);
}

.menu-card {
    padding: 15px 15px;
}

.menu-card .logo img {
    height: 70px;
    width: auto;
    filter: brightness(0) invert(1);
}

/* Menü linkleri */
.menu-links {
    margin-top: 18px;
}
.menu-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
}

.menu-links a:hover {
    color: #f0c040;
}

/* search ikon */
.search-box i {
    color: #999;
    font-size: 12px;
}

/* dropdown temel */
.custom-dropdown {
    position: relative;
}

.custom-dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
    background: #222;
    border: none;
    padding: 10px 0;
    min-width: 180px;
}

/* hover açılma */
.custom-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* link stil */
.menu-links a,
.custom-dropdown > a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

/* dropdown item */
.dropdown-item {
    color: #fff;
    font-size: 13px;
    padding: 8px 15px;
    transition: 0.2s;
}

.dropdown-item:hover {
    background: #474747;
    color: #000;
}

.hr-line-bottom {
  position: relative;
  display: inline-block; /* Yazının genişliği kadar çizgi */
  padding-bottom: 8px; /* Çizgi ile yazı arasında boşluk */
}

.hr-line-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; /* Gri çizgi, yazının genişliği kadar */
  height: 2px;
  background-color: #ccc; /* Gri çizgi */
}

.hr-line-bottom::before {
  content: "";
  position: absolute;
  bottom: 0; /* Aynı seviyede ama üstünde mavi çizgi */
  left: 0;
  width: 50px; /* Sabit 100px genişlik */
  height: 2px;
  z-index: 99;
  background-color: #007bff; /* Mavi çizgi */
}

.hr-line-bottom.color2::before {
  content: "";
  position: absolute;
  bottom: 0; /* Aynı seviyede ama üstünde mavi çizgi */
  left: 0;
  width: 50px; /* Sabit 100px genişlik */
  height: 2px;
  z-index: 99;
  background-color: #f68100; /* turuncu çizgi */
}



.cat-item{
    border: solid 1px #ccc;
    text-align: center;
}
.cat-item > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.cat-item:hover {
box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
cursor:pointer;
}

 .cat-img {
width:100%;
height:200px;
position:relative;
display:block;
}
 .cat-content {
width:95%;
height:auto;
height:40px;
position:relative;
vertical-align:middle;
display:table;
margin-top:16px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
text-align:center;
background-color:#2e375f;
overflow:hidden;
padding-left:5px;
}
 .cat-content:hover { 
cursor:pointer;
color:#ffffff;
background-color:#f68100;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

 .cat-content:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
background-color: rgba(255,255,255,.4);
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
 .cat-content:hover:after {
width: 120%;
background-color: transparent;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.content-icon {
position:relative;
display: table-cell;
vertical-align:middle;
text-align:center;
width:30px;
height:100%;
padding-left:5px;
padding-right:13px;
background: #fb9b31;
color: #ffffff;
right:-10px;
transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
-moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
-o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
-ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}
.content-icon i {
position:relative;
height:auto;
transform-style: flat;
-webkit-transform-style: flat;
-moz-transformtransform-style: flat;
-ms-transform-style: flat;
transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
-moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
-o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
-ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}

 .cat-content a {
position:relative;
display:table-cell;
vertical-align:middle;
width:auto;
max-width:90%;
height:auto;
font-size:13px;
font-weight:400;
color:#ffffff;
fill:#ffffff;
text-align:center;
letter-spacing:0.3px;
word-break: break-word;
overflow-wrap: break-word;
z-index:4;
text-decoration: none;
}
 .cat-content a:hover {
color:#ffffff;
cursor:pointer;
}
 .cat-img img {
display: inline-block !important;  
max-width: 100% !important;
max-height:100% !important;
height: auto;
width:auto;
background-size:cover;
position: absolute !important;  
top: 0;  
left: 0;  
right: 0;  
bottom:0;
margin: auto;
}


#home-info-block {
    width: 100%;
    height: 350px;
    position: relative;
    float: left;
    border-bottom: 1px solid #dedede;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.info-content {
    position: relative;
    display: block;
    width: 85%;
    height: auto;
    content: " ";
    margin-left: auto;
    margin-right: auto;
    color: #ffffff !important;
}
.info-content p {
    font-style: italic;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 28px;
    color: #ffffff !important;
    letter-spacing: 0.4px;
    margin-top: 7%;
    margin-bottom: 7%;
    display: inline-block;
}
.info-content .content-line {
    position: relative;
    display: block;
    width: 100px;
}
.expo-card{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.expo-content a{display: inline-block; color: #333; width: 100%}
.expo-content span{font-size: 12px}

.ebulten{
background-color: #b5b5b5;
}
.ebulten p{color: #fff}

.bulten-btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 45px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    background-color: #2e375f;
    color: #ffffff !important;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-top: 0px;
    overflow: hidden;
    border: 0px;
}
.btn-icon-right .btn-icon {
    font-size: 11px;
    padding-right: 20px;
    position: absolute;
    right: -10px;
    top: 0;
    line-height: 36px;
    height: 100%;
}

.btn-icon {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background: #f68100;
    color: #fff;
    margin-left: 5px;
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}

.bulten-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, .4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

footer {
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 60px;
    margin-top: 0px;
    float: left;
    color: #ffffff;
    z-index: 4;
    background-color: #000;
    background-image: url('../images/header-back.png');
    background-repeat: repeat;
    background-size: cover;
    padding-top: 40px;
}

footer:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}
.footer-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-block ul li {
    list-style: none;
    position: relative;
    display: block;
    border-bottom: 1px dotted #dedede;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 4px;
    line-height: 24px;
}
.footer-block ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-block ul li a:hover {
    color: #f68100;
}
.footer-block ul li p {
    position: relative;
    display: block;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
}
.footer-block ul li label {
    position: relative;
    display: block;
    font-size: 13px;
    color: #888888;
    font-weight: 400;
}

.footer-links a:link, .footer-links a:visited {
    color: #dedede;
    text-decoration: none;
    font-size: 13px;
}
.footer-links a:hover {
    color: #f68100;
    cursor: pointer;
}
.copyright {
    font-size: 12px;
    color: #dedede;
    position: relative;
    float: left;
    width: auto;
    padding: 5px;
    line-height: 24px;
}

.page-banner {
    width: 100%;
    height: 150px;
    background: url('../images/info-back-6AD9D.png') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.side-bar-menu .list-group-item {
  background-color: #2a2a2a;
  color: #fff;
}
.side-bar-menu .list-group-item:hover {
  background-color: #f68100;
  color: #fff;
}

.menu-title {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    list-style: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 3px;
    background-color: #2e375f !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border-bottom: 2px solid #f68100;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    background-color: #2e375f;
    margin-top: 2px;
    overflow: hidden;
}
.menu-title-icon-left {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background: #f68100;
    color: #fff;
    left: -10px;
    padding-left: 20px;
    padding-right: 17px;
    margin-right: 5px;
    transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(26deg) translate(0px);
}
.menu-title-icon-left i {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    transform-style: flat;
    -webkit-transform-style: flat;
    -moz-transformtransform-style: flat;
    -ms-transform-style: flat;
    transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
    padding-top: 3px;
    padding-bottom: 9px;
}

.content-left-menu {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    list-style: none;
    overflow: hidden;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 0px;
    background-color: #2f2f2f !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border-bottom: 2px solid #f68100;
    padding-top: 5px;
    padding-bottom: 5px;
}
.content-left-menu ul {
    list-style: none;
    margin:0px;
    padding: 0px 10px;
}
.content-left-menu ul li {
    list-style: none;
    width: 95%;
    height: auto;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 34px;
    border-bottom: 1px solid #3c3c3c;
}
.content-left-menu ul li a, .content-left-menu ul li a:visited {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    z-index: 4444;
    text-decoration: none;
}
.content-left-menu ul li a:before {
    font-family: "fontawesome";
    content: "\f105";
    margin-right: 5px;
    margin-left: 2px;
}

.content-left-menu ul li a, .content-left-menu ul li a:visited {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    z-index: 4444;
}
.content-left-menu ul li a:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #f68100;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.menus-lines{
    line-height: 16px;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

/* iframe'i responsive yap */
.video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}




/* Menu toggle butonu sadece mobilde gorunur (mobil media query icindeki kural override eder) */
.menu-toggle { display: none; }

/* MOBİL TASARIM */
@media (max-width: 768px) {

  /* ANA YAPI */
  .menu-card {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 10px;
  }

  /* LOGO ORTALA */
  .menu-card .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  /* ÜST BLOĞU YENİDEN DÜZENLE */
  .menu-card .mb-2 {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
  }

  /* BUTON SATIRI */
  .menu-card .ms-auto {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-left: 0 !important;
  }

  /* MENÜ BUTONU EKLE (CSS ile) */
  .menu-toggle {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
  }

  /* FİYAT BUTONU */
  .menu-card .btn {
    font-size: 13px;
    padding: 6px 10px;
  }

  /* ARAMA FULL WIDTH */
  .search-box {
    width: 100%;
  }

  .search-box input {
    width: 100%;
  }

  /* MENÜ (BAŞTA KAPALI) */
  .menu-links {
    display: none !important;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  /* AÇILINCA */
  .menu-links.active {
    display: flex !important;
  }

  /* LINKLER */
  .menu-links a,
  .menu-links .dropdown-toggle {
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  /* DROPDOWN */
  .custom-dropdown .dropdown-menu {
    position: static;
    display: none;
  }

  .custom-dropdown.active .dropdown-menu {
    display: block;
  }

}

@media (max-width: 768px) {

  /* ANA YAPI – tek satır: solda telefon, sağda bayraklar */
  .header-top > .d-flex {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px;
  }

  /* SOSYAL İKONLARI GİZLE */
  .header-top > .d-flex > .d-flex.gap-1 {
    display: none !important;
  }

  /* SAĞ BLOK – flex row, mail gizli, telefon solda, bayraklar sağda */
  .header-top > .d-flex > .d-flex.align-items-center.gap-4 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    flex-wrap: nowrap;
  }

  /* TELEFON – solda */
  .header-top .contact-item.phone {
    margin-right: auto;
  }

  /* MAİL – mobilde gizli */
  .header-top .contact-item.mail {
    display: none !important;
  }

  /* BAYRAKLAR – sağda */
  .header-top .ms-auto {
    display: flex !important;
    margin-left: 0 !important;
    gap: 8px;
  }

  /* TAŞMAYI ENGELLE */
  .contact-item {
    white-space: nowrap;
  }

  .lang-item img {
    width: 22px;
  }

}

 .thumb {
    opacity: 0.6;
    transition: 0.3s;
  }

  .thumb.active {
    opacity: 1;
    border: 2px solid #000;
  }

  .thumb:hover {
    opacity: 1;
  }

  .slider-img {
  cursor: zoom-in;
  transition: 0.3s;
}

.slider-img:hover {
  opacity: 0.9;
}

.modal-backdrop.show {
  opacity: 0.9; /* default 0.5 → daha koyu */
}

.lb-prev,
.lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 30px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.lb-prev { left: 15px; }
.lb-next { right: 15px; }

.lb-prev:hover,
.lb-next:hover {
  background: rgba(0,0,0,0.9);
}

/* ===== Eklenen Sayfalar — Stilleri ===== */

/* Haberler sayfası */
.news-card {
  background:#fff;
  border:1px solid #e5e5e5;
  transition: box-shadow .25s ease, transform .25s ease;
  height:100%;
  display:flex;
  flex-direction:column;
}
.news-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transform: translateY(-3px);
}
.news-card .news-image {
  display:block;
  overflow:hidden;
}
.news-card .news-image img {
  width:100%;
  height:auto;
  display:block;
  transition: transform .3s ease;
}
.news-card:hover .news-image img {
  transform: scale(1.05);
}
.news-card .news-title a {
  color:#222;
  font-size:16px;
  line-height:1.4;
}
.news-card .news-title a:hover {
  color:#f68100;
}
.news-card .news-content {
  flex-grow:1;
  display:flex;
  flex-direction:column;
}

/* Haber detay */
.news-detail h2 {
  color:#222;
  font-weight:700;
}
.news-detail .news-content-body p {
  line-height:1.7;
  margin-bottom:1rem;
  color:#444;
}
.news-detail .news-content-body h5 {
  margin-top:1.5rem;
  margin-bottom:1rem;
  color:#f68100;
  font-weight:700;
}
.news-detail .news-content-body ul {
  padding-left:1.5rem;
  margin-bottom:1rem;
}
.news-detail .news-content-body ul li {
  line-height:1.8;
  color:#444;
}

/* İletişim sayfası */
.contact-info-box ul li {
  line-height:1.6;
}
.contact-info-box ul li strong {
  color:#f68100;
  display:inline-block;
  margin-bottom:.25rem;
}
.contact-info-box a {
  color:#444;
}
.contact-info-box a:hover {
  color:#f68100;
}
.contact-form .form-control {
  border:1px solid #ddd;
  padding:12px 14px;
}
.contact-form .form-control:focus {
  border-color:#f68100;
  box-shadow: 0 0 0 .15rem rgba(246,129,0,.15);
}

/* CMS / Hakkımızda sayfası */
.page-content p {
  line-height:1.8;
  margin-bottom:1rem;
  color:#444;
}
.page-content .lead {
  font-size:1.15rem;
  font-weight:500;
  color:#222;
}
.page-content h2,
.page-content h3 {
  color:#222;
  font-weight:700;
}

/* 404 sayfası */
.display-1 {
  font-size: 8rem;
  letter-spacing: -3px;
}
@media (max-width: 768px) {
  .display-1 { font-size: 5rem; }
}

/* ===== Ürün Varyantları (swatch) ===== */
.variant-swatch { transition: all .2s ease; }
.variant-swatch:hover { border-color: #2e375f; }
.variant-swatch.active { background:#2e375f; color:#fff; border-color:#2e375f; }

/* ===== Ürün Varyasyonları (legacy) ===== */
.variation-list {
  margin-top: 1rem;
}
.variation-card {
  background: #fff;
  border: 2px solid #e5e5e5;
  cursor: pointer;
  transition: all .25s ease;
  height: 100%;
  overflow: hidden;
}
.variation-card:hover {
  border-color: #f68100;
  box-shadow: 0 4px 12px rgba(246,129,0,.12);
  transform: translateY(-2px);
}
.variation-card.active {
  border-color: #f68100;
  box-shadow: 0 4px 12px rgba(246,129,0,.18);
}
.variation-card.active::before {
  content: "✓";
  position: absolute;
  top: 8px;
  right: 12px;
  background: #f68100;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  z-index: 2;
}
.variation-card {
  position: relative;
}
.variation-image {
  background: #f8f8f8;
  text-align: center;
  padding: 10px;
  overflow: hidden;
}
.variation-image img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  transition: transform .3s ease;
}
.variation-card:hover .variation-image img {
  transform: scale(1.05);
}
.variation-info {
  border-top: 1px solid #eee;
}
.variation-name {
  font-weight: 600;
  font-size: 14px;
  color: #222;
  line-height: 1.3;
  margin-bottom: 4px;
}
.variation-card.active .variation-name {
  color: #f68100;
}
.variation-price {
  font-size: 13px;
}
.variation-card .variation-price:not(.text-muted) {
  color: #f68100;
  font-weight: 700;
}

/* Ürün fiyat kutusu (üst) */
.product-price-box {
  padding: 12px 16px;
  background: #fafafa;
  border-left: 4px solid #f68100;
  font-size: 15px;
}
.product-price-box strong {
  display: inline-block;
}

@media (max-width: 768px) {
  .variation-image img {
    height: 100px;
  }
  .variation-name {
    font-size: 13px;
  }
}

/* Sol kolondaki dar varyasyon listesi için ek ayar */
.col-md-5 .variation-image img {
  height: 110px;
}
.col-md-5 .variation-name {
  font-size: 13px;
}
.col-md-5 .variation-price {
  font-size: 12px;
}

/* ===== Carousel Okları ===== */
#carouselExample .carousel-control-prev,
#carouselExample .carousel-control-next {
  width: 5%;
  opacity: 1;
}
#carouselExample .carousel-control-prev-icon,
#carouselExample .carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  width: 50px;
  height: 50px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color .2s ease;
}
#carouselExample .carousel-control-prev:hover .carousel-control-prev-icon,
#carouselExample .carousel-control-next:hover .carousel-control-next-icon {
  background-color: rgba(246, 129, 0, 0.85);
}
@media (max-width: 768px) {
  #carouselExample .carousel-control-prev-icon,
  #carouselExample .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
  }
}
