/* Dropdown align left */
.main-menu nav > ul > li.dropdown > ul {
    left: 0 !important;
    right: auto !important;
    text-align: left !important;
}
.main-menu nav > ul > li.dropdown > ul > li > a {
    text-align: left !important;
}

/* Umre Turlari Page Fix */
.sagblok {
    float: right;
    width: 74%;
}
.solblok {
    float: left;
    width: 24%;
    background: #f7f5f1;
    padding: 15px;
    border-radius: 5px;
}
#Umreler .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px;
}
#Umreler .col-md-6 {
    width: 40%;
}
#Umreler .col-md-3 {
    width: 30%;
    padding: 10px;
}
#Umreler .fiyatlar {
    text-align: right;
}
#Umreler .fiyatdetay {
    display: block;
    margin-bottom: 5px;
}
#Umreler .btn-success {
    background: #644222;
    border-color: #644222;
    margin-top: 10px;
}
#Umreler .btn-success:hover {
    background: #4a3119;
}
@media (max-width: 768px) {
    .sagblok, .solblok {
        float: none;
        width: 100%;
    }
}

/* Remove nested borders */
#Umreler .row {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
#Umreler > .row {
    border-bottom: 1px solid #eee !important;
    padding: 20px 0 !important;
    margin-bottom: 0 !important;
}
#Umreler .row .row {
    border: none !important;
    padding: 0 !important;
}
#Umreler .col-md-12 {
    border: none !important;
    padding: 15px 0 !important;
}

/* Override inline styles */
#Umreler div[style*='border'] {
    border: none !important;
}
#Umreler > .row > .row > .col-md-12 {
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 15px;
    padding-bottom: 15px !important;
}

/* Glyphicons replacement with FontAwesome */
.glyphicon { font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.glyphicon-calendar:before { content: '\f073'; }
.glyphicon-bed:before { content: '\f236'; }
.glyphicon-plane:before { content: '\f072'; }
.glyphicon-arrow-circle-right:before { content: '\f35a'; }
.glyphicon-ok:before { content: '\f00c'; }
.glyphicon-remove:before { content: '\f00d'; }
.glyphicon-user:before { content: '\f007'; }
.glyphicon-phone:before { content: '\f095'; }
.glyphicon-envelope:before { content: '\f0e0'; }
.glyphicon-map-marker:before { content: '\f3c5'; }

/* Tour Detail Page Styles */
.fontboyu { font-size: 11pt; }
.rds { 
    padding: 12px 0; 
    border-top: 1px solid #efefef; 
    border-bottom: 1px solid #efefef; 
}
.Klass { 
    border: 1px solid #ddd; 
    min-height: 150px; 
    border-radius: 10px; 
    padding: 15px; 
    margin-bottom: 10px;
    background: #fff;
}
.Klass:hover { 
    border: 1px solid #644222; 
    background: #fafafa; 
}
.fontboyu .container {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.fontboyu h4 {
    color: #644222;
    border-bottom: 2px solid #644222;
    padding-bottom: 10px;
}

/* ===== TOUR DETAIL PAGE COMPLETE REDESIGN ===== */
.fontboyu {
    font-size: 12pt;
    background: #f8f9fa;
    padding: 30px 0;
}
.fontboyu .container {
    max-width: 1200px;
}
.fontboyu .container > .row > .row {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    overflow: hidden;
}
.fontboyu .col-md-5[style*='border-right'] {
    background: #fff;
    border-right: 3px solid #644222 !important;
    border: none !important;
    padding: 25px !important;
}
.fontboyu .col-md-7 {
    padding: 25px !important;
}
.fontboyu h4 {
    color: #644222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #644222;
}
.fontboyu .rds {
    padding: 15px 0;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    display: flex;
    align-items: center;
}
.fontboyu .rds:last-child {
    border-bottom: none !important;
}
.fontboyu .rds i {
    color: #644222;
    font-size: 18px;
    margin-right: 10px;
}
.fontboyu .rds strong {
    color: #333;
}
.fontboyu .rds a {
    color: #644222;
    text-decoration: none;
}
.fontboyu .rds a:hover {
    text-decoration: underline;
}

/* Price Cards */
.fontboyu .Klass {
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    border: 2px solid #e0e0e0 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    margin: 10px 0 !important;
    min-height: auto !important;
    transition: all 0.3s ease;
}
.fontboyu .Klass:hover {
    border-color: #644222 !important;
    box-shadow: 0 5px 20px rgba(100,66,34,0.15);
    transform: translateY(-2px);
}
.fontboyu .Klass h5 {
    color: #644222 !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.fontboyu .Klass strong i {
    font-style: normal;
    color: #644222;
    font-size: 20px;
}

/* Right Side - Gallery & Info */
.fontboyu .col-md-7 img {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}
.fontboyu .nav-tabs {
    border-bottom: 2px solid #644222;
    margin-bottom: 20px;
}
.fontboyu .nav-tabs > li > a {
    color: #666;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
}
.fontboyu .nav-tabs > li.active > a,
.fontboyu .nav-tabs > li > a:hover {
    color: #644222;
    background: transparent;
    border: none;
    border-bottom: 3px solid #644222;
}
.fontboyu .tab-content {
    padding: 20px 0;
}

/* Buttons */
.fontboyu .btn-success,
.fontboyu .btn-primary {
    background: #644222 !important;
    border-color: #644222 !important;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 5px;
}
.fontboyu .btn-success:hover,
.fontboyu .btn-primary:hover {
    background: #4a3119 !important;
    border-color: #4a3119 !important;
}

/* Section titles in tour detail */
.fontboyu [style*='background: #f7f7f7'] {
    background: #f8f9fa !important;
    margin: 15px 0;
}

/* Hide ugly default styling */
.fontboyu [style*='border: 1px solid #efefef'] {
    border: none !important;
}

/* ===== TOUR DETAIL FIX - Grid Layout ===== */
.fontboyu .container > .row > .row > .col-md-12 {
    display: flex;
    flex-wrap: wrap;
}
.fontboyu .container > .row > .row > .col-md-12 > .col-md-5 {
    width: 40% !important;
    float: left !important;
    flex: 0 0 40%;
}
.fontboyu .container > .row > .row > .col-md-12 > .col-md-7 {
    width: 58% !important;
    float: left !important;
    flex: 0 0 58%;
    margin-left: 2%;
}

/* Fix inner row alignment */
.fontboyu .rds {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    clear: both;
}
.fontboyu .rds .col-md-5,
.fontboyu .rds .col-xs-5 {
    width: 40% !important;
    float: left !important;
}
.fontboyu .rds .col-md-7,
.fontboyu .rds .col-xs-7 {
    width: 60% !important;
    float: left !important;
}

/* Glyphicons - use FontAwesome properly */
.glyphicon {
    display: inline-block;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
    font-style: normal;
    font-size: 16px;
    margin-right: 8px;
    color: #644222;
}
.glyphicon-calendar::before { content: '\f073' !important; }
.glyphicon-bed::before { content: '\f236' !important; }
.glyphicon-plane::before { content: '\f072' !important; }
.glyphicon-arrow-right::before,
.glyphicon-arrow-circle-right::before { content: '\f061' !important; }
.glyphicon-ok::before { content: '\f00c' !important; }
.glyphicon-remove::before { content: '\f00d' !important; }
.glyphicon-user::before { content: '\f007' !important; }

/* Price card inner layout fix */
.fontboyu .Klass {
    overflow: hidden;
    clear: both;
}
.fontboyu .Klass::after {
    content: '';
    display: table;
    clear: both;
}
.fontboyu .Klass .col-md-4,
.fontboyu .Klass .col-xs-4 {
    width: 33.33% !important;
    float: left !important;
    padding: 10px !important;
}
.fontboyu .Klass .col-md-2,
.fontboyu .Klass .col-xs-2 {
    width: 16.66% !important;
    float: left !important;
}
.fontboyu .Klass .col-md-6,
.fontboyu .Klass .col-xs-6 {
    width: 50% !important;
    float: left !important;
}
.fontboyu .Klass center {
    display: block;
    width: 100%;
    clear: both;
}

/* Clear floats */
.fontboyu .row::after {
    content: '';
    display: table;
    clear: both;
}

@media (max-width: 768px) {
    .fontboyu .container > .row > .row > .col-md-12 > .col-md-5,
    .fontboyu .container > .row > .row > .col-md-12 > .col-md-7 {
        width: 100% !important;
        flex: 0 0 100%;
        margin-left: 0;
    }
}

/* ===== BOOTSTRAP GLYPHICONS FONT ===== */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
         url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #644222;
    font-size: 16px;
    margin-right: 8px;
}
.glyphicon-calendar:before { content: '\e109'; }
.glyphicon-bed:before { content: '\e219'; }
.glyphicon-plane:before { content: '\e099'; }
.glyphicon-arrow-right:before { content: '\e080'; }
.glyphicon-arrow-circle-right:before { content: '\e080'; }
.glyphicon-ok:before { content: '\e013'; }
.glyphicon-remove:before { content: '\e014'; }

/* ===== TWO COLUMN LAYOUT FIX ===== */
.fontboyu .col-md-5[style*='border'] {
    width: 38% !important;
    display: inline-block !important;
    vertical-align: top !important;
    float: none !important;
}
.fontboyu .col-md-7:not(.col-xs-7) {
    width: 60% !important;
    display: inline-block !important;
    vertical-align: top !important;
    float: none !important;
}
.fontboyu > .container > .row > .row > .col-md-12 {
    font-size: 0;
}
.fontboyu > .container > .row > .row > .col-md-12 > * {
    font-size: 12pt;
}

/* ===== FINAL TWO COLUMN LAYOUT FIX ===== */
.fontboyu .container > .row > .row > .col-md-12 {
    display: block !important;
    width: 100% !important;
    position: relative;
}
.fontboyu .container > .row > .row > .col-md-12::after {
    content: '';
    display: table;
    clear: both;
}
.fontboyu .container > .row > .row > .col-md-12 > div[style*='border'][class*='col-md-5'] {
    width: 38% !important;
    float: left !important;
    display: block !important;
    margin-right: 2% !important;
    box-sizing: border-box;
}
.fontboyu .container > .row > .row > .col-md-12 > div[class*='col-md-7']:not([class*='col-xs']) {
    width: 58% !important;
    float: left !important;
    display: block !important;
    box-sizing: border-box;
}
/* Glyphicon fix for color */
.glyphicon {
    color: #644222 !important;
}

/* Tur Detay Bilgi Tablosu - Kompakt Tasarım */
.row.rds {
    display: flex !important;
    align-items: center !important;
    padding: 8px 15px !important;
    margin: 0 !important;
    border-bottom: 1px solid #eee;
    min-height: auto !important;
}
.row.rds .col-md-5,
.row.rds .col-xs-5 {
    display: flex !important;
    align-items: center !important;
    padding: 5px 10px !important;
    float: none !important;
    width: 35% !important;
}
.row.rds .col-md-7,
.row.rds .col-xs-7 {
    padding: 5px 10px !important;
    float: none !important;
    width: 65% !important;
}
.row.rds .glyphicon {
    margin-right: 10px;
    font-size: 14px;
}
.row.rds strong {
    font-size: 13px;
}
.row.rds a {
    color: #c49b63;
    font-size: 13px;
}
.row.rds img {
    max-height: 40px;
    width: auto;
}

/* Ücrete Dahil Olan/Olmayan Hizmetler Bölümü */
.col-md-6 .input-icon {
    vertical-align: middle;
    margin-right: 8px;
}
.col-md-6 br + .input-icon {
    margin-top: 5px;
}
.col-md-6 svg {
    vertical-align: middle;
}

/* Sıkça Sorulan Sorular - Accordion Stili */
.accordion-box {
    list-style: none;
    padding: 0;
    margin: 0;
}
.accordion-box .accordion.block {
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}
.accordion-box .acc-btn {
    background: #fff;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.accordion-box .acc-btn:hover {
    background: #f9f9f9;
}
.accordion-box .acc-btn .icon-outer {
    width: 35px;
    height: 35px;
    background: #c49b63;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}
.accordion-box .acc-btn .icon-outer .icon {
    color: #fff;
    font-size: 16px;
    transition: transform 0.3s ease;
}
.accordion-box .acc-btn.active .icon-outer {
    background: #c49b63;
}
.accordion-box .acc-btn.active .icon-outer .icon {
    transform: rotate(90deg);
}
.accordion-box .acc-content {
    display: none;
    padding: 0 20px 20px 70px;
    background: #fff;
}
.accordion-box .acc-content.current {
    display: block;
}
.accordion-box .acc-content .image {
    display: none;
}
.accordion-box .acc-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* Accordion Icon - Down Arrow when Active */
.accordion-box .acc-btn .icon-outer .icon::before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}
.accordion-box .acc-btn.active .icon-outer .icon::before {
    content: '\f107';
}
.accordion-box .active-block .acc-btn .icon-outer {
    background: #c49b63;
}
.accordion-box .active-block .acc-btn .icon-outer .icon {
    transform: none;
}

/* Header Top Bar - Görünür Yap */
.header-three .header-top.second-header {
    display: block !important;
    background: #644222 !important;
    padding: 10px 0 !important;
}
.header-three .header-top .col-lg-10,
.header-three .header-top .col-lg-2 {
    display: block !important;
}
.header-cta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-cta ul li {
    display: inline-block;
    padding-right: 30px;
    color: #fff;
}
.header-cta ul li span,
.header-cta ul li a,
.header-cta ul li strong {
    color: #fff !important;
}
.header-cta ul li i {
    color: #fff;
    margin-right: 8px;
}
.header-social a {
    color: #fff !important;
    margin-left: 15px;
    font-size: 16px;
}
.header-social a:hover {
    color: #c49b63 !important;
}


/* Umre Turları - Minimal Düzeltme */
#UmreTurlari .col-md-12 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
#UmreTurlari .col-md-6 img {
    height: 180px !important;
}

/* Buton küçült */
.butonbuyut {
    padding: 8px 15px !important;
    font-size: 12px !important;
}
/* Resim genişliği arttır */
#UmreTurlari .col-md-6 .row > div {
    width: 49% !important;
    margin-left: 0.5% !important;
}
/* Div padding kaldır */
#UmreTurlari .col-md-12 {
    padding: 5px 0 !important;
}
#UmreTurlari .col-md-6,
#UmreTurlari .col-md-3 {
    padding: 0 5px !important;
}

/* Resimler sola dayalı ve geniş */
#UmreTurlari .col-md-6 .row > div {
    width: 48% !important;
    margin-left: 0 !important;
    margin-right: 2% !important;
    float: left !important;
}
#UmreTurlari .col-md-6 {
    padding-left: 0 !important;
}

/* Inline style override - sol margin kaldır */
#UmreTurlari .col-md-6 .row > div[style*='margin-left'] {
    margin-left: 0 !important;
    width: 49% !important;
    margin-right: 1% !important;
}

/* Resim container - sola dayalı ve geniş - ZORLA */
#UmreTurlari div[style*='float: left'] {
    width: 48% !important;
    margin-left: 0 !important;
    margin-right: 2% !important;
}
#UmreTurlari .col-md-6 > .row {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
#UmreTurlari .col-md-6 {
    padding-left: 0 !important;
}

/* Umre Turları - Son Düzeltme */
#UmreTurlari .col-md-5 {
    padding-right: 5px !important;
}
#UmreTurlari .col-md-3 {
    padding-left: 5px !important;
}
.butonbuyut {
    padding: 6px 12px !important;
    font-size: 11px !important;
    margin-top: 5px !important;
}
.fiyatlar br {
    display: none;
}

/* Boşlukları kaldır */
#UmreTurlari .col-md-6,
#UmreTurlari .col-md-2,
#UmreTurlari .col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
#UmreTurlari .row {
    margin: 0 !important;
}

/* Resim sol kenardan başlasın ve boşluk kaldır */
#UmreTurlari .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#UmreTurlari .col-md-6 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#UmreTurlari .col-md-2 {
    padding-left: 10px !important;
}
#UmreTurlari div[style*='float: left'] {
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 5px !important;
}

/* ZORLA - Resimler sol kenardan başlasın */
#UmreTurlari > .row > .row > .col-md-12 > .row > .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
}
#UmreTurlari > .row > .row > .col-md-12 > .row > .col-md-6 > .row {
    margin: 0 !important;
    padding: 0 !important;
}
#UmreTurlari > .row > .row > .col-md-12 > .row > .col-md-6 > .row > div {
    margin-left: 0 !important;
    padding-left: 0 !important;
}
#UmreTurlari > .row > .row > .col-md-12 > .row > .col-md-6 > .row > div:first-child {
    padding-right: 10px !important;
}

/* Alternatif - Tüm padding/margin sıfırla */
#UmreTurlari * {
    box-sizing: border-box;
}
#UmreTurlari [class*='col-md-6'] {
    padding-left: 0 !important;
}
#UmreTurlari [style*='float'] {
    margin-left: 0 !important;
    width: 48% !important;
    margin-right: 2% !important;
}
#UmreTurlari [style*='float']:first-child {
    margin-left: 0 !important;
}

/* Yeni Tur Listesi Tasarımı */
.tur-satir {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 2px solid #efefef;
}
.tur-resimler {
    display: flex;
    width: 45%;
    gap: 10px;
}
.otel-kutu {
    position: relative;
    flex: 1;
}
.otel-kutu img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.otel-isim {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 8px;
    font-size: 10pt;
    text-align: center;
}
.otel-tip {
    position: absolute;
    top: 5px;
    left: -5px;
    background: #ed0925;
    color: #fff;
    padding: 2px 15px;
    font-size: 10pt;
}
.tur-bilgi {
    width: 25%;
    padding: 0 15px;
}
.tur-bilgi strong {
    color: #023354;
    display: block;
    margin-bottom: 10px;
}
.tur-bilgi span {
    display: block;
    margin-bottom: 10px;
}
.tur-bilgi .thygizle {
    max-width: 100px;
}
.tur-fiyat {
    width: 30%;
    text-align: right;
}
.tur-fiyat .fiyatdetay {
    margin-bottom: 3px;
}
.tur-fiyat .butonbuyut {
    background: #333;
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
    margin-top: 10px;
    display: inline-block;
    border: none;
}

/* Tur Listesi Estetik İyileştirmeler */
.tur-satir {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}
.tur-satir:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.otel-kutu {
    border-radius: 5px;
    overflow: hidden;
}
.otel-kutu img {
    transition: transform 0.3s ease;
}
.otel-kutu:hover img {
    transform: scale(1.05);
}
.otel-tip {
    border-radius: 0 3px 3px 0;
}
.tur-bilgi strong {
    font-size: 15px;
    line-height: 1.4;
}
.tur-fiyat .fiyatdetay {
    font-size: 13px;
    color: #555;
}
.tur-fiyat .fiyatdetay strong {
    color: #c49b63;
    font-size: 14px;
}
.tur-fiyat .butonbuyut {
    background: linear-gradient(135deg, #644222 0%, #8b5a2b 100%);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.tur-fiyat .butonbuyut:hover {
    background: linear-gradient(135deg, #8b5a2b 0%, #644222 100%);
    transform: translateY(-2px);
}

/* Modern Checkbox Tasarımı */
.solblok input[type="checkbox"] {
    display: none;
}
.solblok label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    transition: color 0.2s ease;
}
.solblok label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #fff;
    transition: all 0.2s ease;
}
.solblok label:after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 0px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.solblok input[type="checkbox"]:checked + label:before {
    background: #644222;
    border-color: #644222;
}
.solblok input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.solblok input[type="checkbox"]:checked + label {
    color: #644222;
    font-weight: 500;
}
.solblok label:hover:before {
    border-color: #644222;
}
.solblok label:hover {
    color: #644222;
}
.solblok h5 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.solblok > div > div {
    margin-bottom: 8px;
}

/* Checkbox Tasarımı - SIFIRLA */
.solblok input[type="checkbox"] {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    accent-color: #644222;
    cursor: pointer;
    vertical-align: middle;
}
.solblok label {
    position: relative !important;
    padding-left: 5px !important;
    cursor: pointer;
    display: inline !important;
    font-size: 13px;
    color: #333;
    vertical-align: middle;
}
.solblok label:before,
.solblok label:after {
    display: none !important;
}
.solblok > div > div {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}
.solblok > div > div:last-child {
    border-bottom: none;
}

/* YENİ CHECKBOX TASARIMI */
.solblok input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.solblok > div > div {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
.solblok label {
    display: flex !important;
    align-items: center;
    padding: 10px 12px !important;
    margin: 5px 0 !important;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 13px !important;
    color: #444 !important;
}
.solblok label:before {
    content: '' !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px;
    border: 2px solid #ddd !important;
    border-radius: 50% !important;
    margin-right: 10px !important;
    background: #fff !important;
    transition: all 0.2s;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
}
.solblok label:after {
    display: none !important;
}
.solblok input[type="checkbox"]:checked + label {
    background: #f8f4ef;
    border-color: #644222;
    color: #644222 !important;
}
.solblok input[type="checkbox"]:checked + label:before {
    background: #644222 !important;
    border-color: #644222 !important;
    box-shadow: inset 0 0 0 4px #fff;
}
.solblok label:hover {
    border-color: #644222;
    background: #fafafa;
}
.solblok h4 {
    font-size: 16px !important;
    color: #644222 !important;
}
.solblok h5 {
    font-size: 13px !important;
    color: #644222 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px !important;
}

/* Checkbox arası boşluk azalt */
.solblok label {
    margin: 2px 0 !important;
    padding: 8px 10px !important;
}

/* ========== UMRE TURLARI SAYFA TASARIMI ========== */
.umre-turlari-section {
    padding: 40px 0 60px;
    background: #f5f5f5;
}

/* Filtre Paneli */
.filtre-panel {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    position: sticky;
    top: 20px;
}
.filtre-baslik {
    background: linear-gradient(135deg, #644222 0%, #8b5a2b 100%);
    color: #fff;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 600;
}
.filtre-baslik i {
    margin-right: 10px;
}
.filtre-grup {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.filtre-grup:last-child {
    border-bottom: none;
}
.filtre-grup-baslik {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.filtre-grup-baslik i {
    color: #644222;
    margin-right: 8px;
}

/* Checkbox Stilleri */
.filtre-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 6px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    background: #f9f9f9;
}
.filtre-item:hover {
    background: #f0ebe4;
}
.filtre-item input {
    display: none;
}
.filtre-item .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin-right: 12px;
    position: relative;
    transition: all 0.2s;
}
.filtre-item input:checked ~ .checkmark {
    background: #644222;
    border-color: #644222;
}
.filtre-item input:checked ~ .checkmark:after {
    content: '✓';
    position: absolute;
    color: #fff;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.filtre-item input:checked ~ .filtre-text {
    color: #644222;
    font-weight: 600;
}
.filtre-text {
    font-size: 13px;
    color: #555;
}

/* Ay Seçimi Grid */
.ay-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.filtre-item-ay {
    cursor: pointer;
}
.filtre-item-ay input {
    display: none;
}
.ay-box {
    display: block;
    text-align: center;
    padding: 10px 5px;
    background: #f9f9f9;
    border-radius: 6px;
    font-size: 12px;
    color: #555;
    transition: all 0.2s;
    border: 2px solid transparent;
}
.filtre-item-ay:hover .ay-box {
    border-color: #644222;
    color: #644222;
}
.filtre-item-ay input:checked ~ .ay-box {
    background: #644222;
    color: #fff;
    border-color: #644222;
}

/* Tur Liste Header */
.tur-liste-header {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.sonuc-bilgi {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.sonuc-bilgi i {
    color: #644222;
    margin-right: 10px;
}

/* Yükleniyor Animasyonu */
.yukleniyor {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 10px;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f0f0f0;
    border-top-color: #644222;
    border-radius: 50%;
    margin: 0 auto 20px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.yukleniyor p {
    color: #666;
    font-size: 14px;
}

/* Tur Kartları Güncelleme */
.tur-satir {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    padding: 20px;
    transition: all 0.3s;
}
.tur-satir:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

/* ========== ANA SAYFA UMRE TURLARI ========== */
.umre-ana-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f6f3 0%, #efe9e1 100%);
}
.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-badge {
    display: inline-block;
    background: linear-gradient(135deg, #644222 0%, #8b5a2b 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 15px;
}
.section-badge i {
    margin-right: 8px;
}
.section-header h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 10px;
}
.section-header p {
    color: #666;
    font-size: 16px;
}

/* Tur Kartları Grid */
.tur-kartlari {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 992px) {
    .tur-kartlari {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .tur-kartlari {
        grid-template-columns: 1fr;
    }
}

/* Tur Kart */
.tur-kart {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
}
.tur-kart:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* Kart Resim */
.tur-kart-resim {
    position: relative;
    height: 220px;
    overflow: hidden;
}
.tur-kart-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.tur-kart:hover .tur-kart-resim img {
    transform: scale(1.1);
}
.tur-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(100, 66, 34, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.tur-kart:hover .tur-overlay {
    opacity: 1;
}
.detay-btn {
    color: #fff;
    font-size: 14px;
    padding: 12px 25px;
    border: 2px solid #fff;
    border-radius: 30px;
    transition: all 0.3s;
}
.detay-btn:hover {
    background: #fff;
    color: #644222;
}
.detay-btn i {
    margin-right: 8px;
}

/* Fiyat Badge */
.tur-fiyat-badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: linear-gradient(135deg, #644222 0%, #8b5a2b 100%);
    color: #fff;
    padding: 10px 18px;
    border-radius: 10px;
    text-align: center;
}
.tur-fiyat-badge .fiyat {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.tur-fiyat-badge .kisi {
    font-size: 11px;
    opacity: 0.9;
}

/* Kart İçerik */
.tur-kart-icerik {
    padding: 20px;
}
.tur-kart-icerik h3 {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.4;
}
.tur-kart-icerik h3 a {
    color: #333;
    transition: color 0.3s;
}
.tur-kart-icerik h3 a:hover {
    color: #644222;
}
.tur-meta {
    display: flex;
    gap: 15px;
}
.tur-meta span {
    font-size: 12px;
    color: #888;
}
.tur-meta i {
    color: #644222;
    margin-right: 5px;
}

/* Tüm Turlar Butonu */
.tum-turlar-link {
    text-align: center;
    margin-top: 50px;
}
.btn-tum-turlar {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #644222 0%, #8b5a2b 100%);
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
}
.btn-tum-turlar:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(100, 66, 34, 0.3);
    color: #fff;
}
.btn-tum-turlar i {
    transition: transform 0.3s;
}
.btn-tum-turlar:hover i {
    transform: translateX(5px);
}

/* Fiyat Badge Yazı Rengi */
.tur-fiyat-badge .fiyat {
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.tur-fiyat-badge .kisi {
    color: #fff !important;
}

/* Fiyat Badge - Beyaz Yazı ZORLA */
.tur-fiyat-badge {
    color: #ffffff !important;
}
.tur-fiyat-badge span {
    color: #ffffff !important;
}
.tur-fiyat-badge .fiyat,
.tur-fiyat-badge .kisi {
    color: #ffffff !important;
}

/* ========== HİZMETLERİMİZ BÖLÜMÜ ========== */
.hizmet-section {
    padding: 80px 0;
    background: #fff;
}

/* Hizmet Grid */
.hizmet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media (max-width: 992px) {
    .hizmet-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
