.photoGrid {padding: 0 !important;margin-bottom: 20px;}

.photoGrid .grid {
	display: flex !important;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 450px;
	position: relative;
	gap: 8px;
}

.photoGrid .grid .grid-left {
	width: 50%;
	height: 100%;
	flex-shrink: 0;
}

.photoGrid .grid .grid-left img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

.photoGrid .grid .grid-right {
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex-shrink: 0;
}

.photoGrid .grid .grid-right .column {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.photoGrid .grid .grid-right .column-top {
	flex: 1;
	min-height: 0;
}

.photoGrid .grid .grid-right .column-top img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

.photoGrid .grid .grid-right .column-strip {
	height: 70px;
	flex-shrink: 0;
}

.photoGrid .grid .grid-right .column-strip img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

.photoGrid .grid .grid-right-bottom {
	display: flex;
	gap: 8px;
	flex: 1;
	min-height: 0;
}

.photoGrid .grid .grid-right-bottom .column {
	flex: 1;
	min-width: 0;
}

.photoGrid .grid .grid-right-bottom .column img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

.photoGrid .grid .grid-right-bottom .column-last {
	position: relative;
}

.photoGrid .grid .grid-right-bottom .column-last img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

.photoGrid .grid #video {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 10;
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	cursor: pointer;
}

.photoGrid .grid .galeri-btn {
	position: absolute;
	z-index: 10;
	right: 12px;
	bottom: 12px;
	background: #1e3a5f;
	color: #fff !important;
	padding: 10px 16px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.photoGrid .grid .galeri-btn:hover {
	background: #2a4a75;
	color: #fff !important;
}

.photoGrid .grid .galeri-btn svg {
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.photoGrid .grid {
		flex-direction: column;
		height: auto;
	}
	.photoGrid .grid .grid-left {
		width: 100%;
		height: 280px;
	}
	.photoGrid .grid .grid-right {
		width: 100%;
		height: auto;
	}
	.photoGrid .grid .grid-right .column-top {
		height: 200px;
	}
	.photoGrid .grid .grid-right .column-strip {
		height: 60px;
	}
	.photoGrid .grid .grid-right-bottom {
		min-height: 180px;
	}
}

.hotel-bread h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4em;
}

.baslik-alt-box {
    display: flex;
    gap: 20px;
}

.head-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

span.loc {
    background: orange;
    color: white;
    padding: 5px;
    font-size: 14px;
    border-radius: 10px;
    padding: 4px 8px;
    border-radius: 4px;
}

.shareWrap {
    background: green;
    background: #4BA7FC !important;
    color: #E6F7F4 !important;
    padding: 4px 8px;
    border-radius: 4px;
}

span.pdf-cikti {
    /* background: green; */
    color: #000000;
    padding: 4px 8px;
    border-radius: 4px;
}

span.pdf-cikti a {
    color: #000000;
    /* padding: 4px 8px; */
    /* border-radius: 4px; */
}

.hotel-bread {
    margin-bottom: 20px;
}

.hotel-bread .favori-icon {
    background: #dedede;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* position: absolute; */
    /* right: 0 !important; */
}
section.photoGrid img {
    border-radius: 16px 16px 16px 16px !important;
}

.page-title .breadcrumb-item a {
    color: #AAAFB6 !important;
}
.page-title .breadcrumb-item a:hover {
    color: #980000 !important;
}

.tour-plan-description p {
    color: black !important;
}

div#tur-programi {
    border: 1px solid #dedede;
    border-radius: 10px;
    margin-top: 15px;
    padding: 15px;
}

.tanitim-metni {
    padding: 15px;
}
div#program {
    /* border-top: 1px solid #dedede; */
}
.program-title {
    margin-bottom: 15px;
}
.program-title h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}



/* What's included - yan yana sade düzen */
.dahil-haric-box {
	padding: 28px 0;
	margin: 20px 0;
	background: #fff;
}

.dahil-haric-columns {
	display: flex;
	flex-wrap: wrap;
	gap: 32px 48px;
}

.dahil-haric-box .fiyata-dahil,
.dahil-haric-box .fiyata-dahil-degil {
	flex: 1;
	min-width: 260px;
	margin-top: 0;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	background: transparent;
	height: auto;
}

.dahil-haric-box .heading-title {
	font-size: 1.125rem;
	font-weight: 700;
	color: #1e3a5f;
	margin-bottom: 14px;
	padding-bottom: 0;
	border: none;
}

.dahil-haric-box .dahil,
.dahil-haric-box .dahildegil {
	font-size: 15px;
	color: #333;
	line-height: 1.6;
}

.dahil-haric-box .dahil ul,
.dahil-haric-box .dahildegil ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dahil-haric-box .dahil ul li,
.dahil-haric-box .dahildegil ul li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
	padding-left: 0;
}

.dahil-haric-box .dahil ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	min-width: 22px;
	border-radius: 50%;
	background: #c8e6c9;
	color: #2e7d32;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
	margin: 0;
}

.dahil-haric-box .dahildegil ul li:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	min-width: 22px;
	border-radius: 50%;
	background: #ffcdd2;
	color: #c62828;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
	margin: 0;
}

.dahil-haric-box .dahil p,
.dahil-haric-box .dahildegil p {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
	padding-left: 0;
}

.dahil-haric-box .dahil p:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	min-width: 22px;
	border-radius: 50%;
	background: #c8e6c9;
	color: #2e7d32;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
	margin: 0;
}

.dahil-haric-box .dahildegil p:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	min-width: 22px;
	border-radius: 50%;
	background: #ffcdd2;
	color: #c62828;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	line-height: 1;
	margin: 0;
}

@media (max-width: 640px) {
	.dahil-haric-columns {
		flex-direction: column;
		gap: 24px;
	}
	.dahil-haric-box .fiyata-dahil,
	.dahil-haric-box .fiyata-dahil-degil {
		min-width: 100%;
	}
}

.fiyata-dahil-degil {
    margin-top: 15px;
}
.fiyata-dahil {
   box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
}

.fiyata-dahil-degil {
   box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    background: white;
}

.tur-bilgi-box {
    display: grid !important;
    grid-template-columns: repeat(1,1fr);
    /* gap: 15px; */
    margin-bottom: 0;
}
.tur-bilgiler h4 {
    /* text-align: center; */
}
.dahil {font-size: 14px;}

.dahildegil {
    font-size: 14px;
}
.tur-bilgi-box {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}
.tur-bilgi-box > span {
    /* border: 1px solid #dedede; */
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: black;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}
.tur-bilgi-box span span {
    border: unset;
}

/* Tur bilgi alanları - başlık ve ikon renkleri */
.tur-bilgi-box .hareket-yerleri i,
.tur-bilgi-box .hareket-yerleri b { color: #2563eb !important; }
.tur-bilgi-box .tur-kodu b { color: #64748b !important; }
.tur-bilgi-box .konaklama-item i,
.tur-bilgi-box .konaklama-item b { color: #ea580c !important; }
.tur-bilgi-box .ulasim-item i,
.tur-bilgi-box .ulasim-item b { color: #0891b2 !important; }
.tur-bilgi-box .gezilecek-item i,
.tur-bilgi-box .gezilecek-item b {color: #a9399f !important;}
.tur-bilgi-box .kalkis-item i,
.tur-bilgi-box .kalkis-item b { color: #dc2626 !important; }

/* Tur özet kartları (alan1 - Duration / Group / Ages / Languages) */
.tur-ozet-kartlar {
	margin-bottom: 28px;
}
.tur-ozet-kartlar .row.tur-ozet-kartlar-row {
	row-gap: 1rem;
	margin-left: -8px;
	margin-right: -8px;
}
.tur-ozet-kartlar .row.tur-ozet-kartlar-row [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 12px;
}
.tur-ozet-kart {
	gap: 12px;
}
.tur-ozet-kart-icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #334155;
	font-size: 20px;
}
.tur-ozet-kart-text {
	min-width: 0;
}
.tur-ozet-kart-label {
	font-size: 14px;
	font-weight: 600;
	color: #334155;
	line-height: 1.35;
	margin-bottom: 2px;
}
.tur-ozet-kart-deger {
	font-size: 13px;
	color: #64748b;
	line-height: 1.35;
}
@media (max-width: 767px) {
	.tur-ozet-kartlar .col-6 {
		margin-bottom: 4px;
	}
}

.turfiyat-box {
    margin: 30px auto;
}
.fiyat-button-container a {
    border: 2px solid;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    background-color: #eb214514;
    border-color: rgb(157 0 0);
    padding: 6px;
    width: 100%;
    color: rgb(157 0 0);
    display: block;
}
.modal-fiyat {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s 
ease-out;
}
.modal-fiyat .modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 25px 35px;
    border-radius: 10px;
    width: 61%;
    /* max-width: 639px; */
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: slideIn 0.4s ease-out;
    max-width: unset;
}
.modal-fiyat .close-btn {
    color: #aaa;
    float: right;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
}
h4.heading-title {
    margin-top: 15px;
}
.heading-title {
    line-height: 1.25;
    margin-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.mt-30 {
    margin-top: 30px !important;
}

h4.heading-title.hide-show-area {
    background: #ffffff;
    color: #eb2145;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #eb2145;
    transition: .3s all;
}
h4.heading-title.hide-show-area:hover {
    background: #eb2145;
    color: #ffff;
    transition: .3s all;
}
.hide-area {
    border: 1px solid #dedede;
    padding: 10px;
    border-radius: 10px;
}

.priceCalc .form-group {
    border: 1px solid #dedede;
    display: flex !important;
    background: white;
    align-items: center;
    border-radius: 5px;
}
.priceCalc .form-control {
    border: unset;
}
.form-group svg {
    margin-left: 5px;
}
.priceCalc label {
    color: white;
}

.item-tour-plan {
  margin-bottom: 10px;
  margin-top: 10px;
}
.item-tour-plan .tour-plan-title {
  position: relative;
  padding: 10px 20px 10px 10px;
  background: #ffffff;
  /* border-radius: 5px; */
  cursor: pointer;
  border: #838395 solid 1px;
  display: grid !important;
}
/* .item-tour-plan .tour-plan-title .tour-plan-day {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ff7f00;
  border-radius: 40px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
} */
@media (max-width: 500px) {
  .item-tour-plan .tour-plan-title .tour-plan-day {
    padding: 8px;
    margin-right: 5px;
  }
}
.item-tour-plan .tour-plan-title .tour-plan-label {
  display: inline-block;
  margin: 5px 0;
  font-size: 15px;
  font-weight: bold;
  width: 630px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-tour-plan .tour-plan-title i {
  position: absolute;
  font-size: 24px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  .item-tour-plan .tour-plan-title i {
    right: 10px;
  }
}
.item-tour-plan .tour-plan-description {
  display: none !important;
  padding: 23px 32px;
  background: #FFFFFF;
  border: 1px solid #F5F5F5;
  border-radius: 0px 0px 5px 5px;
}
/* .item-tour-plan .tour-plan-description p {
  margin: 0 0 18px 0;
  font-weight: 300;
} */
.item-tour-plan.active .tour-plan-description {
  display: block !important;
  border-left: #838395 solid 1px;
  border-right: #838395 solid 1px;
  border-bottom: #838395 solid 1px;
}
span.tour-day-css {
    width: 50px;
    height: 50px;
    background-color: rgb(157 0 0);
    border-radius: 8px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    position: relative;
}
.iframe-w {
    position: relative;
}
/* .dot-css {
    position: absolute;
    top: 20px;
    height: 100%;
    width: 2px;
    background: rgb(207, 212, 222);
    left: 11px;
    border: 1px dashed white;
} */

/* ====== Rezervasyon Özet Başlık ====== */
.rez-ozet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    margin: -10px -10px 14px -10px;
    background: linear-gradient(135deg, #f8fafb 0%, #eef3f7 100%);
    border-bottom: 1px solid #e2e8f0;
    border-radius: 0;
}
.rez-ozet-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.rez-ozet-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #334155;
    font-weight: 500;
}
.rez-ozet-text strong {
    color: #0f2a4d;
    font-weight: 700;
}
.rez-ozet-text svg {
    color: #0f79b1;
    flex-shrink: 0;
}
.rez-ozet-fiyat-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
}
.rez-ozet-fiyat {
    display: flex;
    align-items: baseline;
    gap: 4px;
    text-align: right;
}
.rez-ozet-fiyat-deger {
    font-size: 22px;
    font-weight: 600;
    color: #0f79b1;
    line-height: 1;
    letter-spacing: -0.5px;
}
.rez-ozet-fiyat-birim {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}
.rez-ozet-fiyat-tl {
    font-size: 12px;
    color: #94a3b8;
    text-align: right;
    line-height: 1.2;
}

/* ====== PriceCalc Form Styling ====== */
.priceCalc label {
    display: block;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 5px !important;
    padding-left: 2px;
}
.priceCalc .form-group {
    margin-bottom: 12px;
}
.priceCalc .form-control,
.priceCalc .form-control-lg,
.priceCalc select.form-control {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    font-size: 14px !important;
    color: #0f2a4d !important;
    font-weight: 500 !important;
    background-color: #fff !important;
    transition: all 0.2s ease !important;
    height: auto !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
    padding-right: 32px !important;
}
.priceCalc .form-control:focus,
.priceCalc select.form-control:focus {
    border-color: #0f79b1 !important;
    box-shadow: 0 0 0 3px rgba(24, 148, 163, 0.1) !important;
    outline: none !important;
}
.priceCalc .form-control:hover,
.priceCalc select.form-control:hover {
    border-color: #cbd5e1 !important;
}
.priceCalc #oda-ekle,
.priceCalc #hesapla-btn-tur {
    width: 49% !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 11px 14px !important;
    transition: all 0.2s ease !important;
    border: none !important;
    cursor: pointer;
}
.priceCalc #oda-ekle {
    background: #f1f5f9 !important;
    color: #334155 !important;
    border: 1.5px solid #e2e8f0 !important;
}
.priceCalc #oda-ekle:hover {
    background: #e2e8f0 !important;
    border-color: #cbd5e1 !important;
}
.priceCalc #hesapla-btn-tur {
    background: linear-gradient(135deg,rgba(15, 120, 177, 0.79) 0%, #1c87b6 100%) !important;
    color: #fff !important;
}
.priceCalc #hesapla-btn-tur:hover {
    background: linear-gradient(135deg, #1c87b6 0%, #0a5760 100%) !important;
    box-shadow: 0 3px 10px rgba(24, 148, 163, 0.3) !important;
    transform: translateY(-1px);
}

    .highlight {background: green;color: #fff;}
    .title-tab {display: flex;align-items: center;background: #251363;color: white;height: 35px;padding: 11px;justify-content: space-between;    cursor: pointer;}

    .title-tab i {margin-top: 5px;margin-left: 20px;}

    .title-tab h4 {color: white;padding-left: 10px;}

    .booking-box .box-heading {
        background: #0fafb6;
    }
    .title-tab h4 {
font-size: 14px !important;
}
.fiyat-hesaplabtn {
background: #251363;
color: white;
}
.fiyat-hesaplabtn:hover {
background: #0fafb6;
color: white;
border: 1px solid #0fafb6;
}
.priceCalc
 {
    padding: 10px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    border-top: 5px solid #e81932;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.fiyat-tablo-tik {
    color: black;
    border: 1px solid #2489b8;
    text-align: center;
    border-radius: 6px;
    background: #f1f5f9;
    padding: 0px 10px;
}

/* ========== Benzer Turlar – You might also like (modern kart) ========== */
.benzer-turlar {
    background: #fff;
    padding: 48px 0 56px;
}
.benzer-turlar .heading-title {
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 28px;
}
.benzer-turlar .owl-carousel.benzerSlider {
    position: relative;
    padding: 0 48px;
    overflow: visible;
}
.benzer-turlar .owl-carousel.benzerSlider .owl-nav {
    display: flex !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    justify-content: space-between;
    margin: 0;
    z-index: 10;
}
.benzer-turlar .owl-carousel.benzerSlider .owl-nav > * {
    pointer-events: auto !important;
}
.benzer-turlar .owl-carousel.benzerSlider .owl-nav button,
.benzer-turlar .owl-carousel.benzerSlider .owl-nav .owl-prev,
.benzer-turlar .owl-carousel.benzerSlider .owl-nav .owl-next {
    pointer-events: auto !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f1f5f9 !important;
    color: #475569 !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s ease, color 0.2s ease;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1;
    cursor: pointer !important;
    position: relative;
    z-index: 11;
}
.benzer-turlar .owl-carousel.benzerSlider .owl-nav button:hover,
.benzer-turlar .owl-carousel.benzerSlider .owl-nav .owl-prev:hover,
.benzer-turlar .owl-carousel.benzerSlider .owl-nav .owl-next:hover {
    background: #e2e8f0 !important;
    color: #1e293b !important;
}
.benzer-turlar .owl-carousel.benzerSlider .owl-nav .owl-prev span,
.benzer-turlar .owl-carousel.benzerSlider .owl-nav .owl-next span,
.benzer-turlar .owl-carousel.benzerSlider .owl-nav button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.benzer-turlar .owl-carousel.benzerSlider .owl-item {
    padding: 0 6px;
}

/* Kart – beyaz, gölge, yuvarlatılmış */
.benzer-turlar .top-tour-card--benzer {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    height: auto !important;
    min-height: 380px;
    display: block;
    position: relative;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.benzer-turlar .top-tour-card--benzer:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-inner {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 380px;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Görsel alanı – üstte, yuvarlatılmış üst köşeler */
.benzer-turlar .top-tour-card--benzer .top-tour-card-image {
    position: relative;
    width: 100%;
    padding-top: 58%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f1f5f9;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-image a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-image img,
.benzer-turlar .top-tour-card--benzer .top-tour-card-image a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.benzer-turlar .top-tour-card--benzer .top-tour-fav {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #64748b !important;
    border: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: color 0.2s ease, background 0.2s ease;
}
.benzer-turlar .top-tour-card--benzer .top-tour-fav:hover,
.benzer-turlar .top-tour-card--benzer .top-tour-fav.active {
    color: #ec1f25 !important;
    background: #fff !important;
}
.benzer-turlar .top-tour-card--benzer .top-tour-fav.active i {
    font-weight: 900;
}

/* İçerik – konum, başlık, puan, süre, fiyat */
.benzer-turlar .top-tour-card--benzer .top-tour-card-content {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: relative;
    z-index: 0;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-location {
    font-size: 13px;
    color: #64748b;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-location i {
    font-size: 12px;
    color: #94a3b8;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.35;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-title a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s ease;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-title a:hover {
    color: #ec1f25;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #64748b;
}
.benzer-turlar .top-tour-card--benzer .top-tour-stars {
    display: inline-flex;
    gap: 1px;
    color: #f59e0b;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
    font-size: 13px;
    color: #64748b;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-duration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-duration i {
    font-size: 12px;
    color: #94a3b8;
}
.benzer-turlar .top-tour-card--benzer .top-tour-card-price-wrap {
    font-weight: 700;
    color: #1e293b;
    font-size: 15px;
}
.top-tour-card-price-wrap .a , .top-tour-card-price-wrap .b , .top-tour-card-price-wrap .c{
    color:black !important;
    font-size: 18px !important;

}
