/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header.header-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    background: #232323;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    background-color: #171f32;
    border-top: 1px solid rgba(255,255,255,.075);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li > span {
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    position: relative;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #0f1746;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.button {
    font-size: 17px;
    padding: 12px 33px;
    background: #fff;
    margin-right: 20px;
    color: #fff !important;
    text-transform: capitalize;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #171F32 !important;
    transform: translateY(-8px);
}
.button.white:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.btn, .btn:hover {
    background-color: transparent;
    color: #fff !important;
    border: none;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0;
}

/* Slider */
.slider-btn a:hover {
    background: #1c335f !important;
    color: #fff !important;
}

/* Button */
.icon-link a:hover {
    color: #fff !important;
}
.btn.color {
    font-size: 12px;
}

/* Title */
.title h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
}
.title-icon {
    max-width: 170px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.title-icon:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: -1;
    top: 12px;
    left: 0;
}
.title-icon i {
  	padding: 0 10px;
}

/* About */
.about-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.about-list li {
    position: relative;
    padding-bottom: 5px;
}
.about-list li em {
    padding-right: 10px;
}
.about-list li strong {
    display: none;
}
.about-img img {
    width: 80px;
}
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* Divider */
.divider {
    border-bottom: 1px solid;
}
.divider {
    margin-bottom: 70px;
}

/* Counter */
.counter-colum .clearfix {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.counter-colum .clearfix:hover {
    transform: translateY(-8px);
    cursor: pointer;
    background-color: #1158EC;
}
.counter-item.first .count, .counter-item.first #shiva, .counter-item.first h4 {
    color: #fff;
}
.counter-colum .clearfix:hover .counter-item .count, 
.counter-colum .clearfix:hover .counter-item #shiva, .counter-colum .clearfix:hover .counter-item h4 {
    color: #fff !important;
}
.counter-item .count, .counter-item #shiva {
    line-height: 60px;
    font-weight: 600;
    font-size: 70px;
    color: #000;
}
.counter-item h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}

/* Team */
.team .title:after {
    margin: 0;
}
.team-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 0;
    padding: 30px 15px 0 15px;
    top: auto;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: left;
    bottom: 0px;
    width: 75%; 
    background: #fff;
}
.team-item .sppb-media-content h3 {
    font-size: 25px;
    line-height: 1em;
}
.team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.team-item .sppb-media-content ul {
    padding: 0;
    padding-top: 10px;
}
.team-item .sppb-media-content ul li a {
    font-size: 20px;
    color: #fff !important;
}
.team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.team-item .sppb-media-content ul li em {
    display: none;
}

/* Program */
.programs-sidebar {
    border-radius: 5px;
    border-top: 8px solid;
}
.program-item img {
    border-radius: 5px;
}
.programs-sidebar .clearfix {
    border-bottom: 1px solid #cbd3e0;
}
.programs-img .sppb-addon-single-image-container {
    overflow: hidden;
}
.programs-img img {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.programs-img:hover img {
    -webkit-transform: rotate(10deg) scale(1.1);
	transform: rotate(10deg) scale(1.1);
}

/* Event */
.event-colum {
    position: relative;
    border-radius: 5px;
}
.event-colum img {
    border-radius: 5px 5px 0px 0px;
}
.eevent-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.event-info li {
    font-size: 15px;
    display: inline-block;
}
.event-info li {
    width: 50%;
    float: left;
}
.event-info li em {
    padding-right: 5px;
}
.event-info li strong {
    display: none;
}
.event-info li a {
    padding: 11px 15px;
    color: #fff !important;
}
.event-info.bottom li:last-child {
    float: right;
    text-align: right;
}
.event-info.bottom {
    padding-top: 23px;
    border-top: 1px solid #EFEFEF;
}
.event-info.bottom ul, .event-info ul {
    padding: 0;
}
.btn-event {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 3;
}
.btn-event a, .btn-event a:hover {
    color: #fff !important;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 18px 10px 18px;
}

/* Testimonial */
.testimonial-colum {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    padding: 35px 35px 35px 35px;
    border-radius: 5px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background: #fff;
}
.testimonial-colum:hover {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%);
}

/* Steps */
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    border: 0;
    border-radius: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-collapse,
.sppb-panel-heading.active {
    background: #fff;
}
.sppb-panel-title {
    font-size: 17px;
    color: #000;
}
.sppb-panel-heading {
    padding: 10px 20px 10px 34px!important;
}
.et-step .sppb-addon-content {
    font-size: 13px;
}
.sppb-panel.sppb-panel-modern {
    border: 1px solid #d4d4d4 !important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}

/* Bg Title */
.bg-title .sppb-addon-content {
    margin-top: -50px;
}
.bg-title h4 {
    font-size: 55px;
    font-weight: 600;
}
.bg-title h6 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.63);
} 

/* Programs */
.programs-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    position: relative;
    color: #fff;
    font-size: 23px !important;
    line-height: 1em;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}
#sp-bottom .sp-module .sp-module-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 2px;
    width: 50px;
}
#sp-bottom1 .shrewd_solution_icon {
    margin: 0;
    text-align: left;
    padding: 15px 0;
    margin-top: 14px !important;
}
#sp-bottom1 .shrewd_solution_icon li {
    position: relative;
    display: inline-block !important;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
}
#sp-bottom1 .shrewd_solution_icon li a,#sp-bottom1 .shrewd_solution_icon li a:hover {
    font-size: 18px;
    height: 40px;
    margin-right: 15px;
    position: relative;
    line-height: 45px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom2 em {
  	padding-right: 10px;
}
#sp-bottom2 ul li strong,
#sp-bottom1 .shrewd_solution_icon li strong {
    display: none;
}
.site-footer ul {
    margin: 0;
}
.site-footer ul li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #a6a6b3;
    padding: 0px 0 0 16px;
}
#sp-bottom3 li {
    position: relative;
    padding-left: 15px;
    display: block !important;
}
#sp-bottom3 li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 38%;
    display: inline-block;
    height: 5px;
    width: 5px;
    background: #ff5421;
}

/* Footer Copyright */
#sp-footer {
  	border-top: 1px solid rgba(255,255,255,.1);
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a, a.hikabtn.hikacart,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.slider-btn a, .button, #sp-bottom .sp-module .sp-module-title:before, .bg, .event-info li a, .btn-event a {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.slider-title h1, .about-list li em,  .sppb-panel-heading.active .sppb-panel-title, .sppb-panel-heading.active i,
.title h3, .testimonial-item h3, .team-item .sppb-addon-text,  .program-item h3, .event-info li em, 
.programs-counter h3, .programs-counter i {
  	color: var(--text-color) !important; 
}
.divider {
  	border-color: var(--text-color) !important;
}

/*Benim eklediklerim*/
#wrapper
{
 margin:0 auto;
 padding:0px;
 text-align:center;
 width:100%;
}
#wrapper h1
{
 margin-top:50px;
 font-size:45px;
 color:#585858;
}
#wrapper h1 p
{
 font-size:20px;
}
#table_detail
{
 width:90%;
 text-align:left;
 vertical-align:middle;
 border-collapse: collapse;
 color:#2E2E2E;
 border:#A4A4A4;
}
#table_detail tr:hover
{
 background-color:#F2F2F2;
}
#table_detail th, td
{
 padding: 5px;
}
#table_detail .hidden_row
{
 display:none;
}

a.altcizgi {
text-decoration: underline;
}

 .ed-course-in{
     margin-bottom: 30px;
     border-radius: 3px;
     position: relative;
     overflow: hidden;
}

 .course-overlay img{
     height: auto;
     width: 100%;
}
 .course-overlay span{
     position: absolute;
     top: 50%;
     left: 0;
     right: 0;
     text-align: center;
     transform: translateY(-50%);
     font-size: 18px;
     font-weight: 600;
     color: #fff;
     z-index: 1;
}
 .ed-course-in a.course-overlay img {
     -webkit-transform: scale(1);
     transform: scale(1);
     -webkit-transition: .3s ease-in-out;
     transition: .3s ease-in-out;
}
 .ed-course-in a:after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
}
 .ed-course-in:hover a.course-overlay img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}
 .pop-cour{
     background: #f5f5f5;
}
 .pop-co::before {
     content: '';
     position: absolute;
     background: linear-gradient(to top, rgb(29, 36, 42) 15%, rgba(0, 0, 0, 0) 100%);
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
}
 .home-top-cour {
     position: relative;
     overflow: hidden;
     background: #ffffff;
     padding: 15px 0px;
     margin-bottom: 2px;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     border: 1px solid #e4e4e4;
}
 .home-top-cour:hover {
     -moz-transform: scale(1.02);
     -webkit-transform: scale(1.02);
     -o-transform: scale(1.02);
     transform: scale(1.02);
     box-shadow: 0px 11px 9px -10px rgba(0, 0, 0, 0.52);
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .home-top-cour img {
     width: 100%;
}

 .home-top-cour-desc span {
     text-transform: uppercase;
     font-size: 12px;
}
 .home-top-cour-desc h3 {
     font-size: 20px;
     padding-bottom: 8px;
     color: #000000;
     margin: 0px;
}
 .home-top-cour-desc h4 {
     font-size: 15px;
     padding-bottom: 8px;
}
 .home-top-cour-desc p {
     margin-bottom: 0px;
     font-size: 13px;
}
 .home-top-cour-rat {
     position: absolute;
     background: #607D8B;
     padding: 0px 5px;
     font-weight: 600;
     color: #fff;
     right: 15px;
     top: 0px;
     font-size: 14px;
     border-radius: 2px;
}


 .list-number {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 10px;
}
 .hom-list-share {
     position: relative;
     overflow: hidden;
     width: 100%;
     padding-top: 12px;
}
 .hom-list-share ul {
     margin-bottom: 0px;
     padding: 0px;
}
 .hom-list-share ul li {
     float: left;
     list-style-type: none;
     display: inline-block;
     width: 33.333%;
}
 .hom-list-share ul li:nth-child(1) a{
     color: #fff;
     border: 1px solid #149acc;
     background: #1aa5d8;
     background: linear-gradient(to bottom, #73c8cf, #1ddac9);
     text-transform: uppercase;
     font-weight: 700;
}
 .hom-list-share ul li a {
     display: block;
     border: 1px solid #ececec;
     margin: 2px;
     padding: 4px 5px;
     font-size: 12px;
     color: #8a8a8a;
     text-align: center;
     font-weight: 600;
}
 .hom-list-share ul li a i {
     padding-right: 5px;
}
.buttononcekisonraki {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    float: left;
    border-radius: 15px;
}
/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
  max-width: 90%;
  max-height: 100%; 
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */

  /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
  border: 5px inset #4f4f4f;
}
.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
  padding: 40px;
}
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Header (Lacivert) alanını beyaz yap ve hafif bir alt gölge ekle */
#sp-header, .header-wrapper, .sp-megamenu-wrapper {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e4e4e4 !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

/* Menüdeki yazıların rengini koyu lacivert/siyah yap */
ul.sp-megamenu-parent > li > a, ul.sp-megamenu-parent > li > span {
    color: #1a252f !important;
}

/* Menü yazılarının üzerine gelindiğinde veya aktifken temanın turkuaz rengini almasını sağla */
ul.sp-megamenu-parent > li:hover > a, 
ul.sp-megamenu-parent > li.active > a {
    color: #1ddac9 !important;
}

/* Mobil / Hamburger menü çizgi ikonunun rengini siyah yap */
.sp-mobile-menu-toggle i, .burger-icon span {
    color: #1a252f !important;
    background-color: #1a252f !important;
}

/* Sağ paneli tutan ana iskelet ve içindeki tüm modül sarmallarını beyaza zorla */
.offcanvas-menu, 
.offcanvas-inner, 
.offcanvas-menu .sp-module,
.offcanvas-menu .sp-module-content {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

/* Logonun oturduğu en tepedeki kutuyu doğrudan hedef alarak beyaz yap */
.offcanvas-menu div:first-child,
.offcanvas-menu .offcanvas-head,
.offcanvas-menu [class*="head"],
.offcanvas-menu [class*="logo"] {
    background-color: #ffffff !important;
    background: #ffffff !important;
}

/* Sağ üstteki kapatma (X) ikonunu görünür kılmak için siyah yap */
.offcanvas-menu .close-menu, 
.offcanvas-menu .close-offcanvas,
.offcanvas-menu .close-menu i,
.offcanvas-menu [class*="close"] {
    color: #1a252f !important;
}

/* Linkleri ve menü elemanlarını koyu renk yap */
.offcanvas-menu ul li a, 
.offcanvas-menu .offcanvas-inner a,
.offcanvas-menu .offcanvas-inner span {
    color: #1a252f !important;
}

/* Aktif ve hover linkleri turkuaz yap */
.offcanvas-menu ul.menu li a:hover, 
.offcanvas-menu .offcanvas-inner a:hover,
.offcanvas-menu li.active > a {
    color: #1ddac9 !important;
}

/* Alt menülerin (Sayı listelerinin) havada asılı kalıp üstteki linkleri kapatmasını engelle */
.offcanvas-menu .sp-megamenu-parent .sp-dropdown,
.offcanvas-menu .sp-megamenu-parent .sp-dropdown-sub {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Her bir ana satır ögesinin kendi sınırlarında kalmasını sağla, şeffaf katman taşmasını önle */
.offcanvas-menu ul.menu li,
.offcanvas-menu .sp-megamenu-parent li {
    position: relative !important;
    width: 100% !important;
    display: block !important;
}

/* Sağdaki ok ikonlarının (tetikleyicilerin) tıklama alanını yukarı taşı ki rahatça basılabilsin */
.offcanvas-menu .sp-menu-toggler,
.offcanvas-menu [class*="-toggler"] {
    cursor: pointer !important;
    z-index: 1010 !important;
    position: absolute !important;
    right: 10px !important;
}

/* Tablo sarmalını ortala ve genişliğini sınırla */
#wrapper {
    width: 100% !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 15px !important;
}

/* Orijinal kalın çerçeveli tablo yapısını Bootstrap 5'e dikte etme */
#table_detail {
    border-collapse: collapse !important;
    border: 1px solid #dee2e6 !important; /* Dış çerçeve çizgisi */
    width: 100% !important;
    background-color: #ffffff !important;
    margin-bottom: 20px !important;
}

/* Tablo hücrelerinin (TD) ve başlıklarının (TH) çerçevelerini netleştirme */
#table_detail th, 
#table_detail td {
    border: 1px solid #dee2e6 !important; /* Hücreler arası ince gri çizgiler */
    padding: 12px 15px !important;       /* Hücre içi nefes alma payı */
    vertical-align: middle !important;
}

/* 'Makaleler', 'Söyleşi' gibi başlık satırlarının arka planını hafif gri yap (isteğe bağlı) */
#table_detail th {
    background-color: #f8f9fa !important;
    color: #1a252f !important;
    font-weight: 600 !important;
}

/* Makale başlık linklerini ve PDF indirme linklerini orijinal turkuaz renge boyama */
#table_detail td a,
#table_detail .hidden_row p a {
    color: #1ddac9 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.2s ease-in-out !important;
}

/* Linklerin üzerine gelindiğinde renginin biraz daha koyulaşması */
#table_detail td a:hover,
#table_detail .hidden_row p a:hover {
    color: #15b3a4 !important;
    text-decoration: underline !important;
}

/* Tıklanınca açılan özet/abstract satırının arka planını hafifçe ayır */
#table_detail .hidden_row {
    background-color: #fafafa !important;
}

/* Yazarların isminin altındaki makale linklerinin alt alta düzgün durması */
#table_detail td a {
    display: inline-block !important;
    margin-top: 4px !important;
}

/* En alttaki Engine Templates reklam linkini tamamen gizle */
#sp-footer + div, 
footer + div[style*="text-align: center"],
body > div[style*="text-align: center"]:last-of-type,
a[href*="enginetemplates.com"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}