@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('all.min.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('intlTelInput.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    color: #333333;
    overflow-x: hidden;
    background-color: #ffffff; /* Genel beyaz zemin */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.h-100vh {
    height: 100vh;
}

:root {
  --anarenk: #1f1f1f;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 30px;
	height:60px;
	border-radius:30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}


/*------------------header----------------------*/

.aciklama {
	margin-bottom:24px;
}
.aciklama h1 {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: var(--yesil);
	margin-bottom:14px;
}
.aciklama ul,ol {
	list-style:none;
	margin-bottom:24px;
}
.aciklama ul li ,
.aciklama ol li 
{
	position:relative;
	padding-left:15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
}
.aciklama ul li:before ,
.aciklama ol li:before 
{
	position:absolute;
	content:"";
	top:11px;
	left:0px;
	width:7px;
	height:7px;
	border-radius:4px;
	background:var(--yesil);
	opacity: 1 !important;
}
.aciklama img {
	width:100% !important;
	border-radius:20px;
	max-height:300px;
	object-fit:cover;
	margin-bottom:25px;
}
.aciklama h2 ,
.aciklama h3 ,
.aciklama h4 ,
.aciklama h5 
{
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: var(--yesil);
	margin-bottom:20px;
}
.aciklama p 
{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: var(--yesil);
	opacity: 1;
	margin-bottom:20px;
}


/* ==========================================================================
   HANPACK GLOBAL - HEADER (#header) STYLES
   ========================================================================== */

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
#header.sabit {
    position: relative;
}

/* --- 1. Katman: Üst Bilgi Çubuğu (Top Bar) --- */
#header .top-bar {
    background-color: #f8f9fa; /* Çok temiz, ferah bir açık gri */
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0;
}

#header .top-bar-wrapper,
#header .top-bar-left,
#header .top-bar-right {
    display: flex;
    align-items: center;
}

#header .top-bar-wrapper {
    justify-content: space-between;
}

/* Dikey Ayırıcı Çizgi */
#header .top-bar-divider {
    width: 1px;
    height: 14px;
    background-color: #dddddd;
    margin: 0 15px;
}

/* Üst Bar Linkleri Genel */
#header .top-bar a {
    color: #555555;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

#header .top-bar a:hover {
    color: #004d99; /* Marka mavisi */
}

#header .top-bar i {
    font-size: 16px;
    color: #004d99; /* İkonlar her zaman mavi kalsın, şık durur */
    margin-right: 6px;
}

/* Sosyal Medya İkonları */
#header .header-social {
    display: flex;
    gap: 12px;
}

#header .header-social a i {
    color: #666666;
    margin-right: 0;
    font-size: 16px;
    transition: all 0.3s ease;
}

#header .header-social a:hover i {
    color: #004d99;
    transform: translateY(-2px); /* Hoverda hafif yukarı zıplar */
}

/* Özel Telefon Vurgusu */
#header .phone-link {
    font-weight: 700 !important;
    color: #002244 !important; /* Lacivert ile güven verici duruş */
    letter-spacing: 0.5px;
}


/* --- Dil Seçimi (Dropdown) --- */
#header .lang-selector {
    position: relative;
}

#header .current-lang {
    padding: 5px 0;
}

#header .current-lang i {
    font-size: 12px;
    margin-left: 4px;
    margin-right: 0;
    color: #555555;
    transition: transform 0.3s ease;
}

/* Bayrak İkonu */
#header .flag-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%; /* Tam yuvarlak bayraklar */
    object-fit: cover;
    margin-right: 8px;
    border: 1px solid #eeeeee;
}

/* Açılır Menü (Dropdown) Tasarımı */
#header .lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    min-width: 100px;
    border-radius: 6px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #eeeeee;
    
    /* Animasyon Hazırlığı (Başlangıçta gizli ve biraz aşağıda) */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Hover durumunda menü açılır */
#header .lang-selector:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#header .lang-selector:hover .current-lang i {
    transform: rotate(180deg); /* Ok işareti ters döner */
}

#header .lang-dropdown li a {
    display: flex;
    padding: 8px 15px;
    width: 100%;
    transition: background-color 0.3s ease;
}

#header .lang-dropdown li a:hover {
    background-color: #f4f6f9; /* Üzerine gelince hafif gri olur */
    color: #004d99;
}


/* --- 2. Katman: Ana Menü (Main Header) --- */
#header .main-header {
    padding: 15px 0;
}

#header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header .logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

#header .logo-icon {
    width: 120px;
    height: auto;
}

#header .nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 35px;
}

#header .nav a {
    text-decoration: none;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.3s ease;
    padding: 5px 0;
}

#header .nav a:hover {
    color: #004d99;
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */
@media (max-width: 991px) {
    #header .nav {
        display: none;
    }
}

@media (max-width: 767px) {
    #header .main-header {
        padding: 12px 0;
    }
    
    #header .logo-icon {
        width: 100px;
    }
}

/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:100%;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}

/* ================= SLIDER / HERO (#slider) STYLES ================= */
#slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #f8f9fa; /* Resim yüklenene kadar ferah bir zemin */
}

#slider .slider-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

/* Aydınlık Overlay Efekti */
#slider .slider-overlay {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    /* Soldan sağa beyazdan şeffafa geçen ferah bir aydınlatma */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 1;
}

#slider .container {
    z-index: 2;
}

/* --- Slider İçerik Alanı --- */
#slider .slider-content {
    color: #111111; /* Koyu metin okunuşu kolaylaştırır */
    text-align: left;
}

#slider .slider-content h2 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #004d99; /* Marka mavisi ile ön vurgu */
    margin-bottom: 15px;
    text-transform: uppercase;
}

#slider .slider-content h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #002244; /* Çok koyu lacivert/siyah */
    letter-spacing: -1px;
}

#slider .slider-content p {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 40px;
    max-width: 600px;
}

/* --- Buton --- */
#slider .btn-slider {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    background-color: #004d99; /* Dolgulu mavi buton */
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 77, 153, 0.2);
}

#slider .btn-slider i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

#slider .btn-slider:hover {
    background-color: #003366; /* Hoverda daha koyu lacivert */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 51, 102, 0.3);
}

#slider .btn-slider:hover i {
    transform: translateX(5px);
}

/* ==========================================================================
   HANPACK GLOBAL - HAKKIMIZDA (#hakkimizda) STYLES
   ========================================================================== */

#hakkimizda {
    background-color: #fafbfc; /* Çok uçuk, temiz bir gri/beyaz zemin */
    padding: 100px 0;
    color: #333333;
}

/* --- Başlık Alanı --- */
#hakkimizda .hakkimizda-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #004d99; /* Marka mavisi */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#hakkimizda .hakkimizda-title {
    font-size: 42px;
    font-weight: 800;
    color: #002244; /* Koyu lacivert başlık */
    margin-bottom: 25px;
    letter-spacing: -0.5px;
}

#hakkimizda .hakkimizda-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #555555;
    margin: 0 auto;
    max-width: 750px; /* Metnin çok uzayıp göz yormaması için sınır */
}

/* --- Değerler Kartları --- */
#hakkimizda .hakkimizda-card {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px; /* Hafif yuvarlatılmış köşeler */
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    z-index: 1;
}

#hakkimizda .hakkimizda-card:hover {
    transform: translateY(-10px); /* Üzerine gelince yukarı kalkar */
    box-shadow: 0 15px 40px rgba(0, 51, 102, 0.08); /* Yumuşak bir gölge */
    border-color: #ffffff;
}

/* İkonlar */
#hakkimizda .hakkimizda-icon {
    width: 70px;
    height: 70px;
    background-color: #f0f5fa; /* İkon arkasında çok hafif mavi zemin */
    color: #004d99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin: 0 auto 25px auto;
    transition: all 0.3s ease;
}

#hakkimizda .hakkimizda-card:hover .hakkimizda-icon {
    background-color: #004d99;
    color: #ffffff;
    transform: scale(1.1); /* İkon hafif büyür */
}

/* Kart İçerikleri */
#hakkimizda .hakkimizda-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #002244;
    margin-bottom: 15px;
}

#hakkimizda .hakkimizda-card-desc {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   HANPACK GLOBAL - AMBALAJ ÇÖZÜMLERİ / BENTO BOX VİTRİN (#cozumler)
   ========================================================================== */

#cozumler {
    background-color: #ffffff; /* Temiz ve ferah beyaz arka plan */
    padding: 100px 0;
    color: #333333;
}

/* --- Başlık Alanı --- */
#cozumler .cozum-main-title {
    font-size: 48px;
    font-weight: 800;
    color: #0a192f; /* Çok koyu modern lacivert */
    margin: 0;
    letter-spacing: -1.5px;
    line-height: 1.1;
}

#cozumler .cozum-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
    margin: 0;
    border-left: 2px solid #004d99; /* Metnin solunda ince şık bir çizgi */
    padding-left: 15px;
}

/* --- BENTO BOX GRID MİMARİSİ --- */
#cozumler .cozum-bento-grid {
    display: grid;
    /* Masaüstünde 4 eşit sütun */
    grid-template-columns: repeat(4, 1fr);
    /* Her bir temel satırın yüksekliği */
    grid-auto-rows: 240px; 
    gap: 24px; /* Kutular arası modern boşluk */
}

/* --- BENTO KUTULARI (BOYUTLANDIRMA) --- */
#cozumler .cozum-bento-item {
    position: relative;
    border-radius: 24px; /* Çok modern, yuvarlak Apple tarzı köşeler */
    overflow: hidden;
    text-decoration: none;
    background-color: #f4f6f9;
    /* Hover animasyonu için zemin hazırlığı */
    display: block;
    transform: translateZ(0); /* Tarayıcı ivmelendirmesi için */
}

/* Boyut Sınıfları */
#cozumler .bento-large {
    grid-column: span 2; /* 2 Sütun Kapla */
    grid-row: span 2;    /* 2 Satır Kapla */
}

#cozumler .bento-wide {
    grid-column: span 2; /* 2 Sütun Kapla */
    grid-row: span 1;    /* 1 Satır Kapla */
}

#cozumler .bento-tall {
    grid-column: span 1; /* 1 Sütun Kapla */
    grid-row: span 2;    /* 2 Satır Kapla */
}

/* Normal kareler için ekstra sınıfa gerek yok, otomatik 1x1 kaplar */

/* --- BENTO KUTU İÇERİKLERİ VE EFEKTLERİ --- */
#cozumler .bento-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); /* Yumuşak ve yavaş zoom */
}

#cozumler .cozum-bento-item:hover .bento-img {
    transform: scale(1.08); /* Hover'da resim hafifçe büyür */
}

/* Gradyan Karartma (Overlay) */
#cozumler .bento-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Alttan üste doğru zarif bir karartma */
    background: linear-gradient(to top, rgba(10, 25, 47, 0.8) 0%, rgba(10, 25, 47, 0.3) 50%, transparent 100%);
    transition: background 0.5s ease;
}

#cozumler .cozum-bento-item:hover .bento-overlay {
    background: linear-gradient(to top, rgba(10, 25, 47, 0.95) 0%, rgba(10, 25, 47, 0.4) 60%, transparent 100%);
}

/* İçerik Metinleri */
#cozumler .bento-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#cozumler .bento-tag {
    align-self: flex-start;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px); /* Buzlu cam efekti */
    -webkit-backdrop-filter: blur(5px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 15px;
    border-radius: 50px;
    margin-bottom: 12px;
}

#cozumler .bento-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

#cozumler .bento-large .bento-title {
    font-size: 32px; /* Büyük kutuda başlık daha büyük */
    margin-bottom: 10px;
}

#cozumler .bento-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    /* Metni sadece hoverda göster / yukarı kaydır efekti */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

#cozumler .cozum-bento-item:hover .bento-desc {
    max-height: 100px;
    opacity: 1;
    margin-top: 10px;
}

/* Sağ Alt Ok İkonu */
#cozumler .bento-arrow {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #0a192f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    transform: scale(0.5) rotate(-45deg); /* Küçültülmüş ve hafif dönük */
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

#cozumler .cozum-bento-item:hover .bento-arrow {
    opacity: 1;
    transform: scale(1) rotate(0deg); /* Hover'da normal boyutuna döner ve ok düzelir */
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 991px) {
    #cozumler { padding: 80px 0; }
    #cozumler .cozum-main-title { font-size: 38px; margin-bottom: 20px; }
    #cozumler .cozum-subtitle { border-left: none; padding-left: 0; }
    
    /* Tablette 2 sütunlu Bento */
    #cozumler .cozum-bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 220px;
    }
    
    /* 2 Sütunlu yapıda taşmamaları için span ayarları */
    #cozumler .bento-large { grid-column: span 2; grid-row: span 2; }
    #cozumler .bento-wide { grid-column: span 2; grid-row: span 1; }
    /* bento-tall tablet görünümünde bazen akışı bozar, onu kareye çevirelim */
    #cozumler .bento-tall { grid-column: span 1; grid-row: span 1; } 
}

@media (max-width: 767px) {
    #cozumler { padding: 60px 0; }
    #cozumler .cozum-main-title { font-size: 32px; }
    
    /* Mobilde her şey tek sütun (Alt alta) */
    #cozumler .cozum-bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 250px; /* Mobilde her kutu 250px boyunda */
    }
    
    /* Mobilde hiçbir kutu birden fazla sütun/satır kaplamaz */
    #cozumler .bento-large,
    #cozumler .bento-wide,
    #cozumler .bento-tall {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    #cozumler .bento-large .bento-title {
        font-size: 22px;
    }
    
    #cozumler .bento-content {
        padding: 20px;
    }
    
    /* Mobilde açıklamalar her zaman görünür olsun */
    #cozumler .bento-desc {
        max-height: 100px;
        opacity: 1;
        margin-top: 10px;
    }
}

/* ==========================================================================
   HANPACK GLOBAL - SIKÇA SORULAN SORULAR (#sss) STYLES
   ========================================================================== */

#sss {
    background-color: #f8f9fa; /* Zemin için çok çok hafif, temiz bir gri */
    padding: 100px 0;
    color: #333333;
}

/* --- Sol Kolon: Başlık Alanı --- */
#sss .sss-header-content {
    position: sticky;
    top: 100px; /* Sayfa kayarken başlığın ekranda kalması için şık bir dokunuş */
}

#sss .sss-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #004d99; /* Marka mavisi */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

#sss .sss-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #002244;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#sss .sss-desc {
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 30px;
}

#sss .sss-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #004d99;
    text-decoration: none;
    transition: all 0.3s ease;
}

#sss .sss-contact-link:hover {
    color: #002244;
}

#sss .sss-contact-link:hover i {
    transform: translateX(5px);
}


/* --- Sağ Kolon: Akordeon (Details/Summary) --- */
#sss .sss-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Sorular arası boşluk */
}

#sss .sss-item {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 8px; /* Yumuşak köşeler */
    overflow: hidden;
    transition: all 0.3s ease;
}

#sss .sss-item:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.03); /* Hoverda çok hafif gölge */
    border-color: #d0dbe5;
}

/* Tarayıcıların varsayılan ok işaretini gizliyoruz */
#sss .sss-item summary::-webkit-details-marker {
    display: none;
}
#sss .sss-item summary {
    list-style: none;
}

/* Soru Başlığı */
#sss .sss-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

#sss .sss-question:hover {
    color: #004d99;
}

/* Sağdaki Artı/Eksi İkonları */
#sss .sss-icon {
    font-size: 20px;
    color: #004d99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 15px;
}

#sss .sss-icon .la-minus {
    display: none; /* Varsayılan olarak eksi ikonu gizli */
}

/* Cevap Alanı */
#sss .sss-answer {
    padding: 0 25px 25px 25px;
    border-top: 1px solid transparent; /* Geçiş için şeffaf border */
}

#sss .sss-answer p {
    font-size: 14px;
    color: #555555;
    line-height: 1.7;
    margin: 0;
}

/* === AKORDEON AÇIK (OPEN) DURUMU === */
#sss .sss-item[open] {
    border-color: #cce0f5; /* Açıkken mavi çerçeve */
    box-shadow: 0 5px 20px rgba(0, 77, 153, 0.05);
}

#sss .sss-item[open] .sss-question {
    color: #004d99;
    padding-bottom: 15px; /* Açıkken alttaki boşluğu biraz kısıyoruz */
}

/* İkon değişimi (Artı gider, Eksi gelir) */
#sss .sss-item[open] .sss-icon .la-plus {
    display: none;
}
#sss .sss-item[open] .sss-icon .la-minus {
    display: block;
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 991px) {
    #sss { padding: 80px 0; }
    
    #sss .sss-header-content {
        position: relative;
        top: 0;
        text-align: center;
    }
    
    #sss .sss-main-title { 
        font-size: 36px; 
    }
}

@media (max-width: 767px) {
    #sss { padding: 60px 0; }
    
    #sss .sss-main-title { 
        font-size: 30px; 
    }
    
    #sss .sss-desc {
        font-size: 14px;
    }
    
    #sss .sss-question {
        font-size: 15px;
        padding: 18px 20px;
    }
    
    #sss .sss-answer {
        padding: 0 20px 20px 20px;
    }
    
    #sss .sss-answer p {
        font-size: 13px;
    }
}

/* ==========================================================================
   HANPACK GLOBAL - CALL TO ACTION (#cta) STYLES
   ========================================================================== */

#cta {
    background-color: #ffffff; /* Sayfanın genel ferah beyaz zemini devam ediyor */
    padding: 60px 0; /* Üstten alttan rahat boşluk */
}

/* --- CTA Ana Kutusu (Elevated Card) --- */
#cta .cta-box {
    /* Kurumsal lacivert tonlarında modern ve güven veren bir gradyan */
    background: linear-gradient(135deg, #004d99 0%, #002244 100%);
    border-radius: 24px; /* Bento box ile uyumlu modern yuvarlak köşeler */
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 34, 68, 0.15); /* Havada duruyormuş hissi veren gölge */
}

/* Dekoratif Arka Plan Şekilleri (Soyut modern tasarım) */
#cta .cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05); /* Çok hafif şeffaf beyaz */
    z-index: 0;
}

#cta .cta-shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -50px;
}

#cta .cta-shape-2 {
    width: 150px;
    height: 150px;
    bottom: -50px;
    left: 10%;
}

/* Z-index ayarı ile içeriklerin şekillerin üstünde kalmasını sağlıyoruz */
#cta .z-index-1 {
    position: relative;
    z-index: 1;
}

/* --- Metinler --- */
#cta .cta-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

#cta .cta-desc {
    color: rgba(255, 255, 255, 0.85); /* Göz yormayan hafif kırık beyaz */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    max-width: 650px;
}

/* --- Butonlar --- */
#cta .cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end; /* Masaüstünde sağa yaslı */
    flex-wrap: wrap;
}

/* Birincil Buton (Beyaz) */
#cta .btn-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    color: #002244; /* Buton metni koyu lacivert */
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
}

#cta .btn-cta-primary:hover {
    background-color: #f0f5fa; /* Hoverda çok hafif mavi/gri */
    transform: translateY(-3px); /* Yukarı kalkma efekti */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#cta .btn-cta-primary i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

#cta .btn-cta-primary:hover i {
    transform: translateX(5px); /* İkon sağa kayar */
}

/* İkincil Buton (Sınır Çizgili - Outline) */
#cta .btn-cta-outline {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

#cta .btn-cta-outline:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 991px) {
    #cta { padding: 50px 0; }
    
    #cta .cta-box {
        padding: 50px 40px;
    }
    
    #cta .cta-title {
        font-size: 28px;
    }
    
    /* Butonları tablette ortalıyoruz */
    #cta .cta-buttons {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    #cta { padding: 40px 0; }
    
    #cta .cta-box {
        padding: 40px 25px;
        border-radius: 16px; /* Mobilde köşeleri biraz daha az yuvarlak yapalım */
    }
    
    #cta .cta-title {
        font-size: 24px;
    }
    
    #cta .cta-desc {
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Mobilde butonlar alt alta ve tam genişlik dolsun */
    #cta .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    #cta .btn-cta-primary,
    #cta .btn-cta-outline {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   HANPACK GLOBAL - İLETİŞİM VE FORM (#iletisim) STYLES
   ========================================================================== */

#iletisim {
    background-color: #ffffff; /* Ferah beyaz zemin */
    padding: 100px 0;
    color: #333333;
}

/* --- Sol Kolon: İletişim Bilgileri --- */
#iletisim .iletisim-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #004d99; /* Marka mavisi */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#iletisim .iletisim-title {
    font-size: 40px;
    font-weight: 800;
    color: #002244; /* Koyu modern lacivert */
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#iletisim .iletisim-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 40px;
    max-width: 90%;
}

/* Bilgi Listesi */
#iletisim .iletisim-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#iletisim .iletisim-list li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

#iletisim .iletisim-icon {
    width: 50px;
    height: 50px;
    background-color: #f4f6f9; /* Çok hafif gri dairesel zemin */
    color: #004d99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

#iletisim .iletisim-list li:hover .iletisim-icon {
    background-color: #004d99;
    color: #ffffff;
    transform: scale(1.1);
}

#iletisim .iletisim-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#iletisim .iletisim-text strong {
    font-size: 16px;
    font-weight: 700;
    color: #111111;
}

#iletisim .iletisim-text span {
    font-size: 14px;
    color: #666666;
}

/* Sosyal Medya İkonları */
#iletisim .iletisim-social {
    display: flex;
    gap: 15px;
}

#iletisim .iletisim-social a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    color: #002244;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#iletisim .iletisim-social a:hover {
    background-color: #004d99;
    border-color: #004d99;
    color: #ffffff;
    transform: translateY(-3px);
}


/* --- Sağ Kolon: Form Alanı (Bento Stili) --- */
#iletisim .iletisim-form-wrapper {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 24px; /* Modern yuvarlak köşeler */
    padding: 50px;
    box-shadow: 0 15px 40px rgba(0, 34, 68, 0.05); /* Ferah gölge */
}

#iletisim .form-title {
    font-size: 24px;
    font-weight: 800;
    color: #002244;
    margin-bottom: 5px;
}

#iletisim .form-subtitle {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
}

/* Form Inputları (Modern SaaS Tarzı) */
#iletisim .input-group {
    width: 100%;
}

#iletisim .form-input {
    width: 100%;
    background-color: #f4f6f9; /* Gri doldurulmuş zemin */
    border: 1px solid transparent;
    padding: 15px 20px;
    border-radius: 12px;
    font-size: 14px;
    color: #333333;
    transition: all 0.3s ease;
    outline: none;
}

#iletisim .form-input::placeholder {
    color: #999999;
}

#iletisim .form-input:focus {
    background-color: #ffffff; /* Odaklanınca bembeyaz olur */
    border-color: #004d99; /* Lacivert ince çerçeve çıkar */
    box-shadow: 0 0 0 4px rgba(0, 77, 153, 0.08); /* Hafif mavi bir ışıma (glow) */
}

/* Özel Select Ok İkonu */
#iletisim .form-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
    cursor: pointer;
}

#iletisim .form-textarea {
    resize: none;
}

/* Gönder Butonu */
#iletisim .form-submit-btn {
    width: 100%;
    background-color: #004d99; /* Marka mavisi */
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 30px;
    border: none;
    border-radius: 12px; /* Inputlarla aynı oranda oval köşeler */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

#iletisim .form-submit-btn:hover {
    background-color: #002244; /* Hover'da koyu lacivert */
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 34, 68, 0.2);
}

#iletisim .form-submit-btn i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

#iletisim .form-submit-btn:hover i {
    transform: translateX(5px) translateY(-5px); /* İkon yukarı ve sağa uçar gibi olur */
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 991px) {
    #iletisim { padding: 80px 0; }
    
    #iletisim .iletisim-title {
        font-size: 34px;
    }
    
    #iletisim .iletisim-desc {
        max-width: 100%;
    }
    
    #iletisim .iletisim-form-wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    #iletisim { padding: 60px 0; }
    
    #iletisim .iletisim-title { 
        font-size: 28px; 
    }
    
    #iletisim .iletisim-desc {
        font-size: 15px;
    }
    
    #iletisim .iletisim-form-wrapper {
        padding: 30px 20px;
        border-radius: 16px;
    }
    
    #iletisim .form-title {
        font-size: 22px;
    }
    
    #iletisim .form-input {
        padding: 12px 15px;
    }
}

/* ==========================================================================
   HANPACK GLOBAL - FOOTER (#footer) STYLES
   ========================================================================== */

#footer {
    background-color: #fafbfc; /* İletişim bölümünden ayırmak için çok uçuk bir gri */
    border-top: 1px solid #eeeeee; /* Üstte ince, zarif bir çizgi */
    padding-top: 50px;
    color: #555555;
}

/* --- Footer Üst Kısım --- */
#footer .footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0; /* Alt kısımla aradaki silik çizgi */
}

/* Logo Alanı */
#footer .footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

#footer .footer-logo-icon {
    width: 124px; /* Üst menüdekinden bir tık daha minimal */
    height: auto;
    filter: grayscale(100%); /* Alt kısımda logoyu daha sade göstermek için gri tonlama */
    opacity: 0.7;
    transition: all 0.3s ease;
}

#footer .footer-logo-text {
    font-size: 18px;
    font-weight: 800;
    color: #444444;
    letter-spacing: -0.5px;
    transition: color 0.3s ease;
}

#footer .footer-brand:hover .footer-logo-icon {
    filter: grayscale(0%);
    opacity: 1;
}

#footer .footer-brand:hover .footer-logo-text {
    color: #004d99; /* Hover'da marka mavisi */
}

/* Hızlı Menü Linkleri */
#footer .footer-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

#footer .footer-links a {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

#footer .footer-links a:hover {
    color: #004d99;
}

/* Sosyal Medya İkonları */
#footer .footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

#footer .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 50%;
    color: #666666;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#footer .footer-social a:hover {
    background-color: #004d99;
    border-color: #004d99;
    color: #ffffff;
    transform: translateY(-3px);
}

/* --- Footer Alt Kısım (Copyright) --- */
#footer .footer-bottom {
    padding: 25px 0;
}

#footer .copyright-text {
    font-size: 13px;
    color: #999999;
    margin: 0;
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 767px) {
    #footer { padding-top: 40px; }
    
    #footer .footer-top {
        padding-bottom: 30px;
    }
    
    /* Mobilde sosyal medya ikonlarını da ortalıyoruz */
    #footer .footer-social {
        justify-content: center;
    }
    
    #footer .footer-links {
        gap: 15px;
    }
    
    #footer .footer-links a {
        font-size: 13px;
    }
    
    #footer .copyright-text {
        font-size: 12px;
    }
}

/* ==========================================================================
   HANPACK GLOBAL - HAKKIMIZDA (#hakkimizdapage) STYLES
   ========================================================================== */

#hakkimizdapage {
    background-color: #ffffff; /* Ferah, temiz ve kurumsal beyaz zemin */
    padding: 100px 0;
    color: #333333;
    overflow: hidden; /* Görsel taşmalarını engellemek için */
}

/* --- Sol Kolon: Metinler --- */
#hakkimizdapage .hk-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #004d99; /* Marka mavisi */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

#hakkimizdapage .hk-main-title {
    font-size: 44px;
    font-weight: 800;
    color: #002244; /* Koyu lacivert başlık */
    line-height: 1.15;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

#hakkimizdapage .hk-desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Check Listesi */
#hakkimizdapage .hk-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#hakkimizdapage .hk-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

#hakkimizdapage .hk-list i {
    font-size: 22px;
    color: #004d99; /* Tik ikonları mavi */
    margin-top: 2px;
}

#hakkimizdapage .hk-list span {
    font-size: 15px;
    font-weight: 600;
    color: #111111;
    line-height: 1.5;
}


/* --- Sağ Kolon: Modern Görsel Kompozisyonu --- */
#hakkimizdapage .hk-image-gallery {
    position: relative;
    padding-left: 40px;
    padding-bottom: 40px;
    z-index: 1;
}

/* Büyük Arka Görsel */
#hakkimizdapage .hk-img-main {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Önde Kesişen Küçük Görsel */
#hakkimizdapage .hk-img-sub {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    border-radius: 16px;
    border: 8px solid #ffffff; /* Beyaz çerçeve ile arka resimden ayrılır */
    z-index: 2;
}

/* Yüzen Deneyim Rozeti */
#hakkimizdapage .hk-experience-badge {
    position: absolute;
    top: 30px;
    right: -20px;
    background: linear-gradient(135deg, #004d99 0%, #002244 100%); /* Lacivert gradyan */
    color: #ffffff;
    padding: 25px 30px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 34, 68, 0.2);
    z-index: 3;
    animation: hkFloat 4s ease-in-out infinite; /* Hafifçe yukarı aşağı süzülme efekti */
}

@keyframes hkFloat {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

#hakkimizdapage .badge-number {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
}

#hakkimizdapage .badge-text {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* --- Alt Kısım: İstatistikler --- */
#hakkimizdapage .hk-stats-wrapper {
    background-color: #f8f9fa; /* Ferah açık gri kutu */
    border: 1px solid #eeeeee;
    border-radius: 20px;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Masaüstünde 4 sütun */
    gap: 30px;
}

#hakkimizdapage .hk-stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

/* Araya çizgiler ekliyoruz (son eleman hariç) */
#hakkimizdapage .hk-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 10%;
    height: 80%;
    width: 1px;
    background-color: #dddddd;
}

#hakkimizdapage .stat-icon {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    color: #004d99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    flex-shrink: 0;
}

#hakkimizdapage .stat-info {
    display: flex;
    flex-direction: column;
}

#hakkimizdapage .stat-num {
    font-size: 32px;
    font-weight: 800;
    color: #002244;
    margin: 0 0 5px 0;
    line-height: 1;
}

#hakkimizdapage .stat-name {
    font-size: 13px;
    color: #666666;
    margin: 0;
    font-weight: 500;
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 1199px) {
    #hakkimizdapage .hk-stats-wrapper {
        padding: 30px;
        gap: 20px;
    }
}

@media (max-width: 991px) {
    #hakkimizdapage { padding: 80px 0; }
    
    #hakkimizdapage .hk-main-title { font-size: 36px; }
    
    #hakkimizdapage .hk-image-gallery {
        margin-top: 40px;
        padding-left: 20px;
    }
    
    /* İstatistikleri tablette 2x2 yapıyoruz */
    #hakkimizdapage .hk-stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
    }
    
    /* Çizgileri 2x2 düzene göre ayarlayalım */
    #hakkimizdapage .hk-stat-item::after { display: none; }
    #hakkimizdapage .hk-stat-item:nth-child(odd)::after {
        display: block;
        right: -10px;
    }
}

@media (max-width: 767px) {
    #hakkimizdapage { padding: 60px 0; }
    
    #hakkimizdapage .hk-main-title { font-size: 30px; }
    
    #hakkimizdapage .hk-image-gallery {
        padding-left: 0;
        padding-bottom: 20px;
    }
    
    #hakkimizdapage .hk-img-sub {
        width: 60%;
        left: -10px;
        bottom: -20px;
        border-width: 5px;
    }
    
    #hakkimizdapage .hk-experience-badge {
        top: 10px;
        right: 10px;
        padding: 15px 20px;
    }
    
    #hakkimizdapage .badge-number { font-size: 28px; }
    #hakkimizdapage .badge-text { font-size: 10px; }
    
    /* Mobilde istatistikler tek sütun alt alta */
    #hakkimizdapage .hk-stats-wrapper {
        grid-template-columns: 1fr;
        padding: 25px;
        gap: 25px;
    }
    
    #hakkimizdapage .hk-stat-item::after { display: none !important; }
}


/* ==========================================================================
   HANPACK GLOBAL - ÜRÜNLERİMİZ SAYFASI (#urunlerpage) STYLES
   ========================================================================== */

#urunlerpage {
    background-color: #ffffff; /* Ana sayfa ferahlığını koruyan beyaz zemin */
    padding: 100px 0;
    color: #333333;
}

/* --- Başlık Alanı --- */
#urunlerpage .up-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #002244; /* Kurumsal lacivert */
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#urunlerpage .up-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    margin: 0 auto;
}

/* --- Kategori Filtre Menüsü --- */
#urunlerpage .up-filter-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap; /* Mobilde taşmayı engeller */
    border-bottom: 1px solid #eeeeee;
}

#urunlerpage .up-filter-menu li {
    margin-bottom: -1px; /* Çizginin üstüne oturması için */
}

#urunlerpage .up-filter-menu a {
    display: inline-block;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: #555555;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

#urunlerpage .up-filter-menu a:hover,
#urunlerpage .up-filter-menu a.active {
    color: #004d99; /* Marka mavisi vurgu */
    border-bottom-color: #004d99;
}

/* --- Ürün Kart Tasarımı --- */
#urunlerpage .up-card {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 16px; /* Modern ve ferah köşeler */
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
}

#urunlerpage .up-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 34, 68, 0.08); /* Güçlü ama yumuşak gölge */
    border-color: #d0dbe5;
}

/* Görsel Alanı */
#urunlerpage .up-img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; /* Ürün resimlerinde standart yatay oran */
    overflow: hidden;
    background-color: #f8f9fa; /* Resim yüklenirken görünecek temiz gri */
}

#urunlerpage .up-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

#urunlerpage .up-card:hover .up-img-box img {
    transform: scale(1.06); /* Resim yumuşakça büyür */
}

/* Etiket (Tag) */
#urunlerpage .up-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    color: #004d99;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 50px;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Kart İçeriği */
#urunlerpage .up-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

#urunlerpage .up-card-title {
    font-size: 20px;
    font-weight: 800;
    color: #002244;
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

#urunlerpage .up-card:hover .up-card-title {
    color: #004d99;
}

#urunlerpage .up-card-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1; /* Butonun hep en altta kalması için iter */
}

/* Detay Butonu */
#urunlerpage .up-card-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #004d99;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

#urunlerpage .up-card-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

#urunlerpage .up-card-btn:hover {
    color: #002244;
}

#urunlerpage .up-card-btn:hover i {
    transform: translateX(5px);
}

/* --- Sayfalama (Pagination) --- */
#urunlerpage .up-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

#urunlerpage .up-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    color: #555555;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

#urunlerpage .up-pagination a:hover,
#urunlerpage .up-pagination a.active {
    background-color: #004d99;
    border-color: #004d99;
    color: #ffffff;
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 991px) {
    #urunlerpage { padding: 80px 0; }
    #urunlerpage .up-main-title { font-size: 36px; }
    
    #urunlerpage .up-filter-menu { gap: 20px; }
}

@media (max-width: 767px) {
    #urunlerpage { padding: 60px 0; }
    
    #urunlerpage .up-main-title { font-size: 30px; }
    
    #urunlerpage .up-subtitle { font-size: 14px; }
    
    #urunlerpage .up-filter-menu {
        gap: 10px;
        justify-content: center;
    }
    
    #urunlerpage .up-filter-menu a {
        font-size: 13px;
        padding: 8px 0;
    }
    
    #urunlerpage .up-card-content {
        padding: 20px;
    }
    
    #urunlerpage .up-card-title {
        font-size: 18px;
    }
}

/* ==========================================================================
   HANPACK GLOBAL - BOOTSTRAP SSS SAYFASI (#ssspage) STYLES
   ========================================================================== */

#ssspage {
    background-color: #ffffff;
    padding: 100px 0;
    color: #333333;
}

/* --- Başlık Alanı --- */
#ssspage .sp-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #002244; 
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#ssspage .sp-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 700px;
}

/* --- Sol Kolon: Kategori Menüsü (Sidebar) --- */
#ssspage .sp-sidebar {
    background-color: #f8f9fa;
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 30px;
    position: sticky; 
    top: 100px;
}

#ssspage .sp-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #002244;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

#ssspage .sp-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#ssspage .sp-category-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#ssspage .sp-category-list a i {
    font-size: 20px;
    color: #999999;
    transition: color 0.3s ease;
}

#ssspage .sp-category-list a:hover,
#ssspage .sp-category-list a.active {
    background-color: #ffffff; 
    color: #004d99;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

#ssspage .sp-category-list a:hover i,
#ssspage .sp-category-list a.active i {
    color: #004d99; 
}


/* --- Sağ Kolon: Özel Bootstrap Akordeon --- */
#ssspage .sp-section-title {
    font-size: 28px;
    font-weight: 800;
    color: #002244;
    margin-bottom: 30px;
}

/* Bootstrap Accordion Özelleştirmeleri */
#ssspage .sp-custom-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Sorular arasına boşluk koymak için item'ları ayırıyoruz */
}

#ssspage .accordion-item {
    background-color: #ffffff;
    border: 1px solid #eaeaef;
    border-radius: 12px !important; /* Bootstrap'in ilk/son çocuk kuralını eziyoruz */
    overflow: hidden;
    transition: all 0.3s ease;
}

#ssspage .accordion-item:hover {
    box-shadow: 0 5px 20px rgba(0, 34, 68, 0.04);
    border-color: #d0dbe5;
}

/* Soru Başlığı (Button) */
#ssspage .accordion-button {
    padding: 22px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    background-color: transparent;
    box-shadow: none !important; /* Tıklanma anındaki mavi çerçeveyi kaldırır */
    transition: all 0.3s ease;
}

/* Soru Açık Olduğunda (Active State) */
#ssspage .accordion-button:not(.collapsed) {
    color: #004d99;
    background-color: #ffffff; /* Açıkken gri olmasını engeller */
    box-shadow: none;
}

/* Soru Açık Olduğunda Item Çerçevesi */
#ssspage .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: #cce0f5;
    box-shadow: 0 5px 20px rgba(0, 77, 153, 0.05);
}

/* Bootstrap'in Varsayılan Ok (Chevron) İkonunun Rengini Değiştirme */
#ssspage .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111111'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

/* Soru Açık Olduğunda Ok (Chevron) Mavi Olsun */
#ssspage .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004d99'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Cevap Alanı (Body) */
#ssspage .accordion-body {
    padding: 0 25px 25px 25px;
    font-size: 15px;
    color: #666666;
    line-height: 1.7;
    border-top: none; /* Bootstrap'in varsayılan üst çizgisini kaldırır */
}


/* --- Alt Yönlendirme Kutusu --- */
#ssspage .sp-help-box {
    background-color: #f4f6f9; 
    border-radius: 16px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eeeeee;
}

#ssspage .sp-help-content h4 {
    font-size: 20px;
    font-weight: 800;
    color: #002244;
    margin-bottom: 8px;
}

#ssspage .sp-help-content p {
    font-size: 14px;
    color: #666666;
    margin: 0;
}

#ssspage .btn-sp-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #004d99; 
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

#ssspage .btn-sp-contact:hover {
    background-color: #002244;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 34, 68, 0.15);
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 991px) {
    #ssspage { padding: 80px 0; }
    #ssspage .sp-main-title { font-size: 36px; }
    
    #ssspage .sp-sidebar {
        position: relative;
        top: 0;
    }
    
    #ssspage .sp-help-box {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    #ssspage { padding: 60px 0; }
    #ssspage .sp-main-title { font-size: 30px; }
    #ssspage .sp-subtitle { font-size: 14px; }
    #ssspage .sp-section-title { font-size: 24px; }
    
    #ssspage .accordion-button {
        font-size: 15px;
        padding: 18px 20px;
    }
    
    #ssspage .accordion-body {
        padding: 0 20px 20px 20px;
        font-size: 14px;
    }
    
    #ssspage .sp-help-content h4 {
        font-size: 18px;
    }
}

/* ==========================================================================
   HANPACK GLOBAL - İLETİŞİM ANA SAYFASI (#iletisimpage) STYLES
   ========================================================================== */

#iletisimpage {
    background-color: #ffffff; /* Ferah beyaz zemin */
    padding: 100px 0;
    color: #333333;
}

/* --- Başlık Alanı --- */
#iletisimpage .ip-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #002244; 
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#iletisimpage .ip-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 750px;
}

/* --- İletişim Bilgi Kartları --- */
#iletisimpage .ip-info-card {
    background-color: #f8f9fa; /* Çok temiz açık gri */
    border: 1px solid #eeeeee;
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#iletisimpage .ip-info-card:hover {
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 34, 68, 0.06);
    transform: translateY(-5px);
    border-color: #d0dbe5;
}

#iletisimpage .ip-icon {
    width: 64px;
    height: 64px;
    background-color: #e6f0fa; /* Açık mavi yuvarlak */
    color: #004d99;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

#iletisimpage .ip-info-card:hover .ip-icon {
    background-color: #004d99;
    color: #ffffff;
}

#iletisimpage .ip-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #002244;
    margin-bottom: 12px;
}

#iletisimpage .ip-card-desc {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

#iletisimpage .ip-card-link {
    font-size: 14px;
    font-weight: 700;
    color: #004d99;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

#iletisimpage .ip-card-link:hover {
    color: #002244;
}

#iletisimpage .ip-card-link:hover i {
    transform: translateX(4px);
}

/* Direkt İletişim Kartı Özel Ayarı */
#iletisimpage .ip-contact-lines {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

#iletisimpage .ip-contact-lines a {
    color: #444444;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

#iletisimpage .ip-contact-lines a strong {
    color: #004d99;
    margin-right: 5px;
}

#iletisimpage .ip-contact-lines a:hover {
    color: #004d99;
}


/* --- Form Alanı (Detaylı B2B) --- */
#iletisimpage .ip-form-wrapper {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02); /* Çok minimal gölge */
}

#iletisimpage .ip-form-title {
    font-size: 26px;
    font-weight: 800;
    color: #002244;
    margin-bottom: 10px;
}

#iletisimpage .ip-form-subtitle {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
}

/* Input Grupları */
#iletisimpage .ip-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#iletisimpage .ip-label {
    font-size: 13px;
    font-weight: 600;
    color: #111111;
}

#iletisimpage .ip-input {
    width: 100%;
    background-color: #f8f9fa;
    border: 1px solid #e1e4e8;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    color: #333333;
    transition: all 0.3s ease;
    outline: none;
}

#iletisimpage .ip-input::placeholder {
    color: #aaaaaa;
}

#iletisimpage .ip-input:focus {
    background-color: #ffffff;
    border-color: #004d99;
    box-shadow: 0 0 0 4px rgba(0, 77, 153, 0.08); /* Modern parlama efekti */
}

#iletisimpage .ip-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
    cursor: pointer;
}

#iletisimpage .ip-textarea {
    resize: none;
}

/* Dosya Yükleme (Custom File Input) */
#iletisimpage .ip-file-upload {
    position: relative;
    width: 100%;
}

#iletisimpage .ip-file-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#iletisimpage .ip-file-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 25px 20px;
    background-color: #f8f9fa;
    border: 2px dashed #d0dbe5;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    color: #666666;
}

#iletisimpage .ip-file-label i {
    font-size: 32px;
    color: #004d99;
}

#iletisimpage .ip-file-label span {
    font-size: 13px;
}

#iletisimpage .ip-file-label:hover {
    background-color: #f0f5fa;
    border-color: #004d99;
}

/* Checkbox (KVKK vb.) */
#iletisimpage .ip-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

#iletisimpage .ip-checkbox-group input {
    margin-top: 4px;
    cursor: pointer;
}

#iletisimpage .ip-checkbox-group label {
    font-size: 13px;
    color: #555555;
    cursor: pointer;
    line-height: 1.5;
}

/* Submit Butonu */
#iletisimpage .ip-submit-btn {
    width: 100%;
    background-color: #004d99;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 30px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

#iletisimpage .ip-submit-btn:hover {
    background-color: #002244;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 34, 68, 0.2);
}

#iletisimpage .ip-submit-btn:hover i {
    transform: translateX(5px) translateY(-5px);
}


/* --- Sağ Kolon: Harita (Map) --- */
#iletisimpage .ip-map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 20px;
    overflow: hidden;
    /* Haritayı siteyle bütünleştirmek için kurumsal renklere yakın filtreleme */
    filter: grayscale(40%) contrast(110%);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 991px) {
    #iletisimpage { padding: 80px 0; }
    #iletisimpage .ip-main-title { font-size: 36px; }
    
    #iletisimpage .ip-map-wrapper {
        min-height: 350px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    #iletisimpage { padding: 60px 0; }
    #iletisimpage .ip-main-title { font-size: 30px; }
    #iletisimpage .ip-subtitle { font-size: 14px; }
    
    #iletisimpage .ip-info-card {
        padding: 30px 20px;
    }
    
    #iletisimpage .ip-form-wrapper {
        padding: 30px 20px;
        border-radius: 16px;
    }
    
    #iletisimpage .ip-form-title { font-size: 22px; }
    
    #iletisimpage .ip-map-wrapper {
        min-height: 300px;
        border-radius: 16px;
    }
}

/* ==========================================================================
   HANPACK GLOBAL - GENEL METİN SAYFASI ŞABLONU (#genelsayfa) STYLES
   ========================================================================== */

#genelsayfa {
    background-color: #ffffff; /* Ferah beyaz zemin */
    padding: 100px 0;
    color: #333333;
}

/* --- Sayfa Üst Başlık Alanı --- */
#genelsayfa .gs-title {
    font-size: 44px;
    font-weight: 800;
    color: #002244; /* Kurumsal lacivert başlık */
    margin-bottom: 10px;
    letter-spacing: -1px;
}

#genelsayfa .gs-meta {
    font-size: 14px;
    color: #888888; /* Hafif silik gri tarih bilgisi */
    margin-bottom: 0;
}

#genelsayfa .gs-divider {
    width: 60px;
    height: 3px;
    background-color: #004d99; /* Marka mavisi kısa çizgi */
    margin: 30px auto 0;
    border-radius: 2px;
}

/* --- Metin İçerik Alanı (Tipografi) --- */
#genelsayfa .gs-content-wrapper {
    font-size: 16px;
    line-height: 1.8; /* Gözü yormayan geniş satır aralığı */
    color: #444444;
}

/* Masaüstünde metin kolonunu daha da daraltarak okunabilirliği zirveye çıkarıyoruz (col-lg-9 zaten Bootstrap'te sınırlıyor) */
@media (min-width: 1200px) {
    #genelsayfa .gs-content-wrapper {
        padding: 0 40px; /* Ekstra iç boşluk */
    }
}

/* İçerik Başlıkları */
#genelsayfa .gs-content-wrapper h2 {
    font-size: 26px;
    font-weight: 700;
    color: #002244;
    margin-top: 50px; /* Üstteki içerikten belirgin kopuş */
    margin-bottom: 20px;
    border-bottom: 2px solid #f0f0f0; /* Altına çok silik bir çizgi */
    padding-bottom: 10px;
}

#genelsayfa .gs-content-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    color: #004d99; /* Marka mavisi alt başlık */
    margin-top: 35px;
    margin-bottom: 15px;
}

/* Paragraflar */
#genelsayfa .gs-content-wrapper p {
    margin-bottom: 20px;
}

/* Listeleme Elemanları (UL & OL) */
#genelsayfa .gs-content-wrapper ul,
#genelsayfa .gs-content-wrapper ol {
    margin-bottom: 30px;
    padding-left: 20px;
}

#genelsayfa .gs-content-wrapper ul li,
#genelsayfa .gs-content-wrapper ol li {
    margin-bottom: 10px;
}

/* UL için özel, şık mavi tik/nokta */
#genelsayfa .gs-content-wrapper ul {
    list-style: none;
}

#genelsayfa .gs-content-wrapper ul li::before {
    content: '•';
    color: #004d99;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

/* Dikkat Çeken Bilgi Kutusu (Blockquote / Callout) */
#genelsayfa .gs-callout {
    margin: 40px 0;
    padding: 25px;
    background-color: #f8f9fa; /* Hafif gri zemin */
    border-left: 5px solid #004d99; /* Soluna kalın mavi çizgi */
    border-radius: 4px;
    color: #555555;
    font-style: normal; /* Bootstrap'in italik ayarını eziyoruz */
}

/* --- PDF İndirme Butonu Alanı --- */
#genelsayfa .gs-download-box {
    background-color: #f0f5fa; /* Çok uçuk mavi zemin */
    border: 1px solid #cce0f5;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
}

#genelsayfa .gs-download-box i {
    font-size: 40px;
    color: #dc3545; /* PDF ikonu kırmızı */
}

#genelsayfa .gs-download-box p {
    margin: 0;
    font-weight: 600;
    color: #002244;
    flex-grow: 1; /* Metnin butonu sağa itmesi için */
}

#genelsayfa .btn-gs-download {
    display: inline-flex;
    align-items: center;
    background-color: #004d99;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    white-space: nowrap; /* Buton metni alt satıra geçmesin */
}

#genelsayfa .btn-gs-download:hover {
    background-color: #002244;
    color: #ffffff;
}

/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 991px) {
    #genelsayfa { padding: 80px 0; }
    #genelsayfa .gs-title { font-size: 36px; }
    #genelsayfa .gs-content-wrapper h2 { font-size: 24px; margin-top: 40px; }
}

@media (max-width: 767px) {
    #genelsayfa { padding: 60px 0; }
    #genelsayfa .gs-title { font-size: 28px; }
    #genelsayfa .gs-content-wrapper { font-size: 15px; }
    #genelsayfa .gs-content-wrapper h2 { font-size: 22px; margin-top: 30px; }
    
    /* Mobilde indirme kutusu alt alta */
    #genelsayfa .gs-download-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    #genelsayfa .btn-gs-download {
        width: 100%;
        justify-content: center;
    }
}


/* ==========================================================================
   HANPACK GLOBAL - ÜRÜN DETAY SAYFASI (#urundetay) STYLES
   ========================================================================== */

#urundetay {
    background-color: #ffffff; /* Ferah beyaz zemin */
    padding: 60px 0 100px 0; /* Üstteki boşluğu breadcrumb için biraz azalttık */
    color: #333333;
}

/* --- Breadcrumb (Sayfa Yolu) --- */
#urundetay .ud-breadcrumb {
    margin-bottom: 20px;
}

#urundetay .ud-breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

#urundetay .ud-breadcrumb a {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

#urundetay .ud-breadcrumb a:hover {
    color: #004d99;
}

#urundetay .ud-breadcrumb i {
    color: #bbbbbb;
    font-size: 12px;
}

#urundetay .ud-breadcrumb .active {
    color: #002244;
    font-size: 13px;
    font-weight: 600;
}


/* --- Sol Kolon: Görsel Galerisi --- */
#urundetay .ud-gallery {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#urundetay .ud-main-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f8f9fa;
    border: 1px solid #eeeeee;
}

#urundetay .ud-main-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#urundetay .ud-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #f39c12; /* Turuncu uyarı/vurgu rengi */
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 50px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(243, 156, 18, 0.3);
}

/* Küçük Önizlemeler */
#urundetay .ud-thumbnails {
    display: flex;
    gap: 15px;
}

#urundetay .ud-thumb {
    width: calc(33.333% - 10px);
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.6;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

#urundetay .ud-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#urundetay .ud-thumb:hover,
#urundetay .ud-thumb.active {
    opacity: 1;
    border-color: #004d99; /* Seçili olana mavi çerçeve */
}


/* --- Sağ Kolon: Ürün Bilgileri --- */
#urundetay .ud-category-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #004d99;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#urundetay .ud-title {
    font-size: 36px;
    font-weight: 800;
    color: #002244;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

#urundetay .ud-short-desc {
    font-size: 16px;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Özellik Listesi */
#urundetay .ud-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#urundetay .ud-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

#urundetay .ud-features-list i {
    font-size: 20px;
    color: #004d99; /* Tikler mavi */
    margin-top: 2px;
}

/* Aksiyon Butonları */
#urundetay .ud-actions {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap; /* Mobilde alt alta inmesi için */
}

#urundetay .btn-ud-primary,
#urundetay .btn-ud-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#urundetay .btn-ud-primary {
    background-color: #004d99;
    color: #ffffff;
    border: 2px solid #004d99;
}

#urundetay .btn-ud-primary:hover {
    background-color: #002244;
    border-color: #002244;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 34, 68, 0.2);
}

#urundetay .btn-ud-outline {
    background-color: transparent;
    color: #004d99;
    border: 2px solid #cce0f5;
}

#urundetay .btn-ud-outline:hover {
    background-color: #f0f5fa;
    border-color: #004d99;
    color: #002244;
}

#urundetay .btn-ud-primary i,
#urundetay .btn-ud-outline i {
    font-size: 20px;
}

/* Güven Notu */
#urundetay .ud-trust-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #777777;
    background-color: #f8f9fa;
    padding: 12px 15px;
    border-radius: 6px;
    border: 1px solid #eeeeee;
}

#urundetay .ud-trust-note i {
    font-size: 18px;
    color: #27ae60; /* Güven veren yeşil tonu */
}


/* --- Alt Kısım: Açıklama ve Tablo --- */
#urundetay .ud-details-wrapper {
    margin-top: 20px;
    padding-top: 60px;
    border-top: 1px solid #eeeeee;
}

#urundetay .ud-section-title {
    font-size: 24px;
    font-weight: 800;
    color: #002244;
    margin-bottom: 25px;
}

#urundetay .ud-content-text p {
    font-size: 15px;
    color: #555555;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Teknik Tablo */
#urundetay .ud-table-responsive {
    overflow-x: auto;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 12px;
}

#urundetay .ud-tech-table {
    width: 100%;
    border-collapse: collapse;
}

#urundetay .ud-tech-table th,
#urundetay .ud-tech-table td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #eeeeee;
    font-size: 14px;
}

#urundetay .ud-tech-table tr:last-child th,
#urundetay .ud-tech-table tr:last-child td {
    border-bottom: none;
}

#urundetay .ud-tech-table th {
    background-color: #f8f9fa;
    font-weight: 700;
    color: #333333;
    width: 40%;
    border-right: 1px solid #eeeeee;
}

#urundetay .ud-tech-table td {
    color: #555555;
    font-weight: 500;
}


/* ================= RESPONSIVE (MOBİL VE TABLET UYUM) ================= */

@media (max-width: 991px) {
    #urundetay { padding: 40px 0 80px 0; }
    
    #urundetay .ud-title { font-size: 32px; }
    
    #urundetay .ud-details-wrapper {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    #urundetay { padding: 30px 0 60px 0; }
    
    #urundetay .ud-title { font-size: 26px; }
    #urundetay .ud-short-desc { font-size: 15px; }
    
    #urundetay .ud-actions {
        flex-direction: column;
        gap: 12px;
    }
    
    #urundetay .btn-ud-primary,
    #urundetay .btn-ud-outline {
        width: 100%;
    }
    
    #urundetay .ud-section-title { font-size: 20px; }
    
    #urundetay .ud-tech-table th,
    #urundetay .ud-tech-table td {
        padding: 12px 15px;
    }
}