﻿/**************/
#products { position: relative; padding: 0px 0; z-index: 50; background: #fff; }

#products .kapsul { margin-left: 20px }
#products .kapsul .title { color: #121212; font: 600 50px var(--icerik-fontu); line-height: 52px; }
#products .kapsul .title { opacity: 1; }
#products .cards .baslik .line-wrapper { overflow: hidden }
#products .kapsul .title .line-wrapper { overflow: hidden }


#products .kapsul .subtitle { padding: 0; font-weight: 400; font-size: 18px; color: #666; width: 800px; max-width: 100%; margin-top: 16px; line-height: 28px; }
#products .kapsul .more { color: #121212; text-transform: capitalize; position: relative; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 4px; white-space: nowrap; font: 600 14px var(--icerik-fontu); text-decoration: 2px solid #121212; }
#products .item { }
#products .item figure { overflow: hidden !important; }
#products .item figure img { width: 100%; }
#products .item .metin { padding-top: 25px; padding-bottom: 23px; border-bottom: 1px solid #121212; display: grid; gap: 10px; grid-template-columns: 55px 1fr auto; }
#products .item .metin .sira { font-size: 18px; line-height: 1; }
#products .item .metin .baslik { font-family: var(--font_beatricetrial); font-weight: 400; font-size: 24px; line-height: 1.25; margin: 0; color: #121212; }
#products .item .metin .icon { transform: translate(-10px, 10px); opacity: 0; transition: all .5s; color: #121212; }
#products .item:hover .metin .icon { transform: none; opacity: 1; }
#products .item .metin .icon i { font-size: 20px; color: #121212; }
#products .item .metin .icon i svg { width: 26px; height: auto; transform: rotate(226deg); }
#products .item .metin .icon i svg path { stroke: currentColor; }
/**************/
.cards { position: relative; }
.card { height: 100vh; width: 100%; display: flex; overflow: hidden; position: relative; align-items: center; background: #fff; }
.card figure { order: 1; overflow: hidden; width: 60%; height: 100vh; border-radius: 0 12px 12px 0; }
.card figure img { width: 100%; height: 100%; position: absolute; display: block; overflow: hidden; object-fit: cover; max-width: initial; border-radius: 0 12px 12px 0; }
.card .metin { order: 2; position: relative; margin: 0 0 0 20px; background: #fff; width: 50%; }
.card .metin .baslik { font: 400 42px var(--baslik-fontu); color: #222; margin-bottom: 20px; line-height: 41px; }
.card .metin .kisaOzet { padding-right: 30px; font: 300 18px var(--icerik-fontu); color: #333; margin: 0 0 20px; line-height: 30px; width: min(800px,100%); }
.card .metin .kisaOzet strong { font-weight: 400 }
.card .metin .kisaOzet ul { list-style: disc; margin-left: 30px }
.card .metin .kisaOzet ul li { }
.card .metin .more { background: var(--tema-renk1); display: flex; width: fit-content; padding: 3px 6px 3px 23px; border-radius: 38px; font: 600 16px var(--icerik-fontu); color: #fff; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; z-index: 50; transition: all .3s ease-out; width: 211px; height: 61px; }
.card .metin .more span { background: #fff; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; overflow: hidden; transition: all .3s ease-out; }
.card .metin .more:hover { border: solid 3px var(--tema-renk1); color: var(--tema-renk1) !important; }
.card .metin .more span i { display: flex; align-items: center; justify-content: center; color: #fff; }
.card .metin .more span i svg { filter: invert(1) }
.card .metin .sollaSaglaKap:before { background-color: #fff }
.card .metin .sollaSaglaKap:hover span { transform: scale(1.1); background: var(--tema-renk1) !important; }
.card .metin .sollaSaglaKap:hover span i svg { filter: initial }




.card:first-child { }

/***********/
figure.loading { position: relative; display: inline-block; min-width: 200px; min-height: 150px; margin: 0; background-color: #e2e8f0; border-radius: 8px; overflow: hidden; background-image: linear-gradient(90deg, #e2e8f0 25%, #f8fafc 50%, #e2e8f0 75%); background-size: 200% 100%; animation: skeleton-move 1.5s infinite linear; }
figure.loading img { opacity: 0; visibility: hidden; }
figure:not(.loading) img { opacity: 1; transition: opacity 0.8s ease-in-out; }
figure.loading::after { content: ""; position: absolute; top: 50%; left: 50%; width: 24px; height: 24px; margin-top: -12px; margin-left: -12px; border: 2px solid rgba(0,0,0,0.05); border-top-color: #3b82f6; border-radius: 50%; animation: spin 0.8s infinite linear; }

@keyframes skeleton-move {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
/********/

#footer { margin: 0; padding: 0; box-sizing: border-box; line-height: 1.5; background-color: #111827; color: #e5e7eb; width: 100%; position: relative; z-index: 10; }
#footer * { box-sizing: border-box; }
#footer .footer-main-container { padding: 80px 20px 40px; max-width: 1200px; margin: 0 auto; }
#footer .footer-grid { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
#footer .footer-col-section { flex: 1; min-width: 250px; }
#footer .footer-logo-link { display: block; margin-bottom: 20px; }
#footer .footer-logo-link img { max-height: 50px; width: auto; display: block; filter: brightness(100) }
#footer .footer-description { color: #9ca3af; font-size: 0.95rem; margin-bottom: 25px; max-width: 320px; }
#footer .footer-social-box { display: flex; gap: 12px; margin-top: 25px; }
#footer .social-link { width: 42px; height: 42px; background-color: #293348; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
#footer .social-link:hover { background-color: #3b82f6; transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.3); }
#footer .footer-grid table { border-collapse: collapse; width: auto; flex: 2; min-width: 300px; border: 0; }
#footer .footer-grid table td { vertical-align: top; padding: 0 20px; border: 0; }
#footer .footer-grid table p { margin: 0 0 12px 0; padding: 0; }
#footer .footer-grid table a { color: #9ca3af; text-decoration: none; font-size: 0.95rem; transition: color 0.3s ease, transform 0.3s ease; display: inline-block; }
#footer .footer-grid table a:hover { color: #3b82f6; transform: translateX(5px); }
#footer .footer-contact-section { flex: 1; min-width: 250px; }
#footer .footer-heading { color: #ffffff; font-size: 1.15rem; font-weight: 600; margin-bottom: 20px; position: relative; padding-bottom: 8px; }
#footer .footer-heading::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background-color: #3b82f6; }
#footer .footer-contact-block, #footer .footer-contact-block a { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; color: #9ca3af; font-size: 0.95rem; }
#footer .footer-contact-block a span { color: #e6e6e6; }
#footer .footer-icon-blue { color: #ffffff; flex-shrink: 0; margin-top: 3px; margin-right: 5px; }
#footer .footer-bottom-bar { border-top: 1px solid #1f2937; padding-top: 30px; margin-top: 60px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; color: #6b7280; font-size: 0.85rem; }
#footer .footer-legal-links a { color: #6b7280; text-decoration: none; margin-left: 20px; transition: color 0.2s ease; }
#footer .footer-legal-links a:hover { color: #ffffff; }
#footer .social-link svg { fill: #fff; }

@media (max-width: 1024px) {
    #footer .footer-grid table { flex: 1 1 100%; order: 2; }

    #footer .footer-contact-section { order: 3; }
}

#footer .footer-bottom-container { padding: 10px 0; display: flex; justify-content: space-between; }
#footer .footer-bottom-links { display: flex; column-gap: 25px; }
#footer .footer-bottom-links a { color: #ddd; }

@media (max-width: 768px) {
    #footer .footer-grid { flex-direction: column; }
    #footer .footer-grid table { width: 100%; }
    #footer .footer-grid table td { display: block; padding: 0 0 30px 0; }
    #footer .footer-bottom-bar { flex-direction: column; text-align: center; }
    #footer .footer-legal-links a { margin: 0 10px; }
}
/********/

#aboutUs { padding: 100px 0; background: #F5ECE2 }
.about-wrapper { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; }

.about-image, .about-text { flex: 1; min-width: 300px; position: relative; font-size: 18px; line-height: 30px; }

.about-image img { max-width: 100%; height: auto; display: block; border-radius: 8px; }
.isimaVer { overflow: hidden; position: relative; }
.isimaVer:after { position: absolute; top: 0; left: -75%; display: block; content: ''; width: 50%; height: 100%; background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%); transform: skewX(-25deg); }
.isimaVer:hover:after { -webkit-animation: shine 1s; animation: shine 1s; }

@-webkit-keyframes shine {
    100% { left: 125% }
}

@keyframes shine {
    100% { left: 125% }
}

/********/
.popup99, .popup99 a.git99 { width: 100%; height: 100% }
.popup99 { padding: 50px 10px; position: fixed; left: 50%; z-index: 1000000; background: rgba(0,0,0,.6) }
.popup99 { text-align: center }
.popup99 a.git99 img { max-width: 100%; max-height: 100% }
.popup99 a.git99:hover { opacity: 1 }
.popup99 a.kapat99 { color: #fff; font-size: 35px; position: absolute; left: 50%; top: 10px }
.popup99 img { max-height: 100% }
.popup99 a.git99, .popup99 img { display: inline-block }
.popup99 { top: 50%; transform: translate(-50%,-50%) }
.popup99 a.git99 { position: relative }
/********/

.nedirIcerik { font: 400 16px var(--icerik-fontu); color: #252525; line-height: 28px; margin: 35px 0; }
.nedirIcerik iframe { margin: 30px 0 }
.nedirIcerik p { margin: 0 0 10px; }
.nedirIcerik .icerik { line-height: 30px }
.nedirIcerik h1 { color: #58585a; font-weight: 700; font-size: 24px; margin: 0 0 20px; height: auto; padding: 0 0 10px }
.nedirIcerik h1 span { display: block; font-size: 14px; font-weight: 700; letter-spacing: 0; color: #6e6e6e; line-height: 13px }
.nedirIcerik h1 strong { font-weight: 700; color: #c48012; font-size: 22px }
.nedirIcerik .donanim { margin: 50px 0 10px }
.nedirIcerik .donanim div { width: auto; float: left; margin: 0 0 20px 30px; text-align: center }
.nedirIcerik .donanim div span { display: block; font-weight: 700; font-size: 14px; color: #002657 }
.nedirIcerik .donanim div em { font-style: normal; font-size: 13px }
.nedirIcerik .donanim div img { width: 26px; display: inline-block }
.nedirIcerik h2 { color: var(--tema-renk2); font: 600 26px var(--baslik-fontu); }
.nedirIcerik ul { list-style: circle; margin-left: 30px }
.nedirIcerik ul li { /* padding-left: 30px; */ padding-bottom: 3px; position: relative; line-height: 30px }
.nedirIcerik ul li::marker { color: var(--tema-renk1); }
.nedirIcerik .itemN { margin: 10px; max-height: 400px; overflow: hidden }
.nedirIcerik figcaption { text-align: center; margin-bottom: 20px; font-weight: 700; font-size: 15px; color: #c1c1c1 }
.nedirIcerik .videoNedir { width: 50%; float: left; padding-right: 20px; position: relative }
.nedirIcerik img { height: auto !important; margin: 0 25px 20px 0 }
/*****/
.aktifTab { display: block }
.urunTab { margin: 60px -15px 0 }
.urunTab .bilgi { min-height: 288px; box-shadow: 1px 1px 2px 0 rgba(0,0,0,.1); line-height: 30px; border: none; font-size: 15px; color: #4b4b4b; padding: 45px 60px; background: #fff }
.urunTab .bilgi h2 { margin: 0 0 15px; font-size: 18px; font-weight: 700 }
.urunTab .etezgahTab { overflow-y: auto; border-top-right-radius: 6px; border-top-left-radius: 6px; white-space: nowrap }
.urunTab .etezgahTab a { border-radius: 0; font-size: 14px; padding: 10px 15px; background: #dedede; display: inline-block; margin-right: 0; letter-spacing: .5px; font-weight: 400; color: #333 }
.urunTab .etezgahTab a.aktif { background: #f7f7f7 }
.tabcontent { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none }
/*****/
iframe { max-width: 100% }
/****/
.fotorama { max-width: 800px; margin: 0 auto }
/*****************/
.katicerik { margin: 50px 0; line-height: 25px; font-size: 15px; color: #58585a }
/*****/
.tabloyama { overflow-x: auto; margin-right: -20px; padding-bottom: 20px; margin: 25px 0; }
/**************/
.yildizOn { /* margin: 0 auto; */ background: url(/d/r/yildiz-pasif.png); position: relative; width: 100px; height: 16px; display: block; }
.yildizOn span { position: absolute; left: 0; top: 0; width: 100px; height: 17px; background: url(/d/r/yildiz.png); }
/*******/
.icerikDet { padding: 50px 0 75px; }
.icerikDet .kisaOzet { font-size: 18px; font-style: italic; font-weight: 500; line-height: 30px; letter-spacing: 1px; }
.icerikDet .icerik { font-size: 16px; line-height: 27px; letter-spacing: 1px; color: #333 }
.icerikDet .icerik p { margin: 10px 0; }
.icerikDet .icerik ul { list-style: circle; margin-left: 25px; line-height: 35px; }
.icerikDet .icerik ul li { }
.icerikDet .icerik ul li::marker { color: var(--tema-renk1) }
.icerikDet .icerik a { }
.icerikDet .icerik span { }
/*******/
.icerikSag { padding-left: 25px !important; }
.icerikSag .icerikDetsag { padding: 32px 32px 32px 32px; background: #023e302b; margin-bottom: 40px; }
.icerikSag .icerikDetsag .title { color: #333; margin: 0 0 20px; font: 700 24px var(--baslik-fontu); line-height: 36px; text-transform: uppercase; }
#icerikDetCat { }
#icerikDetCat ul { }
#icerikDetCat ul li { list-style: none; position: relative; padding-left: 16px; font-size: 18px; line-height: 1.5; margin-bottom: 16px; padding-bottom: 16px; }
#icerikDetCat ul li:before { position: absolute; content: ""; left: 0; top: 12px; height: 6px; width: 6px; background-color: var(--tema-renk1); }
#icerikDetCat ul li:after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 100%; background-color: rgba(72, 30, 11, 0.07); }
#icerikDetCat ul li a { display: flex; justify-content: space-between; align-items: center; }
#icerikDetCat ul li span { }
#icerikDetCat ul li:last-child { margin-bottom: 0; padding-bottom: 0; }
#icerikDetCat ul li:last-child::after { display: none }
#icerikDetson { }
#icerikDetson { }
#icerikDetson ul { }
#icerikDetson ul li { display: flex; align-items: center; margin-bottom: 20px; }
#icerikDetson ul li .resim { flex: 0 0 auto; margin-right: 20px; width: 100px; height: 100px; }
#icerikDetson ul li .resim img { width: 100%; height: 100%; object-fit: cover; }
#icerikDetson ul li .kap { }
#icerikDetson ul li .kap .baslik { }
#icerikDetson ul li .kap .baslik a { margin-bottom: 13px; color: #333; font: 600 16px var(--baslik-fontu); line-height: 24px; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; }
#icerikDetson ul li .kap time { font: 400 14px var(--icerik-fontu); line-height: 25px; display: flex; align-items: center; color: #333; }
#icerikDetson ul li .kap time i { margin-right: 5px; display: flex; align-items: center; justify-content: center; }
#icerikDetson ul li .kap time i svg { fill: var(--tema-renk2); margin-top: -2px; }
#icerikDetson ul li:last-child { margin-bottom: 0 }
#icerikfollow { }
#icerikfollow .social { display: flex; align-items: center; }
#icerikfollow .social a { color: #020e27; padding: 10px; display: flex; align-items: center; justify-content: center; margin-right: 10px; background: #bfaaa3; }
#icerikfollow .social a:hover { opacity: 1; background: #fbfbfb; box-shadow: 0 0 2px 2px #0000000f; }
#icerikfollow .social a svg { display: block; fill: #fff; width: 20px; height: 20px; }
#icerikfollow .social a:hover svg { fill: var(--tema-renk1); }
#icerikfollow .social a.yout:hover svg path { fill: var(--tema-renk1); }
#icerikfollow .social a.inst svg .st0 { stroke: #fff; }
#icerikfollow .social a.inst:hover svg .st0 { stroke: var(--tema-renk1); }
/***********/
.swiper-pagination { position: relative; bottom: initial; left: initial; margin: 15px 0 0; bottom: 0 }
.swiper-pagination-bullet { width: 17px; border-radius: 2px; height: 4px }
.swiper-pagination-bullet-active { width: 39px }
/***********/

nav.icMenu { padding: 15px; background: transparent; margin-right: 30px; border: 1px solid var(--tema-renk1); }
nav.icMenu a { position: relative; display: block; color: #252525; text-decoration: none; margin-bottom: 3px; font-size: 16px; padding: 10px 10px 10px 0; font-weight: 400; padding-left: 14px; letter-spacing: -.5px; }
nav.icMenu a:hover { color: var(--tema-renk1); background: #e5e5e5; }
nav.icMenu a.active { color: #fff; background: var(--tema-renk1); }
nav.icMenu a.active:after { position: absolute; top: 19px; right: 10px; width: 8px; height: 8px; content: ''; margin-left: -5px; border-right: 2px solid #ffffff; border-bottom: 2px solid #ffffff; transform: rotate( -45deg); box-sizing: border-box; }
/****/
.efektekle { position: relative; overflow: hidden; }
.efektekle:after { content: ''; position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; transition: .2s; border: 2px solid rgb(0 0 0 / 58%); clip-path: polygon(0 calc(100% - 1rem), 0 100%, 1rem 100%, 1rem 0, 0 0, 0 1rem, 100% 1rem, 100% 0, calc(100% - 1rem) 0, calc(100% - 1rem) 100%, 100% 100%, 100% calc(100% - 1rem)); box-shadow: 1px 1px #fff; z-index: 5; }
.efektekle:hover:after { border-color: var(--tema-renk1); -webkit-transform: scale(.9); transform: scale(.9); }
.efektekle img { transition: transform .2s,filter .4s; }
.efektekle:hover img { transform: scale(1.1); }
/***********/
.solHover { position: relative; z-index: 50; overflow: hidden; transition: all 750ms ease; }
.solHover:before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; z-index: -1; transition: all 750ms ease; background: #272b2b; }
.solHover:hover:before { width: 100% }
.solHover:hover { color: #fff !important; }
/**********/
.sallaHover { position: relative; overflow: hidden; padding: 10px 15px; display: inline-block; border: 1px solid currentColor; margin-top: 15px; }
.sallaHover span { position: relative; color: inherit; z-index: 2; }
.sallaHover:before { content: ""; position: absolute; top: -50%; left: 50%; transform: translateX(-50%); width: 150%; height: 150%; border-top-left-radius: 50%; border-top-right-radius: 50%; transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66); background-color: inherit; }
.sallaHover::after { content: ""; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); width: 150%; height: 150%; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; background-color: #fff; transition-duration: 700ms; transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
.sallaHover:hover { color: #1c1a1d !important; }
.sallaHover:hover:before { top: 100%; }
.sallaHover:hover:after { bottom: -50%; }
/********/
.resimZoomla { overflow: hidden; }
.resimZoomla figure { overflow: hidden }
.resimZoomla img { transform: scale(1); transition: all 750ms ease; }
.resimZoomla:hover img { transform: scale(1.2); }
/**********/

#sirkle { width: 165px; height: 165px; background: #fff; border-radius: 50%; box-shadow: 0 0 12px 1px #00000000; padding: 6px; position: absolute; bottom: 15%; right: 9%; }
#sirkle img.icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: auto; }
#circleText { fill: currentColor; height: auto; max-width: 66vmin; transform-origin: center; width: 100%; animation: rotate 15s linear infinite; }
#circleText textPath { letter-spacing: 1px; font-size: 8px; font-family: var(--baslik-fontu); font-weight: 600; color: #b2b2b2; }

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/******/
.kayseri-stats-section { background-color: #f9f9f9; padding: 100px 20px; display: flex; justify-content: center; align-items: center; width: 100%; }
.kayseri-stats-section .stats-container { max-width: 1200px; width: 100%; text-align: center; }
.kayseri-stats-section .stats-header-top { color: var(--tema-renk1); font-weight: 600; text-transform: uppercase; letter-spacing: 2px; font-size: 14px; margin-bottom: 12px; display: block; }
.kayseri-stats-section .stats-main-title { color: #1e293b; font-size: 42px; font-weight: 800; line-height: 1.2; margin: 0 0 40px 0; }
.kayseri-stats-section .stats-cards-grid { display: flex; gap: 30px; justify-content: center; flex-wrap: wrap; }
.kayseri-stats-section .stats-card { background: #fff; border: 1px solid #f1f5f9; border-radius: 30px; padding: 50px 33px; flex: 1; max-width: 380px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03); transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; }
.kayseri-stats-section .stats-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07); border-color: #e2e8f0; }
.kayseri-stats-section .stats-number-badge { background-color: #f1f1f1; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; padding: 10px 20px; }
.kayseri-stats-section .stats-number-badge span { color: #000; font-size: 34px; font-weight: 600; font-style: italic; }
.kayseri-stats-section .stats-card-title { font-size: 24px; color: var(--tema-renk2); font-weight: 700; margin-bottom: 15px; }
.kayseri-stats-section .stats-card-text { color: #555759; font-size: 17px; line-height: 25px; margin: 0; }

@media (max-width: 768px) {
    .kayseri-stats-section .stats-main-title { font-size: 30px; margin-bottom: 40px; }
    .kayseri-stats-section .stats-card { max-width: 100%; padding: 40px 20px; }
}
/******/
#sponsorlarAna { position: relative; padding: 100px 0; }
#sponsorlarAna .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 223px)); gap: 25px; justify-content: center; align-items: center; margin: 0 auto; }
#sponsorlarAna .item { padding: 0 20px; display: flex; align-items: center; justify-content: center; height: 110px; transition: all .25s ease; }
#sponsorlarAna .item:hover { transform: translateY(-4px); }
#sponsorlarAna .item img { max-height: 69px; object-fit: contain; filter: grayscale(100%); opacity: .8; transition: all .25s ease; }
#sponsorlarAna .item:hover img { filter: grayscale(0); opacity: 1; }

@media (max-width: 992px) {
    #sponsorlarAna .grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 576px) {
    #sponsorlarAna .grid { grid-template-columns: repeat(2, 1fr); }
}
/******/
.konusmacilarAna { background-color: #ffffff; margin: 0; padding: 100px 0; color: #111; overflow-x: hidden; line-height: 1.5; }

.konusmacilarAna .header-section { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; gap: 40px; }

.konusmacilarAna .baslik { display: inline-block; font-size: 31px; font-weight: 300; border: none; font-family: var(--icerik-fontu); margin: 0; }
.konusmacilarAna .kisaozet { font-size: 35px; color: #333; margin-bottom: 10px; font-weight: 600; line-height: 40px; font-family: var(--baslik-fontu); }
.konusmacilarAna .aciklama { max-width: 500px; font-size: 17px; line-height: 27px; color: #666; text-align: right; }

.konusmacilarAna .swiper { width: 100%; overflow: visible !important; padding: 60px 0 0 0; }
.konusmacilarAna .swiper-slide { opacity: .6; display: flex; flex-direction: column; align-items: center; transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); transform: scale(0.8) translateY(-58px); }
.konusmacilarAna .swiper-slide-active { opacity: 1; transform: scale(1.15) translateY(0); z-index: 20; text-align: center; padding: 0 24px; }
.konusmacilarAna .gorsel-cerceve { width: 100%; aspect-ratio: 0.82; border-radius: 15px; overflow: hidden; background-color: #f5f5f5; box-shadow: 0 30px 60px rgba(0,0,0,0.06); margin-bottom: 25px; }
.konusmacilarAna .gorsel-cerceve img { width: 100%; height: 100%; object-fit: cover; display: block; }
.konusmacilarAna .metin { text-align: center; transition: all 0.4s ease; transform: translateY(10px); display: flex; flex-direction: column; align-items: center; gap: 2px; }
.konusmacilarAna .swiper-slide-active .metin { opacity: 1; transform: translateY(0); }
.konusmacilarAna .baslik2 { font-size: 19px; font-weight: 700; color: #333; }
.konusmacilarAna .kisaozet2 { font-size: 16px; color: #999; font-weight: 400; }

@media (max-width: 992px) {
    .konusmacilarAna .header-section { flex-direction: column; }
    .konusmacilarAna .baslik { font-size: 2.2rem; }
    .konusmacilarAna .swiper-slide-active { transform: scale(1.1); }
}


#galeriAnasayfa { background: #000; padding: 100px 0; }
#galeriAnasayfa .grid { width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 16px; }
.gallery-itemAna { position: relative; overflow: hidden; border-radius: 8px; }
.gallery-itemAna:hover img { transform: scale(1.1) }
.gallery-itemAna img { width: 100%; height: 100%; object-fit: cover; display: block; transition: all ease .3s; }

#programdetay { --bg-color: #fcfcfd; --text-main: #1a1a1e; --text-muted: #667085; --primary-orange: #f97316; --primary-purple: #6366f1; --border-color: #f2f4f7; --accent-bg: #ffffff; background-color: var(--bg-color); color: var(--text-main); line-height: 1.6; padding: 40px 20px; display: block; }
#programdetay * { box-sizing: border-box; margin: 0; padding: 0; }
#programdetay .container { max-width: 800px; margin: 0 auto; }
#programdetay .tabs { display: flex; justify-content: center; gap: 30px; margin-bottom: 40px; border-bottom: 1px solid var(--border-color); overflow-x: auto; white-space: nowrap; }
#programdetay .tab-item { padding: 15px 5px; font-size: 0.9rem; font-weight: 600; cursor: pointer; color: var(--text-muted); transition: all 0.3s ease; border-bottom: 2px solid transparent; background: none; border-top: none; border-left: none; border-right: none; outline: none; letter-spacing: 1px; }
#programdetay .tab-item.active { color: var(--primary-orange); border-bottom: 2px solid var(--primary-orange); }
#programdetay .program-list { background: var(--accent-bg); border-radius: 24px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); border: 1px solid var(--border-color); min-height: 200px; }
#programdetay .event-row { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--border-color); position: relative; animation: programFadeIn 0.4s ease forwards; }
#programdetay .event-row.is-hidden { display: none; }

@keyframes programFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

#programdetay .event-row:last-child { border-bottom: none; }
#programdetay .time { font-weight: 600; color: var(--text-muted); font-size: 0.95rem; padding-top: 3px; }
#programdetay .title-wrapper { display: flex; align-items: center; gap: 12px; }
#programdetay .dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
#programdetay .event-title { font-size: 1.1rem; font-weight: 600; color: var(--tema-renk2); }
#programdetay .event-desc { font-size: 1rem; color: var(--text-muted); margin-top: 4px; margin-left: 20px; }
#programdetay .is-break .event-title { color: var(--text-muted); font-weight: 500; font-style: italic; }

@media (max-width: 600px) {
    #programdetay .event-row { grid-template-columns: 1fr; gap: 8px; }
    #programdetay .program-list { padding: 20px; }
    #programdetay .time { color: var(--primary-orange); }
}


#kayitformu-container {background-color: #fcfcfc;color: #1a1a1a;display: flex;align-items: center;justify-content: center;padding: 100px 0;box-sizing: border-box;}
#kayitformu-container * { box-sizing: border-box; margin: 0; padding: 0; }
#kayitformu-container .cardform { background: #ffffff; width: 100%; max-width: 550px; padding: 2.5rem; border: 1px solid #eeeeee; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
#kayitformu-container .header { margin-bottom: 2rem; border-left: 3px solid #1a1a1a; padding-left: 1.25rem; }
#kayitformu-container h1 { font-size: 1.5rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 0.25rem; line-height: 1.2; }
#kayitformu-container .subtitle { font-size: 0.85rem; color: #71717a; }
#kayitformu-container form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
#kayitformu-container .form-group { display: flex; flex-direction: column; }
#kayitformu-container .full-width { grid-column: span 2; }
#kayitformu-container label { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; color: #52525b; display: block; }
#kayitformu-container input,
#kayitformu-container textarea { width: 100%; padding: 0.75rem; font-size: 0.9rem; border: 1px solid #e4e4e7; background: #fbfbfb; transition: all 0.2s ease; }
#kayitformu-container input:focus,
#kayitformu-container textarea:focus { outline: none; border-color: #1a1a1a; background: #ffffff; }
#kayitformu-container textarea { resize: none; min-height: 80px; }
#kayitformu-container .btn-submit { grid-column: span 2; padding: 1rem; background: #1a1a1a; color: #ffffff; border: none; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: opacity 0.2s; margin-top: 0.5rem; letter-spacing: 0.05em; width: 100%; }
#kayitformu-container .btn-submit:hover { opacity: 0.9; }

@media (max-width: 480px) {
    #kayitformu-container form { grid-template-columns: 1fr; }
    #kayitformu-container .full-width,
    #kayitformu-container .btn-submit { grid-column: span 1; }
}

@media(min-width: 1901px) {
}

@media(max-width: 767px) {


    .onceki { margin-bottom: 25px }
    /******/
    nav.icMenu { margin: 0 0 30px 0; }
    /******/
    .nedirIcerik img { height: auto }
    .nedirIcerik h1 { font-size: 17px }
    .nedirIcerik ul li { padding-left: 0 }
    /*******/

    .sabit { padding: 0 10px }
    /****/

    #formDet .kapsul .formdetay .row .satir { width: 100%; margin: 0 0 20px; }
    /****/
    #yorumlar .item .metin .icerik { padding: 0; }
    #yorumlar .item { padding: 45px 25px 25px; }
    #yorumlar .swiper-button-next, #yorumlar .swiper-button-prev { top: 90%; }
    #yorumlar .kapsul .subtitle { text-align: center; }
    /****/
    .ayricaliklar { padding: 60px 10px; height: initial; }
    .about-image { text-align: center }
    .about-image img { display: inline-block }
    .card { display: flex; flex-wrap: wrap; background: #fff; height: auto; gap: 0; padding-bottom: 30px; }
    .card figure { }
    .card .metin { width: 100% !important; margin: 0; order: 2; padding: 16px 10px; padding-bottom: 50px !important; }

    .card .metin .baslik { font-size: 28px; line-height: 32px; margin: 0 0 10px; }
    .card .metin .kisaOzet { padding: 0; margin: 0; font-size: 18px; font-weight: 400; line-height: 27px; }
    .card .metin .more { margin: 16px 0 0 0 }
    .card .metin { padding-bottom: 50px; }
    #products .parallax-containermobil { height: 335px; border-radius: 12px; overflow: hidden; width: 100%; z-index: 0; position: relative; }
    #products .parallax-containermobil img { max-width: initial; width: 200%; height: auto; left: -50%; transform: translateY(-50%); border-radius: 12px; overflow: initial; }
    #footer .footer-bottom-container { display: block; text-align: right; }
    #footer .footer-bottom-links { margin-top: 10px; justify-content: flex-end; }
    .konusmacilarAna .aciklama { text-align: left }
    #galeriAnasayfa .grid { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 171px; gap: 16px; }
}
