.mode-toggle-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1000;
  margin-bottom: 30px;
}

.mode-toggle-label {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

/* Checkbox'ı gizliyoruz */
.mode-toggle-label input {
  display: none;
}

/* Anahtarın arka planı */
.mode-toggle-slider {
  background-color: #444;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  border-radius: 34px;
}

/* Yuvarlak hareketli kısım */
.mode-toggle-slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
  border-radius: 50%;
}

/* Güneş ve Ay ikonları */
.mode-toggle-slider .fa-sun, 
.mode-toggle-slider .fa-moon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #f1c40f;
    font-size: 16px;
    transition: opacity 0.4s;
}

.mode-toggle-slider .fa-sun {
    left: 8px;
    opacity: 0; /* Başlangıçta gizli */
}

.mode-toggle-slider .fa-moon {
    right: 8px;
    opacity: 1; /* Başlangıçta görünür */
}

/* Aktif (Light Mode) durumundaki stiller */
input:checked + .mode-toggle-slider {
  background-color: #ccc;
}

input:checked + .mode-toggle-slider:before {
  transform: translateX(26px);
}

input:checked + .mode-toggle-slider .fa-sun {
    opacity: 1; /* Light mode'da görünür */
}

input:checked + .mode-toggle-slider .fa-moon {
    opacity: 0; /* Light mode'da gizli */
}


/* ======================================================
   LIGHT MODE STYLES
   Bu bölüm, body etiketine "light-mode" class'ı eklendiğinde devreye girer.
   ====================================================== */

body.light-mode {
  background-color: #f4f4f8 !important; /* Açık gri bir arkaplan */
  color: #333 !important;
}

/* --- Genel Metin ve Başlık Renkleri --- */
body.light-mode .koc-light {
    color: #1a1a1a !important;
}

body.light-mode .koc-light-soft,
body.light-mode .koc-main-menu ul li a {
    color: rgba(0, 0, 0, 0.6) !important;
}

body.light-mode .koc-main-menu ul li a:hover {
    color: #000 !important;
}

body.light-mode .koc-contact-list li span, body.light-mode .koc-contact-list li a {
    color: #6f6c6c !important;
    font-size: 14px;
    line-height: 1.6;
}

body.light-mode .intro-text .desc {
color: black !important;
}

body.light-mode h1,
body.light-mode .koc-h1,
body.light-mode h3,
body.light-mode .koc-h3,
body.light-mode h4,
body.light-mode .koc-h4,
body.light-mode h5,
body.light-mode .koc-h5,
body.light-mode h6,
body.light-mode .koc-h6,
body.light-mode .koc-dark,
body.light-mode .view-more a
 {
    color: #1a1a1a !important;
}

body.light-mode p, body.light-mode .koc-dark-soft {
    color: #000000 !important;
}
body.light-mode .koc-muted {
    color: #333 !important;
}

/* Renkli başlıkları koru */
body.light-mode .koc-h2,
body.light-mode .products-page-h2,
body.light-mode .contact-page-h2,
body.light-mode .blog-detail-title,
body.light-mode .value-card i,
body.light-mode .koc-accent {
    color: #D4735A !important;
}

body.light-mode .sustainability-page-h2,
body.light-mode .sustainability-cards i,
body.light-mode .commitment-section .koc-h2,
body.light-mode .stat-number {
    color: #28a745 !important;
}

/* --- Arkaplanlar ve Çerçeveler --- */
body.light-mode .koc-preloader,
body.light-mode .koc-soft-bg {
    background-color: #ffffff !important;
}

body.light-mode .koc-menu-frame {
    background-color: rgba(255, 255, 255, 1) !important;
    border-bottom-color: rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
}

body.light-mode .koc-frame .koc-frame-top .koc-logo,
body.light-mode .koc-frame .koc-frame-bottom .koc-current-page {
    color: #1a1a1a !important;
}

body.light-mode .koc-menu-frame .koc-menu-right-frame{
    border-left: solid 1px rgb(12 12 12 / 10%);
}

/* --- Kartlar ve Paneller --- */
body.light-mode .koc-service-card-sm,
body.light-mode .koc-team-card,
body.light-mode .koc-accordion-group .koc-accordion-menu,
body.light-mode .koc-portfolio-item,
body.light-mode .news-card,
body.light-mode .investor-panels-middle .panel,
body.light-mode .panel,
body.light-mode .statistic,
body.light-mode .quality-card,
body.light-mode .pillar-card,
body.light-mode .initiative-card,
body.light-mode .value-card,
body.light-mode .contact-info-card,
body.light-mode .contact-form-section,
body.light-mode .job-listing-card,
body.light-mode .category-visual-card,
body.light-mode .category-product-card,
body.light-mode .product-specs-sidebar,
body.light-mode .eco-card,
body.light-mode .step-card,
body.light-mode .stat-card {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #333 !important;
    border-color: #e0e0e0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}
body.light-mode .news-card .news-title { color: #1a1a1a !important; }
body.light-mode .news-card .news-date { color: #777 !important; }


/* --- Form Elemanları --- */
body.light-mode input,
body.light-mode textarea,
body.light-mode .form-control {
    background-color: #f0f0f0 !important;
    border-color: #ddd !important;
    color: #1a1a1a !important;
}

body.light-mode input::placeholder,
body.light-mode textarea::placeholder {
    color: #888 !important;
}

body.light-mode .koc-subscribe-form input {
    background-color: rgba(0, 0, 0, 0.05) !important;
}
body.light-mode .koc-subscribe-form input:focus {
    background-color: #fff !important;
}


/* --- Çizgiler ve Ayırıcılar --- */
body.light-mode .koc-divider,
body.light-mode .koc-services-grid,
body.light-mode .koc-breadcrumbs:before,
body.light-mode .koc-p-120-120 {
    background-color: rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(0, 0, 0, 0.08) !important;
}

body.light-mode .koc-suptitle:before {
    background-color: #000 !important;
    opacity: 0.1 !important;
}

/* --- Linkler ve Butonlar --- */
body.light-mode .koc-link {
    color: #1a1a1a !important;
}
body.light-mode .koc-link svg {
    background-color: rgba(0, 0, 0, 0.08) !important;
    color: #1a1a1a !important;
}
body.light-mode .koc-link svg path {
    fill: #1a1a1a !important;
}



/* --- Timeline --- */
body.light-mode .timeline-main-line,
body.light-mode .sustainability-timeline-main-line {
    background-color: #ccc !important;
}
body.light-mode .milestone-content-box,
body.light-mode .sustainability-milestone-content-box {
    background-color: #fff !important;
}
body.light-mode .milestone-content-box p,
body.light-mode .sustainability-milestone-content-box p {
    color: #555 !important;
}
body.light-mode .milestone-content-box h5,
body.light-mode .sustainability-milestone-content-box h5 {
    color: #1a1a1a !important;
}
body.light-mode .milestone-circle {
    border-color: #f4f4f8 !important;
}
body.light-mode .sustainability-milestone-circle {
    border-color: #f4f4f8 !important;
}


/* --- Özel Bölümler --- */
body.light-mode .koc-team-card .koc-description {
    background-color: rgba(255, 255, 255, 0.95);
}

body.light-mode .gradient-overlay,
body.light-mode .darken-bg {
    background: rgba(0, 0, 0, 0.2) !important;
}

body.light-mode .page-main-banner {
        background: linear-gradient(79deg, #ffffff, #105409);
}

body.light-mode .koc-banner, body.light-mode .herostn {
    background-color: #f2f2f2;
}

body.light-mode .product-categories-visual-section,
body.light-mode .solutions-for-sectors-section{
    background-color: transparent; !important;
    color: black !important;
}

body.light-mode .quality-standards-section{
    background-color: white;
    background-image: none !important;
}

body.light-mode .sector-item-icon {
    background-color: #f4f4f8;
}

body.light-mode .section-title{
    color: #D4735A !important;
}

body.light-mode .overlay-text h4{
    color: white !important;
}

body.light-mode .stat-card h3{
    color: #81c784 !important;
}

body.light-mode .quality-standards-section .content-box{
    background-color: #f4f4f8; !important;
    color: black !important;
}

body.light-mode .quality-standards-section ul li {
    color: black !important;
}

body.light-mode .products-main-banner .overlay-slide h1,
body.light-mode .products-main-banner .overlay-slide p,
body.light-mode .career-main-banner .overlay-slide h1,
body.light-mode .career-main-banner .overlay-slide p,
body.light-mode .investor-main-banner .overlay-slide h1,
body.light-mode .investor-main-banner .overlay-slide p,
body.light-mode .blog-main-banner .overlay-slide h1,
body.light-mode .blog-main-banner .overlay-slide p,
body.light-mode .contact-banner .overlay-slide h1,
body.light-mode .contact-banner .overlay-slide p,
body.light-mode .category-detail-banner .overlay-slide h1,
body.light-mode .documents-banner h1,
body.light-mode .documents-banner p
{
    color: white !important;
}

body.light-mode .koc-horizontal-timeline {
    background-color: white !important;
}

body.light-mode h2 span.koc-thin{
    color: black !important;
}

body.light-mode .documents-nav{
    background: transparent; !important;
}

body.light-mode .documents-nav a{
    color: white !important;
    background-color: #D4735A !important;
}


body.light-mode .documents-nav a:hover, .documents-nav a.active{
    color: #D4735A !important;
    background-color: white !important;
}

body.light-mode .document-preview{
    background: white !important;
    border-bottom: 1px solid #cecece !important;
}

body.light-mode .document-card{
    background-color: #D4735A !important;
    border: 1px solid #cecece !important;
}

body.light-mode .document-info h3,
body.light-mode .document-info p
{
    color: white !important;
}

body.light-mode .blog-grid{
    background: white !important;
}

body.light-mode .footer-social h4{
    color: white !important;
}


body.light-mode .intro-text{
    color: black !important;
}

body.light-mode .sustainability-cards,
body.light-mode .sustainability-stats
{
    background-color: #ededed;
}

body.light-mode .sustainability-intro,
body.light-mode .sustainability-video,
body.light-mode .sustainability-steps,
body.light-mode .sustainability-cta
{
    background: transparent !important;
    background-color: transparent !important;
}

body.light-mode .why-koc-kablo-career-section,
body.light-mode .recruitment-process-section
{
    background-color: transparent !important;
}

body.light-mode .career-content h1,
body.light-mode .recruitment-process-section h2,
body.light-mode .general-application-section h2
{
    color: #D4735A !important;
}

body.light-mode .process-step-icon{
        background: #D4735A !important;
    background-color: #D4735A !important;
    color: #ffffff !important;
    border-color: #e0e0e0 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

body.light-mode .contact-form-section label,
body.light-mode .contact-info-item a
{
    color: black !important;
}

body.light-mode .slide h1{
color: white !important;
}

body.light-mode .koc-frame-top{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 20px;
    backdrop-filter: blur(10px);
    background-color: rgba(20, 20, 20, 0.95) !important;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

body.light-mode .panel-card-source-img{
    background-color: #ededed !important;
}


body.light-mode .panel-card.panel-no-bg {
    background-color: transparent !important;
}

body.light-mode .panel-card{
    background-color: #ededed !important;
}

body.light-mode .panel-swiper-container.is-hovered .panel-swiper-background{
    background-color: #ededed !important;
}

body.light-mode .panel-swiper-button-prev,
body.light-mode .panel-swiper-button-next{
    color: black !important;
}

body.light-mode .swiper-button-next:hover,
body.light-mode .swiper-button-prev:hover {
        color: #D4735A !important;
}

body.light-mode .panel-card-details p {
        color: #ffffff !important;
}

body.light-mode .overlay-slide p {
    color: white !important;
}

body.light-mode .category-product-image-wrapper{
    background-color: #ededed !important;
}

body.light-mode .koc-breadcrumb-product .breadcrumb-item a{
    color: black !important;
}

body.light-mode .production-stat-value {
    color: #D4735A !important;
}

body.light-mode .production-stat-desc {
    color: #555 !important;
}

body.light-mode .production-feature i {
    color: #D4735A !important;
}

body.light-mode .koc-corporate-production {
    background: transparent !important;
}

body.light-mode .koc-feature-item span{
    color: #000 !important;
}

body.light-mode .koc-gallery-info,
body.light-mode .koc-gallery-info h4,
body.light-mode .koc-gallery-info p {
    color: white !important;
}

body.light-mode .timeline-arrow-btn {
    background: #D4735A !important;
    color: white !important;
}

/* Light mode için tema değiştirme butonu stilleri */
body.light-mode .mode-toggle-wrapper {
    position: relative;
    z-index: 1001;
}

body.light-mode .mode-toggle-label {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
    margin: 0;
}

body.light-mode .mode-toggle-slider {
    background-color: #D4735A;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    border-radius: 34px;
}

body.light-mode .mode-toggle-slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
    border-radius: 50%;
}

body.light-mode .mode-toggle-label input:checked + .mode-toggle-slider {
    background-color: #444;
}

body.light-mode .mode-toggle-label input:checked + .mode-toggle-slider:before {
    transform: translateX(26px);
}

body.light-mode .mode-toggle-label input {
    display: none;
}

body.light-mode .koc-frame-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

body.light-mode .finance-calendar{
    background-color: #fff !important;
}

body.light-mode .calendar-header{
    color: black;
}

body.light-mode .calendar-days div{
    color: black !important;
}

body.light-mode .event-item {
    background-color: rgb(235 235 235 / 60%) !important;
}

body.light-mode .report-card {
    background: white !important;
    color: black !important;
}
body.light-mode .report-card a {
    color: black !important;
}

body.light-mode .stock-info-card {
    background: white !important;
    color: black !important;
}

body.light-mode .metric-value {
    color: black !important;
}

body.light-mode .stock-label,
body.light-mode .update-time,
body.light-mode .metric-label {
    color: #D4735A !important;
}

body.light-mode .stock-price {
    color: black !important;
}

body.light-mode .reports-popup {
    background: white !important;
}

body.light-mode .reports-popup .popup-header {
    border-bottom: 1px solid #D4735A !important;
}

body.light-mode .fancybox-slide--html .fancybox-close-small {
    color: black !important;
}


body.light-mode .overlay-slide-media h1{
    color: white !important;
}

body.light-mode .overlay-slide-media p{
    color: white !important;
}

body.light-mode .fancybox-slide--html .fancybox-close-small {
    color: black !important;
}

body.light-mode .overlay-slide-media h1{
    color: white !important;
}

body.light-mode .overlay-slide-media p{
    color: white !important;
}

body.light-mode .info-card,
body.light-mode .governance-card{
    background: #ffffff !important;
    border: 1px solid #ffe1e1 !important;
}


body.light-mode .koc-main-menu ul .koc-button {
    background-color: #fffefe !important;
}