/*
Theme Name: MiM Projects
Description:  Designed by webosfer.
Author:  Alpay ÖZPINAR
/* ADD YOUR COLOUR CSS HERE 
border:1px solid red; */

.intro-text { 
	padding: 6px;
	background:rgba(0,0,0,0.3);
    border-radius: 25px;
	letter-spacing: 3px;
}
a.intro-img 

article .entry-item .entry-body .entry-media { 
	padding: 6px;
	background:rgba(0,0,0,0.2);
    border-radius: 9px;
	border: solid 1px #000;
	widht:100%;
}
article.entry-item .entry-body .entry-media img { 
	border: solid 1px #000;
}
article.entry-item .entry-body .entry-media img:hover { 
	border: solid 1px #FF0000;
}

#socialize{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	width : 100%;
	margin : 0 auto;
	text-align : center;
	letter-spacing : 12px;
}
p.copyright a i.fa-copyright{
	font-size:15px;
}
p.copyright a i.fa-phone{
	font-size:15px;
}
table.CheckList td{
	border: 1px solid #000;
	padding: 3px;
}
table.CheckList th{
	padding: 3px;
}
table.CheckList th.left{
	text-align:left;
}
table.CheckList{
	border: 1px solid #000;
}
#webosfer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	padding: 0 60px 0 0;
	text-align: right;
}
#webosfer a.web{
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}
#webosfer a.osfer{
	color:#FF9900;
	text-decoration: none;
	font-weight: bold;
}
.container a img.logo{
	padding: 0 12px 0 0;
}
.col-md-4 table tr td {
	padding:6px;
}
.col-md-4 table tr td  a{
	font-size:24px;
	text-align:center;
}
.col-md-4 table tr td  a i.fa-phone{
	font-size:60px;
	margin: 0 auto;
}
.inline-img{
	padding: 0;
	margin: 0 0 -3px 0;
	widht: 18px;
	height: 18px;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
    .cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background: #2c3e50; color: white; padding: 15px; z-index: 9999; box-shadow: 0 -2px 10px rgba(0,0,0,0.3); }
    .cookie-container { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 15px; }
    .banner-buttons { display: flex; gap: 10px; align-items: center; }
    
    .modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 10000; display: flex; align-items: center; justify-content: center; }
    .modal-content { background: white; color: #333; width: 90%; max-width: 550px; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
    .modal-header { padding: 15px 20px; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; background: #fdfdfd; }
    .modal-body { padding: 10px 20px; max-height: 450px; overflow-y: auto; }
    .modal-footer { padding: 20px; border-top: 1px solid #eee; }
    
    .cookie-item { border-bottom: 1px solid #f5f5f5; padding: 15px 0; }
    .item-main { display: flex; justify-content: space-between; align-items: center; }
    .item-title { cursor: pointer; font-weight: 600; font-size: 14px; color: #2c3e50; user-select: none; display: flex; align-items: center; gap: 8px; }
    .arrow { font-size: 10px; transition: transform 0.3s; display: inline-block; }
    .active-arrow { transform: rotate(90deg); } /* Okun yönünü aşağı çevirir */

    .desc-panel { max-height: 0; overflow: hidden; transition: all 0.3s ease-in-out; font-size: 13px; color: #666; line-height: 1.5; }
    .desc-panel.open { max-height: 100px; margin-top: 12px; padding-left: 18px; }

    /* Switch Tasarımı */
    .switch { position: relative; width: 42px; height: 22px; flex-shrink: 0; }
    .switch input { opacity: 0; width: 0; height: 0; }
    .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background: #ccc; transition: .4s; border-radius: 34px; }
    .slider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 3px; bottom: 3px; background: white; transition: .4s; border-radius: 50%; }
    input:checked + .slider { background: #27ae60; }
    input:checked + .slider:before { transform: translateX(20px); }
    input:disabled + .slider { background: #bdc3c7; }

    /* Butonlar */
    button { padding: 10px 18px; border-radius: 6px; border: none; cursor: pointer; font-weight: bold; transition: 0.2s; }
    .btn-primary { background: #27ae60; color: white; }
    .btn-secondary { background: #e74c3c; color: white; }
    .btn-link { background: transparent; color: #ecf0f1; text-decoration: underline; font-size: 14px; }
    .btn-save { background: #2c3e50; color: white; width: 100%; padding: 14px; letter-spacing: 1px; }
    .close-btn { background: none; font-size: 24px; color: #999; padding: 0; line-height: 1; }
	
.underline{
	text-decoration: underline;
}
li .underline{
	text-decoration: underline;
}
