/* ==========================================
   GÜZERGAHIM - GLOBAL STYLES
   Tüm frontend sayfaları için ortak CSS
   ========================================== */

/* === RESET & BASE === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: white;
	/*background-image: url("../img/bg.jpg");*/
	background-position: center;
	background-attachment: fixed;
	
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
	
}
@media (max-width: 768px) {
  body {
    padding: 0;
    display:block;
  }
  .container{
      border-radius:0 !important;
  }
}
.footer-main{
	text-align:center;
	font-size:11px;
}
.footer-main ul{
	display:block;
	list-style:none;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	overflow:hidden; /* float'ları temizlemek için */
	width:fit-content; /* veya max-content */
}
.footer-main ul li{
	float:left;
	padding: 10px 5px;
}
.footer-main a{
	text-decoration:none;
	color:#494949;
}
.footer-main a:hover{
	color:#000;
}
.view-all-btn{}

		.logo {
            width: 150px;
            height: 150px;
	padding:10px;
            margin: 0 auto 15px;
            background: white;
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        }
		.logo svg {
            width: 50px;
            height: 50px;
        }
		        .tagline {
            color: rgba(255, 255, 255, 0.95);
            font-size: 14px;
            font-weight: 400;
        }
		        .subtitle {
            color: white;
            font-size: 16px;
            margin-top: 20px;
            padding: 0 20px;
            line-height: 1.5;
        }
		a{
			text-decoration:none;
		}
		.menu {
            padding: 30px 20px 20px;
        }

        .menu-item {
            /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
			background: linear-gradient(0deg, #5b5c5e 0%, #8f8d92 100%);
            color: white;
            border: none;
            border-radius: 15px;
            padding: 18px 25px;
            margin-bottom: 15px;
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 15px;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
        }

        .menu-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
        }

        .menu-item:active {
            transform: translateY(-1px);
        }

        .menu-item svg {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
        }

/* === CONTAINER === */
.container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    /*box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);*/
    border: 1px solid #eee;
    max-width: 750px;
    width: 100%;
    overflow: hidden;
	margin-top:50px;
}


/* === BACK TO HOME BUTTON === */
.back-to-home {
    background: #95a5a6;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.back-to-home:hover {
    background: #7f8c8d;
    transform: translateY(-2px);
}

.back-btn {
    background: #95a5a6;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.back-btn:hover {
    background: #7f8c8d;
}

/* === AD SECTION === */
.ad-section {
    background: #6b6b6b;
    padding: 15px 20px;
    text-align: center;
    color: white;
    font-size: 12px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* === HEADER === */
.header {
    padding: 30px 20px;
    text-align: center;
    background: white;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom:10px;
}

.header h1 {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.header p {
    color: #7f8c8d;
    font-size: 14px;
}

/* === COUNTRY TITLE (Locations Page) === */
.country-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #2c3e50;
    font-size: 24px;
    font-weight: 700;
}

/* === FLAGS === */
.flag {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flag-small {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Flag Gradients */
.flag-bulgaria, .flag-small.flag-bulgaria {
    background: linear-gradient(to bottom, white 0%, white 33%, #00966E 33%, #00966E 66%, #D62612 66%, #D62612 100%);
}

.flag-romania, .flag-small.flag-romania {
    background: linear-gradient(to right, #002B7F 0%, #002B7F 33%, #FCD116 33%, #FCD116 66%, #CE1126 66%, #CE1126 100%);
}

.flag-hungary, .flag-small.flag-hungary {
    background: linear-gradient(to bottom, #CD2A3E 0%, #CD2A3E 33%, white 33%, white 66%, #436F4D 66%, #436F4D 100%);
}

.flag-slovakia, .flag-small.flag-slovakia {
    background: linear-gradient(to bottom, white 0%, white 33%, #0B4EA2 33%, #0B4EA2 66%, #EE1C25 66%, #EE1C25 100%);
}

.flag-czechia, .flag-small.flag-czechia {
    background: linear-gradient(135deg, #11457E 0%, #11457E 50%, white 50%, white 100%);
    position: relative;
}

.flag-czechia::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-left: 25px solid transparent;
    border-right: 0;
    border-top: 25px solid #D7141A;
    border-bottom: 25px solid #D7141A;
}

/* === COUNTRY ITEMS (Countries Page) === */
.countries {
    padding: 20px;
    background: white;
}

.country-item {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 15px;
    padding: 13px 20px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.country-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #667eea;
}

.country-item:active {
    transform: translateY(-1px);
}

.country-name {
    color: #2c3e50;
    font-size: 18px;
    font-weight: 600;
    flex: 1;
}

/* === TABS === */
.tabs {
    display: flex;
    background: #e8e8e8;
    padding: 5px;
    margin: 0;
    border-radius: 12px;
}

.tab {
    flex: 1;
    padding: 12px 20px;
    background: transparent;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
}

.tab.active {
    background: white;
    color: #2c3e50;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* === TAB CONTENT === */
.content {
    padding: 30px;
    background: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === LOCATION CARDS === */
.location-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.location-card.temiz {
    border: 2px solid #4CAF50;
}

.location-card.kirli {
    border: 2px solid #f44336;
}

.location-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.location-name {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.location-type {
    font-size: 12px;
    color: #7f8c8d;
}

/* === STATUS BADGE === */
.status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.status-badge.temiz {
    background: #E8F5E9;
    color: #2E7D32;
}

.status-badge.kirli {
    background: #FFEBEE;
    color: #C62828;
}

.status-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.status-icon.temiz {
    background: #4CAF50;
}

.status-icon.kirli {
    background: #f44336;
}

/* === UPDATE TIME === */
.update-time {
    font-size: 12px;
    color: #95a5a6;
    margin-bottom: 15px;
}

/* === ACTION BUTTONS === */
.action-buttons {
    display: flex;
    gap: 10px;
}

.btn {
    flex: 1;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.btn-clean {
    background: #4CAF50;
    color: white;
}

.btn-clean:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.btn-blocked {
    background: #f44336;
    color: white;
}

.btn-blocked:hover {
    background: #da190b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(244, 67, 54, 0.3);
}

/* === VIEW ALL BUTTON === */
.view-all-btn {
    background: #5a5a5a;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	display:none !important; 
}

.view-all-btn:hover {
    background: #4a4a4a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.view-all-btn:active {
    transform: translateY(0);
}

/* === NO CONTENT STATES === */
.no-countries,
.no-locations,
.no-bans {
    text-align: center;
    padding: 40px 20px;
    color: #999;
}

.no-bans .icon,
.no-countries .icon {
    font-size: 60px;
    margin-bottom: 15px;
}

.no-bans h3 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 8px;
}

.no-bans p {
    color: #7f8c8d;
    font-size: 13px;
    line-height: 1.6;
}

/* === CURRENCY CONVERTER === */
.result-box {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 25px;
            border-radius: 15px;
            text-align: center;
            margin-top: 20px;
        }
.input-group {
    margin-bottom: 25px;
}
.converter {
            padding: 30px;
            background: white;
        }

.input-group label {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: 600;
    font-size: 14px;
}

.input-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
}

.input-wrapper input {
    flex: 2;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    transition: border-color 0.3s;
}

.input-wrapper input:focus {
    border-color: #667eea;
    outline: none;
}

.input-wrapper select {
    flex: 1;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    background: white;
    cursor: pointer;
    transition: border-color 0.3s;
}

.input-wrapper select:focus {
    border-color: #667eea;
    outline: none;
}

.swap-button {
    width: 100%;
    padding: 12px;
    background: #f5f5f5;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s ease;
    margin: 15px 0;
}

.swap-button:hover {
    background: #e0e0e0;
    transform: scale(1.05);
}

/* === RESULT BOX === */
.result-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    margin-top: 20px;
}

.result-box .label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 10px;
}

.result-box .amount {
    color: white;
    font-size: 32px;
    font-weight: 700;
}

/* === STATUS BOX (Road Bans) === */
.status-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
}

.status-box.active {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
}

.status-box.clear {
    background: linear-gradient(135deg, #27ae60 0%, #229954 100%);
}

.status-box .icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.status-box .label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 5px;
}

.status-box .text {
    color: white;
    font-size: 20px;
    font-weight: 700;
}

/* === RATES INFO === */
.rates-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}

.rates-info h3 {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}

.rate-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.rate-item:last-child {
    border-bottom: none;
}

.rate-item .currency {
    font-weight: 600;
    color: #555;
}

.rate-item .value {
    color: #667eea;
    font-weight: 700;
}

/* === BAN CARDS (Road Bans) === */
.ban-card {
    background: #f8f9fa;
    border-left: 5px solid #e74c3c;
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 12px;
}

.ban-card.clear {
    border-color: #27ae60;
    background: #e8f8f5;
}

.ban-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.country-flag {
    font-size: 28px;
}

.ban-details {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 40px;
}

/* === INFO BOX === */
.info-box {
    background: #fff3cd;
    border: 2px solid #ffc107;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.info-box .icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.info-box h3 {
    color: #856404;
    font-size: 14px;
    margin-bottom: 5px;
}

.info-box p {
    color: #856404;
    font-size: 12px;
    line-height: 1.5;
}

/* === EXTERNAL BUTTONS === */
.external-btn,
.external-link,
.refresh-btn {
    background: #3498db;
    color: white;
    padding: 15px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.external-btn:hover,
.external-link:hover {
    background: #2980b9;
    transform: translateY(-2px);
}

.refresh-btn {
    padding: 8px 16px;
    font-size: 12px;
    margin-top: 10px;
}

.refresh-btn:hover {
    background: #2980b9;
}

/* === LEGEND === */
.legend {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
}

.legend-color {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.legend-color.active {
    background: #e74c3c;
}

.legend-color.clear {
    background: #27ae60;
}

/* === RESPONSIVE === */
@media (max-width: 480px) {
    .header h1 {
        font-size: 20px;
    }
    
    .country-title {
        font-size: 20px;
    }
    
    .tab {
        font-size: 13px;
        padding: 10px 15px;
    }
    
    .location-name {
        font-size: 14px;
    }
    
    .input-wrapper {
        flex-direction: column;
    }
    
    .input-wrapper input,
    .input-wrapper select {
        width: 100%;
    }
}

/* Anasayfa About Bölümü */

.seo-about{
	width:100%;
	padding:20px;
}
.seo-about ul{
	list-style:none;
}

/* Vize Hesaplama */

.calculator-content {
            padding: 10px;
            background: white;
        }

        .visa-input {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 15px;
            position: relative;
            border: 2px solid #e0e0e0;
            transition: all 0.3s ease;
            overflow: hidden; /* Taşmayı kesinlikle engelle */
            color:#494949;
        }

        .visa-input label {
            font-size: 12px;
            font-weight: 600;
            color: #555;
            display: block;
            margin-bottom: 8px;
        }
        .visa-input:hover {
            border-color: #667eea;
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
        }

        .visa-input input {
            width: 100%;
            padding: 12px;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 14px;
        }
        .visa-input input:focus {
            border-color: #667eea;
            outline: none;
        }

        .date-entry {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 15px;
            position: relative;
            border: 2px solid #e0e0e0;
            transition: all 0.3s ease;
        }

        .date-entry:hover {
            border-color: #667eea;
            box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
        }

        .date-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-bottom: 15px;
        }

        .date-group {
            display: flex;
            flex-direction: column;
        }

        .date-group label {
            font-size: 12px;
            font-weight: 600;
            color: #555;
            margin-bottom: 5px;
        }

        .date-group input {
            padding: 12px;
            border: 2px solid #ddd;
            border-radius: 8px;
            font-size: 14px;
            
            box-sizing: border-box;
            -webkit-appearance: none;
            appearance: none;
            font-size: 16px; /* iOS zoom'u önlemek için */
            max-width: 100%;
            width: 100%;
        }

        .date-group input:focus {
            border-color: #667eea;
            outline: none;
        }

        .trip-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 10px;
            border-top: 1px solid #e0e0e0;
        }

        .trip-days {
            font-size: 14px;
            color: #667eea;
            font-weight: 700;
        }

        .remove-btn {
            background: #e74c3c;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 12px;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .remove-btn:hover {
            background: #c0392b;
            transform: scale(1.05);
        }

        .add-trip-btn {
            width: 100%;
            padding: 15px;
            background: #27ae60;
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-bottom: 25px;
        }

        .add-trip-btn:hover {
            background: #229954;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
        }

        .result-section {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            padding: 30px;
            border-radius: 15px;
            color: white;
            text-align: center;
        }

        .result-item {
            margin-bottom: 20px;
        }

        .result-item:last-child {
            margin-bottom: 0;
        }

        .result-label {
            font-size: 14px;
            opacity: 0.9;
            margin-bottom: 5px;
        }

        .result-value {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .result-detail {
            font-size: 12px;
            opacity: 0.8;
        }

        .remaining-box {
            background: rgba(255, 255, 255, 0.2);
            padding: 20px;
            border-radius: 12px;
            margin-top: 20px;
        }

        .remaining-box.warning {
            background: rgba(231, 76, 60, 0.3);
            border: 2px solid rgba(231, 76, 60, 0.5);
        }

        .remaining-box.success {
            background: rgba(39, 174, 96, 0.3);
            border: 2px solid rgba(39, 174, 96, 0.5);
        }

        .no-trips {
            text-align: center;
            padding: 40px 20px;
            color: #999;
        }

        .info-banner {
            background: #fff3cd;
            border-left: 4px solid #ffc107;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .info-banner p {
            color: #856404;
            font-size: 13px;
            line-height: 1.6;
            margin: 0;
        }

        @media (max-width: 480px) {
            .date-row {
                grid-template-columns: 1fr;
            }
        }
		
/* Markets */

.map-container {
            width: 100%;
            height: 600px;
            border-radius: 15px;
            overflow: hidden;
            margin-bottom: 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .map-frame {
            width: 100%;
            height: 100%;
            border: none;
        }

        .market-list {
            display: grid;
            gap: 12px;
            margin-bottom: 20px;
        }

        .market-item {
            background: white;
            border: 2px solid #e0e0e0;
            border-radius: 12px;
            padding: 15px;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .market-item:hover {
            border-color: #667eea;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.2);
        }

        .market-icon {
            font-size: 32px;
            flex-shrink: 0;
        }

        .market-info {
            flex: 1;
        }

        .market-name {
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 4px;
        }

        .market-desc {
            font-size: 13px;
            color: #7f8c8d;
        }

        .map-controls {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }

        .map-btn {
            flex: 1;
            padding: 12px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            border: none;
            border-radius: 10px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 600;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .map-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
        }

        .map-btn.secondary {
            background: #95a5a6;
        }

        .map-btn.secondary:hover {
            background: #7f8c8d;
        }
		
/*Gizlilik*/

.contact-box {
            background-color: #f8f9fa;
            padding: 20px;
            margin: 30px 0;
            border-radius: 8px;
            border: 1px solid #dee2e6;
        }
        
        /*Popup ?/
        
        /* Geçmiş Popup Stilleri */
        .history-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 9999;
            animation: fadeIn 0.3s ease;
        }
        
        .history-overlay.show {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .history-popup {
            background: white;
            border-radius: 15px;
            max-width: 600px;
            width: 100%;
            max-height: 80vh;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
            animation: slideUp 0.3s ease;
        }
        
        .history-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .history-header h3 {
            margin: 0;
            font-size: 18px;
        }
        
        .history-close {
            background: transparent;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            padding: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            transition: background 0.3s;
        }
        
        .history-close:hover {
            background: rgba(255, 255, 255, 0.2);
        }
        
        .history-content {
            padding: 20px;
            max-height: calc(80vh - 80px);
            overflow-y: auto;
        }
        
        .history-item {
            padding: 15px;
            border-bottom: 1px solid #e0e0e0;
            display: flex;
            gap: 15px;
            align-items: flex-start;
        }
        
        .history-item:last-child {
            border-bottom: none;
        }
        
        .history-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 18px;
        }
        
        .history-icon.musait {
            background: #E8F5E9;
            color: #2E7D32;
        }
        
        .history-icon.mesgul {
            background: #FFEBEE;
            color: #C62828;
        }
        
        .history-details {
            flex: 1;
        }
        
        .history-status {
            font-weight: 600;
            font-size: 15px;
            margin-bottom: 5px;
            color: #333;
        }
        
        .history-meta {
            font-size: 12px;
            color: #666;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .history-meta span {
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }
        
        .no-history {
            text-align: center;
            padding: 40px 20px;
            color: #999;
        }
        
        .no-history i {
            font-size: 48px;
            margin-bottom: 10px;
            display: block;
        }
        
        .loading {
            text-align: center;
            padding: 40px 20px;
            color: #667eea;
        }
        
        .loading i {
            font-size: 32px;
            animation: spin 1s linear infinite;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        
        @keyframes slideUp {
            from {
                transform: translateY(50px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }
        
        @keyframes spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        @media (max-width: 480px) {
            .history-popup {
                max-height: 90vh;
                border-radius: 15px 15px 0 0;
            }
            
            .history-content {
                max-height: calc(90vh - 80px);
            }
        }
		
/* ==========================================
   NAVBAR STYLES - MOBİL DÜZENLEMELER
   ========================================== */

/* Navbar Container */
.main-navbar {
    /*background: linear-gradient(135deg, #fff 0%, #ddd 100%);*/
    background: #fff;
    /*box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);*/
    border-bottom:1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
}

/* Logo/Marka */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #565656;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.navbar-brand i {
    font-size: 24px;
}

/* Sağ Taraf Mobil Kontroller */
.navbar-mobile-controls {
    display: none;
    align-items: center;
    gap: 10px;
}

/* Mobil Bildirim Butonu */
.nav-notifications-mobile {
    position: relative;
    background: transparent;
    border: none;
    color: #565656;
    font-size: 20px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-notifications-mobile:hover {
    background: rgba(0, 0, 0, 0.1);
}

.nav-notifications-mobile .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #e74c3c;
    color: white;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 10px;
    min-width: 16px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Hamburger Menü (Mobil) */
.navbar-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.navbar-toggle span {
    width: 25px;
    height: 3px;
    background: #f39027;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.navbar-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggle.active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Navbar Menü */
.navbar-menu {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Nav Linkleri */
.nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    
    /*transform: translateY(-2px);*/
}

.nav-link i {
    font-size: 12px;
    color:#f58f2a;
}

/* Masaüstü Bildirimler */
.nav-link .badge {
    position: absolute;
    top: 2px;
    right: 8px;
    background: #e74c3c;
    color: white;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Giriş Butonu */
.nav-login {
    
}

.nav-login:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Kullanıcı Menüsü */
.nav-user-menu {
    position: relative;
}

.nav-user-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.15);
    color: #565656;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-user-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.nav-user-btn i:last-child {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.nav-user-btn:hover i:last-child {
    transform: rotate(180deg);
}

/* User Dropdown */
.user-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1001;
}

.user-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    color: #565656;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.dropdown-item:hover {
    background: #f8f9fa;
    color: #878787;
}

.dropdown-item i {
    font-size: 16px;
    color: #878787;
    width: 20px;
    text-align: center;
}

.dropdown-item:hover i {
    color: #764ba2;
}

.dropdown-divider {
    margin: 5px 0;
    border: none;
    border-top: 1px solid #e0e0e0;
}

/* ==========================================
   MOBİL GÖRÜNÜM
   ========================================== */
@media (max-width: 768px) {
    /* Mobil kontrolleri göster */
    .navbar-mobile-controls {
        display: flex;
    }
    
    .navbar-toggle {
        display: flex;
    }

    /* Masaüstü bildirim linkini gizle */
    .navbar-menu > a[href*="notifications"] {
        display: none;
    }

    /* Menüyü gizle */
    .navbar-menu {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #fff 0%, #eee 100%);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .navbar-menu.active {
        max-height: 700px;
        opacity: 1;
    }

    .nav-link {
        width: 100%;
        padding: 15px 20px;
        justify-content: flex-start;
        border-radius: 10px;
        margin-bottom: 5px;
    }

    .nav-link:hover {
        transform: translateX(5px);
    }

    .nav-user-menu {
        width: 100%;
    }

    .nav-user-btn {
        width: 100%;
        justify-content: space-between;
        padding: 15px 20px;
        margin-bottom: 5px;
    }

    .user-dropdown {
        position: static;
        transform: none;
        margin-top: 10px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .user-dropdown.active {
        transform: none;
    }

    .nav-login {
        margin-top: 10px;
    }
}

/* Tablet ve Küçük Ekranlar */
@media (max-width: 992px) and (min-width: 769px) {
    .navbar-container {
        padding: 0 15px;
    }

    .nav-link > span {
        display: none;
    }

    .nav-link i {
        font-size: 20px;
    }

    .navbar-brand > span {
        display: none;
    }
    
    .dropdown-item span,
    .dropdown-item {
        display: flex !important;
    }
    
    .nav-user-btn > span {
        display: inline !important;
    }
}

/* Çok Küçük Ekranlar */
@media (max-width: 480px) {
    .navbar-container {
        padding: 0 15px;
    }
    .container{
        padding-left:0px;
        padding-right:0px;
    }
    .navbar-brand {
        font-size: 18px;
    }

    .navbar-brand i {
        font-size: 20px;
    }

    .nav-link {
        font-size: 14px;
    }

    .navbar-mobile-controls {
        gap: 8px;
    }

    .nav-notifications-mobile {
        font-size: 18px;
        padding: 6px;
    }
}



/* ==========================================
   BOTTOM NAVBAR - SADECE MOBİL
   ========================================== */

.bottom-navbar {
    display: none; /* Varsayılan olarak gizli */
}
.mobil-empty{
    display:none;
}

/* Sadece mobil cihazlarda göster */
@media (max-width: 768px) {
        body {
          position: fixed;
          width: 100%;
          height: 100%;
          overflow: hidden;
        }
        .header{
            padding-left:0px;
            padding-right:0px;
        }
        .mobil-empty{
            display:block;
            width:100%;
            height:250px;
        }
        .container {
          overflow-y: auto;
          height: 100vh;
        }
    .bottom-navbar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;  /* Ekleyin */
        background: white;
        z-index: 999;
        padding: 4px 0 calc(4px + env(safe-area-inset-bottom));
        border-top: 1px solid #e0e0e0;
        transform: translateZ(0);  /* GPU acceleration */
        -webkit-transform: translateZ(0);
    }

    .bottom-navbar-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
        max-width: 600px;
        margin: 0 auto;
        padding: 0 10px;
    }

    /* Ana içeriğe padding ekle (bottom navbar için) */
    body {
        padding-bottom: 70px;
    }

    .container {
        /*margin-bottom: 10px;*/
    }
}

.bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #95a5a6;
    font-size: 6px;
    /*font-weight: 600;*/
    transition: all 0.3s ease;
    padding: 8px 5px;
    border-radius: 12px;
    min-width: 60px;
    position: relative;
}

.bottom-nav-item.active {
    color: #f39027;
}

.bottom-nav-item:hover {
    color: #f39027;
    background: rgba(243, 144, 39, 0.1);
}

.bottom-nav-icon {
    font-size: 16px;
    margin-bottom: 4px;
    transition: transform 0.3s ease;
}

.bottom-nav-item.active .bottom-nav-icon {
    transform: scale(1.1);
}

.bottom-nav-label {
    font-size: 11px;
    white-space: nowrap;
}

/* Badge for notifications */
.bottom-nav-badge {
    position: absolute;
    top: 4px;
    right: 8px;
    background: #e74c3c;
    color: white;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 10px;
    min-width: 16px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Çok küçük ekranlar için */
@media (max-width: 380px) {
    .bottom-nav-item {
        min-width: 50px;
        padding: 8px 8px;
    }
    
    .bottom-nav-icon {
        font-size: 22px;
    }
    
    .bottom-nav-label {
        font-size: 10px;
    }
}

/* Carousel */
        .carousel-wrapper {
            overflow-x: scroll;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
            padding: 20px 0;
        }

        .carousel-wrapper::-webkit-scrollbar {
            display: none;
        }

        .carousel-track {
            display: flex;
            gap: 25px;
            padding: 0 20px;
        }

        .carousel-item {
            flex: 0 0 auto;
            text-align: center;
            text-decoration: none;
            transition: transform 0.2s ease;
        }

        .carousel-item:active {
            transform: scale(0.95);
        }

        .carousel-circle {
            width: 85px;
            height: 85px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 12px;
            background: white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border: 3px solid;
            transition: all 0.3s ease;
        }

        .carousel-item:active .carousel-circle {
            transform: scale(0.95);
        }

        .carousel-circle i {
            font-size: 32px;
        }

        /* Farklı renkler */
        .carousel-item:nth-child(1) .carousel-circle {
            border-color: #FF6B35;
        }
        .carousel-item:nth-child(1) .carousel-circle i {
            color: #FF6B35;
        }

        .carousel-item:nth-child(2) .carousel-circle {
            border-color: #4CAF50;
        }
        .carousel-item:nth-child(2) .carousel-circle i {
            color: #4CAF50;
        }

        .carousel-item:nth-child(3) .carousel-circle {
            border-color: #FFA726;
        }
        .carousel-item:nth-child(3) .carousel-circle i {
            color: #FFA726;
        }

        .carousel-item:nth-child(4) .carousel-circle {
            border-color: #FF5252;
        }
        .carousel-item:nth-child(4) .carousel-circle i {
            color: #FF5252;
        }

        .carousel-item:nth-child(5) .carousel-circle {
            border-color: #29B6F6;
        }
        .carousel-item:nth-child(5) .carousel-circle i {
            color: #29B6F6;
        }

        .carousel-item:nth-child(6) .carousel-circle {
            border-color: #AB47BC;
        }
        .carousel-item:nth-child(6) .carousel-circle i {
            color: #AB47BC;
        }

        .carousel-item:nth-child(7) .carousel-circle {
            border-color: #66BB6A;
        }
        .carousel-item:nth-child(7) .carousel-circle i {
            color: #66BB6A;
        }

        .carousel-item:nth-child(8) .carousel-circle {
            border-color: #EC407A;
        }
        .carousel-item:nth-child(8) .carousel-circle i {
            color: #EC407A;
        }

        .carousel-label {
            font-size: 13px;
            font-weight: 600;
            color: #2c3e50;
            line-height: 1.3;
            max-width: 90px;
        }

        .subtitle {
            color: #555;
            font-size: 14px;
            line-height: 1.6;
            padding: 20px;
            text-align: center;
        }

        @media (max-width: 480px) {
            .carousel-circle {
                width: 75px;
                height: 75px;
            }
            .carousel-circle i {
                font-size: 28px;
            }
            .carousel-label {
                font-size: 12px;
            }
        }
        @media (min-width: 769px) {
    .carousel-wrapper {
        overflow-x: hidden;
    }
    
    .carousel-track {
        justify-content: space-evenly;
        padding: 0; /* Padding'i kaldır */
    }
    
    .carousel-circle {
        width: 65px; /* Biraz küçült */
        height: 65px;
    }
    
    .carousel-circle i {
        font-size: 26px;
    }
    
    .carousel-label {
        font-size: 11px;
        max-width: 70px; /* Yazı genişliğini sınırla */
    }
    
    .carousel-item {
        margin: 0 5px; /* Öğeler arası boşluk azalt */
    }
}
