.site-alert {
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 99999;
	max-width: 420px;
	width: calc(100% - 48px);
	padding: 16px 18px;
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(1, 32, 63, 0.18);
	color: #fff;
	font-size: 15px;
	line-height: 1.45;
	display: none;
	align-items: flex-start;
	gap: 12px;
}
.site-alert.is-visible {
	display: flex;
	animation: siteAlertIn .35s ease;
}
.site-alert.success {
	background: #01203f;
	border-left: 4px solid #c49045;
}
.site-alert.error {
	background: #7a1f1f;
	border-left: 4px solid #e5a0a0;
}
.site-alert .site-alert-close {
	margin-left: auto;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	opacity: .8;
}
@keyframes siteAlertIn {
	from { opacity: 0; transform: translateY(-10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Site overrides */
.main-header .header-lower .logo-box .logo {
	padding: 0;
}
.main-header .logo img,
.mobile-menu .nav-logo img {
	max-height: 85px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.main-footer {
	margin-top: 0;
}
.main-footer .widgets-section {
	padding-top: 80px;
}
.main-footer_logo {
	display: inline-block;
	background: #fff;
	padding: 10px 14px;
	border-radius: 8px;
	margin-bottom: 20px;
}
.main-footer_logo img {
	max-height: 85px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.content-detail_image {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 30px;
	max-height: 420px;
	background: #f3f5f7;
}

.content-detail_image img {
	width: 100%;
	height: 100%;
	max-height: 420px;
	object-fit: cover;
	display: block;
}

.content-detail_layout .content-detail_image {
	max-height: 360px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.content-detail_layout .content-detail_image {
		margin-bottom: 25px;
		max-height: 280px;
	}
	.content-detail_image,
	.content-detail_image img {
		max-height: 280px;
	}
}

.service-detail_image.content-detail_image img {
	-webkit-mask-image: none;
	mask-image: none;
}

/* Who We Are */
.about-stats {
	padding: 50px 0;
	background: #01203f;
	color: #fff;
}
.about-stats_item {
	text-align: center;
	padding: 20px 10px;
}
.about-stats_number {
	font-size: 42px;
	font-weight: 700;
	color: #c49045;
	line-height: 1.1;
}
.about-stats_label {
	margin-top: 8px;
	font-size: 14px;
	letter-spacing: .02em;
	opacity: .9;
}
.about-page_text p {
	margin-bottom: 14px;
}
.about-video_frame {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 16px;
	background: #01203f;
}
.about-video_frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.story-page {
	padding: 80px 0 100px;
}
.story-page_intro > p {
	max-width: 820px;
	margin-bottom: 40px;
	font-size: 17px;
	line-height: 1.7;
}
.story-timeline {
	display: grid;
	gap: 22px;
}
.story-timeline_item {
	display: grid;
	grid-template-columns: 90px 1fr;
	gap: 20px;
	align-items: start;
	padding: 22px 24px;
	background: linear-gradient(135deg, rgba(1,32,63,.04), rgba(196,144,69,.08));
	border-left: 3px solid #c49045;
	border-radius: 0 12px 12px 0;
}
.story-timeline_year {
	font-size: 28px;
	font-weight: 700;
	color: #01203f;
	line-height: 1;
}
.story-timeline_body h4 {
	margin: 0 0 8px;
	color: #01203f;
}
.story-timeline_body p {
	margin: 0;
	color: #445;
}

.ceo-page {
	padding: 80px 0 100px;
}
.ceo-letter_greeting {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 18px;
}
.ceo-letter_sign {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid rgba(1,32,63,.15);
}
.ceo-letter_sign strong {
	display: block;
	font-size: 18px;
	color: #01203f;
}
.ceo-letter_sign span {
	display: block;
	margin-top: 4px;
	color: #c49045;
	font-size: 14px;
}

.team-group_title {
	margin: 28px 0 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(1,32,63,.12);
	color: #01203f;
	font-size: 18px;
}
.team-people .team-person {
	padding: 16px 0;
	border-bottom: 1px solid rgba(1,32,63,.08);
}
.team-person_name {
	margin: 0 0 4px;
	font-size: 17px;
	color: #01203f;
}
.team-person_role {
	font-size: 13px;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #c49045;
	font-weight: 600;
}
.team-person_meta {
	margin-top: 6px;
	font-size: 14px;
	color: #556;
}

@media (max-width: 767px) {
	.story-timeline_item {
		grid-template-columns: 1fr;
		gap: 8px;
	}
	.about-stats_number {
		font-size: 34px;
	}
}

/* Our Services */
.services-overview {
	padding: 70px 0 10px;
}
.services-overview_text {
	max-width: 860px;
	margin-bottom: 28px;
}
.services-overview_lead {
	font-size: 18px;
	font-weight: 600;
	color: #01203f;
	margin-bottom: 12px;
}
.services-overview_cats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}
.services-overview_cat {
	padding: 10px 16px;
	background: linear-gradient(135deg, rgba(1,32,63,.06), rgba(196,144,69,.12));
	border-left: 3px solid #c49045;
	color: #01203f;
	font-size: 14px;
	font-weight: 600;
}
.service-detail_lead {
	margin: 18px 0 22px;
	font-size: 20px;
	color: #01203f;
}
.service-features {
	list-style: none;
	padding: 0;
	margin: 18px 0 28px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 18px;
}
.service-features li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	background: #f5f7fa;
	border-radius: 8px;
	color: #01203f;
	font-weight: 500;
}
.service-features li .fa-check {
	color: #c49045;
}
.service-why {
	margin-top: 36px;
	padding: 28px 26px;
	background: #01203f;
	color: #fff;
	border-radius: 14px;
}
.service-why h3 {
	color: #fff;
	margin-bottom: 12px;
}
.service-why p {
	color: #fff;
	opacity: .9;
	margin-bottom: 22px;
}
.service-why_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}
.service-why_item {
	padding: 14px 12px;
	background: rgba(255,255,255,.06);
	border-top: 2px solid #c49045;
	border-radius: 8px;
}
.service-why_item strong {
	display: block;
	color: #c49045;
	font-size: 14px;
	margin-bottom: 4px;
}
.service-why_item span {
	font-size: 13px;
	opacity: .85;
}

.service-child_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 18px 0 28px;
}
.service-child_card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	background: #f5f7fa;
	border-left: 3px solid #c49045;
	border-radius: 8px;
	color: #01203f;
	font-weight: 600;
	text-decoration: none;
	transition: .25s ease;
}
.service-child_card:hover {
	background: #01203f;
	color: #fff;
}
.service-child_card i {
	color: #c49045;
}

/* Locations */
.locations-overview {
	padding: 80px 0 60px;
}
.locations-overview_lead {
	max-width: 820px;
	font-size: 18px;
	color: #01203f;
	font-weight: 600;
	margin-bottom: 18px;
}
.locations-overview_select {
	margin: 10px 0 24px;
	color: #01203f;
	font-size: 20px;
}

/* Lokasyonlar — Çalışma sürecimiz */
.locations-process {
	padding: 40px 0 90px;
	background: #f5f7fa;
}
.locations-process_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin-top: 10px;
}
.locations-process_card {
	position: relative;
	background: #fff;
	border-radius: 14px;
	padding: 28px 22px 26px;
	box-shadow: 0 8px 22px rgba(1, 32, 63, 0.07);
	height: 100%;
}
.locations-process_num {
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #c49045;
	font-family: "Alexandria", sans-serif;
	margin-bottom: 14px;
}
.locations-process_title {
	margin: 0 0 10px;
	color: #01203f;
	font-size: 18px;
	line-height: 1.35;
}
.locations-process_text {
	margin: 0;
	color: #556;
	font-size: 15px;
	line-height: 1.55;
}
@media (max-width: 991px) {
	.locations-process_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 575px) {
	.locations-process_grid {
		grid-template-columns: 1fr;
	}
}
.location-area_card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(1,32,63,.08);
}
.location-area_image {
	height: 220px;
	overflow: hidden;
}
.location-area_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.location-area_body {
	padding: 22px 22px 26px;
}
.location-area_body h3 {
	margin: 0 0 10px;
	color: #01203f;
}
.location-area_body p {
	margin-bottom: 18px;
	color: #556;
}
.location-ports {
	list-style: none;
	padding: 0;
	margin: 18px 0 10px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
}
.location-ports li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	background: #f5f7fa;
	border-radius: 8px;
	color: #01203f;
	font-weight: 500;
}
.location-ports li .fa-anchor {
	color: #c49045;
}
.location-port-item a {
	padding-left: 28px !important;
	font-size: 14px;
}
.location-region-list li.active > a {
	color: #c49045;
}

@media (max-width: 767px) {
	.location-ports {
		grid-template-columns: 1fr;
	}
}

/* Blog */
.blog-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}
.blog-tab {
	padding: 10px 16px;
	background: #f5f7fa;
	color: #01203f;
	font-weight: 600;
	border-left: 3px solid transparent;
	text-decoration: none;
}
.blog-tab.active,
.blog-tab:hover {
	background: #01203f;
	color: #fff;
	border-left-color: #c49045;
}
.blog-listing_intro {
	max-width: 720px;
	margin-top: 10px;
	color: #556;
}
.blog-date {
	font-size: 13px;
	color: #c49045;
	font-weight: 600;
	margin-bottom: 8px;
}

/* News kartı: temada 2. img yoksa ilk img opacity:0 kalıyor */
.news-block_one-image > a {
	display: block;
	height: 100%;
}
.news-block_one-image img:first-child {
	position: relative;
	opacity: 1;
	transform: none;
	filter: none;
}
.news-block_one-image img:nth-child(2) {
	display: none;
}

/* Blog / haber listeleri — eşit görsel boyutu */
.news-block_one-image {
	height: 240px;
}
.news-block_one-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media (max-width: 767px) {
	.news-block_one-image {
		height: 200px;
	}
}

/* Ana sayfa — Neredeyiz (şube) görselleri aynı boy */
.team-one .team-block_one-image {
	height: 260px;
}
.team-one .team-block_one-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media (max-width: 767px) {
	.team-one .team-block_one-image {
		height: 220px;
	}
}

@media (max-width: 991px) {
	.service-why_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	.service-features {
		grid-template-columns: 1fr;
	}
	.service-why_grid,
	.services-overview_cats {
		grid-template-columns: 1fr;
	}
	.services-overview_cats {
		display: grid;
	}
}
/* ── Cabin Stores ─────────────────────────────────────── */
.cabin-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #c49045;
    border-radius: 12px;
    overflow: hidden;
    margin: 24px 0 32px;
}
.cabin-stats_item {
    background: #01203f;
    padding: 20px 16px;
    text-align: center;
}
.cabin-stats_num {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #c49045;
    line-height: 1.1;
}
.cabin-stats_label {
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,.8);
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.cabin-cats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 16px 0 28px;
}
.cabin-cat_card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 14px;
    background: linear-gradient(135deg, #f5f7fa, #fff);
    border: 1px solid rgba(196,144,69,.2);
    border-left: 3px solid #c49045;
    border-radius: 8px;
    color: #01203f;
    font-weight: 600;
    font-size: 14px;
    transition: .2s ease;
}
.cabin-cat_card:hover {
    background: #01203f;
    color: #fff;
    border-color: #01203f;
}
.cabin-cat_card:hover i { color: #c49045; }
.cabin-cat_card i {
    font-size: 18px;
    color: #c49045;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}
.cabin-callout {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 24px;
    background: linear-gradient(135deg, rgba(1,32,63,.04), rgba(196,144,69,.08));
    border-left: 4px solid #c49045;
    border-radius: 10px;
    margin: 8px 0 28px;
}
.cabin-callout_icon {
    font-size: 26px;
    color: #c49045;
    margin-top: 2px;
    flex-shrink: 0;
}
.cabin-callout_title {
    margin: 0 0 6px;
    color: #01203f;
    font-size: 16px;
    font-weight: 700;
}
.cabin-callout_text {
    margin: 0;
    color: #556;
    font-size: 14.5px;
    line-height: 1.6;
}
@media (max-width: 991px) {
    .cabin-stats { grid-template-columns: repeat(2, 1fr); }
    .cabin-cats  { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
    .cabin-stats { grid-template-columns: 1fr; }
    .cabin-cats  { grid-template-columns: 1fr; }
    .cabin-stats_num { font-size: 22px; }
}
