/* ==========================================================================
   Torunlar Menkul Değerler A.Ş. — marka teması
   Kırmızı #C80F2E · Koyu kırmızı #A80C26 · Lacivert #004F8C · Derin lacivert #091D36
   Bu dosya ana CSS paketinden SONRA yüklenir ve marka görünümünü tanımlar.
   ========================================================================== */
:root{
  --tm-red:#C80F2E;
  --tm-red-dark:#A80C26;
  --tm-red-bright:#D5012A;
  --tm-navy:#004F8C;
  --tm-navy-dark:#003D6E;
  --tm-navy-deep:#091D36;
  --tm-ink:#2B2A2A;
  --tm-title:#142B45;
  --tm-muted:#64748B;
  --tm-line:#E5E5E5;
  --tm-soft:rgba(118,135,158,.1);
  --tm-soft-solid:#F0F3F7;
  --tm-font:"Roboto",system-ui,-apple-system,"Segoe UI","Helvetica Neue",Arial,sans-serif;
  --bs-primary:#C80F2E;
  --bs-primary-rgb:200,15,46;
  --brand-primary:#C80F2E;
  --brand-dark:#091D36;
  --brand-accent:#D5012A;
}
html{scroll-behavior:smooth}
body,body.full-wrapper{font-family:var(--tm-font)!important;color:var(--tm-ink);background:#fff}
h1,h2,h3,h4,h5,h6,.section-title{font-family:var(--tm-font)!important}
a{color:var(--tm-red)}
a:hover{color:var(--tm-red-dark)}
::selection{background:var(--tm-red);color:#fff}

/* --- Header ------------------------------------------------------------- */
.HeaderMenu{background:#fff;box-shadow:0 1px 0 rgba(43,42,42,.06)}
.header-top{border-bottom:0!important;padding:14px 0!important}
#logo img{width:200px!important;height:auto;display:block}
@media (max-width:1339.98px){#logo img{width:170px!important}}
@media (max-width:991.98px){#logo img{width:150px!important}}
#nav-menu .main>li>a{color:var(--tm-ink)!important;font-weight:500;font-size:15px}
#nav-menu .main>li>a:hover,#nav-menu .main>li:hover>a{color:var(--tm-red)!important;background:transparent!important}
#nav-menu ul.main li:focus,#nav-menu ul.main li:hover{color:var(--tm-red)!important}
#nav-menu ul.main ul.submain{border-top:3px solid var(--tm-red)}
#nav-menu ul.main .submain li a{color:var(--tm-ink)!important}
#nav-menu ul.main .submain li:hover>a{color:var(--tm-red)!important;background:var(--tm-soft-solid)!important;border-radius:6px}
#nav-menu ul.main .subsubmain li:hover>a{color:#fff!important;background:var(--tm-red)!important}
.FixedHeaderMenu #nav-menu ul.main li a:hover{background:var(--tm-red)!important}
.loginMenu{display:flex;gap:8px;align-items:center}
.loginMenu li{margin-left:0!important}
.loginBtn,.hesapAcBtn,.webTraderBtn{
  display:inline-flex!important;align-items:center;justify-content:center;gap:8px;
  height:40px!important;min-width:0!important;padding:0 18px!important;border-radius:50rem!important;
  font-weight:600!important;font-size:14px;line-height:1!important;white-space:nowrap;
  border:1px solid transparent!important;text-decoration:none!important;transition:background .2s,border-color .2s,color .2s;
}
.loginBtn{background:var(--tm-navy)!important;border-color:var(--tm-navy)!important;color:#fff!important}
.loginBtn:hover{background:var(--tm-navy-dark)!important;border-color:var(--tm-navy-dark)!important;color:#fff!important}
.webTraderBtn{background:var(--tm-navy-deep)!important;color:#fff!important;border-color:rgba(200,15,46,.45)!important}
.webTraderBtn:hover{background:#0D2848!important;border-color:var(--tm-red)!important}
.webTraderBtn i{color:var(--tm-red)}
.hesapAcBtn{background:var(--tm-red)!important;border-color:var(--tm-red)!important;color:#fff!important}
.hesapAcBtn:hover{background:var(--tm-red-dark)!important;border-color:var(--tm-red-dark)!important;color:#fff!important}
.mobile-header .account-btns{display:flex;gap:8px}
.mobile-header .register-btn{background:var(--tm-red)!important;color:#fff!important;border-radius:50rem}
.mobile-header .login-btn{background:var(--tm-navy)!important;color:#fff!important;border-radius:50rem}
.nav-menu-button i{color:var(--tm-red)}
@media (max-width:1199.98px){.loginMenu{flex-wrap:wrap;justify-content:flex-end}.webTraderBtn span{display:none}}

.tm-hero>.container,.tm-section>.container,.tm-logos>.container,.tm-footer>.container,.tm-footer .tm-bottom>.container{max-width:1340px;margin-left:auto;margin-right:auto}

/* --- Genel bileşenler --------------------------------------------------- */
.default-btn,.Banner-btn,.btn-primary,.hesapAcBtn2{background:var(--tm-red)!important;border-color:var(--tm-red)!important;color:#fff!important}
.default-btn:hover,.Banner-btn:hover,.btn-primary:hover{background:var(--tm-red-dark)!important;border-color:var(--tm-red-dark)!important}
.ProductSlider .Banner-btn{background:#fff!important;border:2px solid var(--tm-red)!important;color:var(--tm-red)!important}
.ProductSlider .Banner-btn:hover{background:var(--tm-red)!important;color:#fff!important}
.section-title{color:var(--tm-title)}
.section-title span{color:var(--tm-red)}
.advantage-view h3{color:var(--tm-red)}
.page-title h1{color:var(--tm-title)}
.page-title{background-color:var(--tm-soft-solid)!important}
.breadcrumb a{color:var(--tm-red)}
.tm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50rem;font-weight:600;font-size:.875rem;letter-spacing:.02em;text-decoration:none!important;border:1px solid transparent;transition:all .2s ease;cursor:pointer;line-height:1.2}
.tm-btn-red{background:var(--tm-red);color:#fff!important;border-color:var(--tm-red)}
.tm-btn-red:hover{background:var(--tm-red-dark);border-color:var(--tm-red-dark)}
.tm-btn-navy{background:var(--tm-navy);color:#fff!important;border-color:var(--tm-navy)}
.tm-btn-navy:hover{background:var(--tm-navy-dark);border-color:var(--tm-navy-dark)}
.tm-btn-outline{background:transparent;color:var(--tm-ink)!important;border-color:var(--tm-ink)}
.tm-btn-outline:hover{background:var(--tm-ink);color:#fff!important}
.tm-btn-outline-white{background:transparent;color:#fff!important;border-color:#fff}
.tm-btn-outline-white:hover{background:#fff;color:var(--tm-ink)!important}
.tm-btn-white{background:#fff;color:var(--tm-ink)!important;border-color:#fff}
.tm-btn-white:hover{background:var(--tm-ink);color:#fff!important;border-color:var(--tm-ink)}
.tm-btn-outline-grey{background:#fff;color:var(--tm-ink)!important;border-color:#D9D9D9;font-size:.75rem;padding:.5rem .75rem}
.tm-btn-outline-grey:hover{background:var(--tm-red);color:#fff!important;border-color:var(--tm-red)}
.tm-arrow{display:inline-block;transform:rotate(-45deg);font-size:.9em}
.tm-section{padding:5rem 0}
@media (min-width:992px){.tm-section{padding:6.5rem 0}}
.tm-section-title{font-weight:600;font-size:2rem;line-height:1.2;letter-spacing:-.03em;color:var(--tm-title);margin:0}
@media (min-width:992px){.tm-section-title{font-size:2.5rem}}
.tm-title-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2.5rem}
@media (min-width:992px){.tm-title-row{margin-bottom:3.5rem}}
.tm-nav-arrows{display:flex;gap:.5rem}
.tm-nav-arrows button{width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid var(--tm-ink);background:transparent;color:var(--tm-ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}
.tm-nav-arrows button:hover{background:var(--tm-ink);color:#fff}

/* --- Hero ----------------------------------------------------------------- */
.tm-hero{position:relative;background:#fff;overflow:hidden}
.tm-hero::before{content:"";position:absolute;inset:0;background:url(gorseller/torunlar-mark-black.svg) 58% 50% no-repeat;background-size:auto 118%;opacity:.055;pointer-events:none}
@media (max-width:991.98px){.tm-hero::before{background-position:50% 20%;background-size:auto 80%}}
.tm-hero>.container{position:relative;z-index:1}
.tm-hero .container{position:relative;display:flex;flex-direction:column;align-items:center;gap:2rem;padding-top:2.5rem;padding-bottom:2rem;min-height:auto}
@media (min-width:992px){.tm-hero .container{flex-direction:row;justify-content:space-between;align-items:center;min-height:38rem;padding-top:1rem;padding-bottom:0}}
.tm-hero .tm-hero-text{flex:0 0 auto;max-width:34rem;text-align:center}
@media (min-width:992px){.tm-hero .tm-hero-text{text-align:left;padding-bottom:6rem}}
.tm-hero h1{font-size:2.25rem;line-height:1.15;color:var(--tm-ink);font-weight:700;letter-spacing:-.02em;margin:0 0 1.5rem}
.tm-hero h1 .light{font-weight:300}
@media (min-width:768px){.tm-hero h1{font-size:2.75rem}}
@media (min-width:1200px){.tm-hero h1{font-size:3.375rem}}
.tm-hero p{font-size:1.0625rem;font-weight:300;color:var(--tm-muted);margin:0 0 1.75rem;line-height:1.5}
.tm-hero .tm-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}
@media (min-width:992px){.tm-hero .tm-hero-actions{justify-content:flex-start}}
.tm-hero .tm-hero-image{flex:0 1 auto;width:100%;max-width:38rem;display:flex;justify-content:center;align-items:flex-end}
.tm-hero .tm-hero-image img{width:100%;height:auto;max-height:36rem;object-fit:contain;object-position:bottom;display:block}
.tm-hero .tm-hero-badge{position:absolute;right:1rem;top:1rem;background:var(--tm-red);color:#fff;border-radius:1rem;padding:.75rem .9rem;font-size:.7rem;font-weight:700;text-align:center;line-height:1.3;text-decoration:none;box-shadow:0 10px 24px rgba(200,15,46,.3);display:none}
@media (min-width:1200px){.tm-hero .tm-hero-badge{display:block}}
.tm-hero .tm-hero-badge i{display:block;font-size:1.25rem;margin-bottom:.35rem}

/* --- Duyuru bandı ------------------------------------------------------- */
.tm-ticker{background:var(--tm-soft)}
.tm-ticker .tm-ticker-wrap{display:flex;align-items:stretch;overflow:hidden;position:relative}
.tm-ticker .tm-ticker-label{background:var(--tm-red);color:#fff;font-weight:600;padding:1.45rem 1.25rem;display:flex;align-items:center;white-space:nowrap;flex-shrink:0;position:relative;z-index:2;box-shadow:7px 0 14px 0 rgba(43,42,42,.2);text-decoration:none!important}
@media (min-width:992px){.tm-ticker .tm-ticker-label{padding:2.25rem 2.5rem;font-size:1.5rem}}
.tm-ticker .tm-ticker-viewport{overflow:hidden;flex:1;display:flex;align-items:center;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 2%,#000 98%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 2%,#000 98%,transparent 100%)}
.tm-ticker .tm-ticker-track{display:flex;align-items:center;width:max-content;animation:tm-ticker-scroll 32s linear infinite}
.tm-ticker .tm-ticker-track:hover{animation-play-state:paused}
.tm-ticker .tm-ticker-item{display:inline-flex;align-items:center;gap:.625rem;padding:.75rem 2rem;white-space:nowrap;text-decoration:none!important;color:var(--tm-ink)}
.tm-ticker .tm-ticker-item:hover{opacity:.75}
.tm-ticker .tm-ticker-item img{width:1rem;height:auto}
.tm-ticker .tm-ticker-cat{font-weight:700;font-size:.75rem;color:var(--tm-red)}
.tm-ticker .tm-ticker-text{font-size:.875rem}
@media (min-width:992px){.tm-ticker .tm-ticker-text{font-size:1.125rem}}
@keyframes tm-ticker-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* --- Yatırım hizmetleri kartları ---------------------------------------- */
.tm-services{background:var(--tm-soft-solid)}
.tm-service-list{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:.75rem;scrollbar-width:thin;scrollbar-color:var(--tm-red) #d9d9d9}
@media (min-width:1200px){.tm-service-list{gap:1.25rem;overflow:visible;padding-bottom:0}}
.tm-service-item{flex:0 0 220px;scroll-snap-align:start}
@media (min-width:1200px){.tm-service-item{flex:1 1 0;min-width:0}}
.tm-service-card{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-height:14rem;background:#fff;padding:1.875rem;border:4px solid transparent;border-radius:1rem;text-decoration:none!important;color:var(--tm-ink);transition:border-color .2s ease,transform .2s ease}
.tm-service-card:hover{border-color:var(--tm-red);transform:translateY(-2px)}
.tm-service-card .icon img{width:3rem;height:3rem;object-fit:contain}
.tm-service-card .label{font-size:1rem;font-weight:600;line-height:1.333;color:#1E1E1E;margin:0;text-transform:uppercase}

/* --- Kırmızı bant: büyük şirketlere yatırım ------------------------------ */
.tm-invest{color:#fff;background:var(--tm-red) url(torunlar/yatirim-bg.svg) 100% 0 no-repeat;background-size:auto 100%}
.tm-invest .row{align-items:center}
.tm-invest .tm-invest-title{font-weight:700;font-size:1.875rem;line-height:1.2;color:#fff;margin:0 0 1.875rem;text-align:center}
@media (min-width:768px){.tm-invest .tm-invest-title{font-size:3rem;text-align:left}}
.tm-invest .tm-invest-intro{text-align:center;margin-bottom:3rem}
@media (min-width:992px){.tm-invest .tm-invest-intro{text-align:left;margin-bottom:0}}
.tm-stock-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
@media (min-width:576px){.tm-stock-grid{grid-template-columns:repeat(4,1fr)}}
.tm-stock{background:#fff;border-radius:50rem;text-align:center;display:flex;flex-direction:column;align-items:center;padding:.625rem .625rem 1rem;color:var(--tm-ink)}
.tm-stock img,.tm-stock .tm-stock-mono{width:5.5rem;height:5.5rem;border-radius:50%;object-fit:cover;margin-bottom:1.375rem}
.tm-stock .tm-stock-mono{display:flex;align-items:center;justify-content:center;background:var(--tm-navy-deep);color:#fff;font-weight:800;font-size:1.75rem}
.tm-stock .label{font-weight:700;font-size:1.25rem;line-height:1.15;margin-bottom:.625rem}
.tm-stock .price-label{font-size:.875rem;color:#8D9BAC;margin-bottom:.25rem}
.tm-stock .price{font-size:1.25rem;line-height:1.15;margin-bottom:1.5rem}
.tm-stock .tm-btn{width:4.5rem;height:4.5rem;padding:0;border-radius:50%;text-align:center;font-size:.6875rem;line-height:1.2}

/* --- "Daha Kolay" kaydırıcı ------------------------------------------------ */
.tm-easy{background:#fff;overflow:hidden}
.tm-easy .container{position:relative}
.tm-easy-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:0 0 .5rem}
.tm-easy-track::-webkit-scrollbar{display:none}
.tm-easy-slide{flex:0 0 100%;scroll-snap-align:start;position:relative;border-radius:1.25rem;overflow:hidden;min-height:22rem;background:#1E1E1E;color:#fff;display:flex;align-items:flex-end}
@media (min-width:768px){.tm-easy-slide{flex:0 0 78%}}
@media (min-width:1200px){.tm-easy-slide{flex:0 0 66%;min-height:26rem}}
.tm-easy-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.85;transition:transform .6s ease}
.tm-easy-slide:hover img{transform:scale(1.04)}
.tm-easy-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,20,20,.88) 0%,rgba(20,20,20,.55) 55%,rgba(20,20,20,.15) 100%)}
.tm-easy-slide .body{position:relative;z-index:1;padding:2rem;max-width:34rem}
@media (min-width:992px){.tm-easy-slide .body{padding:3rem}}
.tm-easy-slide h3{font-size:1.5rem;font-weight:700;line-height:1.2;margin:0 0 .75rem;color:#fff}
@media (min-width:992px){.tm-easy-slide h3{font-size:2.125rem}}
.tm-easy-slide p{font-size:.9375rem;font-weight:300;margin:0 0 1.5rem;opacity:.95}
.tm-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}
.tm-dots button{width:2rem;height:.25rem;border-radius:1rem;background:#D9D9D9;border:0;padding:0;cursor:pointer;transition:background .2s}
.tm-dots button.active{background:var(--tm-red)}

/* --- Neden Torunlar Menkul? ---------------------------------------------- */
.tm-why{background:var(--tm-soft-solid);overflow:hidden}
.tm-why-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding:1rem 0 2rem}
.tm-why-track::-webkit-scrollbar{display:none}
.tm-why-card{flex:0 0 80%;scroll-snap-align:start;position:relative;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border:4px solid transparent;border-radius:1rem;padding:2.25rem;aspect-ratio:400/540;min-height:22rem;text-decoration:none!important;color:var(--tm-ink);transition:border-color .2s ease,transform .25s ease}
@media (min-width:576px){.tm-why-card{flex:0 0 46%;padding:2.5rem}}
@media (min-width:992px){.tm-why-card{flex:0 0 calc(25% - .9375rem);padding:2.75rem}}
.tm-why-card:hover{border-color:var(--tm-red);transform:translateY(-.5rem)}
.tm-why-card .icon img{width:3.5rem;height:3.5rem;object-fit:contain}
.tm-why-card .label{font-size:1.75rem;font-weight:600;line-height:1.15;margin:0;color:#1E1E1E}
@media (min-width:1340px){.tm-why-card .label{font-size:2.125rem}}
.tm-why-card .desc{font-size:.875rem;font-weight:300;color:var(--tm-muted);margin:.75rem 0 0;line-height:1.4;opacity:0;max-height:0;overflow:hidden;transition:opacity .2s,max-height .3s}
.tm-why-card:hover .desc{opacity:1;max-height:6rem}

/* --- Kurum logoları -------------------------------------------------------- */
.tm-logos{background:var(--tm-soft);padding:2.5rem 0}
.tm-logos .tm-logos-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.5rem 3.5rem}
.tm-logos img{height:2.6rem;width:auto;max-width:9rem;object-fit:contain;opacity:.9;transition:opacity .2s}
.tm-logos a:hover img{opacity:1}

/* --- Footer --------------------------------------------------------------- */
footer.tm-footer{background:#fff;color:var(--tm-ink);text-align:center;font-family:var(--tm-font)}
@media (min-width:768px){footer.tm-footer{text-align:left}}
.tm-footer .tm-footer-menus{padding:4.375rem 0 0}
.tm-footer .tm-footer-logo img{width:210px;height:auto;margin:0 auto 2.5rem;display:block}
@media (min-width:768px){.tm-footer .tm-footer-logo img{margin-left:0}}
.tm-footer .tm-footer-desc{font-size:.875rem;font-weight:300;line-height:1.4;margin:0 0 1.25rem}
.tm-footer .tm-footer-desc strong{display:block;margin-top:.75rem;color:var(--tm-navy);font-weight:600}
.tm-footer .tm-social{display:flex;justify-content:center;gap:.625rem;margin-bottom:2.5rem;padding:0;list-style:none}
@media (min-width:768px){.tm-footer .tm-social{justify-content:flex-start}}
.tm-footer .tm-social a{display:inline-flex;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--tm-line);align-items:center;justify-content:center;color:var(--tm-ink);font-size:1rem;text-decoration:none;transition:all .2s}
.tm-footer .tm-social a:hover{background:var(--tm-red);border-color:var(--tm-red);color:#fff}
.tm-footer .tm-fmenu{padding:0 0 1.875rem}
.tm-footer .tm-fmenu .title{color:var(--tm-red);font-size:.875rem;font-weight:700;margin:0 0 1.25rem;text-transform:uppercase;letter-spacing:.02em}
.tm-footer .tm-fmenu ul{list-style:none;margin:0;padding:0;font-size:.75rem}
.tm-footer .tm-fmenu ul li{margin-bottom:.85rem}
.tm-footer .tm-fmenu ul li a{color:var(--tm-ink);text-decoration:none;text-transform:uppercase;letter-spacing:.01em;transition:color .15s}
.tm-footer .tm-fmenu ul li a:hover{color:var(--tm-red)}
.tm-footer .tm-address{font-size:.75rem;font-weight:500}
.tm-footer .tm-address p{display:flex;align-items:flex-start;justify-content:center;gap:.75rem;margin:0 0 1rem;line-height:1.5}
@media (min-width:768px){.tm-footer .tm-address p{justify-content:flex-start}}
.tm-footer .tm-address i{color:var(--tm-red);font-size:1rem;margin-top:.1rem}
.tm-footer .tm-address a{color:inherit;text-decoration:none}
.tm-footer .tm-address a:hover{color:var(--tm-red)}
.tm-footer .tm-copyright{font-size:.75rem;font-weight:300;line-height:1.625;margin-top:2rem;border-top:1px solid var(--tm-line);border-bottom:1px solid var(--tm-line);padding:1.5rem 0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem}
@media (min-width:768px){.tm-footer .tm-copyright{flex-direction:row}}
.tm-footer .tm-copyright ul{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;list-style:none;margin:0;padding:0}
.tm-footer .tm-copyright ul li:not(:last-child)::after{content:"|";display:inline-block;margin-left:.5rem;color:#B8B8B8}
.tm-footer .tm-copyright a,.tm-footer .tm-copyright .link{color:var(--tm-ink);text-decoration:none;cursor:pointer}
.tm-footer .tm-copyright a:hover,.tm-footer .tm-copyright .link:hover{color:var(--tm-red)}
.tm-footer .tm-bottom{min-height:10.375rem;padding:1.5rem 0 2rem;text-align:center;font-size:10px;font-weight:400;line-height:1.8;color:#5A5A5A;background:linear-gradient(180deg,rgba(216,216,216,0) 0%,#D8D8D8 100%),url(torunlar/footer-bg.svg) 50% -2px no-repeat}
.tm-footer .tm-bottom p{margin:0 0 .5rem}
.tm-footer .tm-legal{font-size:11.5px;line-height:1.75;color:var(--tm-ink);margin:0 auto 1rem;max-width:1100px;padding-bottom:.75rem;border-bottom:1px solid rgba(43,42,42,.14)}
.tm-footer .tm-legal strong{font-weight:700;color:var(--tm-red)}
.tm-footer .tm-legal .ids{display:block;margin-top:.25rem;font-size:10.5px;color:#5A5A5A}
.tm-footer .tm-disclaimer{max-width:1100px;margin:0 auto}
.tm-footer .tm-updated{display:block;margin-top:.75rem;color:#8B8B8B}

/* --- Çerez bildirimi ve küçük düzeltmeler --------------------------------- */
:root{--cc-btn-primary-bg:#C80F2E!important;--cc-btn-primary-hover-bg:#A80C26!important;--cc-link-color:#C80F2E!important}
.swiper-pagination-bullet-active{background:var(--tm-red)!important}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:var(--tm-red)!important}
.owl-theme .owl-dots .owl-dot span{background:#D9D9D9}
.kurum-logo{filter:none}
.yasal-uyari{display:none}

/* --- Hero: orijinal slider + kartlar, Torunlar duzeni ------------------------ */
.tm-hero-bg{position:relative;background:#fff;overflow:hidden}
.tm-hero-bg::before{content:"";position:absolute;inset:0;background:url(torunlar/hero-slide-bg.svg) 50% 0 no-repeat;background-size:auto 100%;opacity:.45;pointer-events:none}
.tm-hero-container{position:relative;z-index:1;max-width:1340px;margin:0 auto;padding-bottom:2.5rem}
.tm-hero-slogan{font-size:1.75rem;line-height:1.15;font-weight:700;letter-spacing:-.02em;color:var(--tm-ink);margin:1.75rem 0 0;text-align:center}
.tm-hero-slogan .light{font-weight:300}
@media (min-width:768px){.tm-hero-slogan{font-size:2.25rem;text-align:left}}
@media (min-width:1200px){.tm-hero-slogan{font-size:2.75rem}}
.hero.tm-hero-wrap{flex-direction:column!important;gap:1.25rem;padding-top:1.5rem}
.hero.tm-hero-wrap .hero-slider{width:100%!important;order:1!important}
.hero.tm-hero-wrap .hero-cards{width:100%!important;order:2!important;display:grid!important;grid-template-columns:1fr;gap:1.25rem}
@media (min-width:768px){.hero.tm-hero-wrap .hero-cards{grid-template-columns:repeat(3,1fr)}}
.hero.tm-hero-wrap .hero-card{background:#fff!important;border:4px solid transparent;border-radius:1rem!important;box-shadow:0 10px 30px rgba(9,29,54,.06);transition:border-color .2s,transform .2s;text-decoration:none!important}
.hero.tm-hero-wrap .hero-card:hover{border-color:var(--tm-red);transform:translateY(-3px);background:#fff!important}
.hero.tm-hero-wrap .hero-card .card-content{padding:1.5rem!important}
.hero.tm-hero-wrap .hero-card .title{color:var(--tm-red)!important;font-size:1.125rem!important;font-weight:700;margin-bottom:.5rem!important}
.hero.tm-hero-wrap .hero-card p{color:var(--tm-ink)!important;font-size:.9rem!important;font-weight:300;line-height:1.5;margin:0}
.hero.tm-hero-wrap .hero-slider .swiper{border-radius:1.25rem;overflow:hidden;box-shadow:0 18px 40px rgba(9,29,54,.12)}
.hero.tm-hero-wrap .hero-slider .swiper-slide{border-radius:0!important}
.hero.tm-hero-wrap .hero-slider .swiper-slide img{aspect-ratio:16/9}
@media (min-width:992px){.hero.tm-hero-wrap .hero-slider .swiper-slide img{aspect-ratio:21/9}}
.hero.tm-hero-wrap .hero-slider .swiper-slide .slider-container{padding:2.5rem!important}
@media (min-width:992px){.hero.tm-hero-wrap .hero-slider .swiper-slide .slider-container{padding:3.5rem!important;width:55%!important}}
.hero.tm-hero-wrap .hero-slider .slider-title{font-size:1.375rem!important;line-height:1.2}
@media (min-width:992px){.hero.tm-hero-wrap .hero-slider .slider-title{font-size:2rem!important}}
.hero.tm-hero-wrap .hero-slider .slider-subtitle{font-size:1rem!important}
.hero.tm-hero-wrap .hero-slider .slider-content{font-size:.9rem!important}
.hero.tm-hero-wrap .hero-slider .Banner-btn{min-width:0!important;margin-right:8px;font-size:.875rem!important}
.hero-slider .swiper-button-next,.hero-slider .swiper-button-prev{width:2.75rem!important;height:2.75rem!important;border-radius:50%;background:rgba(255,255,255,.9)!important;color:var(--tm-ink)!important;box-shadow:0 4px 14px rgba(0,0,0,.15)}
.hero-slider .swiper-button-next:hover,.hero-slider .swiper-button-prev:hover{background:var(--tm-red)!important;color:#fff!important}
.hero-slider .swiper-pagination-bullet{background:#fff!important;opacity:.6;width:.5rem;height:.5rem}
.hero-slider .swiper-pagination-bullet-active{background:var(--tm-red)!important;opacity:1;width:1.5rem;border-radius:1rem}

/* --- Avantajlarimiz (kirmizi bant) ------------------------------------------- */
.tm-advantages .tm-invest-sub{font-size:1.125rem;font-weight:300;opacity:.9;margin:-.75rem 0 1.5rem}
.tm-check-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:.75rem 1.5rem}
@media (min-width:768px){.tm-check-list{grid-template-columns:repeat(2,1fr)}}
.tm-check-list li{display:flex;align-items:flex-start;gap:.75rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:.875rem;padding:.9rem 1.1rem;font-size:.95rem;line-height:1.4;font-weight:400}
.tm-check-list li i{color:#fff;font-size:1.1rem;margin-top:.1rem;flex-shrink:0}

/* --- Hizmet slaytlari: 3 sutun ------------------------------------------------- */
.tm-easy-track.cols-3 .tm-easy-slide{flex:0 0 100%;min-height:24rem}
@media (min-width:768px){.tm-easy-track.cols-3 .tm-easy-slide{flex:0 0 calc(50% - .625rem)}}
@media (min-width:1200px){.tm-easy-track.cols-3 .tm-easy-slide{flex:0 0 calc(33.333% - .8375rem)}}
.tm-easy-track.cols-3 .tm-easy-slide::after{background:linear-gradient(180deg,rgba(20,20,20,.05) 0%,rgba(20,20,20,.55) 45%,rgba(20,20,20,.92) 100%)}
.tm-easy-track.cols-3 .tm-easy-slide .body{padding:2rem}
.tm-easy-track.cols-3 .tm-easy-slide h3{font-size:1.5rem!important}
.tm-easy-track.cols-3 .tm-easy-slide p{font-size:.875rem;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}

/* --- Footer: genis sutunlar --------------------------------------------------- */
.tm-footer .tm-fmenu ul li{margin-bottom:.6rem}
.tm-footer .tm-fmenu ul li a{text-transform:none;font-size:.8rem}
.tm-footer .tm-address{margin-top:1.5rem}
.tm-footer .tm-disclaimer{text-align:left;font-size:10.5px;line-height:1.7}

/* --- Icerik uyarlamalari (tasarim 1) ---------------------------------------- */
.tm-service-card{min-height:16rem}
.tm-service-card .desc{font-size:.8rem;font-weight:300;line-height:1.45;color:var(--tm-muted);margin:.5rem 0 0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.tm-service-card:hover .desc{color:var(--tm-ink)}
.tm-why-card.long .label{font-size:1.25rem;line-height:1.3}
@media (min-width:1340px){.tm-why-card.long .label{font-size:1.375rem}}
.tm-why-card.long{aspect-ratio:auto;min-height:18rem}
.tm-section-sub{margin:.35rem 0 0;font-size:1rem;font-weight:300;color:var(--tm-muted)}

/* --- Hizli Islemler (sabit menu) --------------------------------------------- */
#tm-quick{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1050;display:flex;flex-direction:column;align-items:flex-end;font-family:var(--tm-font)}
@media (min-width:768px){#tm-quick{right:2.5rem;bottom:2.5rem}}
#tm-quick #tm-quick-links{position:absolute;bottom:calc(100% + 1rem);right:0;display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;visibility:hidden;opacity:0;transform:translateY(1rem);transition:opacity .35s ease,transform .35s ease,visibility .35s ease;pointer-events:none}
#tm-quick #tm-quick-links.open{visibility:visible;opacity:1;transform:translateY(0);pointer-events:all}
#tm-quick #tm-quick-links li{opacity:0;transform:translateY(.5rem);transition:opacity .25s ease,transform .25s ease}
#tm-quick #tm-quick-links.open li{opacity:1;transform:translateY(0)}
#tm-quick #tm-quick-links li:nth-child(1){transition-delay:0s}#tm-quick #tm-quick-links li:nth-child(2){transition-delay:.05s}#tm-quick #tm-quick-links li:nth-child(3){transition-delay:.1s}#tm-quick #tm-quick-links li:nth-child(4){transition-delay:.15s}#tm-quick #tm-quick-links li:nth-child(5){transition-delay:.2s}#tm-quick #tm-quick-links li:nth-child(6){transition-delay:.25s}
#tm-quick #tm-quick-links li a{display:flex;align-items:center;gap:.75rem;width:100%;white-space:nowrap;background:var(--tm-red);color:#fff!important;border-radius:50rem;padding:.8rem 1.4rem .8rem 1rem;font-weight:600;font-size:.8125rem;letter-spacing:.03em;text-decoration:none!important;box-shadow:0 10px 24px rgba(200,15,46,.28);transition:background .2s,transform .2s}
#tm-quick #tm-quick-links li a:hover{background:var(--tm-red-dark);transform:translateX(-4px)}
#tm-quick #tm-quick-links li a i{width:2rem;height:2rem;border-radius:50%;background:rgba(255,255,255,.16);display:inline-flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}
#tm-quick-btn{border:0;border-radius:50rem;height:3.5rem;min-width:3.5rem;padding:0;overflow:hidden;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;background:var(--tm-red);color:#fff;cursor:pointer;box-shadow:0 12px 28px rgba(200,15,46,.35);transition:background .2s,color .2s}
#tm-quick-btn i{flex-shrink:0;min-width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem}
#tm-quick-btn .text{max-width:0;overflow:hidden;opacity:0;font-weight:700;font-size:.8125rem;letter-spacing:.05em;transition:max-width .35s ease,opacity .2s ease;padding-right:0}
#tm-quick-btn:hover .text{max-width:12rem;opacity:1;padding-right:1.25rem}
#tm-quick-btn .icon-close{display:none}
#tm-quick-btn.active{background:#fff;color:var(--tm-ink)}
#tm-quick-btn.active .icon-open,#tm-quick-btn.active .text{display:none}
#tm-quick-btn.active .icon-close{display:flex}
#tm-quick-overlay{position:fixed;inset:0;background:rgba(30,30,30,.55);z-index:1049;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}
#tm-quick-overlay.open{opacity:1;visibility:visible}
.tm-live-support{position:fixed;right:1rem;bottom:5.5rem;z-index:1040;display:block;width:3.25rem;transition:transform .2s}
.tm-live-support:hover{transform:scale(1.05)}
.tm-live-support img{width:100%;height:auto;display:block;filter:drop-shadow(0 8px 18px rgba(0,0,0,.2))}
@media (min-width:768px){.tm-live-support{right:2.5rem;bottom:auto;top:8rem;width:4.25rem}}
#tm-quick-links.open~.tm-live-support,#tm-quick-overlay.open+.tm-live-support{opacity:.25}

/* --- Hizli islemler: logo ikonu ---------------------------------------------- */
#tm-quick-btn img.icon-open{width:1.75rem;height:1.75rem;margin:0 .875rem;display:block;object-fit:contain}
#tm-quick-btn.active img.icon-open{display:none}

/* --- Footer v3: sade ve duzenli ---------------------------------------------- */
.tm-footer .tm-footer-menus{padding:4rem 0 0}
.tm-footer .tm-footer-brand{margin-bottom:2.5rem}
@media (min-width:992px){.tm-footer .tm-footer-brand{margin-bottom:0;padding-right:2rem}}
.tm-footer .tm-footer-logo img{width:190px;margin-bottom:1.5rem}
.tm-footer .tm-footer-desc{font-size:.875rem;font-weight:300;line-height:1.55;color:var(--tm-muted);margin:0 0 1.5rem;max-width:22rem}
.tm-footer .tm-social{margin-bottom:0}
.tm-footer .tm-fmenu{margin-bottom:2rem}
.tm-footer .tm-fmenu .title{font-size:.8125rem;letter-spacing:.06em;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid rgba(200,15,46,.18);display:inline-block}
.tm-footer .tm-fmenu ul li{margin-bottom:.55rem}
.tm-footer .tm-fmenu ul li a{font-size:.8125rem;color:#4A4A4A;line-height:1.35}
.tm-footer .tm-fmenu-wide ul{column-count:2;column-gap:1.5rem}
@media (max-width:767.98px){.tm-footer .tm-fmenu-wide ul{column-count:1}}
.tm-footer .tm-fmenu-wide ul li{break-inside:avoid}
.tm-footer .tm-contact{font-size:.8125rem;font-weight:400}
.tm-footer .tm-contact p{display:flex;align-items:flex-start;gap:.6rem;margin:0 0 .75rem;line-height:1.45;justify-content:flex-start;text-align:left}
.tm-footer .tm-contact p i{color:var(--tm-red);margin-top:.15rem;font-size:.9rem;width:1rem;text-align:center;flex-shrink:0}
.tm-footer .tm-contact a{color:#4A4A4A;text-decoration:none;word-break:break-all}
.tm-footer .tm-contact a:hover{color:var(--tm-red)}
.tm-footer .tm-copyright{margin-top:1rem;padding:1.25rem 0;font-size:.75rem}
.tm-footer .tm-copyright ul li:not(:last-child)::after{color:#C9C9C9}
.tm-footer .tm-bottom{min-height:0;padding:1.5rem 0 1.75rem;text-align:left}
.tm-footer .tm-legal{text-align:center;margin-bottom:1rem}
.tm-footer .tm-disclaimer{font-size:10.5px;line-height:1.7;color:#5A5A5A;max-width:1100px;margin:0 auto;text-align:justify}
.tm-footer .tm-disclaimer strong{color:var(--tm-ink)}
.tm-footer .tm-disclaimer a{color:var(--tm-red)}
.tm-footer .tm-updated{text-align:center;font-size:10px;color:#8B8B8B;margin:.75rem 0 0}

.tm-footer .tm-social{flex-wrap:wrap}

/* --- Kurum logolari: daha buyuk ---------------------------------------------- */
.tm-logos{padding:3.5rem 0}
.tm-logos .tm-logos-row{gap:2.5rem 4.5rem}
.tm-logos img{height:3.75rem;max-width:13rem}
@media (max-width:767.98px){.tm-logos img{height:2.9rem;max-width:10rem}.tm-logos .tm-logos-row{gap:2rem 2.5rem}}

/* ==FOOTER-REF== */
@font-face{font-display:swap;font-family:"fonticon";src:url("fonts/icon/fonticon.eot");src:url("fonts/icon/fonticon-1.eot") format("eot"),url("fonts/icon/fonticon.woff") format("woff"),url("fonts/icon/fonticon.ttf") format("truetype"),url("fonts/icon/fonticon.svg") format("svg")}
.ms-icon{line-height:1}
.ms-icon:before{font-family:"fonticon";font-style:normal;font-weight:normal;speak:never;display:block;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.ms-icon-facebook:before{content:"\e01a"}
.ms-icon-fax:before{content:"\e01b"}
.ms-icon-instagram:before{content:"\e01d"}
.ms-icon-linkedin:before{content:"\e01f"}
.ms-icon-mail:before{content:"\e021"}
.ms-icon-x:before{content:"\e03a"}
.ms-icon-youtube:before{content:"\e03b"}
#footer{margin:0;background-color:var(--bs-body-bg);text-align:center}
@media(min-width: 768px){#footer{text-align:left}}
#footer .logo{margin:0 0 3.75rem}
#footer .logo svg{margin:auto}
@media(min-width: 768px){#footer .logo svg{margin:0}}
#footer .description{font-size:.875rem;font-weight:300;line-height:1.28;margin-bottom:1.25rem}
#footer a:not(.btn){color:inherit;transition:padding .15s ease-in-out,color .15s ease-in-out,background-color .25s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion: reduce){#footer a:not(.btn){transition:none}}
#footer a:not(.btn):hover{color:#C80F2E}
#footer .social-icons{display:flex;justify-content:center;gap:.625rem;margin-bottom:3.125rem}
#footer .social-icons a{font-size:1.125rem;display:inline-flex;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid #e5e5e5;align-items:center;justify-content:center}
#footer .social-icons a:hover{background-color:#C80F2E;color:#fff}
@media(min-width: 768px){#footer .social-icons{justify-content:flex-start;margin-bottom:0}}
#footer .menus{padding:4.375rem 0 0}
#footer .foot-menu .menu{padding:0 0 1.875rem}
@media(min-width: 768px){#footer .foot-menu .menu{padding:1.78rem 0}}
@media(min-width: 992px){#footer .foot-menu .menu{padding:0 0 1.78rem}}
#footer .foot-menu:last-child .menu{padding-bottom:0}
#footer .foot-menu .title{color:#C80F2E;font-size:.875rem;font-weight:700;margin-bottom:1.25rem}
#footer .menu-list{font-size:.75rem;margin-bottom:0;color:inherit}
#footer .menu-list li:not(:last-child){margin-bottom:1rem}
#footer .address{font-weight:500;font-size:.75rem}
#footer .address p{display:flex;align-items:center;justify-content:center}
#footer .address p p:first-child{margin-bottom:1.5rem}
@media(min-width: 768px){#footer .address p{justify-content:flex-start}}
#footer .address .ms-icon{font-size:1.1rem;margin-right:.875rem}
#footer .copyright{font-size:.75rem;font-weight:300;line-height:1.625;margin-top:2.5rem;border:1px solid #e5e5e5;border-width:1px 0;padding:1.875rem 0;display:flex;flex-direction:column;justify-content:space-between;align-items:center}
#footer .copyright .links{display:flex;gap:.5rem;margin-bottom:0}
#footer .copyright .links li:not(:last-child)::after{content:"|";display:inline-flex;margin-left:.5rem}
#footer .copyright .links a{color:inherit}
#footer .copyright .links a:hover{text-decoration:underline}
@media(min-width: 768px){#footer .copyright{flex-direction:row;margin-top:3.125rem}#footer .copyright p{margin-bottom:0}#footer .copyright .links{gap:1rem}#footer .copyright .links li:not(:last-child)::after{margin-left:1rem}}
#footer .bottom{min-height:10.375rem;padding:1.25rem 0;text-align:center;font-size:10px;font-weight:400;line-height:1.8;background:linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, #D8D8D8 100%),url(torunlar/footer-wordmark.png) 50% -2px no-repeat}
#footer .bottom p{margin-bottom:0}
@media(min-width: 768px){#footer .bottom{background:linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, #D8D8D8 100%),url(torunlar/footer-wordmark.png) 50% -2px no-repeat}}
#footer .logo img{width:210px;height:auto;max-width:100%;display:block}
/* --- Footer: SPK yetki / sicil bilgileri -------------------------------- */
#footer .bottom .footer-legal{font-size:11.5px;
  line-height:1.75;
  color:#2B2A2A;
  margin:0 auto 1rem;
  max-width:1100px;
  padding-bottom:.75rem;
  border-bottom:1px solid rgba(43,42,42,.14);}
#footer .bottom .footer-legal strong{font-weight:700;color:var(--tm-navy)}
#footer .bottom .footer-legal .footer-legal-ids{display:block;
  margin-top:.35rem;
  font-size:11px;
  color:#5A5A5A;
  letter-spacing:.01em;}
/* Footer marka aciklamasindaki SPK ibaresi */
#footer .description .footer-spk{display:block;
  margin-top:.6rem;
  font-weight:600;
  color:var(--tm-navy);}
/* --- Footer filigrani: wordmark tamamen sigsin ve okunur olsun ---------- */
#footer .bottom{min-height:18.75rem;
  padding-top:2rem;
  background:linear-gradient(180deg, rgba(216,216,216,0) 0%, rgba(216,216,216,.45) 100%),
             url(torunlar/footer-wordmark.png) 50% 0 no-repeat !important;}
@media (min-width:992px){#footer .bottom{background:linear-gradient(180deg, rgba(216,216,216,0) 0%, rgba(216,216,216,.45) 100%),
               url(torunlar/footer-wordmark.png) 50% 0 no-repeat !important;}}
/* --- Footer: bu siteye uyarlama ---------------------------------------------- */
#footer{font-family:"Roboto",system-ui,sans-serif;color:#2B2A2A;background:#fff!important;padding:0!important;font-size:1rem}
#footer>.container,#footer .bottom>.container{max-width:1340px!important;width:100%;margin:0 auto;padding:0 1.5rem}
#footer .foot-menu .title{font-family:"Roboto",system-ui,sans-serif}
#footer .menu-list li a{text-transform:uppercase;text-decoration:none}
#footer .menu-list.two-col{column-count:2;column-gap:1.25rem}
#footer .menu-list.two-col li{break-inside:avoid}
@media (max-width:767.98px){#footer .menu-list.two-col{column-count:1}}
#footer .address p{margin-bottom:.75rem}
#footer .address .platform-title{margin-top:1.5rem}
#footer .social-icons .ms-icon{font-size:1.125rem;line-height:1}
#footer .social-icons a{color:#2B2A2A;text-decoration:none}
#footer .copyright .links li a,#footer .copyright .links li .link{color:inherit;text-decoration:none;cursor:pointer}
#footer .copyright .links li:not(:last-child)::after{margin:0 .5rem;color:#B8B8B8}
#footer .bottom{background:url(torunlar/footer-wordmark.png) 50% 58%/min(calc(100% - 3rem),1292px) auto no-repeat,linear-gradient(180deg,rgba(216,216,216,0) 0%,#D8D8D8 100%)!important;min-height:14rem;padding:2rem 0 3rem;margin:0}
#footer{margin-bottom:0}
body.full-wrapper{padding-bottom:0;margin-bottom:0}
@media (max-width:767.98px){#footer .bottom{background-size:100% auto,auto!important;background-position:50% 70%,0 0!important}}
#footer .menu-list,#footer ul{background:transparent!important}
#footer .address p{display:block;line-height:1.6}
#footer .address .ms-icon{display:inline-block;vertical-align:middle;margin-right:.5rem;font-size:1.1rem}
#footer .address{font-size:.75rem;line-height:1.6}
#footer .address a{word-break:normal;overflow-wrap:anywhere}
#footer .address .title{white-space:nowrap}
@media (min-width:992px){#footer .foot-menu.address{padding-left:.5rem}}
#footer .bottom p{position:relative}
#footer .bottom .footer-legal strong{color:#C80F2E}

/* ==FOOTER-REF-END== */






/* --- Navbar duzeni ------------------------------------------------------------ */
.loginBtn,.hesapAcBtn{height:42px!important;padding:0 22px!important;font-size:14px!important}
#nav-menu ul.main>li>a{padding:11px 12px!important}
#menu{padding-top:10px!important}
#nav-menu ul.loginMenu{display:flex!important;align-items:center;gap:14px;padding:0 0 0 24px!important;margin:0 0 0 28px!important;border-left:1px solid #E5E5E5;float:right}
#nav-menu ul.loginMenu li{float:none!important;margin:0!important;list-style:none}
@media (max-width:1199.98px){#nav-menu ul.loginMenu{gap:10px;padding-left:12px!important;margin-left:12px!important}}

/* --- Hizmetlerimiz: kirmizi zemin ------------------------------------------- */
.tm-services{background:#C80F2E url(torunlar/yatirim-bg.svg) 100% 0/auto 100% no-repeat}
.tm-services .tm-section-title{color:#fff}
.tm-services .tm-service-card{border-color:transparent;box-shadow:0 12px 30px rgba(0,0,0,.12)}
.tm-services .tm-service-card:hover{border-color:#091D36}
.tm-service-list{scrollbar-color:#fff rgba(255,255,255,.3)}
/* --- Navbar sigdirma ---------------------------------------------------------- */
#nav-menu ul.loginMenu{gap:12px;padding-left:18px!important;margin-left:18px!important}
.loginBtn,.hesapAcBtn{padding:0 18px!important}
#nav-menu ul.main>li>a{padding:11px 10px!important}
.header-top>.container{padding-right:1.5rem!important;padding-left:1.5rem!important}
@media (min-width:1400px){#nav-menu ul.loginMenu{gap:14px;padding-left:24px!important;margin-left:24px!important}.loginBtn,.hesapAcBtn{padding:0 22px!important}}

/* ==SUBPAGES== */
/* --- Sayfa basligi banti ------------------------------------------------------- */
.page-title{background:#F0F3F7 url(torunlar/page-title-mark.png) right center/auto 100% no-repeat!important;margin-left:0!important;margin-right:0!important;padding-top:6rem!important;padding-bottom:5rem!important;min-height:0}
.page-title h1{color:#142B45;font-size:2.75rem;font-weight:700;letter-spacing:-.02em}
@media (max-width:767.98px){.page-title{padding-top:3.5rem!important;padding-bottom:3rem!important}.page-title h1{font-size:2rem}}
.page-title .title-menu li{background:none!important;padding-left:0;padding-right:12px;color:#64748B;font-size:13px}
.page-title .title-menu li:not(:last-child)::after{content:"/";margin-left:12px;color:#B8B8B8}
.page-title .title-menu li a{color:#64748B}
.page-title .title-menu li a:hover{color:#C80F2E}
.page-title .fligran,.sub-page .page-title .fligran{display:none!important}

/* --- Yan menu ------------------------------------------------------------------- */
.nav-side-menu{border:1px solid #E9EDF2;border-radius:1rem;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(9,29,54,.05)}
.nav-side-menu .brand{background:#091D36!important;color:#fff;font-weight:600;font-size:15px!important;letter-spacing:.02em;padding:0 1.25rem;text-align:left!important;line-height:52px!important}
.nav-side-menu ul .active,.nav-side-menu li .active,.nav-side-menu li:hover{background:#FBEEF0!important}
.nav-side-menu li{border-bottom:1px solid #F0F3F7}
.nav-side-menu li a{color:#2B2A2A;padding:.7rem 1.25rem!important;font-size:14px;display:block;transition:color .15s,padding-left .15s}
.nav-side-menu li a:hover,.nav-side-menu li.active>a,.nav-side-menu li .active>a{color:#C80F2E;padding-left:1.5rem!important}
.nav-side-menu li.active>a::before,.nav-side-menu li .active>a::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#C80F2E;margin-right:.5rem;vertical-align:middle}
.nav-side-menu ul .sub-menu li,.nav-side-menu li .sub-menu li{background:#091D36!important;border-bottom-color:#12294a!important}
.nav-side-menu ul .sub-menu li:hover,.nav-side-menu li .sub-menu li:hover{background:#0D2848!important}
.nav-side-menu .toggle-btn{color:#C80F2E!important}

/* --- Icerik basliklari ----------------------------------------------------------- */
#icerik h2,.sub-page .content h2,.sub-page h2.section-title,.page-content h2{position:relative;font-weight:700;color:#142B45;letter-spacing:-.02em;border:0!important;padding-bottom:.75rem;margin-bottom:1.25rem;background:none!important}
#icerik h2::after,.sub-page .content h2::after,.page-content h2::after{content:"";position:absolute;left:0;bottom:0;width:3rem;height:3px;border-radius:3px;background:#C80F2E}
#icerik h3,.sub-page .content h3{color:#091D36;font-weight:600}
#icerik a,.sub-page .content a{color:#C80F2E}
#icerik ul li:empty::before,.list-view li:empty::before,#icerik ul li:not(:has(*)):empty::before{display:none!important}
#icerik ul li:before,.list-view li:before,.advantage-view li:before{background-image:none!important;width:8px!important;height:8px!important;border-radius:50%;background:#C80F2E;top:.55em;margin-top:0!important}

/* --- Blog header / alt-nav -------------------------------------------------------- */
.tm-blog-header{background:#fff;box-shadow:0 1px 0 rgba(43,42,42,.06);font-family:"Roboto",system-ui,sans-serif}
.tm-blog-header .tm-blog-top{max-width:1340px;margin:0 auto;padding:14px 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.tm-blog-header .tm-blog-logo img{width:200px;height:auto;display:block}
.tm-blog-header .tm-blog-nav{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.tm-blog-header .tm-blog-nav a{color:#2B2A2A;font-weight:500;font-size:15px;padding:11px 10px;text-decoration:none}
.tm-blog-header .tm-blog-nav a:hover{color:#C80F2E}
.tm-blog-header .tm-blog-btns{display:flex;align-items:center;gap:12px;padding-left:18px;border-left:1px solid #E5E5E5}
.tm-blog-header .tm-blog-btns a{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 18px;border-radius:50rem;font-weight:600;font-size:14px;color:#fff;text-decoration:none;white-space:nowrap}
.tm-blog-header .tm-blog-btns .b1{background:#004F8C}
.tm-blog-header .tm-blog-btns .b1:hover{background:#003D6E}
.tm-blog-header .tm-blog-btns .b2{background:#C80F2E}
.tm-blog-header .tm-blog-btns .b2:hover{background:#A80C26}
.tm-blog-subnav{background:#F0F3F7;border-bottom:1px solid #E5E9EF}
.tm-blog-subnav .in{max-width:1340px;margin:0 auto;padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.tm-blog-subnav ul{display:flex;flex-wrap:wrap;gap:.25rem;list-style:none;margin:0;padding:0}
.tm-blog-subnav ul a{display:inline-block;padding:.45rem .75rem;border-radius:50rem;font-size:13.5px;font-weight:500;color:#2B2A2A;text-decoration:none}
.tm-blog-subnav ul a:hover,.tm-blog-subnav ul a.active{background:#fff;color:#C80F2E}
.tm-blog-subnav form{display:flex;align-items:center}
.tm-blog-subnav input{border:1px solid #D9D9D9;border-radius:50rem;padding:.45rem 1rem;font-size:13.5px;min-width:220px;background:#fff}
@media (max-width:991.98px){.tm-blog-header .tm-blog-btns{border-left:0;padding-left:0}.tm-blog-header .tm-blog-nav a{padding:8px}}

/* --- Footer grid (Bootstrap olmayan sayfalar icin) --------------------------------- */
#footer .row{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}
#footer .row>*{flex:0 0 auto;width:100%;padding-left:12px;padding-right:12px;box-sizing:border-box}
@media (min-width:768px){#footer .col-md-6{width:50%}}
@media (min-width:992px){#footer .col-lg-2{width:16.6667%}#footer .col-lg-3{width:25%}#footer .col-lg-4{width:33.3333%}}
#footer .list-unstyled{list-style:none;padding-left:0}

/* --- Hakkimizda: sade tek sutun (soldan) --------------------------------------- */
.sub-icerik-cover.tm-sade{max-width:none;margin:0;float:none}
.sub-icerik-cover.tm-sade #icerik,.sub-icerik-cover.tm-sade .content{padding-left:0;padding-right:0}

/* --- Kurum logolari: siyah-beyaz, hover'da renkli -------------------------------- */
.tm-logos img{filter:grayscale(1);opacity:.55;transition:filter .25s ease,opacity .25s ease,transform .25s ease}
.tm-logos a:hover img{filter:none;opacity:1;transform:scale(1.06)}

/* --- Goruntulu arama rozeti: daha buyuk ---------------------------------------- */
.tm-live-support{width:4.25rem}
@media (min-width:768px){.tm-live-support{width:6rem;top:7.5rem;right:2rem}}
@media (min-width:1400px){.tm-live-support{width:6.75rem;right:2.5rem}}
